I am having this same issue and cannot find a solution anywhere. Furthermore, I cannot figure out why access is denied when I try to stop the process. This is my personal home PC that I bought and my account says I am the administrator.
How do I fix Antimalware Service Executable high cpu, ram and disk usage
I tried everything to fix this problem but it just wont go away
i tried
1.Creating a exclutions for MsMpEng.exe in windows defender
2.Disabling some things in task scheduler
But it just wont go what should i do?
Windows for home | Windows 11 | Security and privacy
3 answers
Sort by: Most helpful
-
David-M 114.8K Reputation points Independent Advisor2026-02-05T13:53:31.04+00:00 Hi. I'm David, and I'm happy to help you.
Please clarify the following:
- Have you ever had any third-party antivirus software installed? If yes, which one?
- Do the CPU/disk spikes happen constantly, or only during certain times?
- Did you recently install any new software, especially from unverified sources?
- Have you run a secondary scan with another trusted tool (like Microsoft Safety Scanner or Malwarebytes)?
I await your reply.
-
AI answer
2026-02-05T13:17:36.9066667+00:00 To address high CPU, RAM, and disk usage caused by the Antimalware Service Executable (MsMpEng.exe), you can try the following steps:
- Check for Scheduled Scans: Ensure that a scheduled scan is not currently running, as this can cause high resource usage. You can check this in Task Manager under the Details tab.
- Use Process Monitor: Run Process Monitor (ProcMon) during the CPU spike for about five minutes. This tool can help identify what is causing the high resource usage. Review the log for clues.
- Add Exclusions: Based on your findings from ProcMon, consider adding exclusions for specific processes, files, or folders that are causing the issue. You can use the following PowerShell commands:
-
Set-MpPreference -ExclusionPath "C:\Path\To\Folder" -
Set-MpPreference -ExclusionExtension ".ext" -
Set-MpPreference -ExclusionProcess "C:\Path\To\Process.exe"
-
- Check for Unsigned Binaries: If there are binaries that are not digitally signed, they can trigger real-time protection scans. Consider signing these binaries or reaching out to the vendor for signed versions.
- Use Performance Analyzer: If the issue persists, run the Microsoft Defender Antivirus Performance Analyzer to help identify the cause of high CPU usage.
- Consider Other Software Conflicts: Ensure that other software is not conflicting with Microsoft Defender. Check with vendors for known issues and consider adding exclusions for those applications as well.
If these steps do not resolve the issue, you may need to explore additional troubleshooting methods or consult Microsoft support for further assistance.
References:
AI-generated content may be incorrect. Read our transparency notes for more information.