Skip to content
Follow
Windows 🟡 Intermediate

What To Do When Windows Security Fails To Open After A Security Update

Richard
Written by
Richard
Aug 25, 2026 10 min read
What to do when Windows security fails to open after a security update
What to do when Windows security fails to open after a security update

Windows Security failing to open after a security update usually happens when the built-in antivirus app gets stuck or its files get corrupted during the installation process. Windows Security is the default safety program built into Windows 10 and 11 that blocks viruses, runs safety scans, and manages your firewall.

You can fix Windows Security failing to open after a security update in just 3 to 5 minutes using built-in repair tools. Resetting the Windows Security app or running a quick command in Windows PowerShell brings the security screen back up without needing any technical know-how.

⚡ Quick Answer

When Windows security fails to open after a security update, you can fix the issue by opening the Settings app, going to Apps and Installed apps, finding Windows Security, clicking the three dots for Advanced options, and clicking the Repair or Reset button.

Step 1Restart Your Computer

Restarting your computer is the easiest way to fix when windows security fails to open after a security update because it clears the short-term memory and forces all background services to start fresh. Simply click the Start button , select the Power icon, and choose Restart to reboot your system completely.

Many temporary glitches disappear the moment your PC boots back up. A restart clears the computer’s short-term memory and forces all background services to start fresh.

  1. Click the Start button on your taskbar .
  2. Click the Power icon.
  3. Select Restart.

Wait for your computer to turn completely off and back on. Once you reach your desktop, try opening Windows Security again. If it still will not open, move on to the next step.

Step 2Check for Pending System Updates

Checking for pending system updates helps fix broken security apps because Microsoft frequently releases quick patch updates to resolve bugs left behind by major installations. Open your Windows Settings , go to the Windows Update section, and click the check for updates button to let any missing patches install fully.

Settings
Settings
  1. Click the Start button and open the Settings app (the gear icon).
  2. Click on Windows Update on the left or right side of the window.
  3. Click the Check for updates button.

If any updates appear, let them download and install completely.

Your computer may need to restart again to finish installing these new files. Once your PC restarts, check if Windows Security opens normally.

Step 3Reset and Repair the Windows Security App

Resetting and repairing the Windows Security app clears out corrupted temporary data and gives the application a fresh start without touching your personal files. You can easily do this by opening your system settings, navigating to the installed apps list, and selecting the advanced options for Windows Security.

Settings › Apps › Installed apps
Settings › Apps › Installed apps
  1. Open the Settings app from your Start menu.
  2. Click on Apps in the menu.
  3. Click on Installed apps (or Apps & features depending on your Windows version).
  4. Scroll down the list or type "Windows Security" into the search box.
  5. Click the three small dots next to Windows Security.
  6. Select Advanced options.
  7. Scroll down and click the Repair button. Wait a moment to see if the app works.

If the Windows Security app still fails to open, return to the Windows Security app settings screen and click the Reset button. Note: Clicking the Reset button requires administrator privileges and will clear the app data, giving you a clean slate.

After resetting the app, restart your computer and try opening Windows Security again.

Step 4Re-register Windows Security Using PowerShell

Re-registering Windows Security using PowerShell forces your computer to reinstall the security application when standard app resets fail to work. You must run PowerShell with administrator privileges to successfully execute the commands that restore the built-in protection tools.

📝Note
This step requires administrator privileges. You must run PowerShell as an administrator.
PowerShell
PowerShell
  1. Click the Start button and type PowerShell in the search box.
  2. Right-click on Windows PowerShell in the search results and select Run as administrator. A window will ask if you want to allow this app to make changes. Click Yes.
  3. Carefully copy the following text command:

You should ignore any red text error messages that might pop up while the command runs in the Command Prompt window. You must let the repair process finish completely so the tool can fix all corrupted system files. If you interrupt the process early, the system files might stay broken, and you still will not be able to open Windows Security on your computer.

Close the PowerShell window, restart your computer, and check if Windows Security opens.

Step 5Repair Corrupted System Files

Repairing corrupted system files fixes broken applications like Windows Security by using built-in system tools called SFC and DISM to scan for and replace damaged data. Running these repair commands through an administrator command prompt restores the essential files needed for your security dashboard to launch.

📝Note
This step requires administrator privileges.
Command Prompt
Command Prompt
  1. Click the Start button and type cmd in the search box.
  2. Right-click on Command Prompt and select Run as administrator. Click Yes on the permission prompt.
  3. Type the following command into the black window:
💻Code
DISM.exe /Online /Cleanup-image /Restorehealth
  1. Press Enter. This command downloads fresh system files from the internet to replace any damaged ones. It may take several minutes to reach 100%.
  2. Next, type this command into the same window:
💻Code
sfc /scannow
  1. Press Enter. This tool scans all your protected system files and repairs any broken ones it finds.

Wait for the scan to finish completely.

Once the scan is complete, close the Command Prompt window and restart your computer. Test Windows Security to see if it responds.

Step 6Start and Configure Security Services

Starting and configuring security services ensures that the background tasks required by Windows Security are actively running and not disabled. You can check these essential services by typing services.msc into the run dialog box and making sure the security startup types are set correctly.

You can check the Windows Security services using the built-in Windows settings menu or the Services manager application. To open the Services manager, you simply press the Windows key plus the R key, type services.msc into the run box, and press enter. Checking these specific background services matters because the Windows Security app relies on them to run properly and keep your computer safe from viruses and malware.

Run dialog
Run dialog
  1. Press the Windows Key + R on your keyboard to open the Run dialog box.
  2. Type services.msc into the box and press Enter.
