Share via

Microsoft defender has stopped working , why?

Greg Young 0 Reputation points
2026-02-13T13:19:03.6333333+00:00

Error message pops up when I try to open Microsoft defender. I tap on continue but it still will not open.

Microsoft Security | Microsoft Defender | Microsoft Defender for Cloud Apps
{count} votes

1 answer

Sort by: Most helpful
  1. Q&A Assist
    2026-02-13T13:19:55.28+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    There can be several reasons why Microsoft Defender has stopped working and is not opening. Here are some potential causes and troubleshooting steps you can take:

    1. Service Issues: The Microsoft Defender Antivirus service may have stopped. You can check the status of the service by running the following command in an elevated PowerShell window:
         Get-Service WinDefend | Format-Table -Auto DisplayName, Name, StartType, Status
      
      Ensure that the service is set to Automatic and is currently running.
    2. Third-Party Antivirus Conflicts: If you have a non-Microsoft antivirus program installed, it may conflict with Microsoft Defender. Uninstall any third-party antivirus software and restart your computer.
    3. Corrupted Definitions or Engine: Corrupted security intelligence or engine files can cause issues. You can remove these by running the following command in an elevated Command Prompt:
         for /f "delims=" %d in ('dir "%ProgramData%\Microsoft\Windows Defender\Platform" /ad /b /o:-n') do if not defined _done "%ProgramData%\Microsoft\Windows Defender\Platform\%d\MpCmdRun.exe" -RemoveDefinitions -All
      
    4. Windows Updates: Ensure your system is up to date with the latest Windows updates, as these can include important fixes for Microsoft Defender.
    5. Event Logs: Check the event logs for any error codes related to Microsoft Defender. For example, Event ID 5008 indicates that the antimalware engine encountered an error and failed. You can look up the error code for more specific troubleshooting steps.

    If the issue persists after trying these steps, consider reaching out to Microsoft Support for further assistance.


    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.