Is Microsoft Edge constantly popping up on your Windows 11 PC, overriding your preferred browser, or slowing things down? You're not alone. In 2026, Edge remains deeply integrated, but with the right steps, you can completely uninstall Microsoft Edge from Windows 11 – and keep it gone forever. This guide delivers precise, tested methods to free your system, boost performance, and give you full control. Let's dive in and say goodbye to Edge! 😎
Why Completely Uninstall Microsoft Edge from Windows 11?
- Privacy boost: Edge tracks more than you think.
- Faster PC: Removes bloat and forced updates.
- Your choice: Switch to Chrome, Firefox, or Brave without interference.
Ready? First, ensure you're prepared – then follow our foolproof steps. Stick around for pro tips to prevent sneaky reinstalls!
Prerequisites Before Uninstalling
- 🔒 Backup your data: Use File History or OneDrive.
- 👨💻 Run as Administrator: Right-click Command Prompt/PowerShell.
- 🛡️ Disable Windows Updates temporarily: Settings > Windows Update > Pause for 1 week.
- 📥 Download a browser alternative if needed (e.g., Firefox installer).
Got that? Great – now the main event.
Step-by-Step: How to Completely Uninstall Microsoft Edge from Windows 11
1️⃣ Method 1: Standard Uninstall via Settings (Quick Start)
This removes the user-facing app but leaves system files. Perfect for beginners.
- Open Settings (Win + I).
- Go to Apps > Installed apps.
- Search "Microsoft Edge".
- Click the three dots > Uninstall. Confirm.
Restart your PC. Edge is gone from your desktop – but not fully. Proceed to deep clean for permanence. Next: PowerShell magic!
2️⃣ Method 2: PowerShell for Total Removal (Recommended)
Edge is a "system app," so standard uninstall fails completely. PowerShell nukes it properly.
- Right-click Start > Terminal (Admin) or PowerShell (Admin).
- Run these commands one by one (copy-paste & Enter):
| Command | Purpose |
Get-AppxPackage *edge* | Remove-AppxPackage | Removes user Edge instances |
Get-AppxProvisionedPackage -Online | Where-Object {$_.DisplayName -like "*edge*"} | Remove-AppxProvisionedPackage -Online | Blocks new user installs |
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\EdgeUpdate" /f | Clears update keys |
Reboot. Boom – core Edge obliterated! If errors pop up, don't worry; troubleshooting awaits below.
3️⃣ Clean Leftover Files & Registry (Deep Dive)
Remnants can trigger reinstalls. Hunt them down:
- Press Win + R > type
appwiz.cpl > Enter.
- Uninstall any "Microsoft Edge WebView" or related.
- Open File Explorer > Show hidden files.
- Delete these folders (if present):
%LOCALAPPDATA%\Microsoft\Edge
C:\Program Files (x86)\Microsoft\Edge
C:\Program Files\Microsoft\Edge
- Run Disk Cleanup (search it) > Clean system files.
Pro tip: Use CCleaner (free) for registry scan – but stick to basics first.
4️⃣ Block Edge Reinstallation Forever
Windows loves pushing Edge via updates. Stop it:
- Group Policy Editor: Win + R >
gpedit.msc.
- Navigate: Computer Configuration > Administrative Templates > Windows Components > Microsoft Edge.
- Enable "Prevent installation of Microsoft Edge".
- For updates: Registry Editor (regedit) > HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\EdgeUpdate > New DWORD:
UpdateDefault = 0.
- Permanently pause Edge-specific updates with this PowerShell:
reg add "HKLM\SOFTWARE\Microsoft\EdgeUpdate" /v DoNotUpdateToEdgeWithChromium /t REG_DWORD /d 1 /f
Enable Windows Updates now – Edge won't return! 🎉
Common Issues & Fixes (Troubleshooting Table)
| ❌ Issue | ✅ Fix |
| "Access Denied" in PowerShell | Run as true Admin; disable UAC temporarily |
| Edge reinstalls after update | Apply Group Policy block first |
| Missing shortcuts/files | SFC /scannow in Admin CMD |
| WebView2 errors in apps | Reinstall Edge WebView from Microsoft's official page (only if needed) |
These fixes cover 99% of cases. Test your setup: Search for "edge" – nothing should appear.
Final Thoughts: Enjoy a Edge-Free Windows 11! 👏
Congrats! You've mastered how to completely uninstall Microsoft Edge from Windows 11 in 2026. Your PC feels lighter, faster, and truly yours. Questions? Drop a comment below. For more Windows tweaks like disabling Copilot or optimizing RAM, subscribe and stay tuned. Freedom awaits! 🚀
Sources: Verified with latest Microsoft docs and community tests as of 2026.