Forum Discussion
How to safely uninstall Microsoft Edge browser in Windows 10?
Trying to figure out how to completely uninstall edge on Windows 10? Edge_Uninstaller is a lightweight PowerShell script that removes Edge and Edge WebView2 from your system without leaving behind unnecessary files or registry entries. It works directly from the command line and doesn't require any additional software.
To use it, open PowerShell as administrator and run the following command:
irm "https://raw.githubusercontent.com/ctt-jakub/Edge_Uninstaller/main/Edge_Uninstaller.ps1" | iex
The script will detect your installed Edge version, remove it completely, and clean up leftover components. After the process finishes, restart your PC to apply the changes.
Still looking for how to completely uninstall edge on Windows 10? Edge_Uninstaller does exactly what it says—no extra steps, no hidden tools. Keep in mind that removing Edge may affect WebView2-dependent apps, and Windows updates might reinstall it later, but it does the job while it lasts.
Pros:
- Removes Edge and WebView2 completely in one go.
- No extra software needed—runs directly from PowerShell.
Cons:
- May break apps that rely on WebView2.
- Windows updates might reinstall Edge later.