If you find that the Microsoft Edge browser is slow, is crashing, or has strange appearances of adware, toolbars, or pop-ups, you might want to reset it. However, resetting Microsoft Edge is not like resetting other browsers. Edge is part of the Windows operating system and therefore cannot be uninstalled. Resetting can be done in a number of ways.
Reset Microsoft Edge via browser settings
If you run into issues with Microsoft Edge, resetting your browser's settings is usually sufficient. This will delete all temporary files, the start page and search engine, your tabs and also deactivate all extensions. However, favorites, history and passwords are retained. Follow our step-by-step instructions or take a look at the brief instructions .
Reset Microsoft Edge in PowerShell
Microsoft Edge can be completely reset with PowerShell. This will delete the core data of Microsoft Edge, i.e. all settings and data, including bookmarks, passwords, cache and history. Follow our step-by-step instructions or take a look at the brief instructions ..
Quick guide: Reset via settings
- In Microsoft Edge, click the three-dot menu in the upper right corner .
- Then select " Settings ".
- In the " Reset settings " category, click on " Reset settings to default values " in the right part of the window.
- Then click the " Reset " button to reset the settings.
Quick guide: Reset via PowerShell
- Open the following path in Windows Explorer: C: \ User \ username \ AppData \ Local \ Packages \ Microsoft.MicrosoftEdge_8wekyb3d8bbwe .
- Now delete all elements in this folder .
- Then open PowerShell by right-clicking the Windows icon in the lower left corner and then selecting " Windows PowerShell (Administrator) ".
- Then enter the following command: Get-AppXPackage -AllUsers -Name Microsoft.MicrosoftEdge | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$ ($ _. InstallLocation) \ AppXManifest.xml” -Verbose} .
- Then press [Enter] .
- After the process is finished, you can close PowerShell . Microsoft Edge is then completely reset.