When the Microsoft Edge uninstall button is grayed out, the issue is usually caused by Windows treating the browser as a protected system application. Fortunately, several effective solutions can help restore the ability to remove it. Start by setting another browser as the default option, then try uninstalling Edge through Command Prompt or PowerShell. If the problem persists, consider rolling back recent updates, reviewing Group Policy settings, using a third-party uninstaller, or reinstalling Edge before attempting removal again.
Let’s understand the reasons and the explained solution steps to resolve this issue!
Why Is the Microsoft Edge Uninstall Button Grayed Out?
Microsoft Edge is closely integrated with Windows. Microsoft often installs the browser as part of system updates, making it a protected application. When Edge is considered a core component, Windows disables the uninstall option to prevent accidental removal.
You may also encounter this issue because Edge is currently set as the default browser, organizational policies restrict browser removal, or recent updates have locked the application within the operating system.
Cannot Uninstall Microsoft Edge, Uninstall Button is Grayed Out [Fix]
![Cannot Uninstall Microsoft Edge, Uninstall Button is Grayed Out [Fix]](https://cdn-0.tech-tips-now.com/wp-content/uploads/2026/06/Cannot-Uninstall-Microsoft-Edge-Uninstall-Button-is-Grayed-Out-Fix-1024x576.jpg)
If the Microsoft Edge uninstall button is grayed out, follow these steps:
- Set another browser as the default browser.
- Uninstall Microsoft Edge using Command Prompt.
- Remove Edge through PowerShell commands.
- Roll back recent Microsoft Edge updates.
- Modify Windows policies that prevent browser removal.
- Use third-party software uninstallation tools if necessary.
These methods can help you remove Microsoft Edge when the standard uninstall option is unavailable in Windows 10 or Windows 11.
Step 1: Set Another Browser as the Default Browser
Before attempting to remove Microsoft Edge, it is important to ensure that another browser is set as the default application for web browsing.
Go to Start > Settings > Apps > Default Apps. Then scroll through the list and select your preferred browser, such as Chrome or Firefox. Then click Set Default.
On some Windows versions, you may need to manually assign the browser to file types such as HTTP, HTTPS, and HTML.
After making another browser the default option, restart your computer and check whether the Edge uninstall button becomes available.
This step is important because Windows may prevent the removal of Edge when it is still configured as the primary browser for internet-related tasks.
Step 2: Uninstall Microsoft Edge Using Command Prompt
If the uninstall option remains unavailable, you can try removing Edge through Command Prompt.
Go to Start > type Command Prompt > right click Command Prompt > select Run as administrator.
Then enter the following command and press Enter:
cd %PROGRAMFILES(X86)%\Microsoft\Edge\Application
Next, locate the installed version folder by typing:
dir
You will see a version number displayed. Open that folder by entering:
cd VersionNumber\Installer
Replace VersionNumber with the actual version shown on your system.
Then enter the following command:
setup.exe –uninstall –system-level –verbose-logging –force-uninstall
Press Enter and wait for the process to complete.
This command forces the Edge installer to remove the browser even when the uninstall option is disabled in Windows Settings. After the process finishes, restart your computer and verify whether Edge has been removed.
Step 3: Remove Microsoft Edge Through Windows PowerShell
PowerShell provides another method for uninstalling applications when traditional options fail.
Go to Start > type PowerShell > right click Windows PowerShell > select Run as administrator.
Then enter the following command:
Get-AppxPackage MicrosoftEdge
Press Enter and review the package information displayed on the screen.
Next, enter the appropriate removal command based on your installed version. In many cases, the following command can help remove the package:
Get-AppxPackage MicrosoftEdge | Remove-AppxPackage
Press Enter and allow Windows to process the command.
Once completed, restart your computer.
PowerShell is particularly useful for advanced troubleshooting because it communicates directly with Windows application packages and can bypass some limitations found in the graphical interface.
Step 4: Roll Back Recent Microsoft Edge Updates
Sometimes Microsoft Edge becomes locked after a major update, causing the uninstall button to become unavailable.
Go to Start > Settings > Windows Update > Update History. Then select Uninstall Updates if the option is available.
Look for recently installed Edge-related updates or Windows updates that may have introduced the issue.
Then select the update and choose Uninstall.
After the update is removed, restart your computer and check whether the uninstall option for Edge has returned.
Rolling back updates can be helpful when the problem started immediately after a browser or operating system upgrade.
Step 5: Check Local Group Policy Settings
Certain Windows policies can prevent the removal of Microsoft Edge.
Go to Start > type gpedit.msc > press Enter.
Then navigate to:
Computer Configuration > Administrative Templates > Microsoft Edge
Review the available policies and look for settings related to browser installation or removal restrictions.
If you find a policy that prevents uninstalling Edge, double-click it and change the setting to Disabled or Not Configured.
Then click Apply and OK.
Restart your computer and try uninstalling Edge again.
This method is especially useful on work computers or systems that were previously managed by an organization.
Step 6: Use a Third-Party Uninstaller Tool
If none of the built-in methods work, a trusted third-party uninstaller can sometimes remove Edge successfully.
Go to the official website of a reputable uninstaller application and install the software.
Then launch the program and allow it to scan installed applications.
Locate Microsoft Edge in the list and select the uninstall option provided by the tool.
Most advanced uninstallers can remove leftover files, registry entries, and installation data that Windows may not remove automatically.
After the process is complete, restart your computer and verify that Edge has been removed.
Be cautious when using third-party tools and always download software from official sources to avoid security risks.
Step 7: Reinstall and Then Uninstall Microsoft Edge
In some cases, reinstalling Edge can repair corrupted installation files and restore the ability to uninstall it properly.
Go to Microsoft’s official Edge download page and download the latest version of the browser.
Then install Edge normally and restart your computer.
After installation is complete, go to Start > Settings > Apps > Installed Apps.
Locate Microsoft Edge and check whether the uninstall option is now available.
If the button is active, proceed with the removal process.
This method can resolve issues caused by damaged installation files or incomplete updates.
FAQs
The uninstall button is usually disabled because Microsoft Edge is installed as a system component through Windows updates. Windows may protect the browser from removal to ensure compatibility with certain operating system features.
Can I safely uninstall Microsoft Edge?
Yes, in most cases, you can uninstall Microsoft Edge if you prefer another browser. However, some Windows features may continue to rely on Edge-related components in the background.
Will uninstalling Edge affect Windows updates?
Generally, uninstalling Edge does not prevent Windows updates from working. However, future updates may reinstall the browser automatically.
Can Edge come back after uninstalling it?
Yes. Major Windows updates sometimes reinstall Microsoft Edge automatically as part of system maintenance or feature upgrades.
Do I need administrator privileges to uninstall Edge?
Yes. Most methods that force uninstall Microsoft Edge require administrative access to modify system files and application packages.
What should I do if PowerShell and Command Prompt methods fail?
If both methods fail, try reinstalling Edge, checking Group Policy settings, or using a trusted third-party uninstaller tool.