windows security won't open on windows 11

dali soula 20 Reputation points
2026-07-22T00:56:11.25+00:00

hi everyone
gonna keep it short
for a while now, i have been unable to open windows security in any way.
when i open it from search bar, all i get is a blank window with windows security logo
and when i open it through the settings i just get nothing after the click
i've tried countless of solution i found online, including reinstalling windows through the recovery options ("fix problems using windows update" to be specific)
i'm open to try anything now, except for a full reinstallation through a flash drive (cuz i don't have one)

Windows for home | Windows 11 | Performance and system failures

Answer accepted by question author
Ramesh 181.2K Reputation points Volunteer Moderator
2026-07-23T18:48:01.8233333+00:00

Please do the following:

  1. Download sechealthfix_windows_11.reg and move it to the C:\ root.
  2. Download AdvancedRun from Nirsoft and run it.
  3. Using AdvancedRun, start Regedit.exe as TrustedInstaller. (see screenshot: https://ibb.co/gZgKmrR1)
  4. From the File menu in Regedit, choose Import..
  5. Dismiss the following error message dialog by clicking OK: enter image description here
  6. Browse to C:\ and import the REG file (sechealthfix_windows_11.reg) you downloaded in Step 1.
  7. Restart Windows.

Was this answer helpful?

2 people found this answer helpful.

6 additional answers

Sort by: Newest
  1. Lester Bernard Reyes 84,815 Reputation points Independent Advisor
    2026-07-25T10:22:26.85+00:00

    Hi, thank you for replying. I am glad that your issue is now resolved.

    Was this answer helpful?

    0 comments No comments

  2. Lester Bernard Reyes 84,815 Reputation points Independent Advisor
    2026-07-24T07:59:53.6366667+00:00

    Hi, thank you for replying. This issue occurs due to a certain KB number that is blocking the repair. To sort out the issue, kindly follow the steps below:

    Press Windows key + X, then click Terminal (Admin)

    Then copy, paste, and enter the command:

    wusa /uninstall /kb:4562830
    

    Restart the PC, then try it again.

    For reference: https://www.thewindowsclub.com/your-files-apps-and-settings-cant-be-kept-windows-10

    Was this answer helpful?


  3. Chirag Kolte 0 Reputation points
    2026-07-23T12:13:00.1733333+00:00

    Hi,

    Since you've already tried repairing Windows using Windows Update, this sounds more like the Windows Security app or its related services are corrupted rather than a simple settings issue.

    I'd recommend checking the following:

    1. Open services.msc and make sure the Security Centre service is running.
    2. Open PowerShell (Admin) and run:
    Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage
    

    If Reset-AppxPackage isn't available on your version of Windows, try:

    Get-AppxPackage Microsoft.SecHealthUI -AllUsers | ForEach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
    
    1. Run these commands in Command Prompt (Admin):
    DISM /Online /Cleanup-Image /RestoreHealth
    sfc /scannow
    
    1. If the issue persists, test in a new local Windows user account. If Windows Security opens there, the problem is likely limited to your current user profile.

    Note:-
    Hey Buddy, you must download third-party software or a batch file, or any cracked version that has a bat file to stop windows firewall therefor it coming this way

    If this command doesn't work, then the same as Windows Update also can't solve this problem

    Final solution: reinstall Windows; your problem will definitely be solved

    Was this answer helpful?


  4. Lester Bernard Reyes 84,815 Reputation points Independent Advisor
    2026-07-22T16:52:57.93+00:00

    Hi, thank you for replying. Since the issue persists, I suggest doing an in-place upgrade, which will upgrade the device to the latest version and repair all issues without deleting any files.

     

    Kindly follow the steps from this link:

    https://answers.microsoft.com/en-us/windows/forum/all/how-to-run-in-place-upgrade-in-windows-11/4d469147-2747-4dcb-88a4-aae9273a4500

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.