Feb 11 2023 01:45 PM - edited Feb 11 2023 01:45 PM
I have tried everything I can think of, I've had two friends who deal with IT problems look at my computer via shared screen with no luck. Since updating to Windows 11 I never noticed Windows Security would not open until recently, it's active and running in the background in Task Manager. I've tried the Powershell and CMD hotfixes, I've reset my PC locally and cloud but I have no restore or recovery points prior to the Windows 11 update. My PC is up to date on all firmware from Microsoft but Windows Security still will not open. Windows Security nor Windows Defender is not listed under my "Installed Apps" or "Default Apps" so I can't try a drop down repair on it. It does show within my Task Manager that there is Windows Defender engine running and in the hidden icons tab it shows Windows Security active. How do you fix this without having to lug your whole PC to a shop?
Feb 11 2023 04:13 PM - last edited on Feb 13 2023 11:27 AM by EricStarker
Feb 11 2023 04:13 PM - last edited on Feb 13 2023 11:27 AM by EricStarker
You can try the following steps to resolve the issue:
Run the Windows Security Troubleshooter: Go to Settings > Update & Security > Troubleshoot. Find and run the Windows Security troubleshooter.
Repair Windows Security using DISM: Open Command Prompt as administrator and run the following commands: DISM.exe /Online /Cleanup-image /Restorehealth DISM.exe /Online /Cleanup-image /StartComponentCleanup
Re-register Windows Security apps: Open a Command Prompt as administrator and run the following commands:
powershell -ExecutionPolicy Unrestricted Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Reset Windows Security app: Go to Settings > Apps > Apps & features. Find Windows Security, and click Advanced options. Click Reset.
If none of these steps work, you may need to perform a clean install of Windows 11 to resolve the issue.
(external link removed by moderator)
Feb 11 2023 10:42 PM
Dec 08 2023 12:05 AM
Dec 18 2023 08:31 AM
@TAHSN what kind of blank? The app opens but blank window, or the app doesn't open? Because mine doesn't open.
Dec 20 2023 12:47 AM
Doesnt open for me either @jpara_dise
Dec 20 2023 09:47 AM
@ShahbazUbaid my windows license is already expired. and i am not getting any security updates ever since. and that is also the time where i noticed that my windows security app won't open. is it because of my windows license bein expired? do you think if i reactivate my license, it will solve my problem?
Jan 16 2024 08:07 AM - edited Jan 16 2024 09:10 AM
@TayDean It's early 2024 and I am in the same boat since the most recent update. In all their wisdom, Microsoft has removed Troubleshooter with this update and wants me to contact tech support. The last time I did that, I was 77 people away from help. I do not have that kind of time.
I've tried all the suggestions here except reinstalling Windows, which is a major hassle and would require hunting down the software I use for work and reinstalling it too. I had to do this once last week because a previous update crashed my computer. It created all manner of work-related issues.
This is really dumb and Microsoft should have fixed this already. But I'm open to more suggestions.
Jan 16 2024 09:36 AM
I've found a workaround for this.
Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage
Type the above command into Windows Powershell (as admin) and once it shows that the command os executed (should be instant), restart your device and your Windows Security should work now.
The only issue is that you'll have to redo this once you shutdown your device (at least in my case) @MaryPaddock
Jan 16 2024 09:38 AM
Jan 16 2024 10:50 AM
@ShahbazUbaid I appreciate the suggestion, but it didn't work. I'd actually tried it already along with a host of other suggestions found in other places, but thought I'd missed something. I did not.
I'm fairly sure I'm going to have to reinstall Windows again to fix this. It will have to wait until the weekend as I work full-time from home and this has eaten up far too much of my time as it is.
Exceedingly frustrating.
Jan 16 2024 06:20 PM
I am in the same boat after the lastest update. I've tried everything, including factory reset (twice). Still locked out.@MaryPaddock
Jan 17 2024 09:23 AM
I watched your YT video and looked down below for the link and tried to click on it, however, its showing as just plain text and not an actual link.@Vinod444
Jan 17 2024 09:46 AM
Jan 17 2024 09:57 AM - edited Jan 17 2024 09:59 AM
@Vinod444 I did copy-paste the link into my browser (without the . . .) and got the following.
Jan 17 2024 10:09 AM - edited Jan 17 2024 10:15 AM
It looks like You-Tube is disappearing part of your link. It was there briefly and then gone again. It did work the second time I attempted it--important step must be followed--Install as administrator.
Jan 17 2024 10:14 AM