Fix: You’ll need a new app to open this windowsdefender link
“You’ll need a new app to open this windowsdefender link” appears when Windows cannot open the Windows Security app using the built-in windowsdefender: protocol. This protocol works like https: for web browsers, it tells Windows which app should open a specific system link. If the Windows Security app registration or protocol handler is damaged, Windows cannot launch the security dashboard.
This error usually appears when:
- Clicking Virus & Threat Protection
- Opening Windows Security from Start
- Clicking a Defender notification
- After uninstalling third-party antivirus software
In most cases, Microsoft Defender continues running in the background. Real-time protection may still be active, but the user interface fails to open, meaning you cannot access threat history, firewall settings, or protection controls.

This issue is commonly caused by:
- Corrupted Windows Security app registration after a Windows update.
- Damaged system files affecting protocol handlers.
- Third-party antivirus software disabling Defender components.
- Security Center service misconfiguration.
- Malware interference blocking security access.
1. Verify Required Services Are Running
Windows Security depends on core services. If they are disabled or blocked, the interface cannot open.
- Press Windows + R, type services.msc, and press Enter.

- Locate Security Center (wscsvc).

- Ensure Startup type is set to Automatic (Delayed Start).
- Make sure the service status is Running.
- Repeat for Microsoft Defender Antivirus Service (WinDefend).

- Restart your PC.
If Startup type is greyed out or the service fails with error 1068 (dependency service failed), system corruption or policy restrictions are likely involved. In that case, proceed to the next method.
2. Repair System Files Using SFC and DISM
Corrupted system files commonly break the windowsdefender protocol. SFC and DISM repair protected Windows components safely.
- Open Start, search for CMD, and select Run as administrator.

- Run:
SFC /scannow

- Wait for completion. Results may show:
- No integrity violations — system files are intact.
- Corrupt files found and repaired — restart and test again.
- Unable to fix some files — run DISM below.
Then run:
DISM /Online /Cleanup-Image /RestoreHealth
Wait for it to reach 100 percent. If successful, restart your PC.
3. Re-Register the Windows Security App
Windows Security is delivered as a system app package called Microsoft.Windows.SecHealthUI. If its registration breaks, the windowsdefender protocol fails. Re-registering this package restores its internal link association.
- Search for Windows PowerShell and select Run as administrator.

- Run:
Get-AppxPackage Microsoft.Windows.SecHealthUI -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} - If no red errors appear, restart your PC and test Windows Security again.
If you see red error text, note the message. It usually indicates deeper system corruption, which Method 5 can resolve.
4. Check for Third-Party Antivirus Conflicts
When a third-party antivirus is installed, Windows automatically disables parts of Microsoft Defender. If that software is partially removed or corrupted, the Windows Security interface may break.
- Open Settings > Apps > Installed apps.
- Uninstall any third-party antivirus software.
- Restart your PC.
- If necessary, use the vendor’s official removal tool to fully remove residual drivers.
After removal, Windows should automatically re-enable Microsoft Defender. You can verify this by opening Task Manager and confirming MsMpEng.exe is running.
5. Repair Windows Using In-Place Upgrade
If system components remain damaged, performing a repair installation restores Windows core files while keeping personal files and installed programs intact.
For Windows 11:
- Open Settings.

- Go to System > Recovery.

- Select Reinstall now under Recovery options.

- Follow the prompts and allow Windows to complete the repair.
For Windows 10 or older Windows 11 builds:
Download the latest Windows ISO from Microsoft and run setup.exe. Choose Keep personal files and apps when prompted.
The process typically takes 30 to 90 minutes and may require an internet connection.





