How to Reset the Windows Security App in Windows 11

Windows Security is one of the most important built-in apps in Windows 11. It helps protect your PC from viruses, malware, ransomware, and other security threats through Microsoft Defender Antivirus, Firewall, Account Protection, and more. However, there are times when the Windows Security app stops opening, displays a blank screen, crashes immediately after launch, or shows incorrect information. In many cases, resetting the Windows Security app can fix these problems without affecting your personal files.

Windows 11 includes several ways to reset Windows Security. You can use the Settings app, Windows PowerShell, Windows Terminal, or built-in repair tools. If a simple reset doesn’t resolve the issue, you can also re-register the app or repair damaged system files that may be preventing Windows Security from working correctly.

Update Windows Drivers

In this guide, you’ll learn multiple methods to reset the Windows Security app in Windows 11. Start with the easiest solutions first and move to the advanced methods only if necessary.

What Is the Windows Security App?

PC running slow or unstable? Do you want to update drivers?

Windows Security is the built-in security dashboard included with Windows 11. It provides access to Microsoft Defender Antivirus, Firewall & Network Protection, Device Security, App & Browser Control, Family Options, and other security features from one location.

Resetting the app restores its settings to their default state. This can fix problems such as the app not opening, crashing, showing a blank window, or failing to display security information correctly.

Method 1: Reset Windows Security from the Settings App

The easiest way to reset Windows Security is through the Settings app. Windows removes the app’s stored data and restores it to its default configuration.

Open Settings by pressing Windows + I. Go to Apps > Installed apps.

Find Windows Security in the list. Click the three-dot menu next to it and choose Advanced options.

Scroll down until you see the Reset section. Click Reset, then select Reset again to confirm.

Repair PC

After the process finishes, restart your computer and open Windows Security to check whether the issue has been resolved.

Method 2: Repair Windows Security Before Resetting

If Windows Security still opens but behaves unexpectedly, repairing the app may solve the problem without deleting its data.

PC running slow or unstable? Do you want to update drivers?

Open Settings > Apps > Installed apps and locate Windows Security.

Select Advanced options, then click Repair.

Windows attempts to fix the application without resetting its settings. Once the repair completes, launch Windows Security again and verify that it works correctly. If the issue continues, perform the reset option available on the same page.

Method 3: Reset Windows Security Using Windows PowerShell

PowerShell can re-register and refresh the Windows Security app if the Settings option doesn’t work.

Right-click the Start button and select Windows Terminal (Admin) or PowerShell (Admin).

Run the following command:

Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage
PC running slow or unstable? Do you want to update drivers?

Wait until the command finishes successfully.

Restart your computer and open Windows Security again. This command resets the application package without affecting Microsoft Defender protection.

Method 4: Re-register the Windows Security App

If the app is damaged or missing important registration information, re-registering it can restore normal functionality.

Open Windows Terminal (Admin).

Run the following command:

Get-AppxPackage Microsoft.SecHealthUI -AllUsers | ForEach {
Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"
}

Allow the process to finish without interruption.

Restart Windows after the command completes. When you open Windows Security, Windows recreates the application’s registration data.

Method 5: Restart the Windows Security Service

Sometimes the Windows Security interface fails because one of its supporting services isn’t running properly.

Press Windows + R, type services.msc, and press Enter.

Locate Security Center in the Services window.

Right-click the service and select Restart if the option is available. If the service is stopped, choose Start.

Close the Services window and launch Windows Security again to see whether the problem has been resolved.

Method 6: Reset Microsoft Defender Using Windows Terminal

Microsoft Defender components may become out of sync with the Windows Security interface. Updating security signatures and platform files can refresh the protection system.

Open Windows Terminal (Admin).

Run the following command:

"%ProgramFiles%\Windows Defender\MpCmdRun.exe" -SignatureUpdate

After the update finishes, restart your computer.

Although this command mainly updates Defender, it can also resolve situations where Windows Security reports outdated or incorrect security information.

Method 7: Repair System Files Using SFC and DISM

Corrupted Windows system files can prevent Windows Security from functioning correctly. Running System File Checker and DISM repairs these files automatically.

Open Windows Terminal (Admin).

Run the following command:

sfc /scannow

Wait until the scan reaches 100%.

Next, run:

DISM /Online /Cleanup-Image /RestoreHealth

After both scans complete successfully, restart your PC and open Windows Security again.

Method 8: Check for Windows Updates

Microsoft frequently releases updates that fix Windows Security bugs and compatibility problems.

Open Settings > Windows Update.

Click Check for updates.

Install all available updates, including optional quality updates if they relate to security or Windows components.

Restart your computer after the installation completes and verify whether Windows Security works normally.

Method 9: Create a New User Account

If Windows Security only fails in your current account, the user profile may be corrupted.

Open Settings > Accounts > Other users.

Click Add account and create a new local or Microsoft account.

Sign in with the new account and open Windows Security.

If the application works correctly in the new account, the issue is likely limited to your original Windows profile rather than the Windows Security app itself.

Method 10: Reset Windows While Keeping Personal Files

If none of the previous methods work, resetting Windows can reinstall the operating system while preserving your personal files.

Open Settings > System > Recovery.

Select Reset PC.

Choose Keep my files, then follow the on-screen instructions.

Windows reinstalls system components, including Windows Security, while keeping your documents, pictures, and other personal files. However, installed applications will need to be reinstalled afterward.

Conclusion

Resetting the Windows Security app is often enough to fix problems such as the app not opening, crashing, displaying a blank screen, or showing incorrect security information. The built-in Reset option in the Settings app should be your first choice because it’s quick and doesn’t require advanced commands. If that doesn’t solve the issue, PowerShell, re-registering the app, repairing system files, or restarting Security Center services can usually restore normal functionality.

If Windows Security still doesn’t work after trying all of these methods, the issue may be caused by deeper Windows corruption or third-party antivirus software interfering with Microsoft Defender. In that case, performing a Windows reset while keeping your personal files is often the most effective solution.

Frequently Asked Questions

Does resetting Windows Security delete virus protection?

No. Resetting Windows Security only restores the application’s settings. Microsoft Defender Antivirus remains installed and continues protecting your computer.

Will resetting Windows Security remove scan history?

Yes. Some app-specific data and settings, including certain history information, may be cleared when you reset the application.

Why is the Reset button missing for Windows Security?

The Reset option may not appear on older Windows versions or if Windows components are damaged. In that case, use PowerShell to reset or re-register the app.

Is it safe to reset the Windows Security app?

Yes. Resetting Windows Security is a safe operation provided by Microsoft and does not remove Windows Defender or reduce your computer’s protection.

PC running slow or unstable? Do you want to update drivers?

GeeksDigit.Com
Logo