Forum Discussion
TayDean
Feb 11, 2023Copper Contributor
Windows Security won't open on Windows 11
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 Securit...
RyanHoward
Sep 28, 2025Copper Contributor
Try a quick repair before going to the shop:
Open PowerShell (Admin) and run:
Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage
This resets the Windows Security app package.
If that fails, open Settings → Apps → Installed Apps → enable Show system components, find Windows Security (SecHealthUI), and choose Repair/Reset if available.
As a last resort, run:
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
from an elevated Command Prompt to fix any corrupted system files.
This usually brings Windows Security back without needing a full reinstall or trip to the shop.