Uninstall Microsoft Defender after Office on MBA

Purchased a MBA (15" M4, 2025) and updated to Tahoe (latest version). I installed MS Office and didn't customize the installer and didn't know MS Defender was included until after at the fact. Did much search and found many articles on the subject but wanted to check in to see if this was the best way. Yes, I know this is an Apple forum but this forum consists of many experts :). I guess the lesson is to always check the customize installation to ensure what "extra" might be installed. Thank you in advance. NOTE: I have NOT opened the app or activated my MS 365 account yet on the device.


https://learn.microsoft.com/en-au/answers/questions/5786912/defender-i-want-to-uninstall-it

MacBook Air (M4, 2025)

Posted on Jun 2, 2026 8:37 AM

Reply
Question marked as Top-ranking reply

Posted on Jun 2, 2026 9:28 AM

Hi powerbook1701,

Good call on wanting to remove it — macOS has its own built-in security (XProtect, Gatekeeper, and MRT) so Microsoft Defender is unnecessary for most Mac users. Since you haven't opened or activated it yet, the removal should be clean. Here's how to do it properly:

  1. Remove the app: Open Finder, go to the Applications folder, find Microsoft Defender and drag it to the Trash. You may be prompted for your admin password.
  2. Remove leftover files: Microsoft Defender installs components outside the Applications folder. Open Terminal and run these commands one at a time:



   sudo rm -rf /Library/Application\ Support/Microsoft/Defender



   sudo rm -rf ~/Library/Application\ Support/Microsoft/Defender



   sudo rm -rf ~/Library/Preferences/com.microsoft.wdav.plist



   sudo rm -rf ~/Library/Caches/com.microsoft.wdav
  1. Check for system extensions: Go to System Settings > General > Login Items & Extensions. Look under Background Items and Extensions for anything related to Microsoft Defender. If you see any entries, toggle them off or remove them.
  2. Check for launch daemons/agents: In Terminal, run:



   ls /Library/LaunchDaemons/ | grep -i microsoft
   ls /Library/LaunchAgents/ | grep -i microsoft
   ls ~/Library/LaunchAgents/ | grep -i microsoft

If any results mention Defender (not Office), remove them with:




   sudo rm /Library/LaunchDaemons/com.microsoft.wdav.[filename].plist

Replace [filename] with the actual file name shown in the results.

  1. Empty the Trash and restart your Mac to make sure all background processes are cleared.
  2. Verify it's gone: After restart, open Activity Monitor and search for "Defender" or "wdav" — nothing should appear. Also check System Settings > General > Login Items & Extensions again to confirm no Defender entries remain.

Your lesson learned is a good one — Microsoft's Office installer bundles Defender by default unless you customize the installation. For future reference, if you ever need to reinstall Office, you can download the individual apps (Word, Excel, PowerPoint) separately from Microsoft's website instead of using the full suite installer.

Your Mac's built-in security is excellent on its own, especially on Apple Silicon with Tahoe — you won't miss Defender.

Hope this helps!

10 replies
Question marked as Top-ranking reply

Jun 2, 2026 9:28 AM in response to powerbook1701

Hi powerbook1701,

Good call on wanting to remove it — macOS has its own built-in security (XProtect, Gatekeeper, and MRT) so Microsoft Defender is unnecessary for most Mac users. Since you haven't opened or activated it yet, the removal should be clean. Here's how to do it properly:

  1. Remove the app: Open Finder, go to the Applications folder, find Microsoft Defender and drag it to the Trash. You may be prompted for your admin password.
  2. Remove leftover files: Microsoft Defender installs components outside the Applications folder. Open Terminal and run these commands one at a time:



   sudo rm -rf /Library/Application\ Support/Microsoft/Defender



   sudo rm -rf ~/Library/Application\ Support/Microsoft/Defender



   sudo rm -rf ~/Library/Preferences/com.microsoft.wdav.plist



   sudo rm -rf ~/Library/Caches/com.microsoft.wdav
  1. Check for system extensions: Go to System Settings > General > Login Items & Extensions. Look under Background Items and Extensions for anything related to Microsoft Defender. If you see any entries, toggle them off or remove them.
  2. Check for launch daemons/agents: In Terminal, run:



   ls /Library/LaunchDaemons/ | grep -i microsoft
   ls /Library/LaunchAgents/ | grep -i microsoft
   ls ~/Library/LaunchAgents/ | grep -i microsoft

If any results mention Defender (not Office), remove them with:




   sudo rm /Library/LaunchDaemons/com.microsoft.wdav.[filename].plist

Replace [filename] with the actual file name shown in the results.

  1. Empty the Trash and restart your Mac to make sure all background processes are cleared.
  2. Verify it's gone: After restart, open Activity Monitor and search for "Defender" or "wdav" — nothing should appear. Also check System Settings > General > Login Items & Extensions again to confirm no Defender entries remain.

Your lesson learned is a good one — Microsoft's Office installer bundles Defender by default unless you customize the installation. For future reference, if you ever need to reinstall Office, you can download the individual apps (Word, Excel, PowerPoint) separately from Microsoft's website instead of using the full suite installer.

Your Mac's built-in security is excellent on its own, especially on Apple Silicon with Tahoe — you won't miss Defender.

Hope this helps!

Jun 2, 2026 12:00 PM in response to powerbook1701

Final Update. Based on the feedback here, since I never opened the app, all I had to do is move it to the trash. I searched activity monitor and all the places mentioned here and no sign of the app (or any remnants) remained. Lesson learned, always check for hidden apps installed during "default" install. The only other thing I like having is the free Malwarebytes app (which is for just "extra" security) since MacOS does a good job on it's own.

Microsoft office also installs TEAMS and CoPilot365, as an FYI.


Thank you everyone who helped :)

