DEV Community

Darkssel
Darkssel

Posted on

How to Fix Black Screen of Death in Windows 11 (Complete Guide)

You turn on your PC.

You hear the fans spinning.

You see the manufacturer logo.

Then — nothing.

A black screen.

No cursor. No login screen. No error message.

Just darkness.

You might think:

"Is my PC dead? Do I need a new computer?"

Not necessarily.

A black screen can be caused by software, drivers, display problems, or hardware — and many software-related causes can be fixed without reinstalling Windows.

This guide covers 10 practical ways to fix the black screen in Windows 11 — from simple keyboard shortcuts to advanced recovery methods.


What Is the Black Screen of Death?

Unlike the Blue Screen of Death (BSOD), the Black Screen of Death doesn't show an error message.

It's simply a black screen with:

  • No cursor (or sometimes a movable cursor)
  • No login screen
  • No taskbar or desktop
  • No error codes

The screen stays black — but your PC is still running.

The cause can be:

Cause Description
Graphics driver Corrupted or incompatible driver
Windows Update A bad update that broke something
Display issue Monitor or cable problem
Startup app A program that hangs during boot
System file corruption Damaged Windows files
Fast Startup Windows Fast Startup feature causing conflicts
Hardware failure GPU or RAM issue

The good news? Many of these are fixable without reinstalling Windows.


Fix 1: Use Keyboard Shortcuts

Sometimes the black screen is just a display issue — Windows is actually running in the background.

Try these keyboard shortcuts:

Shortcut What It Does
Ctrl + Alt + Del Opens the security screen
Win + Ctrl + Shift + B Resets the graphics driver
Win + P Opens display projection menu (if Windows responds)

If Ctrl + Alt + Del works: you can proceed to the next fix to restart Windows Explorer.


Fix 2: Restart Windows Explorer

If you can open Task Manager, restarting Windows Explorer can bring back your desktop.

How to do it:

  1. Press Ctrl + Alt + Del → click Task Manager
  2. Go to the Processes tab
  3. Find Windows Explorer (or explorer.exe)
  4. Right‑click → Restart

What happens: The taskbar, desktop icons, and Start menu will reload.

If your desktop appears, the problem was a temporary Explorer hang.


Fix 3: Boot into Safe Mode

If the black screen happens at startup, Safe Mode can help.

How to enter Safe Mode:

  1. Turn on your PC
  2. As soon as the manufacturer logo appears, hold the power button to force shutdown
  3. Repeat this process until Windows enters the Windows Recovery Environment and shows "Preparing Automatic Repair"
  4. Click Advanced optionsTroubleshootAdvanced optionsStartup SettingsRestart
  5. Press 4 for Safe Mode (or 5 for Safe Mode with Networking)

Once in Safe Mode:

  • The screen should appear normally
  • You can uninstall problematic drivers or updates
  • You can run system scans

Fix 4: Uninstall Recent Windows Updates

Sometimes a bad Windows Update causes the black screen.

How to uninstall updates (from WinRE — recommended):

  1. Boot into WinRE (Advanced options)
  2. Go to TroubleshootAdvanced optionsUninstall Updates
  3. Select Uninstall latest quality update
  4. Follow the prompts
  5. Restart your PC

Alternative from Safe Mode:

  1. Enter Safe Mode
  2. Open Settings → Windows UpdateUpdate history
  3. Click Uninstall updates
  4. Find the most recent update
  5. Click Uninstall
  6. Restart your PC

Fix 5: Uninstall Graphics Driver

A corrupted or incompatible graphics driver is a common cause of black-screen problems.

How to uninstall it:

  1. Enter Safe Mode
  2. Open Device Manager (right‑click Start → Device Manager)
  3. Expand Display Adapters
  4. Right‑click your GPU (NVIDIA, AMD, or Intel)
  5. Select Uninstall device
  6. If Windows shows the option, check Delete the driver software for this device
  7. Click Uninstall
  8. Restart your PC

After restart: Windows may load a basic display driver. You can then install the latest driver from your GPU manufacturer's official website.


Fix 6: Disable Fast Startup

