How to fix Windows Security blank white window UI?

ACW 20 Reputation points
2026-09-15T11:25:41.7+00:00

When I try to open windows security the UI is a blank white screen, attached screenshot. Screenshot 2026-09-15 205734

System Notes:

  • Running Windows 11, no missing updates
  • Architecture x64, Intel
  • There are two numbered folders from 2025 and a SecuirtyHealthSetup.exe in my C:\Windows\System32\SecurityHealth instead of one folder.

SOLUTIONS I HAVE ALREADY TRIED ANScreenshot 2026-09-15 205734.pngD NOT HELPED:

  • Settings/Apps/Windows Security/ Advanced - Repair and Reset
  • Tried to run my Security Health Setup.exe as administrator from command prompt
  • Run DISM.exe /Online /Cleanup-image /RestoreHealth then sfc /scannow
    Restore was completed and no integrity violations were found.
  • Manually download the Windows Security App Update and run as admin from the downloads.
  • Tried this in poweshell
    Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

When I tried to run the SecurityHealth installer no new files are made anywhere so I'm not sure its functioning properly since it's supposed to run in the background?

I am really hoping I don't have to do a system reset while keeping files. Can someone please help?

Windows for home | Windows 11 | Security and privacy
0 comments No comments

Answer accepted by question author
_AW_ 69,416 Reputation points Volunteer Moderator
2026-09-20T08:24:15.61+00:00

Thanks for the screenshot. The problem you have is that in the folder C:\Windows\System32\SecurityHealth\10.0.27777.1008-0, SecurityHealthHost.exe is corrupt. As a result, the SecurityHealthService isn't running, so trying to install SecurityHealthSetup.exe will fail.

The solution is to delete the folder C:\Windows\System32\SecurityHealth\10.0.27777.1008-0 then reboot the computer.

The easiest method is to use IObit Unlocker.

https://www.iobit.com/en/iobit-unlocker.php

After installation, right click on C:\Windows\System32\SecurityHealth\10.0.27777.1008-0 and select IObit Unlocker.

In the resulting dialog window, click the drop arrow next to the Unlock button and select Unlock & Delete.
Reboot the computer.

The Windows Security UI should now open and SecurityHealthService should also be running, in which case you can run Windows Update to get the latest SecurityHealth build.

You can also download it from https://catalog.s.download.windowsupdate.com/d/msdownload/update/software/defu/2026/07/securityhealthsetup_660338b236d35588cb1e6c4db2021ed679653c01.exe Right click and run as administrator to install.

Was this answer helpful?

4 people found this answer helpful.

4 additional answers

Sort by: Newest
  1. _AW_ 69,416 Reputation points Volunteer Moderator
    2026-09-20T06:45:02.9+00:00

    Open Windows PowerShell and copy/paste/run the following commands:

    gci 'C:\Windows\System32\SecurityHealth'-recurse -file -Include '*.dll', '*.exe', '*.appx'  | Get-AuthenticodeSignature | ft -auto Path, Status
    
    gsv SecurityHealthService, WdBoot, WdFilter, WdNisDrv, WinDefend, wscsvc, wuauserv | ft -auto Name, DisplayName, StartType, Status
    

    Post a screenshot of the output.

    Was this answer helpful?

    1 person found this answer helpful.

  2. Kapil Arya 38,471 Reputation points Volunteer Moderator
    2026-09-15T16:39:52.2066667+00:00

    Pls run this command in admin Windows PowerShell:

    Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage

    Hope this helps!

    Was this answer helpful?


  3. David-M 126.2K Reputation points Independent Advisor
    2026-09-15T11:59:34.3766667+00:00

    Hi. I'm David, and I'm happy to help you.


    To be able to assist you better, please clarify the following:

    • Do you have, or have you ever had, a third-party antivirus installed? If yes, which one?

    Also. What is the current "OS Build" of your Windows 1x?

    • Press "Windows + R", type winver, and click OK.

    If you prefer, share a screenshot. Use the shortcut "Windows + Shift + S" to use the screenshot tool.

    Be sure to censor your email address if it appears. The Microsoft Q&A is public.


    Looking forward to your reply.

    Was this answer helpful?

    1 person found this answer helpful.

  4. AI answer

    2026-09-15T11:25:59.3166667+00:00

    Since Repair/Reset, the Windows Security app update installer, DISM, SFC, and re-registering Microsoft.SecHealthUI have already been tried, the supported next step is a repair installation (in-place upgrade) of Windows 11.

    This matches the accepted resolution in similar Windows Security blank-window cases when the UI remains white/blank after app repair and system file checks.

    Steps:

    1. Go to the Windows 11 software download page.
    2. Under Create Windows 11 Installation Media, select Download Now.
    3. Run mediacreationtool.exe.
    4. When prompted for media type, select ISO file.
    5. After the ISO is downloaded, mount it by double-clicking it or right-clicking it and selecting Mount.
    6. Open the mounted ISO and run setup.exe.
    7. Follow the prompts.
    8. At the Ready to install screen, make sure Keep personal files and apps is selected.

    Important:

    • If Keep personal files and apps is greyed out, stop the installation and do not continue.
    • This is different from Reset this PC. A repair installation is intended to repair Windows components while keeping apps and personal files.

    About SecurityHealthSetup.exe: the documented installer runs in the background and must be run as administrator. On Windows 11, the update applies only to supported builds, and the current Windows Security app version can be checked with:

    Get-AppPackage Microsoft.SecHealthUI
    

    If the installer did not resolve the blank UI and DISM/SFC found no repairable corruption, the in-place repair path is the supported next action from the available guidance.


    AI-generated content may be incorrect. Read our transparency notes for more information.

    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.