Jun 2, 2026 10:08 AM in response to powerbook1701

powerbook1701 wrote:
Sorry, let me clear that up. what I meant to say,and should have stated better, is that I installed the downloaded installer from Microsoft as part of my 365 subscription but I haven’t activated (logged into) it yet on my new Mac.

Understood, and makes sense.

I’m thinking the only thing I have to do in this case is just delete the app by moving it to the trash since I haven’t opened it it hasn’t generated any other services. Thoughts?

I would try the uninstaller script, if it appears on your Mac (it does not appear on my Macs and I have multiple Macs with MS 365 installed). Deleting the app is one thing, but you really want to completely remove all background processes that still could be activated as Defender is one of those pieces of software that runs things in the background, checking every bit of network traffic and every file being opened or accessed for "viruses" or other such things. That can really slow down a Mac and it's not needed because the built in MacOS protections do a much more thorough job of protection.

Jun 2, 2026 9:30 AM in response to powerbook1701

powerbook1701 wrote:
Purchased a MBA (15" M4, 2025) and updated to Tahoe (latest version). I installed MS Office and didn't customize the installer and didn't know MS Defender was included until after at the fact. Did much search and found many articles on the subject but wanted to check in to see if this was the best way. Yes, I know this is an Apple forum but this forum consists of many experts :). I guess the lesson is to always check the customize installation to ensure what "extra" might be installed. Thank you in advance. NOTE: I have NOT opened the app or activated my MS 365 account yet on the device.
https://learn.microsoft.com/en-au/answers/questions/5786912/defender-i-want-to-uninstall-it

You indicate that you installed Microsoft Office but later mention activating MS 365 account. Office and MS 365 are similar but different installations.


The uninstall instructions you provide a link to are an AI generated set of instructions. That can be accurate or inaccurate; inaccurate if it scoured the internet for how to do this and relied on older information that could be out of date.


The instructions seem reasonable but I could not check on my Mac because while I have MS 365 installed I don't have Defender and hence the uninstall script is not there for me to check. When I installed 365 I did the default installation and no Defender was installed. It did install Powerpoint, Word, Excel, OneDrive, Endnote, Teams, Outlook. I have a 365 Family Subscription.

Uninstall Microsoft Defender after Office on MBA

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.