Windows Security is Not Opening in Windows 11 [Fix]
Windows Security, an essential Windows built-in protection, manages features such as Virus and threat protection, Firewall and network protection, Account protection, and Device security in one centralized dashboard.
When it fails to open, the cause is usually related to corrupted system files, disabled services, outdated system updates, registry conflicts, or interference from third-party antivirus software.
Common symptoms include:
Windows Security window not launching at all, Blank white or black screen, or Error message stating- “you need a new app to open this Windows Defender link”, “SecurityHealthService not running”, and “Settings app closing when opening Security.”
Because Windows Security works closely with core Windows services such as SecurityHealthService, Windows Update, and system integrity components, even a small corruption can prevent it from functioning correctly.
In this guide, you will learn how to fix the problem of Windows Security not opening in Windows 11.
So, let’s explore the solution steps!
Windows Security is Not Opening in Windows 11 [Fix]
![Windows Security is Not Opening in Windows 11 [Fix]](https://gadgetsnurture.com/wp-content/uploads/2026/03/Windows-Security-is-Not-Opening-in-Windows-11-Fix-1024x579.jpg)
If Windows Security is not opening in Windows 11, restart your PC and run Windows Update. If the issue persists, reset the Windows Security app, repair system files using SFC and DISM commands, ensure required services are running, and reinstall Windows Security using PowerShell. These steps usually resolve crashes, blank screens, and access errors.
Let’s explore the complete process!
Step 1: Restart Your Computer
Before trying advanced solutions, restart your PC. A simple restart can resolve temporary glitches affecting system services.
Click the Start button, select Power, and choose Restart. After your system boots again, try opening Windows Security from the Start menu or through Settings under Privacy and Security.
If the problem continues, move to the next step.
Step 2: Check for Windows Updates
Outdated system files can cause Windows Security to malfunction. Installing the latest updates often fixes bugs and restores missing components.
Press Windows key plus I to open Settings > Go to Windows Update > Click Check for updates > Download and install any available updates > Restart your computer after installation.
Updates frequently include security patches and fixes for built-in apps, including Windows Security.
Step 3: Reset the Windows Security App
If the app is corrupted, resetting it can restore default settings and fix launching issues.
Press Windows key plus I to open Settings. Click Apps and then select Installed apps. Scroll down and find Windows Security.
Click the three-dot menu next to it and choose Advanced options. Scroll down and click Reset. Confirm the action when prompted. After resetting, try opening Windows Security again.
Step 4: Repair Corrupted System Files Using SFC
Corrupted system files are a common cause of Windows Security not opening. The System File Checker tool scans and repairs damaged Windows files.
Type Command Prompt in the Start menu search bar. Right-click on it and choose Run as administrator. Type the following command and press Enter:
sfc /scannow
Wait until the scan reaches 100 percent. If corrupted files are found, Windows will automatically repair them.
Restart your computer once the scan completes.
Step 5: Run DISM Command
If SFC does not fix the issue, use the Deployment Image Servicing and Management tool to repair the Windows image.
Open Command Prompt as administrator again. Enter the following command and press Enter:
DISM /Online /Cleanup-Image /RestoreHealth
Wait for the process to complete. This may take several minutes. Once finished, restart your PC and check if Windows Security opens properly.
Step 6: Ensure SecurityHealthService is Running
Windows Security depends on the SecurityHealthService service. If it is disabled, the app will not open.
Press Windows key plus R to open the Run dialog. Type services.msc and press Enter. Scroll down and locate Security Center or SecurityHealthService. Double-click on it.
Set Startup type to Automatic. Click Start if the service is not running. Click Apply and then OK.
Close the Services window and test Windows Security again.
Step 7: Remove Third-Party Antivirus Software
If you have installed third-party antivirus software, it may disable Windows Security to avoid conflicts.
Open Settings and go to Apps. Select Installed apps. Find your antivirus program. Click Uninstall and follow on screen instructions.
After uninstalling, restart your computer. Windows Security should automatically reactivate.
Step 8: Re-register Windows Security Using PowerShell
If the app registration is broken, you can reinstall it using PowerShell.
Search for PowerShell in the Start menu. Right-click and choose Run as administrator. Enter the following command and press Enter:
Get AppxPackage Microsoft.SecHealthUI AllUsers | Reset AppxPackage
Wait for the command to execute completely. Restart your computer afterward.
Step 9: Perform a Clean Boot
A clean boot helps identify whether background applications are causing conflicts.
Press Windows key plus R. Type msconfig and press Enter. Go to the Services tab. Check Hide all Microsoft services. Click Disable all. Go to the Startup tab and open Task Manager. Disable all startup items. Restart your computer.
After rebooting, check Windows Security. If it works, enable services one by one to identify the conflicting program.
Step 10: Reset Windows 11 as a Last Resort
If none of the above methods work, resetting Windows 11 may resolve deeper system corruption.
Open Settings and go to System. Click Recovery. Under Reset this PC, click Reset PC. Choose Keep my files to preserve personal data. Follow on screen instructions.
This process reinstalls Windows while keeping your files intact, which usually fixes major system issues.
Faqs
Why is Windows Security not opening in Windows 11?
Windows Security may fail to open due to corrupted system files, disabled services, outdated updates, or interference from third-party antivirus programs.
Is it safe if Windows Security is not working?
It is risky because your system may not be actively protected against malware or threats. You should fix the issue immediately to ensure proper protection.
Can I reinstall Windows Security manually?
Yes. You can use PowerShell commands to re-register or reinstall the Windows Security app if it becomes corrupted.
Does resetting Windows delete my files?
If you choose Keep my files during reset, your personal files remain safe, but installed applications will be removed.
What happens if SecurityHealthService is disabled?
Windows Security will not open or function properly because it relies on this background service.
