Share via

How to fix Windows Security not working on Windows 11

Mohammed ZR 25 Reputation points
Aug 27, 2024, 3:24 PM

17247717892618578813313856937343

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
11,390 questions
0 comments No comments
{count} vote

Accepted answer
  1. Kapil Arya 8,351 Reputation points MVP
    Aug 28, 2024, 9:12 AM

    Hello,

    See if this fix helps you:

    https://www.kapilarya.com/solved-the-windows-security-center-service-cant-be-started

    Let us know if this helps!

    Note: Included link in this reply refers to blog post by a trusted Microsoft MVP.


1 additional answer

Sort by: Most helpful
  1. Ian Xue-MSFT 41,696 Reputation points Microsoft External Staff
    Aug 29, 2024, 2:04 AM

    Hi Mohammed,

    Thanks for your post. You can try the following steps to resolve the issue:

    1. Run the Windows Security Troubleshooter: Go to Settings > Update & Security > Troubleshoot. Find and run the Windows Security troubleshooter.
    2. Repair Windows Security using DISM: Open Command Prompt as administrator and run the following commands: DISM.exe /Online /Cleanup-image /Restorehealth DISM.exe /Online /Cleanup-image /StartComponentCleanup
    3. Re-register Windows Security apps: Open a Command Prompt as administrator and run the following commands: powershell -ExecutionPolicy Unrestricted Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
    4. Reset Windows Security app: Go to Settings > Apps > Apps & features. Find Windows Security, and click Advanced options. Click Reset.

    If none of these steps work, you may need to perform a clean install of Windows 11 to resolve the issue.

    Best Regards,

    Ian Xue


    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

Your answer

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