Services
Services
  1. Scroll down the alphabetical list to look for services related to Windows Security, such as Security Center (or Windows Security Service) and Windows Defender Firewall.
  2. Right-click on each of these services and select Properties.
  3. Look at the Startup type dropdown menu. Change it to Automatic.
  4. Check the Service status. If it says Stopped, click the Start button.
  5. Click Apply and then OK.

Repeat this process for any core Windows Defender or Security services that are not currently running. Restart your computer afterward.

Step 7Check Registry Settings (Manual GUI Method)

Checking registry settings allows you to fix situations where system configurations accidentally disable Windows Security after an update. You can safely open the Registry Editor to review specific security keys, provided you follow instructions carefully and only touch the exact settings mentioned.

Note: This step requires administrator privileges. Be very careful to follow these instructions exactly and only touch the settings mentioned.

  1. Press the Windows Key + R on your keyboard to open the Run dialog box.
  2. Type regedit into the box and press Enter. Click Yes when the permission prompt appears.
  3. In the Registry Editor window, use the left sidebar to navigate through the folders. Click the arrow next to HKEY_LOCAL_MACHINE, then click SOFTWARE, then Policies, then Microsoft, and finally click on Windows Defender.
Registry Editor
Registry Editor
  1. Look at the main panel on the right side of the screen. Look for a value named DisableAntiSpyware or DisableAntiVirus.
  2. If either of these values exists and has a data number of 1, double-click on it.
  3. Change the value data from 1 to 0.
  4. Click OK.

Close the Registry Editor and restart your computer.

Unique Expert Tip 1: Fixing Group Policy Blocks Caused by Failed Updates

Group Policy Editor
Group Policy Editor

Fixing group policy blocks resolves issues where a botched system update scrambles local settings and tricks Windows into thinking security features are turned off by an administrator. Clearing out these jammed policies restores your computer's ability to run the security application without restrictions.

When Windows Security fails to open after a security update, the Windows Security app blocks itself from opening because the app believes a policy forbids it. You can clear out jammed group policy settings to fix this problem by opening an administrator command prompt.

Note: This step requires administrator privileges.

  1. Click the Start button, type cmd, right-click Command Prompt, and select Run as administrator.
  2. Type the following command to delete local policy registry overrides that often get stuck after bad updates:
💻Code
RD /S /Q "%WinDir%\System32\GroupPolicy"
  1. Press Enter.
  2. Type this second command to clear Group Policy Users settings:
💻Code
RD /S /Q "%WinDir%\System32\GroupPolicyUsers"
  1. Press Enter.
  2. Finally, type this command to force Windows to update and reapply your default policies:
💻Code
gpupdate /force

Press Enter and wait for the process to complete successfully.

Restart your computer. This clears away any phantom administrative blocks left behind by the update and lets Windows Security open normally.

Unique Expert Tip 2: Dealing with Third-Party Antivirus Conflicts After Updates

Dealing with third-party antivirus conflicts involves fixing software clashes that happen when major system updates disrupt the handoff between Windows Security and programs like Norton, McAfee, or Avast. Uninstalling or properly updating your third-party security software usually clears up this confusion.

Major Windows security updates frequently break the connection between your security software and the operating system. A Windows update might reinstall default Windows security states, causing a fierce conflict between your third-party antivirus software and the built-in Windows Defender files. This silent software conflict locks up the Windows Security app, leaving you unable to open it.

Here is how to resolve this unique conflict:

  1. Open your third-party antivirus software from your system tray (the bottom right corner of your screen near the clock).
  2. Check for software updates within your antivirus program. Third-party vendors often release quick patches right after a major Windows update to restore compatibility.
  3. If updating your antivirus does not work, temporarily uninstall the third-party antivirus program using its official removal tool.
  4. Restart your computer.
  5. Check if Windows Security opens successfully now that the competing software is gone.

If Windows Security opens fine, you can reinstall your third-party antivirus or choose to stick with the robust built-in Windows Security protection.

What to Do If Nothing Else Works: In-Place Upgrade

Performing an in-place upgrade fixes deep operating system corruption that prevents Windows Security from opening when standard repair tools fail. This installation process refreshes your core system files while safely keeping all of your personal documents, photos, and installed apps intact.

Instead of wiping your computer and starting over with a clean install, you can perform an "in-place upgrade." This process reinstalls the core Windows operating system files while keeping all your personal files, installed apps, and user settings right where they are.

  1. Go to the official Microsoft website and download the Windows installation media tool for your specific Windows version.
  2. Open the downloaded tool and choose Upgrade this PC now.
  3. Follow the on-screen instructions and make sure you select the option to Keep personal files and apps.
  4. Let the installation run. Your computer will restart several times during this process.

Once the upgrade finishes, your system files will be completely refreshed, and Windows Security will work properly once again.

Summary

Fixing a broken Windows Security app after a routine update is entirely possible using a step-by-step approach that ranges from simple app resets to resolving third-party software conflicts. Taking your time with these troubleshooting methods restores full safety control over your computer.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

How to Reset Windows Security App in Windows 11
Windows How to Reset Windows Security App in Windows 11
What To Do When Windows Update Gets Stuck Checking For Updates
Windows What To Do When Windows Update Gets Stuck Checking For Updates
What Breaks When You Disable Windows 11 Fast Startup
Windows What Breaks When You Disable Windows 11 Fast Startup
What To Do When Windows 11 Prompts For BitLocker Recovery After Every Reboot
Windows What To Do When Windows 11 Prompts For BitLocker Recovery After Every Reboot

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *