Is Microsoft Edge WebView2 hogging space on your Mac? This powerful web rendering engine powers apps like Teams or Spotify, but it can bloat your system with updates and leftovers. Don't worry—our straightforward guide shows you exactly how to permanently delete Microsoft Edge WebView2 on Mac. Follow these steps to wipe it clean, free up GBs, and keep your Mac lightning-fast. Let's dive in! 👇
What is Microsoft Edge WebView2 on Mac?
Microsoft Edge WebView2 (now part of the Evergreen runtime) lets macOS apps embed Chromium-based browsing without full Edge installs. It's handy for developers but sneaky—auto-updates fill /Library folders. If you're privacy-focused or ditching Microsoft apps, permanently deleting Microsoft Edge WebView2 on Mac is a game-changer. Ready to reclaim control? ⭐
Why Permanently Delete Microsoft Edge WebView2 on Mac?
- 🚀 Frees massive storage (often 500MB+ per version).
- 🛡️ Reduces background processes and potential security nags.
- ⚡ Improves Mac performance by ditching unused Chromium bloat.
- 🔒 Enhances privacy—no more Microsoft telemetry.
Pro tip: Back up first with Time Machine. Now, let's uninstall! 👉
Prerequisites Before Uninstalling
- Update to the latest macOS for best compatibility.
- Close all apps using WebView2 (e.g., Microsoft Teams, Adobe apps).
- Admin privileges required—enter your password when prompted.
- Disable Gatekeeper temporarily if needed:
sudo spctl --master-disable (re-enable later).
Step-by-Step: How to Permanently Delete Microsoft Edge WebView2 on Mac
We'll use Finder, Terminal, and safe deletion. No third-party tools needed. Patience pays off—complete removal takes 10-15 minutes.
1️⃣ Quit All Related Processes
Open Activity Monitor (Spotlight: Cmd + Space, type "Activity Monitor"). Search for "WebView", "Edge", or "MSEdgeWebView". Select and force quit. This prevents file locks.
2️⃣ Uninstall the Main Runtime
Navigate to /Applications. Drag Microsoft Edge WebView to Trash if present. Empty Trash immediately (right-click Trash > Empty Trash).

3️⃣ Hunt Down Framework and Cache Files
Time for deep clean. Use Terminal (Applications > Utilities > Terminal):
sudo rm -rf /Library/Frameworks/MicrosoftEdgeWebView.framework
sudo rm -rf ~/Library/Caches/com.microsoft.edge.WebView
sudo rm -rf /Library/Caches/com.microsoft.edge.WebView
Enter password. These nuke core files safely.
4️⃣ Wipe All Supporting Folders
Check these paths in Finder (Go > Go to Folder). Delete contents matching "EdgeWebView", "MSEdge", "WebView2":
| Path |
What to Delete |
~/Library/Application Support/Microsoft/EdgeWebView |
All folders/files |
/Library/Application Support/Microsoft/EdgeWebView |
All folders/files |
~/Library/Preferences/ |
com.microsoft.edge.WebView.*.plist |
/Library/LaunchDaemons/ |
com.microsoft.edge.*.plist |
~/Library/Saved Application State/ |
com.microsoft.edge.WebView.savedState |
Restart your Mac after. Boom—most traces gone!

5️⃣ Advanced Cleanup: Logs and Receipts
For total permanence:
sudo rm -rf /var/log/*edge*
sudo rm -rf /private/var/db/receipts/*edge*.bom
sudo rm -rf /private/var/db/receipts/*edge*.plist
This erases install logs. Verify with Spotlight search: "WebView2" should return nothing. 🎉

6️⃣ Re-enable Security & Test
Run: sudo spctl --master-enable. Relaunch apps—any crashes mean they relied on WebView2. Update them via App Store or devs.
Troubleshooting Common Issues
- ❌ "Permission denied"? Prefix with
sudo.
- ⚠️ Files won't delete? Boot in Safe Mode (hold Shift at startup).
- 🔄 Auto-reinstalls? Block via Little Snitch or firewall.
- Apps broken? Reinstall from official sources like Microsoft Docs.
Final Thoughts: Enjoy Your Cleaner Mac! 🥳
Congrats—you've mastered how to permanently delete Microsoft Edge WebView2 on Mac! Your system is sleeker, faster, and yours. Monitor storage in About This Mac > Storage. Questions? Drop in comments. What's next—tackling more bloat? Stay tuned for guides on Safari tweaks and app decluttering. You've got this! 👏
FAQ: Permanently Delete Microsoft Edge WebView2 on Mac
- Is Microsoft Edge WebView2 safe to remove?
- Yes, if no apps depend on it. Test post-deletion.
- Will this affect Microsoft Edge browser?
- No—separate installs.
- How much space does it save?
- Typically 1-2GB across versions.
- Reinstall if needed?
- Download from Microsoft or app updates.