A complete step-by-step guide to removing Microsoft Edge using PowerShell. Updated for 2025.
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.
While Microsoft doesn't make it easy, you can remove the core components using PowerShell. Here's how to do it safely.
Right-click the Start menu, select Windows Terminal (Admin) or PowerShell (Admin).
Get-AppxPackage *Microsoft.MicrosoftEdge.Stable*
Get-AppxPackage *Microsoft.MicrosoftEdge.Stable* | Remove-AppxPackage
To prevent Windows Update from reinstalling Edge, you can use Group Policy or disable specific scheduled tasks. Detailed guide coming soon.
For typical users, no. But some Windows components may expect Edge. Use at your own discretion.
Yes. Block its reinstallation via Group Policy or script automation if needed.
Yes, this is a standard removal via PowerShell, not a registry hack or risky third-party tool.
Coming soon – you can also embed a trusted YouTube guide here for better engagement.