Most of the time this stupid error message shows up when you try to open Virus and Threat Protection tools, launch Windows Security from the Start menu, or click a Defender notification. Though it can also sometimes happen after uninstalling third-party antivirus software. Thankfully, most of the time, real-time protection continues to run, without any issues it's just the front end interface that's broken and not allowing you to access it. The good news is that there are a few things you can do to solve the problem so follow along as we guide you through them.

Takeaways:

  1. Learn how to fix “You’ll Need a New App to Open This windowsdefender Link”
  2. What's causing “You’ll Need a New App to Open This windowsdefender Link” on Windows 11?

How to Fix “You’ll Need a New App to Open This windowsdefender Link”

Windows Security depends on specific background services. If they are not running, the interface cannot load.

  • Press Windows + R, type services.msc, and press Enter.
  • Find Security Center and ensure its startup type is set to Automatic (Delayed Start) and that it is currently running.
  • Do the same for Microsoft Defender Antivirus Service.
  • If either service fails to start or shows dependency errors, system corruption may be involved.
  • Restart your computer after making any changes.

Try running the Windows SFC command.

  • First type CMD into the Start menu then right-click Command Prompt and choose Run as administrator.
  • When you have Command Prompt open type the following command into Command Prompt and press Enter.

sfc /scannow

How to Fix You’ll need a new app to open this windowsdefender link

It may take some time to complete so be patient. If any errors are found they should be repaired automatically. If it doesn’t complete properly Restart your computer in Safe Mode and repeat the process.

If the SFC tool returned an error message, open Command Prompt as Administrator, then enter the following commands in order.

DISM /Online /Cleanup-Image /CheckHealth

DISM /Online /Cleanup-Image /ScanHealth

DISM /Online /Cleanup-Image /RestoreHealth

Fix You’ll need a new app to open this windowsdefender link

Re-register the Windows Security App

Windows Security is packaged as a system app. If its registration is broken, the system cannot associate it with the windowsdefender protocol.

  • Open PowerShell as an administrator and run:

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

This command restores the app’s registration. If no errors appear, restart your computer and test again.

Uninstall Any Third-Party Anti-Virus Tools

Third-party antivirus software can disable or override Microsoft Defender. If such software is only partially removed, it may leave behind components that interfere with Windows Security.

  • Go to Settings, open Installed Apps, and uninstall any third-party antivirus tools.
  • Restart your system afterward.
  • Once removed, Windows should automatically restore Defender functionality.

Uninstall the last update. (Not always an option)

If you have only just updated your computer, you can still uninstall the last update and go back to a version of Windows 11 that doesn’t have browser lag issues. If you haven’t uninstalled a Windows 11 update before, check out the guide below.

How to uninstall a bad Windows 11 update. Rollback a Windows 11 update.

Clean Install Windows

If nothing in this guide has worked it's time to clean install Windows to solve this problem. It's not most convenient option but it will solve the problem for you.