Share via

Windows Defender Corrupted in Windows 11

Aidan Byrne 0 Reputation points
2026-04-05T08:16:25.1333333+00:00

Good Morning, My Windows Defender seems to be corrupted in Windows 11. I tried to repair it, but all steps have failed so far. The usual icon on my taskbar has disappeared and when I navigate to Windows Security, the tab is greyed out. Also, I can't find it in Apps to reinstall it. I'm concerned that I have a virus. What should I do ? Regards, Aidan

Windows for home | Windows 11 | Security and privacy
0 comments No comments

3 answers

Sort by: Most helpful
  1. Sin-D 9,030 Reputation points Microsoft External Staff Moderator
    2026-04-07T00:10:24.43+00:00

    Hi Aidan Byrne,

    I understand how concerning it is when Windows Security appears missing or greyed out, especially with worries about possible malware. Have you already tried the Q&A Assist suggestions? In addition, please try the following.

    1: Repair the Windows Security app directly

    When the Windows Security interface is greyed out or missing from Apps, it often indicates app package corruption, not active malware.

    1. Open Settings
    2. Go to “System” > “System components”
    3. Find “Windows Security”
    4. Click Advanced options
    5. Select “Repair”

    If “Repair” does not help, return to the same page and choose “Reset”

    2: Run System File Checker

    • In the Command Prompt window, type the following command, and press ENTER: sfc /scannow
    • The sfc /scannow command will scan all protected system files and replace corrupted files with a cached copy.  The scan results will be shown after this process is finished. You may receive one of the following messages:

    User's image

    For your reference: https://support.microsoft.com/en-us/topic/use-the-system-file-checker-tool-to-repair-missing-or-corrupted-system-files-79aa86cb-ca52-166a-92a3-966e85d4094e

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".    

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  2. DaveM121 863.2K Reputation points Independent Advisor
    2026-04-05T08:49:28.44+00:00

    Click your Start Button, type regedit and hit Enter to open the Registry Editor.

    Click View and make sure 'Address Bar' is turned on.

    Paste this into the Address Bar at the top and hit Enter.

    HKLM\SOFTWARE\Policies\Microsoft\Windows Defender

    Please provide a screenshot of that Registry Editor page.

    0 comments No comments

  3. Q&A Assist
    2026-04-05T08:16:42.83+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    Follow these steps to address a potentially corrupted or missing Microsoft Defender Antivirus on Windows 11.

    1. Check for non-Microsoft antivirus If a non-Microsoft antivirus is installed, Microsoft Defender Antivirus is automatically turned off and may appear missing or greyed out.
    • Open the Services app (search for services.msc).
    • Look for Microsoft Defender Antivirus Service under Windows Defender > Operational.
      • If the service starts and then stops with a message like “Some services stop automatically…”, this indicates Defender was turned off to preserve compatibility with another antivirus.
    • If another antivirus is installed and not wanted, uninstall it:
      1. Go to Start > Settings > Apps.
      2. Find the non-Microsoft security app.
      3. Select it and choose Uninstall.
      4. Restart the PC.
      Caution: After uninstalling third‑party antivirus, ensure Microsoft Defender Antivirus and Windows Firewall are enabled so the device is not left unprotected.
    1. Make sure the system is not damaged (DISM and SFC) If Defender components are corrupted, repair the Windows image and system files.
    • Open Command Prompt as administrator.
    • Run:
        DISM /Online /Cleanup-Image /RestoreHealth
        sfc /scannow
      
    • If DISM reports a source error (for example, “File not found”), ensure an Install.wim source is available and run:
        DISM /Online /Cleanup-Image /RestoreHealth /Source:WIM:c:\install.wim:1 /LimitAccess
        sfc /scannow
      
    • Restart the PC and check Windows Security again.
    1. Reset Microsoft Defender Antivirus configuration If Defender is still not working or the Windows Security UI is greyed out, reset Defender policies and core components.

    a) Backup Defender policies

    • Open PowerShell as administrator.
    • Run:
        New-Item -Path "C:\DefenderTemp" -ItemType Directory; Invoke-Command {reg export 'HKLM\SOFTWARE\Policies\Microsoft\Windows Defender' C:\DefenderTemp\_DefenderAVBackup.reg}
      

    b) Repair the Defender platform and Windows image

    • Open Command Prompt as administrator and run:
        DISM /Online /Cleanup-Image /RestoreHealth
        sfc /scannow
      

    c) Remove Defender policy keys (if misconfigured)

    • Open PowerShell as administrator and run:
        Remove-Item -Path 'HKLM:\SOFTWARE\Policies\Microsoft\Windows Defender' -Force
      
    • Restart the PC and re-open Windows Security.
    1. Update Defender Security Intelligence and Windows
    • Run Windows Update to ensure the latest Defender platform and intelligence updates are installed. If Defender encounters errors during updates, install the latest protection updates manually from the Microsoft Defender definition update page referenced in the documentation.
    1. Verify Tamper Protection and protection status
    • In Windows Security, verify that Tamper Protection is enabled. Tamper Protection helps prevent malware from disabling Defender or changing security settings.
    1. If Defender still fails or errors persist
    • If Defender continues to show errors during scans or malware removal, follow these steps:
      1. Use the Feedback Hub app (Windows key + F) to report the error so fixes can be delivered.
      2. Ensure Windows is fully updated.
      3. If update errors persist or the system remains unstable after the above repairs, consider an in-place repair upgrade of Windows 11 using official media, ensuring the option to keep files and apps is selected (as recommended in similar corruption scenarios).
    1. Check for malware with Defender once restored Once Defender is functioning again:
    • Run a full scan from Windows Security.
    • Ensure only one antivirus solution is active to avoid instability and performance issues.

    If, after DISM/SFC repair, policy reset, and updates, Windows Security remains greyed out and Defender services cannot be started, the system may be significantly corrupted and an in-place repair or reset of Windows 11 is likely required to fully restore Defender.


    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.