Fix: Reset Microsoft Edge on Windows 10

Microsoft introduced a new browser in Windows 10 i.e. Edge Browser as it had a bad experience with its notoriously known web browser called Internet Explorer (IE).

There were many issues with Internet Explorer and web designers had the worst experience with this one.

So, Microsoft took a step ahead and introduced Microsoft Edge.

edge 10

Resetting Microsoft Edge is not like resetting other browsers. Edge is a built-in Windows browser application that cannot be removed or uninstalled. Whenever, you would try to uninstall, it will give you an error saying that it is an integral part of Windows and cannot be removed. So, in order to reset it, you can use the following methods listed below.

Method # 1: Resetting Edge Using Settings

As resetting Edge browser is not a possible in Windows 10, so, you can use browser’s settings in order to clear it to default settings. Follow these steps below.

1. Open the More actions in Edge by clicking on the (…) icon located at the top right side of the browser.

edge1

2. After opening the tab, click on the Settings present at the end of the tab panel. In the settings panel, navigate to Clear browsing Data and click on the button labeled as Choose what to clear.

edge2

3. Inside clear browsing data tab, check the boxes including Browsing History, Cookies and saved website data, cached data and files as shown in the picture below. After checking the boxes, click on the grey Clear button in order to reset the browser to its default. It would start clearing.

edge3

4. After the clearing process is completed, open the Task Manager. You can open it by pressing Win + X and selecting the task manager from the list. Inside the task manager, right click on the Microsoft Edge and select Go to details.

edge4

5. Now, right click on exe and select the End task. Do the same for anything named with Microsoft Edge. It would force close the Edge browser services and when you will open the browser again, the entire browser will be reset.

edge5

Method # 2: Advanced Way

If the above method doesn’t tend to work for you, you can use the advance method of deleting the core data of Microsoft Edge. For this purpose, navigate to the following folders mentioned below and clear everything inside that folder.

C:\Users\%username%\AppData\Local\Packages\Microsoft.MicrosoftEdge_8wekyb3d8bbwe

 The following code %username% should be replaced with your user name. See the example below.

edge6
Now, open the powershell using admin rights. You can open it by searching in the search box. Type the following code inside the powershell and hit Enter.

Get-AppXPackage -AllUsers -Name Microsoft.MicrosoftEdge | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml” -Verbose}

edge7

Now, open the Edge Browser and it would be reset to its default settings.

ABOUT THE AUTHOR

Kevin Arrows


Kevin Arrows is a highly experienced and knowledgeable technology specialist with over a decade of industry experience. He holds a Microsoft Certified Technology Specialist (MCTS) certification and has a deep passion for staying up-to-date on the latest tech developments. Kevin has written extensively on a wide range of tech-related topics, showcasing his expertise and knowledge in areas such as software development, cybersecurity, and cloud computing. His contributions to the tech field have been widely recognized and respected by his peers, and he is highly regarded for his ability to explain complex technical concepts in a clear and concise manner.
Back to top button