Skip to content

Reinstall Microsoft Edge on Windows OS

Do you need to reinstall the Microsoft Edge on your Windows OS? Learn how to uninstall and reinstall a fresh Edge browser.

Microsoft Edge is the new built-in browser that comes pre-installed into the Windows OS update. We can reinstall the browser if anything goes wrong with the current installation; however, it’s a technical and tedious process.

We need to uninstall the existing setup, delete the residue files, and install a fresh Edge setup. Our system profile must have the administrative access level to perform these tasks.

In this guide, we have shared the steps to reinstall the Microsoft Edge browser on Windows OS.

Step 1: Uninstall the Edge app from the Windows PC

There is no direct option to uninstall the Microsoft Edge browser from Windows. However, we can use the command prompt and execute some of the codes for uninstallation. Here are the steps to follow:

  1. Launch File Explorer on your PC and head over to the below location:
    C:\Program Files (x86)\Microsoft\Edge\Application
  2. Within that, go to the folder named according to your browser’s version number.
    Microsoft Edge browser Version number application folder
  3. Head over to its Installer folder, type in CMD in the address bar, and hit the Enter button.
    It shall launch the Command Prompt window.
    CMD folder in Microsoft Edge browser
  4. Now execute the below command in this CMD window to uninstall Microsoft Edge from your Windows 10 PC:
    setup.exe –uninstall –system-level –verbose-logging –force-uninstall

    Force Uninstall Microsoft Edge browser

That’s it; the above command will uninstall Edge from your PC.

Step 2: Delete the User Data Files from File Explorer

Now that you have successfully removed Edge browser, it’s time to delete the associated user data files. Here are the steps to follow:

info icon
Alert: Please take a backup of the folder and then delete it from the mentioned location to avoid any issues.
  1. Open File Explorer and go to the following location (make sure to replace UserName accordingly):
    C:\Users\UserName\AppData\Local\Packages
  2. Inside this Packages folder, you should see a folder by the name of
    Microsoft.MicrosoftEdge_8wekyb3d8bbwe

    Microsoft Edge Package Folder in Windows OS

Step 3: Reinstall the Edge browser using PowerShell

The user data associated with the old browser build has now been deleted. So you now proceed to reinstall Microsoft Edge on your Windows PC. Here are the steps to reinstall:

  1. Head over to the Start menu and launch PowerShell as an administrator.
  2. Now copy-paste the below command in this PowerShell window and hit Enter:
    Get-AppXPackage -AllUsers -Name Microsoft.MicrosoftEdge | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose}

    Reinstall the Microsoft Edge package from the internal storage with development mode disable

Once the command has been successfully executed, the Edge browser will be installed onto your PC, and you shall get the Operation Completed message.

Bottom Line

Reinstall the Edge browser is technical process and may lead to issues if not performed correct. You need to first uninstall the browser app from the system, delete the user data, and lastly reinstall the browser app.

If you’re having any issues with the browser, you can consider resetting the Edge browser instead.

Lastly, if you've any thoughts or feedback, then feel free to drop in below comment box. You can also report the outdated information.

Please share the article if you find it helpful:

Disclosure: This page may contain affiliate links, which means we may receive compensation for your purchases; of course at no extra cost to you (indeed, you may get special discounts).
Kushal Azza

Kushal Azza

Kushal Azza is a Google Certified IT Professional, Digital Content Creator, and Go-To Digital Marketer with Engineering Degree. He has over a decade of experience solving tech problems, troubleshooting, and innovating digital solutions. Follow him on Twitter and LinkedIn.

2 comments and feedback

    1. You need to open the PowerShell program as Administrator. Without Admin level permission, you cannot make any system changes.

Leave a thought or feedback

Please leave a descriptive comment or feedback with your real name. Our human moderator vets every comment, and it may take 24 to 48 hours to get published or rejected.

Your email address will not be published, and we will never spam your inbox. Required fields are marked *