Windows Security is the built-in security suite in Windows 11 that provides real-time protection against viruses, malware, ransomware, and other threats. It includes features such as Virus & Threat Protection, Firewall & Network Protection, Device Security, and App & Browser Control. When Windows Security stops working, it may fail to open, display a blank screen, show “Security at a glance” errors, or report that the service is disabled.
Windows Security not working in Windows 11 is typically caused by corrupted system files, disabled security services, third-party antivirus conflicts, Windows update issues, or damaged application components. Since Windows Security is deeply integrated into the operating system, resolving the issue requires checking services, system integrity, and update status.
This guide explains how to fix Windows Security not working in Windows 11 using structured troubleshooting steps.
How to Fix Windows Security Not Working in Windows 11
Follow the solutions below in order until Windows Security functions properly.
1. Restart Your Computer
Temporary glitches may prevent Windows Security from launching.
- Close all open applications.
- Click Start.
- Select Power.
- Click Restart.
- After rebooting, open Windows Security again.
A restart refreshes background services and security components.
2. Check Windows Security Services
Essential security services must be running.
- Press Windows + R, type
services.msc, and press Enter. - Locate Security Center.
- Right-click it and select Properties.
- Ensure Startup type is set to Automatic (Delayed Start).
- Click Start if the service is not running.
- Repeat the same steps for Windows Defender Antivirus Service.
Restart your PC after making changes.
3. Remove Third-Party Antivirus Software
Third-party antivirus programs may disable Windows Security.
- Press Windows + I to open Settings.
- Click Apps, then select Installed apps.
- Locate any third-party antivirus software.
- Click Uninstall and follow the prompts.
- Restart your computer.
After removal, Windows Security should reactivate automatically.
4. Reset Windows Security App
Corrupted app data may prevent it from opening.
- Press Windows + I to open Settings.
- Click Apps, then select Installed apps.
- Locate Windows Security.
- Click the three-dot menu and select Advanced options.
- Click Repair first.
- If the issue persists, click Reset.
- Restart your PC.
Resetting restores default settings.
5. Run System File Checker (SFC)
Corrupted system files may affect security components.
- Press Windows + S, type cmd.
- Right-click Command Prompt and select Run as administrator.
- Type the following command and press Enter:
sfc /scannow - Wait for the scan to complete.
- Restart your computer.
SFC repairs damaged Windows system files.
6. Run DISM to Repair System Image
If SFC does not resolve the issue:
- Open Command Prompt as administrator.
- Type the following command and press Enter:
DISM /Online /Cleanup-Image /RestoreHealth - Wait for the process to finish.
- Restart your PC.
DISM repairs deeper system corruption.
7. Install Windows Updates
Outdated system builds may contain security-related bugs.
- Press Windows + I to open Settings.
- Click Windows Update.
- Select Check for updates.
- Install all available updates.
- Restart your computer.
Updates often include security improvements and bug fixes.
8. Re-register Windows Security App
If the app is missing or corrupted:
- Press Windows + S, type Windows PowerShell.
- Right-click it and select Run as administrator.
- Enter the following command and press Enter:
Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage - Restart your PC.
Re-registering restores the Windows Security interface.
9. Check Group Policy Settings (Windows 11 Pro)
Policies may disable Windows Defender.
- Press Windows + R.
- Type
gpedit.mscand press Enter. - Navigate to Computer Configuration > Administrative Templates > Windows Components > Microsoft Defender Antivirus.
- Ensure Turn off Microsoft Defender Antivirus is set to Not configured.
- Restart your PC.
Correct policy settings ensure Defender is enabled.
Conclusion
Windows Security not working in Windows 11 is typically caused by disabled services, third-party antivirus conflicts, corrupted system files, Windows update issues, or damaged app components. By restarting services, removing conflicting software, repairing or resetting the app, running SFC and DISM scans, installing updates, and verifying policy settings, you can restore full security functionality.