June 20, 2025

How to uninstall Microsoft Edge on Mac

Asya Karapetyan
Written by
A content marketer with 10+ years of experience specializing in macOS, focused on creating guides for Mac cleanup and optimization.

Asya Karapetyan

Alex Holovchenko
Approved by
The content has been reviewed and approved by our team member, an Apple Certified Support Professional, who provides technical support to Nektony’s users.

Alex Holovchenko

Share

Does deleting Microsoft Edge feel trickier than it should? Same here. I supposed dragging it to the Trash would be enough, but Edge had other plans. It quietly leaves behind hidden files, background processes, lingering notifications, and other clutter.

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.

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

youtube button

What is Microsoft Edge?

Microsoft Edge is a Microsoft browser, an Internet Explorer’s descendant, and a Chrome’s and Safari’s cousin. Since its release in 2015, Edge has been redefining the browsing experience with AI-powered tools like Copilot Chat and enhanced search through Bing.

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

At this point, you might consider removing MS Edge from Mac. I looked for Microsoft’s official guide and found nothing but community-backed comments on how to uninstall Microsoft 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:

  1. 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.

  2. Go to the Finder β†’ Applications folder.
  3. Locate Microsoft Edge β†’ move it to Trash. Microsoft Edge in the Applications folder
  4. Open Finder again β†’ press Cmd+Shift+G.
  5. ​​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

      MS Edge Application support files
    • 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

  6. 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:

  1. Run Terminal.
  2. Force Quit Microsoft Edge. For this, use the command and press Return:

    sudo pkill -9 Microsoft Edge

    Copy

    Terminal window showing a command to quit Edge
  3. Remove the main executable file (.app) by entering this command:

    sudo rm -rf /Applications/Microsoft Edge.app

    Copy

  4. 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:

  1. Download and launch the uninstaller.
    Download
    for macOS 10.13 and later
    App Cleaner & Uninstaller
  2. Select Microsoft Edge from the list of applications.
  3. Click the Remove button β†’ confirm the uninstallation. Uninstalling MS Edge

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:

  1. 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.
  2. 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.
    System Settings window showing Edge login items
  3. 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

  4. 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.
  5. Empty Trash.
  6. 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:

  1. Launch the tool.
  2. Switch to the Remaining Files section.
  3. Select and remove useless junk files β†’ Confirm the action.
MS Edge remaining files

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!

Frequently asked questions

How do you reset Microsoft Edge?

  1. Open Edge β†’ Click on the three-dot menu (top-right) β†’ Go to Settings.
  2. Navigate to Reset settings β†’ Select Restore settings to their default values.
  3. Confirm the action.

Alternative: Launch App Cleaner & Uninstaller β†’ Locate MS Edge from the Applications list β†’ Control-click on it β†’ Select the Reset Application from the dropdown list.

How do I stop running Microsoft Edge?

  1. Open Activity Monitor (Cmd + Space β†’ type Activity Monitor).
  2. Search for Microsoft Edge or EdgeUpdater.
  3. Select related processes β†’ Click the X button to force quit.
  4. Disable background permissions in System Settings β†’ General β†’ Login Items β†’ Allow in the Background.
Alternative: Run Terminal β†’ Force Quit Microsoft Edge. For this, use the command and press Return:
sudo pkill -9 'Microsoft Edge'

Copy

Why can't I uninstall Microsoft Edge?

Sometimes, uninstalling Microsoft Edge isn’t as straightforward due to leftover system files or running background processes. Here’s what to do for a full removal:

  1. Back up bookmarks and passwords.
    If sync is enabled, your data (bookmarks, passwords, etc.) will be restored automatically after signing back into your Microsoft account. If not, export them manually before proceeding with the uninstallation.
  2. Close all Edge processes. To do this:
    Open Activity Monitor β†’ Force quit all Edge-related processes.
  3. Manually remove leftovers from:
    • ~/Library/Application Support/Microsoft Edge

      Copy

    • ~/Library/Preferences/com.microsoft.Edge.plist

      Copy

    • /Library/PrivilegedHelperTools/com.microsoft.EdgeUpdater

      Copy

Scroll to Top