How to Completely Remove Microsoft Edge in Windows 10/11

A complete step-by-step guide to removing Microsoft Edge using PowerShell. Updated for 2025.

Why You Might Want to Uninstall Microsoft Edge

Microsoft Edge comes pre-installed and deeply integrated into Windows 10 and 11. Many users find it redundant or prefer alternative browsers. Removing it can declutter the system and improve user experience.

Can You Really Remove Edge?

While Microsoft doesn't make it easy, you can remove the core components using PowerShell. Here's how to do it safely.

Step-by-Step: How to Uninstall Microsoft Edge via PowerShell

Step 1: Open PowerShell as Administrator

Right-click the Start menu, select Windows Terminal (Admin) or PowerShell (Admin).

Step 2: Locate Microsoft Edge Package

Get-AppxPackage *Microsoft.MicrosoftEdge.Stable*

Step 3: Run the Removal Command

Get-AppxPackage *Microsoft.MicrosoftEdge.Stable* | Remove-AppxPackage

Optional: Block Microsoft Edge Reinstallation via Update

To prevent Windows Update from reinstalling Edge, you can use Group Policy or disable specific scheduled tasks. Detailed guide coming soon.

FAQ

Will it break anything?

For typical users, no. But some Windows components may expect Edge. Use at your own discretion.

Will updates reinstall Edge?

Yes. Block its reinstallation via Group Policy or script automation if needed.

Is this method safe?

Yes, this is a standard removal via PowerShell, not a registry hack or risky third-party tool.

Video Tutorial

Coming soon – you can also embed a trusted YouTube guide here for better engagement.