See the workrounds:
How to Repair or Reset Windows Security or Reinstall Windows Defender in Windows 11/10
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm using Windows 10. I have been using Windows Security from first. I once installed a third-party anti-virus. And uninstalled it the same day. But, the Windows security was working perfectly fine. But, the next day, the security app is not opening and shows some clues that the application is uninstalled.
Hi,
Please open the Microsoft.SecHealthUI directory under C:\Program Files\WindowsApps and see if the AppxManifest.xml is still there. If yes, open Windows PowerShell as administrator and reinstall the appx package by running
Add-AppxPackage -register <full path of appxmanifest.xml> -DisableDevelopmentMode
If it does not work, give a try to the commands
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
and
SFC /scannow
Best Regards,
Ian Xue
If the Answer is helpful, please click "Accept Answer" and upvote it.