Microsoft Edge

Reset Microsoft Edge in Windows 10

Reset Microsoft Edge in Windows 10

The following guide walks you through the steps of resetting the Microsoft Edge web browser in Windows 10.

It describes a soft reset which will only delete data added to the browser during use, and a hard reset which removes Microsoft Edge from the computer system and adds it again in its pristine form afterwards.

Microsoft Edge, like any other browser installed on your system, can fail or throw errors. Maybe it is not starting at all anymore, displaying error messages when you are using it, or behaving erratically in other ways.

One good troubleshooting starting point is to analyze the issue to determine whether it is browser-related or happening on sites you are visiting.

A soft reset may help in the latter case, while a hard reset may be the best solution if you believe the issue to be program related.

One example: if videos don't play anymore on a website you have used in the past, it is likely site related, but if Edge throws an error message when you start it, it is likely browser related.

Note: I recommend that you create a backup of the system partition before you run the hard reset operation listed below. A hard reset will remove Edge from the system, and that includes losing access to custom user data such as bookmarks in the process.

Update Windows 10 Fall Creators Update

Microsoft made it a lot easier to reset or repair Microsoft Edge in the Fall Creators Update for the operating system.

  1. Use the shortcut Windows-I to open the Settings application.
  2. Navigate to Apps.
  3. Search for Edge on the Apps & Features page that opens.
  4. Click on the Edge entry.
  5. Select Advanced options.
  6. There you find options to repair or reset Microsoft Edge.

Repair: Tries to repair Microsoft Edge. Data such as favorites, browsing history or other user data won't be affected if you run repair.

Reset: This resets Microsoft Edge to its factory defaults. User data like the browsing history is removed in the process, but favorites are saved.

Microsoft Edge Soft Reset

It is highly suggested to try a soft reset of Microsoft Edge first before you go all nuclear and hard reset it.

With Edge open, click or tap on the three-dots in the top right corner to open the context menu, and select Settings from it.

I suggest you click or tap on the pin icon in the upper right corner to keep the Settings window open during the operation.

Scroll down until you find the "clear browsing data" button and click on the "choose what to clear" button underneath it.

This opens options to clear browsing data, and you find the usual data such as the browsing history or cookies listed there at first.

Click on the "show more" link underneath that first selection to display additional options on the screen.

This opens five additional data sets that you can delete.

  1. Media licenses
  2. Pop-up exceptions
  3. Location permissions
  4. Full screen permissions
  5. Compatibility permissions.

As you can see from the listing, those are all related to sites or media that you have accessed in the browser.

Clearing those won't help you if the issue is program related rather than site or media related, but if you run into issues accessing specific sites, it may be worth a shot.

I suggest you clear the browsing history, cache and cookies at well using the form.

Once you have made your selection, hit the clear button to start the removal process.

Reset Microsoft Edge - The hard way

The second option that you have is a nuclear one, as it will remove the Edge package from the operating system to replace it with the default version that ships with Windows 10. It will reset Microsoft Edge this way, even though a more precise description would be replace as it removes the installed package to replace it with the default copy.

One of the easier ways to perform the operation is the Reset Microsoft Edge PowerShell script provided by Ten Forums.

Download the archive and unpack it on your system. Once done, right-click on the file and select "Run with PowerShell" from the context menu.

It performs two operations when executed:

remove-item $env:localappdata\Packages\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\* -recurse -Force 2>$null

This removes the Microsoft Edge installation package from the operating system. The parameters used at the end do the following:

You can delete the folder manually as well if you prefer that. To do so, enable the display of hidden files in File Explorer first by selecting View > hidden files when File Explorer is open.

Go to the location C:\Users\martin\AppData\Local\Packages\Microsoft.MicrosoftEdge_8wekyb3d8bbwe afterwards. Replace "martin" with the username of the account that you are using.

This is the Edge package folder on the system. You can delete the entire folder, as it will be re-created in the next step.

The second command adds Microsoft Edge to the system again.

Get-AppXPackage -Name Microsoft.MicrosoftEdge | Foreach Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose

Basically, it will install a default copy of Microsoft Edge on the device.

Here is a video that highlights the process

Using the Event Viewer to find the root cause

Before you hard reset Microsoft Edge on your Windows 10 device, you may want to find out more about the issue you are experiencing.

One option that you have in this regard is to use the Event Viewer for that. Tap on the Windows-key, type Event Viewer and hit enter to load the program.

Select Windows Logs > Application on the left side, and right-click on the entry afterwards. Pick "Find" from the context menu, and enter "edge" in the "find what" field". Hit "Find next afterwards to go through all reported events that mention Microsoft Edge.

The next step depends largely on the events. Try to match events to the issue you are experiencing and try to find patterns, e.g. the same event error whenever you run into the issue while using Microsoft Edge.

You may want to run searches for these error messages, and may also check out Application and Services Logs > Microsoft > Windows > Apps > Microsoft-Windows-TWinUI\Operational log for additional information on error messages that you receive.

Cum se mărește FPS în Linux?
FPS înseamnă Cadre pe secundă. Sarcina FPS este de a măsura rata de cadre în redările video sau în performanțele jocului. În cuvinte simple, numărul d...
Cele mai bune jocuri Oculus App Lab
Dacă sunteți proprietarul căștilor Oculus, atunci trebuie să fiți informați despre încărcarea laterală. Încărcarea laterală este procesul de instalare...
Top 10 jocuri de jucat pe Ubuntu
Platforma Windows a fost una dintre platformele dominante pentru jocuri din cauza procentului imens de jocuri care se dezvoltă astăzi pentru a sprijin...