Forum Discussion
Windows Security won't open on Windows 11
You can try the following steps to resolve the issue:
-
Run the Windows Security Troubleshooter: Go to Settings > Update & Security > Troubleshoot. Find and run the Windows Security troubleshooter.
-
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
-
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"} -
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.
(external link removed by moderator)