Skip to content
Fixes & Errors

Fix Windows 11 Black Screen

Windows 11 black screen on startup, after login, or after an update? This guide covers every fix — from keyboard shortcuts and driver rollbacks through Safe Mode repair and startup troubleshooting.

Fix Windows 11 Black Screen

A black screen on Windows 11 takes several distinct forms, and which one you’re seeing determines where to start. A black screen during boot (before the Windows logo appears) is a hardware or firmware problem. A black screen after login where the cursor is visible but nothing else appears is usually a shell crash (Explorer.exe). A black screen that appears during normal use is almost always a GPU driver issue. And a black screen after a specific update points at a regression that needs rolling back. You’ll find the complete rundown in our Complete Guide to Fixing Windows, Browser, and Software Errors.

Before assuming the worst: press Win + Ctrl + Shift + B. This keyboard shortcut sends a reset signal to the display driver on any Windows machine — even when the screen is black. The screen flickers briefly and the display driver reinitialises. If the display comes back after this, the GPU driver had a temporary crash that self-resolved. If the screen stays black, the problem is deeper and the fixes below apply.

Black Screen After Login: Explorer Crashed

When you log in and see a black screen with a cursor (and possibly the taskbar missing), Windows Explorer has crashed. Explorer is the process that manages the desktop, taskbar, and Start menu — when it fails, everything visual disappears except the cursor.

Fix in 30 seconds: press Ctrl + Alt + Delete → Task Manager → File → Run new task → type explorer.exe → tick “Create this task with administrative privileges” → OK. The desktop should return within a few seconds. This is a temporary fix — if Explorer keeps crashing, there’s an underlying cause (corrupted system files, a bad shell extension) that needs investigation. Run SFC to check: open an admin Command Prompt and type sfc /scannow.

Black Screen With Cursor After Boot: Common Causes

A black screen with a visible cursor but no desktop, taskbar, or any other elements appears in two common scenarios:

The machine is still loading — Windows 11 has a longer post-boot initialization phase on some hardware, especially after updates. Wait two full minutes before assuming something is wrong. On machines with slower HDDs or large startup programs, what looks like a black screen freeze is actually just Windows still loading.

Explorer failed to start — Use the Task Manager method above to manually launch explorer.exe.

Incorrect display output — Windows may be sending the video signal to an output that has nothing connected. Press Win + P repeatedly — this cycles through display modes (PC screen only, Duplicate, Extend, Second screen only) even on a black screen. Cycle through all four options; if the display activates on any of them, the display output mode was wrong.

Black Screen During Use: GPU Driver Crash

Black screens that appear during normal use — while gaming, watching video, running graphics-heavy applications, or sometimes just browsing — almost always trace to the GPU driver. The driver crashes, the display goes black, and Windows either recovers automatically (you see “Display driver stopped responding and has recovered” in Event Viewer) or requires a restart.

The fix: update the GPU driver. Download it directly from NVIDIA (nvidia.com/drivers), AMD (amd.com/support), or Intel (intel.com/content/download-center), not through Windows Update. Manufacturer drivers are more current and better tested. During installation, choose “Clean installation” (NVIDIA) or “Factory Reset” (AMD) to remove all remnants of the old driver before installing the new one.

If the black screen started after a driver update: roll it back. Device Manager → Display Adapters → right-click GPU → Properties → Driver → Roll Back Driver. This restores the previously installed driver, which was presumably stable.

For a thorough driver reinstall when update and rollback both fail: use DDU (Display Driver Uninstaller) in Safe Mode. DDU removes every trace of the GPU driver including registry entries. Boot into Safe Mode (hold Shift + Restart → Troubleshoot → Advanced options → Startup Settings → Enable Safe Mode), run DDU, remove the GPU driver completely, then install the latest driver fresh.

Black Screen After a Windows Update

Windows updates occasionally include GPU driver updates that regress display functionality. If the black screen started immediately after an update, the update is almost certainly the cause.

Check which update installed: Settings → Windows Update → Update history → look at what installed on the day the black screen started. Try rolling back the GPU driver first (Device Manager → Display Adapters → Properties → Driver → Roll Back Driver) since updates often replace the GPU driver specifically. If that doesn’t resolve it, uninstall the Windows update: Settings → Windows Update → Update history → Uninstall updates → find the update and remove it.

