June 20, 2025
How to uninstall Microsoft Edge on Mac
Thatβs when it occurred to me that a helpful step-by-step guide would add real value.
Keep reading this article to learn how to permanently delete Microsoft Edge in three ways and fix common issues along the way.
This article contains:
Shortcut alert!
Bypass manual work and uninstall Microsoft Edge along with other apps, quickly and thoroughly without missing any hidden clutter. A dedicated uninstaller app, such as App Cleaner & Uninstaller, can save you time and headaches.
Video Guide: How to fully and quickly uninstall Edge
0:57
What is Microsoft Edge?
Itβs bundled with Windows by default but is also available on Mac.
Interesting fact
According to Backlinko, as of February 2025, Microsoft Edge held 5.23% of the worldwide browser market, with an estimated 292 million users. Edge performs well in the desktop market share, at 13.77%, and a much lower 0.47% for mobile browser use.
What might be wrong with Microsoft Edge?
Although packed with features, Edge doesnβt always play nice with macOS. Hereβs what you might run into:
- Browser slows on Mac: Many users report that Edge feels sluggish, with longer load times and laggy tabs compared to Safari or Chrome, especially during multitasking.
- Takes up a lot of CPU: Launching Activity Monitor often reveals Edge consumes 90% of CPU, while Chrome and Safari hover around 10-20%. This can cause your Mac to slow down or overheat.
- Too many notifications: Users report receiving frequent pop-up alerts about updates, extensions, or promotions, even after trying to disable them.
- Redundant on Mac: With Safari pre-installed and Chrome often preferred for compatibility, most Mac users find Edge unnecessary and duplicative.
Three roads to uninstall Edge on Mac
Anyway, I tried deleting Edge three different ways to see which one was worth it. FYI, I tested Edge version 137.0.3296.68 (Official build) (arm64) on MacOS 15.5. Iβll walk you through each approach below, with a quick table coming soon to help you decide.
Method | Ease of Use | Removes Hidden Files | Speed | Recommended when⦠|
---|---|---|---|---|
1. Manual via Finder | Moderate (requires effort) |
β Not fully (leftovers remain) |
π Slow | You prefer a manual approach without using Terminal or installing extra apps. |
2. Terminal Commands | Technical (command-line) |
β
Yes (if done thoroughly) |
β‘ Medium | You’re comfortable with Terminal and want a semi-automated removal. |
3. App Cleaner & Uninstaller | β
Easiest (a few clicks) |
β
Yes (automated cleanup) |
π Fastest | You want the fastest, safest, and most thorough removal – fully automated and error-free. |
Delete Microsoft Edge from Mac manually with Finder
For starters, I went with the manual method through Finder. It works – sort of. Edge leaves behind support files and background data, and removing every trace takes a little patience. So, youβll need to go beyond just moving the app to the Trash. Here’s how to get started:
- Quit Microsoft Edge. For this, control-click the Edge icon β select Quit from dropdown.
Alternative via Activity Monitor
Use Spotlight (Command + Space) β type Activity Monitor β press Return β select all Microsoft Edge processes β click the X (Quit) button.
- Go to the Finder β Applications folder.
- Locate Microsoft Edge β move it to Trash.
- Open Finder again β press Cmd+Shift+G.
- ββIn the Go to Folder box, enter the following paths one by one and hit Return β delete any MS Edge-related files you find:
Application-support:
~/Library/Application Support/Microsoft Edge
Copy
~/Library/Application Scripts/com.microsoft.edgemac.wdgExtension
Copy
~/Library/HTTPStorages/com.microsoft.edgemac.binarycookies
Copy
~/Library/HTTPStorages/com.microsoft.edgemac
Copy
~/Library/Application Support/Microsoft/EdgeUpdater
Copy
~/Library/HTTPStorages/com.microsoft.EdgeUpdater
Copy
Caches:
/private/var/db/receipts/com.microsoft.edgemac.plist
Copy
/private/var/db/receipts/com.microsoft.edgemac.bom
Copy
~/Library/Saved Application State/com.microsoft.edgemac.savedState
Copy
~/Library/Caches/Microsoft Edge
Copy
~/Library/Caches/com.microsoft.EdgeUpdater
Copy
~/Library/Caches/com.apple.nsurlsessiond/Downloads/com.microsoft.edgemac
Copy
Containers:
~/Library/Containers/com.microsoft.edgemac.wdgExtension
Copy
Preferences:
~/Library/Preferences/com.microsoft.edgemac.plist
Copy
Logs:
/Library/Logs/Microsoft/edgeinstall.log
Copy
Login-items:
~/Library/LaunchAgents/com.microsoft.EdgeUpdater.update-internal.101.0.1210.0.plist
Copy
~/Library/LaunchAgents/com.microsoft.EdgeUpdater.wake.101.0.1210.0.plist
Copy
~/Library/LaunchAgents/com.microsoft.EdgeUpdater.update.plist
Copy
~/Library/LaunchAgents/com.microsoft.EdgeUpdater.wake.plist
Copy
Library:
~/Library/WebKit/com.microsoft.edgemac
Copy
~/Library/Microsoft/EdgeUpdater
Copy
Microsoft Auto Updater (optional):
Microsoft often installs a general background updater that stays even after you delete individual programs. If you’d like to remove it too, check the main Library folder for:/Library/LaunchDaemons/com.microsoft.autoupdate.helper.plist
Copy
- Empty Trash.
Well done! No more Microsoft Edge βοΈ
Remove Microsoft Edge on Mac using Terminal
If you donβt mind working in Terminal, it can help uninstall Microsoft Edge faster. With just several commands, you can sweep away both the app and its hidden files.
Note
This method isnβt for everyone – one typo can affect core system settings. Use it only in case you’re confident in Terminal.
If you’re still curious and have installed MS Edge with Homebrew, there are some user-contributed Edge uninstall scripts on GitHub. Or you can trust my experience to remove Edge in Terminal without Brew:
- Run Terminal.
- Force Quit Microsoft Edge. For this, use the command and press Return:
sudo pkill -9 Microsoft Edge
Copy
- Remove the main executable file (.app) by entering this command:
sudo rm -rf /Applications/Microsoft Edge.app
Copy
- Delete Edge-related files by using the command:
sudo rm -rf
Copy
And add each directory from step 4 of the Delete Microsoft Edge from Mac manually with Finder section after the command, running them one by one.
Note:
Run each command separately to avoid accidentally removing unrelated files.
For example,sudo rm -rf ~/Library/Application Support/Microsoft Edge
Copy
Good jobπ Edge is gone.
Fully uninstall MS Edge with App Cleaner & Uninstaller
If Terminal and manual methods are too much for you, App Cleaner & Uninstaller is the effortless and quickest alternative. It automatically locates Microsoft Edge and all related support files, even those buried deep in your system folders, and lets you delete them all at once, with no digging required.
Hereβs how to uninstall Edge on Mac completely using App Cleaner & Uninstaller:
- Download and launch the uninstaller.
- Select Microsoft Edge from the list of applications.
- Click the Remove button β confirm the uninstallation.
And just like that, no more Microsoft Edge π
Problems when removing Microsoft Edge
Often, users face the issue that Edge does not fully go away even after dragging it to Trash. It tends to leave behind login items, background processes, hidden support files, and auto-launch agents that continue to run silently. Here are some typical incidents and solutions thereto:
Errors like MS Edge items run in the background
When figuring out how to deal with this problem, I bumped into this Reddit helpful guide on how to remove Edge from Mac completely. This error often pops up when trying to empty the Trash or during shutdown. It means Microsoft Edge is still running background services, most likely the Edge Updater or related helper tools.
Fix:
Quit background processes:
- Open Activity Monitor.
- Search for any processes named Microsoft Edge, EdgeUpdater, or anything by Microsoft Corporation.
- Select them and click the βXβ (Force Quit) button in the top-left.
Disable items allowed to run in the background:
- Go to System Settings β General β Login Items.
- Under βAllow in the Backgroundβ, disable any entries related to Microsoft Edge, Microsoft Updater, or Microsoft Corporation.
Manually delete leftover background launch agents:
- Open Finder β Press Cmd + Shift + G β Delete any files or folders related to Microsoft Edge or EdgeUpdater:
~/Library/LaunchAgents
Copy
~/Library/Application Support/Microsoft/EdgeUpdater
Copy
- Microsoft Auto Updater (optional – refers to all Microsoft apps):
/Library/LaunchDaemons/com.microsoft.autoupdate.helper.plist
Copy
- Open Finder β Press Cmd + Shift + G β Delete any files or folders related to Microsoft Edge or EdgeUpdater:
- If your goal is to uninstall Microsoft Edge from Mac completely, delete each of the Edge-related files listed in step 4 of the Delete Microsoft Edge from Mac manually with Finder.
- Empty Trash.
- Restart your Mac.
How to delete Microsoft Edge leftovers from Mac
You can find and remove the leftovers of applications already deleted manually or with App Cleaner & Uninstaller. For this:
- Launch the tool.
- Switch to the Remaining Files section.
- Select and remove useless junk files β Confirm the action.
Final drop
Impressive, isnβt it? Out of all 3 methods, App Cleaner & Uninstaller is not only the quickest and cleanest way to uninstall Microsoft Edge on a Mac, but it removes leftovers and manages apps.
Whether youβre removing other browsers, like Edge, or dealing with leftover junk from any app, Nektony is your buddy here. You are welcome to ββget support at any time!