Windows 11 Black Screen: How to Get Your Display Back

A Windows 11 black screen usually traces to the display driver, not dead hardware. Here is the exact order I use to bring your desktop back fast.

You press the power button, wait for Windows 11 to load, and then nothing. A black screen stares back at you. Maybe there is a cursor sitting in the corner, maybe nothing at all. The fans are spinning and the power light is on, so the PC is clearly running, but you cannot see a thing. In nearly every case I have dealt with, the display driver crashed, the hardware is fine.

A Windows 11 black screen can hit at startup, right after login, or out of nowhere mid-session. The first time it happened to me, I was halfway through a Windows Update, and I almost wiped the machine before realizing a single keyboard shortcut would have fixed it. This guide walks through the same checks I run now, fastest first.

Quick Answer

To fix a Windows 11 black screen, press Windows key + Ctrl + Shift + B to reset the GPU driver. This clears most cursor-present black screens instantly. If it does not, boot into Safe Mode by holding Shift while clicking Restart, then roll back or update your display driver in Device Manager.

What Causes a Black Screen in Windows 11?

From the machines I have repaired, a black screen almost always traces to one of four sources:

  • A display driver crash or conflict, the most common cause by far
  • A failed or incompatible Windows Update
  • Fast Startup conflicts, where Windows does not fully reinitialize hardware on boot
  • Corrupted system files, usually from an interrupted update or forced shutdown

Knowing which scenario fits your symptoms lets you skip straight to the right fix.

Match your symptom to a likely cause first, then jump to the matching fix below.

Which Scenario Are You In?

Symptom Most Likely Cause
Black screen with a cursor Display driver crash
Black screen after a Windows Update Update conflict or driver
Black screen right after login Explorer.exe not loading
Black screen on startup (no cursor) Fast Startup or hardware issue
Black screen after waking from sleep Display driver or power settings

How Do I Reset the GPU Driver Instantly?

This is the first thing I try whenever I can see a cursor on the black screen:

  1. Press Windows key + Ctrl + Shift + B all at once.
  2. Your screen will flash briefly as the display driver restarts.
  3. Wait 5 seconds. If the black screen was a driver crash, your desktop should reappear.

This shortcut works even when your desktop is completely invisible. I have pressed it blind on a pitch-black laptop screen and watched the desktop snap back a second later. If nothing happens at all, no flash and no change, the problem runs deeper than the driver, so move on.

If you see a cursor, this shortcut alone fixes the majority of black screens in seconds.

What Simple Hardware Checks Should I Rule Out First?

Before going deeper, I rule out the dumb-but-common hardware causes:

  1. Check your monitor power cable and make sure it is firmly seated at both ends.
  2. Unplug and replug your video cable (HDMI, DisplayPort, or VGA) at both the monitor and the PC.
  3. Adjust brightness. Laptop brightness can drop to zero by accident, so press your brightness-up key (often Fn + F6 or a sun icon) several times.
  4. If you run multiple monitors, press Windows key + P to cycle display modes, since you may be projecting to the wrong screen.
  5. Try a different cable if you have one on hand.

If connecting an external monitor shows your desktop normally, the laptop screen or its cable is the culprit, not Windows itself.

A loose cable or zeroed brightness mimics a system failure, so confirm the basics before touching drivers.

Will a Forced Restart Clear the Black Screen?

If the screen is black but the PC is clearly on, a clean restart often clears a temporary glitch:

  1. Press Ctrl + Alt + Del. If the security screen appears, click the Power icon at the bottom-right and choose Restart.
  2. If Ctrl + Alt + Del gets no response, hold the power button for 10 seconds to force a shutdown, then press it once to start again.

A restart clears temporary driver glitches and is often all it takes to get the desktop back. If your PC reboots on its own instead of staying off, see my guide on Windows 11 random restarts.

A forced restart resolves transient glitches, but skip it if an update is still applying.

How Do I Boot Windows 11 Into Safe Mode?

Safe Mode loads Windows with only essential drivers, which lets me diagnose problems even when the normal desktop refuses to appear.

If you can see the lock or login screen

  1. Hold Shift and click the Power icon, then Restart.
  2. On the recovery screen, go to Troubleshoot, Advanced Options, Startup Settings, then Restart.
  3. Press 4 (or F4) to boot into Safe Mode.

If Windows will not load at all

  1. Force-restart your PC three times in a row by holding the power button each time. On the third boot, Windows launches Automatic Repair.
  2. Go to Troubleshoot, Advanced Options, Startup Settings, then Restart.
  3. Press 4 to enter Safe Mode.

If your desktop appears normally in Safe Mode, a third-party driver or app is the cause.

Safe Mode is the single most useful diagnostic step when the normal desktop is dead.

How Do I Roll Back or Update the Display Driver?

The display driver is the number one cause of Windows 11 black screens, so this is where I spend the most attention. Do it from Safe Mode or your normal desktop:

  1. Right-click the Start button and select Device Manager.
  2. Expand Display adapters.
  3. Right-click your GPU (NVIDIA GeForce, AMD Radeon, or Intel Graphics) and choose Properties.
  4. Click the Driver tab.
  5. Click Roll Back Driver if it is available. This undoes the last driver change and is often the instant fix.
  6. If rollback is greyed out, click Update Driver, then Search automatically for drivers.
  7. Restart your PC after making the change.

Windows does not always find the newest driver. When the automatic search comes up empty, I go straight to the GPU maker’s site (nvidia.com, amd.com, or intel.com) and grab the correct driver for the exact model. Microsoft’s own black screen troubleshooting guide recommends the same driver-first approach. Display driver problems also cause Windows 11 screen flickering, so if you have seen flickering too, that guide covers extra driver steps.

