Windows Security Won't Open? Here Is How to Fix It
Updated Jul 2026
Some links on this page are affiliate links. If you buy through them we may earn a small commission at no extra cost to you. We only recommend what we'd use.
- Repair or reset the app directly through Settings
- Run SFC and DISM commands in Command Prompt
- Restart key background services like Security Center
- Check for conflicting third-party antivirus software

If Windows Security won't open, you can usually fix it by resetting the Windows Security app through system settings, restarting the Security Center service, or running system repair commands like SFC and DISM in Command Prompt.
Understanding Why Windows Security Might Not Open
Windows Security usually stops opening because of corrupted app files, pending updates, broken background services, or conflicts with third-party antivirus programs. In some cases, malware intentionally disables the interface, or strict Group Policy settings block access. Identifying whether the app crashes instantly or shows an error helps narrow down the right fix. When you click the shield icon in your taskbar and nothing happens, the underlying cause usually falls into one of two categories: app-level corruption or core operating system issues. App-level glitches happen when the interface component breaks while background protection keeps running. System-level issues mean the core services powering your security sub-system are stuck or disabled.Common Error Messages and What They Indicate
Seeing "Windows Security can't open" or "The application was unable to start correctly" points to corrupted dependencies, permission conflicts, or damaged registry keys. Error codes like 0x80070422 usually mean essential security services were disabled. Recognizing these specific messages saves time by highlighting whether you need a quick reset or deeper command-line repairs. You might also see a completely blank window that closes after a few seconds. This behavior points to a broken app package registration, which is common after a major OS update fails to finalize. Another frequent message mentions needing a new app to open the `windowsdefender` link, which signals that Windows has lost track of where the built-in security dashboard files live.Quick Fixes to Try First

Resetting and Repairing the Windows Security App
Windows 10 and 11 let you repair or reset built-in apps directly without touching your personal files. Open Settings > Apps > Installed Apps, search for Windows Security, open Advanced Options, and click Repair. If repairing fails to fix the issue, select Reset to restore the app to factory defaults and restore dashboard access.Here is how to complete this process step-by-step:
- Press Win + I to open the Settings menu.
- Navigate to Apps, then click on Installed apps (or Apps & features on older versions).
- Scroll down or use the search bar to locate Windows Security.
- Click the three dots next to the app name and select Advanced options.
- Scroll to the Reset section, click Repair, and wait for the checkmark.
- If the app still won't open, return to this screen and click Reset.
Running the Windows Troubleshooter
Built-in Windows troubleshooters scan system components to automatically correct broken service configurations and permission errors. Search for "Troubleshoot settings" in the Start menu, navigate to Other Troubleshooters, and run the relevant diagnostic tools. While troubleshooting doesn't fix every edge case, it handles routine component failures effortlessly without requiring manual command entries. If the automated repair wizard doesn't find anything, you can re-register the app manually using PowerShell. Opening PowerShell as an Administrator and running `Get-AppxPackage *Microsoft.SecHealthUI* | Reset-AppxPackage` forces Windows to rebuild the security interface from scratch, fixing missing files that troubleshooters might overlook.Advanced Troubleshooting for Persistent App Crashes
Deep-seated issues with Windows Security require command-line tools, service checks, and Group Policy adjustments to repair corrupted files and restore locked rights. Using Command Prompt to run System File Checker and DISM repairs damaged system image files that prevent security components from launching properly. Always create a restore point before modifying core services. When the basic interface repairs yield no results, system files beneath the user interface are often damaged. File corruption happens during power outages, bad software uninstalls, or disk errors. Fixing the underlying OS components usually brings the security interface right back.Checking and Restarting Core Windows Security Services
Windows Security relies on several background services, including Security Center and Windows Defender Antivirus Service, to function properly. Press Win+R, type services.msc, and ensure Security Center shows a Running status with an Automatic startup type. If it's stopped or grayed out, restarting these services often restores access to the main dashboard interface. To verify these settings:- Press Win + R, type
services.msc, and hit Enter. - Scroll down to locate Security Center and double-click it.
- Check the Service status. If it says Stopped, click Start.
- Set the Startup type dropdown menu to Automatic (Delayed Start) or Automatic.
- Repeat these steps for Windows Defender Advanced Threat Protection if available.
Reviewing Group Policy and Registry Settings
Administrative settings can lock you out of Windows Security, especially on managed PCs or systems tweaked by third-party utilities. Open gpedit.msc, navigate to Computer Configuration > Administrative Templates > Windows Components > Windows Security, and confirm policy options aren't set to Disabled. Home edition users can inspect matching registry keys under Local Machine paths. A common culprit in the Registry lives under `HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender`. If a DWORD value named `DisableAntiSpyware` exists and is set to `1`, Windows Security remains completely off. Changing that value to `0` or deleting the DWORD restores normal operation after a restart.Repairing System Files with SFC and DISM Tools
Corrupted Windows system files frequently break built-in applications like Windows Security. Open Command Prompt as Administrator, execute sfc /scannow, and let the scan replace damaged files. Follow up with DISM /Online /Cleanup-Image /RestoreHealth to repair the underlying Windows system image, ensuring all core dependencies required by the dashboard are fully restored. Run these steps in order:- Type cmd into your Start menu search bar.
- Right-click Command Prompt and select Run as administrator.
- Type
sfc /scannowand press Enter. Allow the verification scan to hit 100%. - If SFC finds errors it cannot fix, type
DISM /Online /Cleanup-Image /RestoreHealthand press Enter. - Restart your computer after DISM finishes repairing the component store.
Resolving Third-Party Security Conflicts
Third-party antivirus programs often disable Windows Security automatically to prevent system instability and real-time scanning overhead. Uninstalling or disabling active security suites like Norton, Bitdefender, or McAfee usually restores access to the native Windows interface. If you prefer using Windows Security, ensure third-party tools are cleanly removed using dedicated cleanup software. Security software hooks deeply into the kernel of your operating system. When you install an outside antivirus, Windows intentionally hands off security dashboard duties to that program. Sometimes, uninstalling that software leaves behind lingering background services that keep Windows Security locked in a disabled state.Temporarily Disabling External Antivirus Software
To test whether outside software is blocking Windows Security, pause real-time protection on your third-party antivirus or temporarily uninstall it entirely. Restart your computer immediately afterward and launch WindowsFAQ
How do I fix Windows Security not opening?
Restart your computer. This often resolves temporary glitches. If that doesn't work, check Windows Update for any pending updates that might address the issue.
Why won't Windows Security open?
A corrupted system file or a conflicting program can prevent Windows Security from opening. Try running the System File Checker (SFC) scan to repair potential file errors.
What should I do if Windows Security is still not opening?
Check your user account permissions. Ensure your account has sufficient privileges to access Windows Security. Also, review recently installed software for conflicts.