Are you tired of Microsoft Edge hogging your resources on Windows 11? Whether you prefer Chrome, Firefox, or just want a clutter-free system, completely uninstalling Microsoft Edge from Windows 11 can free up space and boost performance. But Edge is deeply integrated, so standard Settings won't cut it. Don't worry—this guide delivers precise, battle-tested steps using PowerShell and tweaks to ensure it stays gone. Let's reclaim your PC! 👏
Why Uninstall Microsoft Edge on Windows 11? Quick Benefits
- ⭐ Saves GBs of storage (Edge + updates pile up fast).
- ✅ Reduces background processes for smoother multitasking.
- ⚠️ Ends forced updates and nagging prompts.
Ready? Prerequisites first: Run as Administrator, back up data, and disable antivirus temporarily. Now, dive into the main method.
Method 1: PowerShell – The Safest Way to Completely Uninstall Microsoft Edge from Windows 11
PowerShell is your best friend here. It targets Edge's core packages without breaking Windows. Follow these steps exactly:
- 👉 Right-click Start > Terminal (Admin) or PowerShell (Admin).
- Copy-paste:
Get-AppxPackage *edge* | Remove-AppxPackage & hit Enter. This removes Edge for your user.
- For all users:
Get-AppxPackage -allusers Microsoft.MicrosoftEdge.Stable | Remove-AppxPackage.
- Restart PC. Edge should vanish from Apps & Features.
Pro Tip: Verify with Get-AppxPackage *edge*—no results means success! If WebView2 lingers (used by apps), run: Get-AppxPackage *webview* | Remove-AppxPackage.
Stuck? Method 1 works 90% of the time on fresh Windows 11 installs. But for stubborn cases or enterprise setups, level up to Method 2.
Method 2: Advanced Removal – Registry & File Cleanup for Total Wipe
For a complete uninstall of Microsoft Edge from Windows 11, nuke remnants manually. Warning: Edit Registry at your risk—back it up first via regedit > File > Export.
| Step | Action | Command/Path |
| 1️⃣ | Stop Edge services | services.msc > Disable "Edge Update" |
| 2️⃣ | Delete Edge folders | %ProgramFiles(x86)%\Microsoft\Edge & %LocalAppData%\Microsoft\Edge |
| 3️⃣ | Registry clean | regedit > Delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\EdgeUpdate |
| 4️⃣ | Run SFC | sfc /scannow in Admin CMD |
This combo ensures no traces. Test by searching "Edge" in Start—gone forever? Great job! 🚀
Prevent Edge from Reinstalling: The Game-Changer
Windows loves pushing Edge back via updates. Block it permanently:
- 👉 Group Policy:
gpedit.msc > Computer Configuration > Administrative Templates > Windows Components > Microsoft Edge Updates > Enable "Do not update".
- Registry block: Add DWORD
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\EdgeUpdate\DoNotUpdate = 1.
- Hosts file tweak: Edit
C:\Windows\System32\drivers\etc\hosts, add:
127.0.0.1 edgeupdates.microsoft.com
127.0.0.1 msedge.api.census.microsoft.com
For more on policies, check Microsoft's official guide: Microsoft Edge Policies.
Troubleshooting Common Issues: Quick Fixes Table
Hit a snag? Here's your lifeline:
| Issue | Symptom | Fix |
| ❌ "Access Denied" | PowerShell fails | Run as true Admin; Disable UAC temporarily |
| ❌ Reinstalls after update | Edge returns | Apply Hosts + Policy blocks above |
| ❌ Apps crash (WebView2) | Breaks Office/others | Reinstall WebView2 separately: Download from Microsoft |
| ❌ Enterprise locked | Can't edit | Use Intune or contact IT |
Bonus: After removal, set your default browser via Settings > Apps > Default apps. Smooth sailing ahead!
Final Thoughts: Enjoy Your Edge-Free Windows 11
Congrats—you've mastered how to completely uninstall Microsoft Edge from Windows 11! Your system feels lighter, faster, and truly yours. If updates change things, revisit PowerShell first—it's reliable. Share your wins below or tweak for other browsers. What's next for your PC optimization? Stay tuned for more guides! 😊