Forum Discussion
How to safely uninstall Microsoft Edge browser in Windows 10?
If you’ve ever wondered why can't I uninstall Microsoft Edge from Windows 10?, you’re not the only one. Microsoft has deeply integrated Edge into the operating system, so it’s difficult to uninstall it using standard methods like Settings or Control Panel.
However, for users familiar with the command line, the Edge installer itself includes a built-in uninstall switch that can force the browser to be uninstalled. This method works directly through the Command Prompt—without the need for PowerShell or third-party tools—and provides a simple, straightforward way to completely remove Edge from your system—at least until a major Windows update reinstalls it.
How to Fix the Issue of Why can't I uninstall Microsoft Edge from Windows 10 Being Unable to
- Open Command Prompt as an administrator
- Run the following command to navigate to the Edge installer folder:
cd C:\Program Files (x86)\Microsoft\Edge\Application\Installer
- Run the uninstallation command:
setup.exe --uninstall --system-level --verbose-logging --force-uninstall
- Wait for the process to complete; this may take a moment.
- Restart your computer to complete the uninstallation.
Notes:
force-uninstall
- parameter is essential. Without it, the uninstaller will be unable to uninstall Edge due to system protection mechanisms.
If this folder path does not exist, check :
C:\Program Files\Microsoft\Edge\Application\Installer
- After running this command, Edge will disappear from the Start menu and the list of apps.
This command-line workaround still allows you to remove Edge, but since Microsoft designed Edge to be a core system component, it can be difficult to remove.