If you're having trouble opening Windows Security on Windows 10, here are some quick and effective solutions to help you resolve the issue.
How to fix Windows Security not opening in Windows 10?
1. Run the Windows Security Troubleshooter
- Go to Settings:
- Click on the Start button on your taskbar.
- Select Settings (the gear icon).
- Navigate to Troubleshoot:
- In the Settings window, go to Update & Security.
- Click on Troubleshoot on the left pane.
- Run the Troubleshooter:
- Scroll down to find Windows Security.
- Click on Run the troubleshooter.
2. Repair Windows Security using DISM
- Open Command Prompt as Administrator:
- Click on the Start button and type cmd.
- Right-click on Command Prompt and select Run as administrator.
- Run DISM Commands:
- Type DISM.exe /Online /Cleanup-image /Restorehealth and press Enter.
- After the first command completes, type DISM.exe /Online /Cleanup-image /StartComponentCleanup and press Enter.
- Type DISM.exe /Online /Cleanup-image /Restorehealth and press Enter.
3. Re-register Windows Security Apps
- Open Command Prompt as Administrator:
- Click on the Start button and type cmd.
- Right-click on Command Prompt and select Run as administrator.
- Run PowerShell Command:
- Type powershell -ExecutionPolicy Unrestricted Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} and press Enter.
4. Reset Windows Security App
- Go to Settings:
- Click on the Start button on your taskbar.
- Select Settings (the gear icon).
- Navigate to Apps:
- In the Settings window, go to Apps.
- Click on Apps & features on the left pane.
- In the Settings window, go to Apps.
- Find Windows Security:
- Scroll down to find Windows Security.
- Click on it and select Advanced options.
- Reset the App:
- Click on the Reset button.
5. PowerShell Command to Reset Package
- Open PowerShell as Administrator:
- Click on the Start button and type powershell.
- Right-click on Windows PowerShell and select Run as administrator.
- Run Reset Command:
- Type Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage and press Enter.
Additional Community Tips
- Check for Expired License:
If your Windows license has expired, security features might be disabled. Reactivating your license might resolve the problem. - Community Forums and Feedback:
Engage with community forums like Microsoft Tech Community and Reddit to see if others have found additional solutions.