Multiple Monitor Black Screen

On multi-monitor setups, a specific display going black while others continue working is usually a display output issue rather than a driver crash.

Wrong output mode: Win + P → cycle through modes. If the black monitor activates on “Extend” or a different mode, the output configuration changed.

Failed display detection: Right-click desktop → Display settings → Detect → wait for Windows to find the display. Sometimes Windows stops seeing a connected monitor and needs to be prompted to re-detect it.

Cable or port: Unplug and reconnect the cable at both ends. HDMI and DisplayPort connectors loosen over time. Try a different port on the GPU if multiple are available — if HDMI port 1 has the black screen but HDMI port 2 works, port 1 has failed or its specific connection path in the driver has an issue.

Resolution/refresh rate mismatch: If the monitor shows “No Signal” rather than a pure black screen, the resolution or refresh rate may exceed what the cable or display supports. Right-click desktop → Display settings → select the affected display → change the resolution to 1920×1080 and the refresh rate to 60Hz, which is universally supported.

Black Screen at Boot (Before Windows Logo)

A black screen before the Windows logo even appears indicates a hardware or firmware problem rather than a Windows/driver issue:

  • Check physical connections: reseat the GPU in the PCIe slot (on desktops) and check that the display cable is firmly connected
  • Check the monitor’s input source: use the monitor’s physical buttons to confirm it’s set to the correct input (HDMI 1, DisplayPort, etc.)
  • BIOS/UEFI settings: a recently changed BIOS setting may have changed the primary display output. Access BIOS (usually Del or F2 at power-on) and look for Primary Display settings
  • Try integrated graphics: on desktops with a dedicated GPU, connect the monitor to the motherboard’s display output instead. If it works on integrated graphics, the dedicated GPU or its connection has a hardware problem

Safe Mode as a Diagnostic Environment

If the machine consistently shows a black screen before Windows fully loads and you can’t access settings, Safe Mode loads Windows with minimal drivers — no GPU acceleration, no third-party services, no startup programs. If the machine boots to a visible desktop in Safe Mode, the problem is a non-essential component: the GPU driver, a startup program, or a service. Safe Mode provides access to Device Manager (to roll back the GPU driver), MSConfig (to disable startup programs), and Settings (to uninstall updates).

Boot into Safe Mode: hold Shift while clicking Restart → Troubleshoot → Advanced options → Startup Settings → Restart → press 4 for Safe Mode.

Our guide on Windows 11 not booting covers the recovery environment approach for when the machine can’t even reach Safe Mode. For the GPU driver details relevant to crash analysis, our GPU not detected guide covers Device Manager error codes and DDU reinstall procedure. Microsoft’s Windows 11 black screen documentation covers specific scenarios involving BitLocker recovery screens and Secure Boot changes that produce black screens after firmware updates.

Event Viewer for Intermittent Black Screens

Random black screens that don’t happen consistently are the hardest to diagnose because there’s nothing obviously wrong when you check. Windows Event Viewer captures the specific cause after each occurrence — after a black screen episode and recovery, open Event Viewer immediately and check for clues:

Search “Event Viewer” in Start → Windows Logs → System. Sort by Date and Time, descending. Look for Critical and Error entries around the time of the black screen. Key entries to find:

  • Event ID 4101 from source “nvlddmkm” (NVIDIA) or “amdkmdag” (AMD) — GPU driver timeout: “Display driver stopped responding and has recovered.” This confirms GPU driver instability. Update or roll back the GPU driver.
  • Event ID 41 from source “Kernel-Power” — The system rebooted without a clean shutdown. Indicates the machine powered off abruptly (often due to a crash or power interruption rather than a graceful driver recovery). If this accompanies the black screen, the GPU crash was severe enough that Windows had to restart rather than just recovering the display.
  • Event ID 6008 from source “EventLog” — “The previous system shutdown was unexpected.” Similar to above, confirms the machine restarted uncleanly.

If Event ID 4101 appears repeatedly, the GPU driver is clearly unstable. If Kernel-Power 41 appears but no GPU events, the machine may be crashing due to RAM instability, power supply issues, or overheating — run Windows Memory Diagnostic (search in Start) and check system temperatures with HWiNFO during normal use.

