why is windows defender not working?

Parker Thompson 0 Reputation points
2026-01-28T15:59:56.54+00:00

So basicly i installed a virus then used the reset pc in settu=ings then now windows defender is now never working and is just showing a blank screen

Windows for home | Windows 11 | Performance and system failures
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Kapil Arya 37,041 Reputation points Volunteer Moderator
    2026-01-28T17:02:30.2366667+00:00

    Open Registry Editor.

    Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SecurityHealthService.

    In the right pane, make sure Start registry DWORD is set to 3.

    P.S. If you're new to registry, create a System Restore point before above steps.

    0 comments No comments

  2. David-M 105.1K Reputation points Independent Advisor
    2026-01-28T16:35:22.0333333+00:00

    Hi. I'm David, and I'm happy to help you.


    Do the procedure below and see if you can open Windows Security:

    1. Press "Windows + X" and select "Terminal (Admin)";
    2. Type or paste the following command and press Enter:
    Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage
    
    1. Restart (not shutdown) your PC.

    If it persists, I suggest you do the procedure below:

    1. Press "Windows + X" and select "Terminal (Admin)";
    2. Type or paste the following command and press Enter:
    Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
    

    Note: Several red warnings may appear when running this command. Ignore them. It's normal.

    1. Restart (not shutdown) the PC.

    If the problem persists, please let me know.


    Feel free to ask back any questions.

    0 comments No comments

  3. Q&A Assist
    2026-01-28T16:00:07.1966667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    If Windows Defender is not working and shows a blank screen after you reset your PC, there are several troubleshooting steps you can take:

    1. Restart Your Computer: Sometimes, a simple restart can resolve issues with services not starting properly.
    2. Check Windows Services: Ensure that the Windows Defender Antivirus Service is running:
      • Open services.msc from the Start menu.
      • Locate Windows Defender Antivirus Service and ensure its Startup Type is set to Automatic. If it is stopped, try starting it.
    3. Remove Third-Party Security Software: If you have any third-party antivirus software installed, it may conflict with Windows Defender. Uninstall any such software and restart your computer.
    4. Reset Microsoft Defender Antivirus: You can reset Microsoft Defender by running the following commands in an elevated Command Prompt:
         DISM /Online /Cleanup-Image /RestoreHealth
         sfc /scannow
      
    5. Update Security Intelligence: Run the following command in an elevated Command Prompt to update the security intelligence:
         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" -SignatureUpdate -MMPC
      
    6. Check for Malware: Use the Microsoft Safety Scanner to check for any malware that may be affecting Windows Defender.
    7. Contact Microsoft Support: If the issue persists after trying the above steps, consider reaching out to Microsoft Support for further assistance.

    These steps should help you troubleshoot and resolve the issue with Windows Defender not working properly.


    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.