How to Uninstall or Disable Microsoft Edge on Windows 10 and 11

Learn step-by-step how to safely uninstall or disable Microsoft Edge browser on Windows 10 and 11 using PowerShell and app settings.

130 views

To uninstall or disable Microsoft Edge, you need to follow these steps since it is a core component of Windows 10 and 11. Disabling it: Navigate to Edge's app settings, select 'Modify', and choose 'Disable'. Uninstalling: You must use Windows PowerShell. Right-click the Start button, select Windows PowerShell (Admin), then type `Get-AppxPackage edge | Remove-AppxPackage` and press Enter. Note, removing Edge might cause stability issues with the system. Always backup your data before making such changes.

FAQs & Answers

  1. Can I completely uninstall Microsoft Edge from Windows 10 or 11? Microsoft Edge is a core Windows component, so it cannot be uninstalled using standard methods. However, it can be disabled or removed using Windows PowerShell with administrative rights, though this may affect system stability.
  2. What happens if I disable Microsoft Edge on my PC? Disabling Microsoft Edge will prevent you from using the browser but might affect some Windows features that rely on Edge’s engine, so proceed with caution and always backup important data.
  3. How do I disable Microsoft Edge from the app settings? Navigate to Microsoft Edge’s app settings in Windows, select Modify, and choose Disable to stop the browser from running without uninstalling it.
  4. Is using Windows PowerShell safe for uninstalling software like Edge? Using Windows PowerShell commands for uninstalling software requires administrator access and knowledge of commands. It is safe if done correctly, but improper use can cause system issues.