How to Uninstall Microsoft Edge on Windows 10 and Windows 11
Microsoft Edge is a default browser integrated into Windows 10 and Windows 11. While it’s a solid browser, many users prefer alternatives like Google Chrome, Firefox, or Opera. If you want to remove Microsoft Edge from your system, this guide will walk you through the process step by step.
Is it Possible to Completely Uninstall Microsoft Edge?
It’s important to note that Microsoft Edge is tightly integrated with the Windows operating system. Completely removing it may lead to system issues. However, there are ways to disable it or uninstall the latest version if you installed Edge manually or via the Beta or Stable channels.
Method 1: Uninstall Microsoft Edge Using Command Prompt
This method is effective if you manually installed Microsoft Edge using its official installer. If Edge was updated through Windows Update, this method may not work.
- Press Win + S and type
cmd
. - Right-click on "Command Prompt" and select "Run as administrator".
- Navigate to the folder containing Edge’s installation files by entering the following command:
cd %PROGRAMFILES(X86)%\Microsoft\Edge\Application\<version>\Installer
Replace
<version>
with the current Edge version (e.g.,116.0.1938.62
). - Execute the following command to uninstall Edge:
setup.exe --uninstall --system-level --verbose-logging --force-uninstall
Once the command is executed, Microsoft Edge will be removed from your device.
Method 2: Uninstall Microsoft Edge Using PowerShell
PowerShell is a powerful tool that allows you to remove pre-installed applications. This method is useful if Edge was installed via a Windows Update.
- Press Win + X and select Windows PowerShell (Admin).
- Enter the following command and press
Enter
:Get-AppxPackage *Microsoft.MicrosoftEdge* | Remove-AppxPackage
- Wait for the uninstallation process to complete.
This method may only uninstall Edge for the current user and may not remove all components of the browser.
Method 3: Disable Microsoft Edge in Windows 11 by Changing Default Browser Settings
If you’re unable to remove Edge, you can disable it by setting another browser as your default:
- Open Windows "Settings" (Win + I).
- Go to Apps > Default apps.
- Select your preferred browser (e.g., Google Chrome) and set it as the default for all web file types.
Microsoft Edge will no longer open when you click on web links after making these changes.
Method 4: Use Third-Party Tools to Uninstall Microsoft Edge
If the previous methods did not work, you can use third-party uninstaller tools like CCleaner or IObit Uninstaller. These programs can help you remove residual files and registry entries left behind by Edge.