Microsoft Edge is the default Chromium-based web browser included with Windows Server 2019 and many later Windows updates. While Edge provides modern web compatibility and security features, it is not always required in Remote Desktop Services (RDS) or Terminal Server environments where organizations standardize on another browser such as Google Chrome.
In environments hosting 20–50 concurrent users, removing unnecessary applications can simplify administration, reduce storage consumption, eliminate update overhead, and minimize user confusion.
This guide explains how to safely remove Microsoft Edge, clean its cache from all user profiles, disable Edge Update services, and understand the limitations imposed by Windows.
Organizations commonly remove Edge because:
Before removing Microsoft Edge:
Edge installation generally consists of:
The browser itself can often be removed, but WebView2 should usually remain unless you are certain no software requires it.
Terminate all running Edge processes before uninstalling.
Get-Process msedge,MicrosoftEdge,msedgewebview2 -ErrorAction SilentlyContinue |
Stop-Process -Force
Delete browser cache from all Windows user profiles.
Typical folders include:
Cleaning these folders can reclaim hundreds of megabytes—or even several gigabytes—on heavily used RDS servers.
Microsoft Edge installs background update services:
Disable them:
Stop-Service edgeupdate -Force
Set-Service edgeupdate -StartupType Disabled
Stop-Service edgeupdatem -Force
Set-Service edgeupdatem -StartupType Disabled
Delete Edge Update scheduled tasks.
Typical task names:
Removing them prevents automatic reinstallation attempts.
Locate the newest setup.exe.
Run:
setup.exe --uninstall --system-level --force-uninstall --verbose-logging
This removes the system installation when permitted.
Many administrators are surprised that Edge still appears under Apps & Features.
Reasons include:
In many cases, the browser has been removed but the registration entry remains.
Sometimes only the uninstall registration remains.
Removing it only hides the program from Apps & Features.
It does NOT uninstall Microsoft Edge.
Do NOT remove WebView2 unless absolutely necessary.
Many applications rely on it, including:
Removing WebView2 can break applications.
Yes.
Windows Update may reinstall Microsoft Edge after:
Administrators may need to remove it again after major upgrades.
Typical savings:
| Component | Approximate Space |
|---|---|
| Browser Files | 400–800 MB |
| Cache Per User | 100 MB–3 GB |
| Code Cache | 50–300 MB |
| GPU Cache | 20–100 MB |
| Service Worker Cache | 20–500 MB |
A 25-user RDS server may recover several gigabytes of storage after cleanup.
✔ Keep Google Chrome updated.
✔ Remove Edge only if it is never required.
✔ Keep WebView2 installed.
✔ Disable Edge Update services.
✔ Delete browser cache periodically.
✔ Use Group Policy to define Chrome as the default browser.
✔ Test business applications before removing Edge.
✔ Perform cleanup during maintenance windows.
Usually caused by leftover registry entries or Windows servicing.
Normal behavior after major Windows servicing.
Possible reasons:
Usually caused by removing WebView2 instead of only Microsoft Edge.
Removing Microsoft Edge from Windows Server 2019 is straightforward when performed correctly. Administrators should distinguish between the browser itself and the Microsoft Edge WebView2 Runtime, as the latter is required by many applications.
For Remote Desktop Services environments where Google Chrome is the standard browser, removing Edge, disabling update services, deleting user cache, and cleaning residual files can reclaim storage, simplify management, and improve consistency across all user sessions. Always validate critical business applications before removing browser components, and remember that future Windows updates may reinstall Microsoft Edge, requiring periodic maintenance.
#MicrosoftEdge #WindowsServer2019 #PowerShell #WindowsServer #ServerAdministration #ITPro #SysAdmin #WindowsAdmin #EdgeRemoval #GoogleChrome #BrowserManagement #RemoteDesktop #RDS #TerminalServer #ServerOptimization #WindowsTips #TechGuide #WindowsPowerShell #Microsoft #SystemAdministrator #ITInfrastructure #EnterpriseIT #ServerMaintenance #WindowsOptimization #DiskCleanup #CacheCleanup #BrowserCache #WindowsSecurity #SystemCleanup #EdgeBrowser #WindowsServerTips #ITSupport #TechTutorial #ServerPerformance #AdminTools #WindowsManagement #EnterpriseWindows #ProfileCleanup #AppData #StorageOptimization #GroupPolicy #WindowsScripts #BrowserCleanup #ITManagement #WindowsUpdate #TechArticle #ComputerAdministration #SystemPerformance #WindowsUtilities #TechExperts