Frustrated with Microsoft Edge hijacking your Windows 11 browser choices? In 2026, Microsoft Edge remains deeply integrated, but you can completely uninstall Microsoft Edge from Windows 11 without endless reinstalls. This guide delivers battle-tested steps to reclaim your PC, improve performance, and switch to your favorite browser hassle-free. Let's dive in and free your system! β
Why Bother? The Real Reasons to Uninstall Microsoft Edge Now
Microsoft Edge eats resources, pushes updates you don't want, and defaults as your browser. Removing it:
- β‘ Frees up 500MB+ storage and RAM.
- π‘οΈ Stops telemetry and forced launches.
- π― Lets you use Chrome, Firefox, or Brave seamlessly.
β οΈ Warning: Edge is a system app, so standard "Apps & features" won't cut it. Proceed with admin rights and create a system restore point first. Ready? Follow these proven methods.
Prerequisites: Prep Your Windows 11 for Edge Removal
- π§ Run as Administrator: All steps need elevated PowerShell/Command Prompt.
- πΎ Backup: Search "Create a restore point" in Start menu > Select system drive.
- π Close Edge: End all Edge processes in Task Manager (Ctrl+Shift+Esc).
- π΄ Disable Updates Temporarily: Settings > Windows Update > Pause for 1 week.
Method 1: PowerShell β The Fastest Way to Completely Uninstall Microsoft Edge from Windows 11
This official-ish method targets Edge's core packages. It's safe and effective in the latest Windows 11 builds.
- 1οΈβ£ Open PowerShell as Administrator: Right-click Start > Terminal (Admin).
- 2οΈβ£ Run these commands one by one (copy-paste & Enter):
| Step | Command | What It Does |
| 1 | Get-AppxPackage *edge* -AllUsers | Remove-AppxPackage -AllUsers | Removes user-level Edge packages. |
| 2 | Get-AppxProvisionedPackage -Online | Where-Object DisplayName -like "*edge*" | Remove-AppxProvisionedPackage -Online | Blocks new user provisioning. |
| 3 | reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\EdgeUpdate" /f | Kills Edge auto-updater registry. |
Restart your PC. Boom β Edge is gone from Start menu and defaults! 
Method 2: Nuclear Option β Manual File & Registry Wipe for Total Removal
If PowerShell leaves remnants (rare in 2026), go deeper. This ensures Microsoft Edge never reinstalls.
- 1οΈβ£ Navigate to
C:\Program Files (x86)\Microsoft\Edge\Application & C:\Program Files\Microsoft\Edge\Application.
- 2οΈβ£ Rename folders to "Edge_Backup" (requires admin File Explorer).
- 3οΈβ£ Open Registry Editor (regedit as admin):
- Delete:
HKEY_CLASSES_ROOT\EdgeHTML, HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Edge.
- Edit:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\EdgeUpdate > New DWORD "UpdateDefault"=0.
- 4οΈβ£ Block via Group Policy: gpedit.msc > Computer Configuration > Administrative Templates > Microsoft Edge Update > "Update policy override default" > Disabled.
Verify: Search "Edge" β nothing! 
Prevent Reinstalls: Lock Down Windows 11 Forever
Windows updates love sneaking Edge back. Fortify:
| Tool/Setting | Action | Effect |
| Windows Update | Hide "KB" Edge updates via Microsoft Update Catalog | No auto-reinstall. |
| Hosts File | Add to C:\Windows\System32\drivers\etc\hosts: 127.0.0.1 edgeupdates.microsoft.com | Blocks update servers. |
| Third-Party (Optional) | Tools like Uninstall-MSEdge Script | One-click automation. |
Troubleshooting Common Issues
- β "Access Denied"? Reboot in Safe Mode (Shift+Restart).
- β Edge Returns? Run
sfc /scannow then retry.
- β Chromium Errors? Clear %LOCALAPPDATA%\Microsoft\Edge.
Test: Launch your new browser β smooth sailing! π
Final Thoughts: Enjoy a Leaner Windows 11
Congrats! You've mastered how to completely uninstall Microsoft Edge from Windows 11 in 2026. Your PC feels faster, privacy is tighter, and you're in control. Share this guide if it helped β and explore our tips on optimizing Windows for even more speed. Stay tuned for more hacks! π