Overheating Causing Black Screens

GPUs have a thermal protection mechanism — when the die temperature hits a critical threshold, the GPU shuts down rather than letting itself sustain permanent damage. The display goes black, the fans may spin up suddenly, and then either the system recovers (when thermal protection backs off) or the machine restarts.

The pattern: black screens happen specifically during graphics-intensive tasks (gaming, 3D rendering, video encoding) and never during light use like web browsing. The frequency increases as sessions get longer, because the GPU takes time to heat up to the critical threshold.

Verify with HWiNFO or MSI Afterburner — watch the GPU temperature during a session. If it reaches 90°C+ shortly before a black screen occurs, thermal protection is triggering. Fixes: ensure the GPU’s heatsink is free of dust (compressed air through the case vents), confirm all case fans are operating, improve case airflow, and on older GPUs consider reapplying thermal compound to the GPU die if other measures don’t keep temperatures under control.

Black Screen During Windows Setup or Fresh Install

A black screen during Windows 11 installation or setup is a separate issue from post-installation black screens. The most common causes:

Incompatible display resolution during setup: Windows setup sometimes sends a resolution that the monitor or the temporary driver can’t handle. Try a different monitor or cable during setup, then switch back after installation completes and the proper GPU driver is installed.

Secure Boot and TPM interaction: Some hardware configurations have Secure Boot and TPM issues that cause setup to hang at a black screen. Check BIOS settings and ensure Secure Boot is in UEFI mode (not legacy/CSM) and TPM 2.0 is enabled.

Incompatible RAM configuration: RAM running with XMP/EXPO overclock profiles sometimes causes instability during setup. Entering BIOS and disabling XMP temporarily for the setup process, then re-enabling it afterward, resolves setup-specific black screens caused by RAM instability.

BitLocker Recovery Black Screen

After certain hardware changes, BIOS updates, or boot sequence modifications, Windows 11 detects that the measured boot environment has changed and shows a BitLocker recovery screen rather than the normal login. This appears as a blue screen with a recovery key prompt — sometimes confused with a genuine black screen because it appears before the normal desktop.

This isn’t a system failure — it’s BitLocker’s security working correctly. Find the recovery key: for Microsoft account users, it’s at account.microsoft.com/devices/recoverykey. For corporate devices, IT has the key in Active Directory. Enter the key and Windows boots normally. After recovery, go to Settings → Privacy and security → Device encryption to check BitLocker status and prevent unnecessary future recovery prompts.

Checking GPU Health With Diagnostic Tools

When black screen crashes are frequent and you suspect the GPU hardware rather than just the driver, stress-testing the GPU with a free tool provides quick confirmation. FurMark (GPU stress test) or Unigine Heaven run the GPU at maximum load — if the black screen occurs during the stress test, the GPU hardware is likely failing. NVIDIA cards can be checked with the GeForce Experience diagnostic; AMD cards with the AMD Radeon Software diagnostic tool. Both provide health status beyond what Device Manager shows.

A GPU that fails stress tests but works under light load is showing early signs of hardware failure. The GPU itself may need to be reseated in the PCIe slot (loose PCIe connections cause similar symptoms to dying hardware), but if reseating doesn’t help, hardware replacement is the likely eventual outcome. Intermittent GPU failures that stress tests confirm typically worsen over time rather than resolving on their own. You might also run into Windows 11 Black Screen After Login.

Nikolas Lamprou

Nikolas Lamprou (MSc; GCFR, SC-200, Security+) has been working with computers professionally since 2009 — starting with web development and e-commerce, and moving into cybersecurity over the years. Based in Greece, he brings over 15 years of real-world IT experience to SolveTechToday, where he writes about Windows fixes, software reviews, security tools, and AI applications. His goal is straightforward: cut through the noise and give readers clear, honest guidance on the tech decisions that matter.

Stay Ahead

Fix your next problem before it starts

Get the week's best Windows fixes, software picks, and security guides delivered straight to your inbox. No noise, just solutions.

Press ESC to close · Try "Windows 11" or "Chrome"