Rolling back the display driver is the fix that resolves more black screens than anything else on this list.

Why Does Fast Startup Cause Black Screens?

Fast Startup speeds up boot by partially hibernating Windows, but that means Windows does not fully reinitialize every piece of hardware on the next boot, especially after updates. Turning it off has cleared stubborn black screens for me more than once:

  1. Press Windows key + R, type control, and press Enter.
  2. Go to Hardware and Sound, then Power Options.
  3. Click Choose what the power buttons do in the left sidebar.
  4. Click Change settings that are currently unavailable.
  5. Uncheck Turn on fast startup (recommended).
  6. Click Save changes and restart.

Cannot reach Control Panel because of the black screen? Boot into Safe Mode first, then follow these same steps from there.

Disabling Fast Startup forces a full hardware reinitialize on boot and often ends post-update black screens.

How Do SFC and DISM Repair System Files?

Corrupted Windows system files can stop your desktop from loading. The built-in System File Checker (SFC) and DISM tools repair them automatically:

  1. Search for cmd, right-click Command Prompt, and choose Run as administrator.
  2. Type the following and press Enter:
    sfc /scannow
  3. Wait 10 to 20 minutes for the scan to finish. It repairs any corrupted files it finds.
  4. Then type this and press Enter:
    DISM /Online /Cleanup-Image /RestoreHealth
  5. Restart your PC after both scans complete.

Both tools run perfectly in Safe Mode, which is where I usually run them when the normal desktop is out of reach.

SFC and DISM rebuild the system files that a forced shutdown or botched update tends to corrupt.

How Do I Uninstall a Bad Windows Update?

If your black screen started right after a Windows Update, that update may have introduced a driver conflict. Remove it:

  1. Boot into Safe Mode.
  2. Press Windows key + I to open Settings.
  3. Go to Windows Update, Update History, then Uninstall updates.
  4. Sort by install date and remove the most recent update.
  5. Restart and check whether the black screen is gone.

For more detail on update failures, see my guide on fixing Windows Update when it will not work.

If the black screen and a recent update arrived together, removing that update is the most direct fix.

What Common Mistakes Should I Avoid?

  1. Reinstalling Windows as your first step. A full reinstall wipes your files and is almost never necessary for a black screen. Work through the driver and Safe Mode steps first, because most cases resolve well before that point.
  2. Ignoring the display driver. Most people check cables and restart but skip the driver entirely. The GPU driver is the leading cause, so it belongs near the top of your checklist, not the bottom.
  3. Trusting Windows to find the latest driver. The automatic search in Device Manager often returns an outdated driver. Check your GPU manufacturer’s website directly for the current version.
  4. Overlooking Fast Startup. It is on by default, rarely mentioned in quick-fix lists, and causes black screens more often than people expect, especially after major updates.
  5. Force-restarting during an update. If Windows is still applying an update (you see a spinner or a percentage), wait it out. Forcing a shutdown mid-update corrupts system files and makes the problem worse.

Skip the panic reinstall and check the driver first, and you will solve most black screens far faster.

Frequently Asked Questions

Why does my Windows 11 screen go black but the computer is still running?

Your display driver has crashed or the desktop process (explorer.exe) has stopped responding, even though the PC itself is fine. For example, on my own desktop the fans kept spinning while the screen stayed dark, and pressing Windows key + Ctrl + Shift + B to reset the GPU driver brought everything back instantly.

Why do I get a black screen after logging into Windows 11?

This usually means explorer.exe, the process that draws your desktop and taskbar, failed to start. Press Ctrl + Alt + Del, open Task Manager, click File then Run new task, type explorer.exe, and press Enter to relaunch the desktop without a full restart. When my taskbar stayed missing afterward, the deeper fix was in my Windows 11 taskbar not working guide.

What causes a Windows 11 black screen with a cursor?

A cursor on a black screen almost always means a display driver crash, since the mouse driver still runs while the GPU driver that renders your desktop has failed. In my experience the Windows key + Ctrl + Shift + B shortcut resets it on the first try, and if it does not, rolling back the display driver in Device Manager finishes the job.

How do I fix a Windows 11 black screen after an update?

Boot into Safe Mode by holding Shift while clicking Restart, then remove the most recent update under Settings, Windows Update, Update History, Uninstall updates. I did exactly this after a cumulative update blacked out a client’s laptop, and the desktop returned on the next reboot.

Can a virus cause a black screen on Windows 11?

Yes, though it is far less common than a driver issue, because malware can corrupt display drivers or core system files. When every other fix failed on one machine I serviced, a full Windows Security scan in Safe Mode found the infection that was wiping the desktop.

Is a Windows 11 black screen the same as a Blue Screen of Death?

No. A BSOD shows a blue error screen with a stop code, while a black screen shows nothing or just a cursor and has no error code. They can share causes like drivers and corrupted files, but if you are also seeing blue crashes, my guide on fixing the Blue Screen of Death on Windows 11 covers those.

Conclusion

A Windows 11 black screen looks catastrophic but is almost always fixable without reinstalling. Start with the GPU driver reset shortcut, check your cables, and drop into Safe Mode if needed. Rolling back the display driver or disabling Fast Startup clears the problem for good in most cases.

Try the Windows key + Ctrl + Shift + B shortcut right now, and you may be back at your desktop in under a minute. If screen issues keep returning, my Windows 11 screen flickering guide tackles the overlapping root causes.