Windows 11 Black Screen After Restart [Solved]

Immediate Fix

If you are staring at a black screen after restarting Windows 11, the first thing to try is the graphics driver reset shortcut. Press Win + Ctrl + Shift + B. You will hear a beep, and the screen will flash as the OS attempts to refresh the display driver.

If that fails, perform a hard reboot. Hold the power button for 10 seconds until the device shuts down completely, then turn it back on. This clears temporary hardware states that might be hanging during the boot sequence.

Should the screen remain black, trigger the Windows Recovery Environment (WinRE). Turn your PC off and on three times mid-boot. Once in WinRE, navigate to Troubleshoot > Advanced options > Startup Repair. This utility automatically scans and replaces missing or corrupt system files required for the desktop to load.

Technical Explanation

The “Black Screen of Death” (BSOD) in Windows 11 typically occurs when the explorer.exe process fails to initialize or the video output is routed to a non-existent display. It is often a handshake issue between the Kernel and the display driver.

Corrupted system registry keys or incompatible “Fast Startup” metadata can also cause this. When Fast Startup is enabled, Windows saves a portion of the system state to a hiberfile. If this file is corrupted during a restart, the UI shell fails to render, leaving you with a black screen and a functional (or invisible) cursor.

Windows 11 black screen after restart error on a laptop.

Alternative Methods

If basic repairs do not work, you must use command-line tools to verify system integrity. Boot into Safe Mode with Command Prompt and run the following commands to repair the Windows image and system files:

sfc /scannow
dism /online /cleanup-image /restorehealth

If the issue started immediately after a Windows Update, use the table below to identify which recovery action to take based on your specific situation:

Scenario Recommended Action
Cursor is visible Restart explorer.exe via Task Manager (Ctrl+Alt+Del)
Black screen after update Uninstall latest quality update in WinRE
Black screen after driver install Roll back Display Adapter driver in Safe Mode

Lastly, ensure your BIOS/UEFI is up to date. Occasionally, Windows 11 power management features conflict with outdated motherboard firmware, preventing the display from waking up after a warm restart.