Microsoft Defender Offline Scan restarts normally and does not run

Owais Abdullah 0 Reputation points
2026-06-17T05:46:49.1633333+00:00

Microsoft Defender Offline Scan is not working on my PC. When I start the scan from Windows Security, it shows a message that the system will restart shortly. However, after restarting, the computer boots normally into Windows instead of entering the offline scan environment.

I have tried running the scan from Windows Security and also using PowerShell (Start-MpWDOScan), but the result is always the same. The PC just restarts normally and no offline scan starts.

Windows Recovery Environment is enabled and working correctly, and Microsoft Defender Antivirus is active. Full scans and real-time protection work normally without any issues.

Event Viewer shows Event ID 2030 indicating that Microsoft Defender Offline scan components are downloaded and configured successfully.

It seems that the offline scan request is registered, but the system does not boot into the Microsoft Defender Offline environment and instead performs a normal restart into Windows.

Microsoft Security | Microsoft Defender | Other
0 comments No comments

1 answer

Sort by: Oldest
  1. AI answer

    2026-06-17T05:47:00.2933333+00:00

    The behavior described typically occurs when a prerequisite for Microsoft Defender Offline is not fully met, even if it appears correct at first glance. Use the following checks and fixes in order:

    1. Confirm Microsoft Defender Antivirus is the primary AV
    • Microsoft Defender Offline only runs if Microsoft Defender Antivirus is the primary antivirus (not in passive/disabled mode).
    • If any third‑party antivirus is installed (for example, McAfee or similar), uninstall it completely and restart, then try the offline scan again.
    • Ensure real‑time protection and other Defender components are enabled and healthy.
    1. Re‑verify Windows Recovery Environment (WinRE) Even if WinRE appears enabled, explicitly confirm and re‑enable it:
    2. Open an elevated Command Prompt (Run as administrator).
    3. Check status:
         reagentc /info
      
    4. If Windows RE status is Disabled, enable it:
         reagentc /enable
      
    5. Restart the PC and try the offline scan again (from Windows Security or Start-MpWDOScan).

    If WinRE is disabled, Microsoft Defender Offline will not run and there is no error; the system simply restarts normally. Re‑enabling WinRE is sufficient to fix this behavior.

    1. Ensure user is local administrator
    • The account starting the offline scan must have local administrator privileges.
    • Sign in with a local admin account, then trigger the offline scan again.
    1. Trigger the scan using supported methods Once the above are confirmed:
    • From PowerShell (elevated):
        Start-MpWDOScan
      
      This should restart the device into the offline environment and start the scan.

    If, after confirming Defender is primary, WinRE is enabled (reagentc /info shows Enabled), and the account is an administrator, but the system still only performs a normal restart, collect logs and open a support case, as the documented conditions for the offline scan to run are then satisfied.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

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.