Fast Startup can sometimes cause black screen issues.

How to disable it:

  1. Enter Safe Mode or boot into normal Windows (if possible)
  2. Open Control Panel → Power Options
  3. Click Choose what the power buttons do
  4. Click Change settings that are currently unavailable
  5. Uncheck Turn on fast startup
  6. Click Save changes
  7. Restart your PC

Fix 7: Run DISM and SFC

Corrupt system files can cause the black screen.

How to run them:

  1. Enter Safe Mode with Networking
  2. Open Command Prompt as Administrator
  3. Run DISM to repair the component store:
DISM /Online /Cleanup-Image /RestoreHealth
Enter fullscreen mode Exit fullscreen mode
  1. Wait for it to complete (10–15 minutes)
  2. If DISM reports an error, restart Windows and try the command again.
  3. Then run SFC:
sfc /scannow
Enter fullscreen mode Exit fullscreen mode
  1. Wait for completion
  2. Restart your PC

Fix 8: Perform a System Restore

If the black screen started recently, you can roll back.

How to do it:

  1. Boot into WinRE (Advanced options)
  2. Go to TroubleshootAdvanced optionsSystem Restore
  3. Select a restore point from before the problem started
  4. Follow the on-screen instructions
  5. Restart your PC

Fix 9: Check Your Display Cable and Monitor

Sometimes the problem isn't Windows — it's hardware.

What to check:

  • Is the monitor turned on?
  • Is the cable properly connected?
  • Try a different cable (HDMI, DisplayPort, etc.)
  • Try a different monitor or TV
  • Check if the PC is outputting to the correct display

For laptops: Try pressing Win + P and selecting Duplicate or Extend.

Pro tip: If you have a desktop with a dedicated GPU and your CPU supports integrated graphics and your motherboard provides a compatible video output, try connecting the monitor to the motherboard's video output to test if the GPU is faulty.


Fix 10: Last Resort — Reset or Clean Install

If nothing works:

Reset Windows 11 (keep files):

  1. Boot into WinRE
  2. Go to TroubleshootReset this PC
  3. Select Keep my files
  4. Follow the prompts

Clean Install (back up your important files first):

  1. Create a Windows 11 installation USB
  2. Boot from the USB
  3. Select Custom installation
  4. Do not delete partitions unless you are certain which partitions belong to the Windows installation.
  5. If you're unsure, stop and back up your data or consult a technician.
  6. Click Next to install

Warning: This erases all data on your system drive. Back up your important files first.


What If You Want to Monitor Your PC After Fixing the Issue?

Once you've fixed the black screen, you'll want to keep an eye on your system.

SysPulse is a lightweight Windows monitoring tool designed to track system activity after your PC is running normally — not a black-screen repair tool.

SysPulse can:

  • Detect new processes and show their full paths
  • Monitor CPU and RAM anomalies
  • Detect startup changes
  • Detect USB connections
  • Run silently in the background
  • Send Telegram notifications for monitored events
  • Use less than 30MB of RAM

You can set it up once and let it watch your PC in the background.

You can find it at: syspulse.pro


Summary Table

Fix Difficulty When to Use
Keyboard shortcuts Easy First attempt
Restart Explorer Easy If Task Manager opens
Safe Mode Medium If black screen at startup
Uninstall recent updates Medium If problem started after update
Uninstall graphics driver Medium If driver is the cause
Disable Fast Startup Easy If black screen on boot
Run DISM and SFC Medium If system files are corrupt
System Restore Easy If you have a restore point
Check hardware Easy If display/cable issue
Reset or clean install Hard If all else fails

Final Thought

The Black Screen of Death is scary — but it's rarely the end of your PC.

Start with the simplest fixes:

  1. Try Ctrl + Alt + Del and restart Explorer
  2. Boot into Safe Mode
  3. Uninstall recent updates or graphics drivers

If those don't work, move to DISM, SFC, and System Restore.

The key: Stay calm and work through the fixes in order.

Have questions or a black screen issue I didn't cover? Drop a comment below — I read every one.

Happy troubleshooting!

Top comments (0)