Forum Discussion
Windows 11's Windows Security App can't open.
Alright guys, just now I'm trying to disable the Windows defender but I found out that I can't even open the Windows Security App. Anyone knows what's going on? Any solution? I'm looking for help.
Hello,Suggest try the following steps:
- Open PowerShell by using Administrator rights
- Copy and paste Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage to the PowerShell window and press enter
- Close the PowerShell and retry
237 Replies
- Em_xDCopper ContributorThank you so much! I have been trying to find ways to fix this for two days now.
- offisoCopper Contributorit works like magic. thx
- Pcdj64Copper Contributor
MAKE SURE YOU RUN POWERSHELL AS ADMINISTRATOR!
If you don't right click and select run as administrator, it will say access denied.
- Ron_MorrisCopper Contributor
JianYu
This solution didn't work, any other suggestions?- harrywebCopper Contributor
Ron_Morris Open PowerShell; it is not cmd but search PowerShell
- Ron_MorrisCopper Contributor
harryweb Thanks! it worked now.
- DtRet2021_65Copper Contributor
JianYu I have windows 11S and it will not allow administrator mode . I like windows 11 S mode so far and do not want to switch off but I do need access to windows security. Can you help?
- DtRet2021_65Copper ContributorLittle_Joe I have windows 11S and it will not allow administrator mode . I like windows 11 S mode so far and do not want to switch off but I do need access to windows security. Can you help?
- Little_JoeBronze ContributorCan u pls try to open CMD with admin rights? If yes then you can still launch Powershell.
- perfectly365Copper Contributor
i have tried this did not work, looks like my mother board is to old 2014 and don't have tpm 2.0 so can't load it and cant find it. they bypassed it, to load windows 11 on my computer. any suggestions.
i have avast on my comp for now.
- box4soumenduCopper Contributor
Thanks for your help it works now 👍😊❤️:party_popper::balloon:JianYu
- karthikshaindiaCopper Contributor
JianYu this solution doesn't work for me
tried other solutions like https://www.thewindowsclub.com/windows-security-not-opening-or-working
except for only reinstallation on my side. Do you have any other solution? I bit doubtful windows defender then install 3rd party internet security ie, Kaspersky
- nastehyCopper Contributorresetting the app worked for me
- CheekyCactusCopper Contributor
Thank you,
I checked out your link "https://www.thewindowsclub.com/windows-security-not-opening-or-working"
I did the first option "Reinstall using PowerShell Command" and it looked a little scary, but this method worked for me and fixed it...
Set-ExecutionPolicy Unrestricted
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
- jaypee5811Copper Contributor
- IrishdadbodCopper Contributor
Did you make sure to run Powershell as administrator?