Windows Security displaying blank screen.

Aditya Khandelwal 40 Reputation points
2026-06-29T12:24:34.0866667+00:00

I use Windows 11 and the windows security app isn't displaying anything.

i have tried few things by searching the internet, but none worked.

i tried "fix problems using windows update" option in recovery. got this 1.0.2402.27001-0 folder in C:\Windows\System32\SecurityHealth\1.0.2402.27001-0. then is vanished again after i ran a powershell command - PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage SecHealthUI).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"

tried running commands on powershell (both of windows default and downloaded separately) and yes everything as administrator. didn't work.

in registry editor, i tried going to this - Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SecurityHealthServices. and it wasn't present.

so i created a new key and added a new D-word (32-bit value) naming it start and giving it value 3. still Windows Security showed a blank screen.

i went to this folder - C:\Windows\System32\SecurityHealth. and it was empty so i downloaded "SecurityHealthSetup" from microsoft. ran it as administrator, restarted my laptop and still nothing.

Please advice what can be done.Screenshot 2026-06-28 215305

Screenshot 2026-06-29 172030

Screenshot 2026-06-29 172111

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

Answer accepted by question author

David-M 117.3K Reputation points Independent Advisor
2026-06-29T13:01:32.95+00:00

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


Looking at your screenshots, your Windows Security services and policies have been deeply modified or completely removed:

  • In the second screenshot, your registry explicitly shows DisableAntiVirus and DisableAntiSpyware set to 1, which forces Windows Defender to stay turned off.
  • In the third screenshot, the system can't even find the WinDefend service anymore, meaning the core security engine is missing.

Did you have any third-party antivirus installed (like McAfee, Avast, Norton, Kaspersky, etc.) before this happened? Standard uninstallers often leave behind remnants that permanently block Windows Defender.

Alternatively, have you recently run any automated "Windows debloat" or performance optimization scripts? These tools are notorious for completely deleting security services.


Also. What is the version and "OS Build" of your Windows 11?

  • 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?

2 people found this answer helpful.

Answer accepted by question author

David-M 117.3K Reputation points Independent Advisor
2026-06-29T16:33:00.48+00:00

Thanks for the clarifications and the screenshot.


Since you are running Windows 11 Home, your system doesn't natively use Group Policies. The fact that those registry blocks exist and your WinDefend service is completely missing strongly suggests that your system was compromised by malware at some point, which intentionally stripped away your antivirus defenses to protect itself.

Because the core security engine is gone, standard commands won't work. You need to approach this in three phases: Cleaning, registry repair, and system restoring.


1 = Since Windows Defender is non-functional, you need specialized, standalone scanners that don't rely on Windows services. Please download and run full scans using these free tools:

  • Microsoft Safety Scanner (MSERT): Download it from the link below.

https://docs.microsoft.com/en-us/windows/security/threat-protection/intelligence/safety-scanner-download

  • Malwarebytes (Free version): Download it from the link below.

https://malwarebytes.com/

After scanning, you can uninstall it.

  • Note: MSERT is an official standalone tool from Microsoft that runs independently of your broken local services. Run these scans even if you think the PC is clean now, just to ensure no active malware is blocking our next repair steps.

2 = Once the system is verified clean, let's remove the policies blocking Defender.

  1. Press Windows + R, type regedit, and hit Enter;
  2. Navigate to: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender
  3. In the right pane, right-click and Delete all the DWORD values listed there (including DisableAntiVirus, DisableAntiSpyware, DisableRoutinelyTakingAction, and any others you see). Only leave the (Default) value untouched;
  4. Restart (not shutdown) your computer.

3 = Since the "WinDefend" service was completely deleted, the most reliable way to reinstall it without losing any of your personal files or apps is performing an In-place Upgrade. This will rewrite your core system files and completely restore the missing Windows Security services while keeping everything else intact. I will leave detailed instructions below.

Download the ISO file to perform the procedure:

  1. Access the link below;

https://www.microsoft.com/en-us/software-download/windows11

  1. Under Download Windows 11 Disk Image (ISO) for x64 devices, click Select download and select Windows 11 (multi-edition ISO for x64 devices);
  2. Click Download;
  3. Choose the language and click on Confirm;
  4. Then, click 64-bit Download.
  5. Wait for the download to finish and proceed to the procedure below.

After downloading the ISO, do the following:

  1. Double-click the ISO to run;

(After running the ISO, you may need to double-click the Setup file to start the procedure.)

  1. On the Install Windows 11 screen, uncheck I want to help make the installation of Windows better and select Change how Windows Setup downloads updates;
  2. On the next screen, select Not right now and click Next;
  3. Accept the terms of use;
  4. On the Ready to install screen, select Choose what to keep and select what you want to keep.

(It is in this step that you must check Keep personal files and apps so that all your data is kept.)

  1. Click on Install and wait for the procedure to finish. Your computer may restart several times.

After the procedure is complete, check if Windows Security opens correctly.


Please let me know how it goes.

Feel free to ask any questions you may have.


Standard Disclaimer: There is a link to a non-Microsoft website. The page appears to be providing accurate, safe information. Watch out for ads on the site that may advertise products frequently classified as a PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the site before you decide to download and install it.

Was this answer helpful?

1 person found this answer helpful.

0 additional answers

Sort by: Most 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.