how to fix windows defender

Praise Thom 0 Reputation points
2026-09-14T01:03:33.4+00:00

windows defender is not working is says windows security service centre cant be started while windows defender app is showing a blank white screen tried to repair and reset but it didnt work

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

3 answers

Sort by: Oldest
  1. AI answer

    2026-09-14T01:03:52.76+00:00

    Try this in order:

    1. Restart the PC Close apps and restart Windows first.
    2. Check the Defender service
      • Open Start and run services.msc
      • Find Windows Defender Antivirus Service
      • Make sure Startup type is Automatic
      • On the Action menu, select Start
      • If Start is unavailable, select Stop, wait for it to stop, then select Start again
    3. Check whether another antivirus is disabling Defender On Windows 10/11, if a non-Microsoft antivirus is installed, Microsoft Defender Antivirus can be turned off automatically.
      • Open appwiz.cpl
      • Uninstall any third-party security or antivirus software
      • Restart the PC
      Note: some security apps do not uninstall completely and may require their cleanup utility. Removing security software can leave the PC temporarily unprotected.
    4. Review Defender event logs
      • Open Event Viewer
      • Go to Applications and Services Logs > Microsoft > Windows > Windows Defender > Operational
      • Check for these event IDs:
        • 15
        • 5007
        • 5010
    5. Check if policy is turning Defender off Open Command Prompt as administrator and run:
         GPresult.exe /h gpresult.html
      
      Open the generated gpresult.html report and check under Windows Components/Microsoft Defender Antivirus for:
      • Policy: Turn off Microsoft Defender Antivirus
      • Setting: Enabled
      Also check whether DisableAntiSpyware is being applied under: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender
    6. Check Defender-related services in PowerShell Open PowerShell as administrator and run:
         Get-Service WinDefend, WdBoot, WdFilter, WdNisSvc, WdNisDrv, SecurityHealthService, wscsvc | Format-Table -Auto DisplayName, Name, StartType, Status
      
      Expected key results include:
      • Microsoft Defender Antivirus Service (WinDefend): Automatic, Running
      • Windows Security Service (SecurityHealthService): Manual, Running
      • Security Center (wscsvc): Automatic, Running
    7. Reset Defender definitions and platform Open Command Prompt as administrator and run:
         MpCmdRun.exe -RemoveDefinitions -All
         MpCmdRun.exe -ResetPlatform
      
    8. Back up and remove Defender policy keys This changes Defender policy in the registry. Back up first. Open PowerShell as administrator and run:
         New-Item -Path "C:\DefenderTemp" -ItemType Directory; Invoke-Command {reg export 'HKLM\SOFTWARE\Policies\Microsoft\Windows Defender' C:\DefenderTemp\_DefenderAVBackup.reg}
      
      Then remove the Defender policy key:
         Remove-Item -Path 'HKLM:\SOFTWARE\Policies\Microsoft\Windows Defender' -Force
      
    9. Run Windows Update After the steps above, run Microsoft Update/Windows Update and install available updates.
    10. If the service still will not start Run the Microsoft Safety Scanner to rule out malware. If errors appear when starting the service, contact Microsoft Support and provide the exact error.

    References:

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

    Was this answer helpful?

  2. Ramesh Srinivasan 87,515 Reputation points Independent Advisor
    2026-09-14T02:37:01.98+00:00

    Hi,

    This issue can occur if the system is infected. Please share your Farbar scan logs for analysis.

    • Download Farbar Recovery Scan Tool 64-bit FRST64.exe
    • If the OS language is not English, rename FRST64.exe to FRST64English.exe.
    • Run the program. Don't check or uncheck any options. Click "Scan".
    • Add the two logs, FRST.txt and Addition.txt, to a zip archive.
    • Share the zip file on OneDrive or GoFile.io, and post the link here.

    Note: If Microsoft Edge or Chrome mislabels the Farbar Scanner executable as PUA/malware, choose to keep it by tapping … in the bottom bar, choosing Keep, and then choosing Keep anyway in the dialog that appears. See this screenshot. It's a safe tool used in most antimalware forums.


    Standard Disclaimer: There is a link to a non-Microsoft website. The page appears to provide accurate, safe information. Watch out for ads on the site that may advertise products frequently classified as PUPs (Potentially Unwanted Products). Thoroughly research any product advertised on the site before you decide to download and install it.


    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

  3. ApexNáV 265 Reputation points
    2026-09-14T05:13:25.4766667+00:00

    Repairing Windows by reinstalling the same version may help. It repairs system files and components while preserving your apps, files, and settings, but I still recommend backing up important data just in case. You can perform the repair using the Microsoft guide below:

    https://support.microsoft.com/en-us/windows/deployment/install-upgrade/fix-issues-by-reinstalling-the-current-version-of-windows

    Was this answer helpful?

    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.