Are you tired of Microsoft Edge hogging your resources or popping up uninvited? Whether you prefer Chrome, Firefox, or something lighter, learning how to uninstall Microsoft Edge via Command Prompt (CMD) gives you full control. This foolproof method uses precise CMD commands to wipe it out completely β no remnants slowing you down. β οΈ Pro tip: Always back up first, as Edge is a core Windows app.
Why Uninstall Microsoft Edge? Quick Benefits
- β
Free up disk space (Edge can eat 500MB+)
- β Boost system speed by killing background processes
- π‘οΈ Customize your browser lineup without Microsoft's defaults
Microsoft ties Edge deeply into Windows, so standard Settings won't cut it. But with CMD, you bypass protections. This guide uses the latest Windows methods (tested on current builds) via PowerShell commands run from CMD β safer than registry hacks.
Prerequisites Before You Start
| Requirement |
Why? |
| Admin privileges |
CMD needs elevated rights to touch system apps |
| Backup your data |
Prevents issues with Windows features like Widgets |
| Alternative browser installed |
Set as default post-uninstall |
| Internet off (optional) |
Blocks auto-reinstall during updates |
Step-by-Step: How to Uninstall Microsoft Edge via Command Prompt (CMD)
Follow these exactly β copy-paste commands for zero errors. Time: 5-10 minutes. π
- Open CMD as Administrator
Press Win + S, type "cmd", right-click Command Prompt β "Run as administrator". Black window? You're golden! π
- Kill All Edge Processes
Type and hit Enter:
taskkill /f /im msedge.exe /t
This force-quits Edge (including tabs). No more interference!
- Launch PowerShell from CMD (Key Step)
In CMD, enter:
powershell
Prompt changes to PS β now we're in business.
- Remove Edge Packages
Run these one by one (Enter after each):
Get-AppxPackage *edge* | Remove-AppxPackage
Get-AppxPackage Microsoft.MicrosoftEdge.Stable | Remove-AppxPackage -AllUsers
Get-AppxProvisionedPackage -Online | Where-Object DisplayName -like *Edge* | Remove-AppxProvisionedPackage -Online
Watch for "Success" messages. This nukes user, all-users, and provisioned copies!
- Exit PowerShell & Clean Registry (Optional but Recommended)
Type exit to return to CMD.
Then:
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\EdgeUpdate" /f
Deletes update stubs to prevent reinstalls.
- Reboot & Verify
Restart PC. Search for Edge β gone? Victory! π
Check Task Manager for msedge.exe remnants.
Common Errors & Fixes
- β "Access Denied"? Run CMD as true admin (UAC yes).
- β Edge reinstalls on update? Block via Group Policy: gpedit.msc β Computer Config β Administrative Templates β Windows Components β App runtime β "Turn off..." Edge.
- β Partial removal? Repeat steps or use Microsoft's official Edge tools for deeper dives.
Warnings: Proceed with Eyes Open
Uninstalling Microsoft Edge via CMD is powerful but risky:
- May break WebView2 apps or Windows features (PDF viewer, etc.)
- Updates might reinstall it β disable auto-updates in Services.msc ("Microsoft Edge Update").
- Not for enterprise β check IT policies.
If issues arise, reinstall via
Microsoft Store or
winget install Microsoft.Edge.
Alternatives to Full Uninstall
Don't want to go nuclear?
- β Set default browser in Settings β Apps β Default apps.
- π Disable Edge via Task Scheduler (msedgeupdate.exe).
- π‘οΈ Use Enterprise Mode scripts from Microsoft Docs.
FAQ: Your Burning Questions Answered
Q: Can I uninstall Microsoft Edge via CMD on Windows 11?
A: Yes! Same steps β even stronger protections bypassed.
Q: Is it safe to remove Edge completely?
A: Mostly, but test core apps first. Reversible anytime.
Q: What if CMD fails?
A: Try elevated PowerShell directly or third-party like Bulk Crap Uninstaller (use cautiously).
Now you're Edge-free and flying high! Got tweaks or issues? Drop a comment below β let's optimize together. π§ Next up: Speed up Windows post-uninstall?