How to Reinstall Windows Security App in Windows 10 and 11
The Windows Security app is the built-in dashboard for Microsoft Defender Antivirus, firewall status, device health, and account protection.
If it disappears, crashes, or refuses to open, there are several reliable ways to restore it without damaging your system.
This guide explains how to reinstall Windows Security app using repair tools, PowerShell, Windows package commands, and system repair methods that work on modern Windows builds.
What the Windows Security app actually does
Windows Security is the user interface for Microsoft’s native security stack in Windows 10 and Windows 11.
It connects to services such as Microsoft Defender Antivirus, Windows Defender Firewall, SmartScreen, and core protection features like ransomware protection and device security.
When the app is missing, the issue is often not the antivirus engine itself.
In many cases, the underlying security services still run, but the app package, registration, or Windows components are damaged.
Why the Windows Security app may stop working
Common causes include corrupted system files, broken app registration, disabled services, outdated Windows builds, or interference from third-party security software.
Some users also encounter the issue after a feature update, cleanup tool, or policy change.
- Corrupted Windows app package or registry entries
- Damaged system files after an update or crash
- Conflicts with third-party antivirus products
- Disabled Microsoft Defender or Security Center services
- Profile corruption in the current Windows account
Before you reinstall Windows Security app
Before trying advanced fixes, confirm that Windows is fully updated and restart the PC.
If you use a third-party antivirus suite, temporarily disable it or uninstall it if it is known to replace Microsoft Defender features.
You should also check whether Windows Security is simply hidden or pinned incorrectly.
On Windows 11, search for Windows Security in the Start menu.
On Windows 10, open Settings, then go to Update & Security to verify the security components are present.
Method 1: Repair or reset the Windows Security app
If the app opens but behaves incorrectly, the fastest fix is usually a repair or reset.
This does not always fully reinstall the app, but it often restores normal function.
- Open Settings.
- Go to Apps > Installed apps in Windows 11, or Apps & features in Windows 10.
- Search for Windows Security.
- Select the app, then open Advanced options.
- Click Repair first.
- If the issue remains, click Reset.
Repair keeps app data where possible, while Reset clears local app data and can fix damaged configuration files.
Method 2: Re-register the Windows Security app with PowerShell
If Windows Security is missing from the Start menu or won’t launch, re-registering the package is one of the most effective fixes.
This method refreshes the app registration without reinstalling Windows.
- Right-click Start and choose Terminal (Admin) or Windows PowerShell (Admin).
- Run the following command:
Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage
If the command is not available on your build, try re-registering the package manually:
Add-AppxPackage -Register -DisableDevelopmentMode