Windows 11 Black Screen? Diagnose & Fix Every Type
Short answer: Press Win+Ctrl+Shift+B first — it resets the graphics driver, and if the desktop comes back the GPU driver was simply hung. If the screen stays black, check whether you have a cursor (an Explorer crash — restart it from Task Manager) or no signal at all (reseat the display cable, try another port or monitor). Boot into Safe Mode to rule out a bad driver.
Win+Ctrl+Shift+B. That resets your graphics driver — listen for a beep and watch for a screen flash. If the desktop comes back, you’re done. The GPU driver was hung and that keyboard shortcut kicked it. Try this before anything else regardless of what kind of black screen you have.
If it didn’t work, what matters is what your screen is actually doing. Cursor visible but no desktop is a completely different problem than black after a Windows Update, which is nothing like black after waking from sleep. If you never see the Windows logo at all — no cursor, no spinning dots, nothing from power-on — that’s probably not a Windows issue, it’s hardware or display. Our no-signal guide covers that.
Cursor But No Desktop
You logged in, typed your password, maybe saw the Welcome screen. Then black, but your cursor is there floating around with nothing to click on. Explorer.exe crashed — that’s the process that draws your desktop, taskbar, Start menu, everything you actually interact with.
Ctrl+Shift+Esc opens Task Manager on top of the black screen. If Windows Explorer is in the process list, right-click it, Restart. If it’s not there at all, click File, Run new task, type explorer.exe. Desktop comes back.
Why it crashed: usually a startup program that just updated is conflicting with Explorer on launch. Task Manager’s Startup tab, disable everything non-essential, reboot. Black screen gone? Re-enable items one at a time. I’ve seen Wacom drivers, Razer Synapse, Corsair iCUE, and Citrix Workspace all do this.
The nastier version: open regedit from Task Manager’s Run dialog, navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon, check the “Shell” value. Should say explorer.exe. If it points to some random executable in a temp folder, malware changed it.
After a Windows Update
About 35% of the black screens we handled in 2026 trace back to a specific update. January’s KB5074109 hit NVIDIA users hardest — black screens on boot, artifacts, restart loops. February’s KB5077181 fixed most of it. March’s KB5079473 caught some Intel integrated graphics systems. May’s KB5089549 patched Explorer freezes after sign-in on 24H2.
If you can reach the desktop intermittently: Windows Update, Update history, Uninstall updates, find the most recent one, remove it. Pause updates for a week.
If you can’t boot at all: force-shutdown during the spinning dots three times in a row — hold power for five seconds, let it start, hold power again. On the fourth boot, Windows drops into recovery. Troubleshoot, Advanced options, Uninstall updates, “Uninstall latest quality update.” Removes the cumulative update without touching your files.
After a GPU Driver Update
This is different from a Windows Update black screen. You specifically updated your NVIDIA or AMD driver and now the display is gone.
Boot into Safe Mode using the three-boot trick. In Safe Mode: Device Manager, Display adapters, right-click your GPU, Properties, Driver tab, Roll Back Driver. If that button is greyed out, you need DDU (Display Driver Uninstaller) — run it in Safe Mode to fully strip the driver, then install a known-good version. Our driver guide has the full DDU walkthrough.
One NVIDIA thing that catches people: there are DCH and Standard driver versions. Installing one over the other without cleaning first reliably causes black screens. If you’re not sure which you have, DDU wipes the slate clean.
Fast Startup
This causes more black screens than people realize. Nobody talks about it because it’s unglamorous.
When you shut down, Fast Startup saves a partial hibernation image. Next boot loads from that image instead of reinitializing all drivers from scratch. If a driver changed between that save and the next boot — updated, corrupted, whatever — the stale driver state in the image causes a black screen.
Control Panel, Power Options, “Choose what the power buttons do,” click “Change settings that are currently unavailable,” uncheck “Turn on fast startup.” Boot time difference on a modern SSD is maybe two seconds. Not worth the headaches.
Quick test if you suspect Fast Startup but can’t reach Settings: hold Shift while clicking Restart from the login screen or recovery environment. Forces a full cold boot that ignores the hibernation image. Desktop comes back? Fast Startup confirmed.
If none of the above worked — Explorer restart, update removal, driver rollback, Fast Startup off — run sfc /scannow and DISM /Online /Cleanup-Image /RestoreHealth from Safe Mode or the recovery Command Prompt. If that doesn’t fix it, System Restore to a date before the black screen started, or as a last resort factory reset with Keep my files. If you’re tired of troubleshooting, we connect through AnyDesk even in Safe Mode — most black screens have one root cause and the fix is fast once you find it.
Frequently Asked Questions
Why is my Windows 11 screen black but I can see the cursor?
Your desktop shell (explorer.exe) crashed or failed to start. The system is running fine — it's just the visual interface that's missing. Press Ctrl+Shift+Esc to open Task Manager, then either restart Windows Explorer if it's listed, or click File > Run new task and type explorer.exe. If this happens every boot, a bad startup program is likely crashing Explorer — disable startup apps one by one in Task Manager's Startup tab to find the culprit. Less commonly, malware has modified the Shell registry value in Winlogon.
Can a Windows Update cause a black screen?
Yes — it's been the number one cause of black screens in 2026. KB5074109 (January 2026) caused black screens on NVIDIA GPU systems, KB5077181 (February) fixed most of those, and KB5079473 (March) introduced new issues. If your black screen started right after an update, boot into Windows Recovery Environment (power off during boot 3 times), go to Troubleshoot > Advanced options > Uninstall updates > Uninstall latest quality update. This removes the problematic update without touching your files.
Is a black screen the same as no display signal?
No — they're completely different problems. A black screen means Windows is loading (you might see the logo, spinning dots, or cursor) but the desktop never appears. That's usually a software issue — bad driver, Windows Update conflict, or Explorer crash. No display signal means the monitor never receives any video output at all — no logo, no cursor, nothing. That's usually hardware — wrong cable port, loose GPU, dead monitor, or BIOS issue. They require completely different troubleshooting approaches.
How do I fix a black screen if I can't access Safe Mode?
Force Windows Recovery Environment by power-cycling during boot three times: power on, wait for the spinning dots, hold the power button to force off. Repeat three times. On the fourth attempt, WinRE loads automatically. From there you can uninstall recent updates, run Startup Repair, access System Restore, or open Command Prompt to run SFC/DISM repairs — all without needing Safe Mode or a login.
Does Fast Startup cause black screens?
Yes — it's one of the most common hidden causes. Fast Startup saves a partial hibernation image when you shut down, and if a driver changed or got corrupted between that save and the next boot, the stale driver state in the image causes a black screen. Disabling Fast Startup (Control Panel > Power Options > Choose what the power buttons do > uncheck Turn on fast startup) forces a full cold boot every time. The boot time difference on a modern SSD is about two seconds — not worth the black screen risk.
Will resetting my PC fix the black screen?
Almost certainly yes, but it's a last resort because Reset This PC (with Keep my files) reinstalls Windows and removes all installed applications. You keep your documents, photos, and desktop files, but you'll need to reinstall every program. Try targeted fixes first — restarting Explorer, uninstalling recent updates, rolling back GPU drivers, disabling Fast Startup, and running SFC/DISM. Reset only if none of those work.
How long should I wait for a black screen to resolve after an update?
After a major feature update (like upgrading to 24H2 or 25H2), Windows can take 15-30 minutes to finalize setup with a black screen. If you just installed a big update, wait at least 30 minutes before assuming something is broken — listen for disk activity (clicking or whirring) which indicates Windows is still working. After a regular cumulative/security update, there's no reason for a prolonged black screen — if it doesn't resolve within 5 minutes, force restart and troubleshoot.