PC Help

How Do I Fix a Black Screen After Sleep in Windows 11?

PC wakes from sleep but shows a black screen in Windows 11? Fix GPU driver wake issues, Hybrid Sleep, and display signal loss with exact steps.

Issue type: Windows system — the PC wakes from sleep in Windows 11, but the monitor stays black even though the computer appears to be running.

Short answer: Windows 11 black screen after sleep is usually caused by the graphics driver failing to restore display output during wake. The PC may be awake, but the GPU has not sent a clean signal back to the monitor. Start with Win + Ctrl + Shift + B to reset the graphics driver, then update or roll back the GPU driver, disable Hybrid Sleep, and check external monitor cable/port behavior.

Quick Diagnosis: Windows 11 Black Screen After Sleep

Keyboard responds but screen stays black: the system is likely awake, but the display pipeline failed. Press Win + Ctrl + Shift + B. If the screen returns, the GPU driver or display output state is the problem.

No keyboard response and no disk or fan activity changes: the system may be frozen during resume. This points to sleep state corruption, power management, or a driver blocking wake.

Laptop screen works but external monitor stays black: the external display handshake failed. Cable, port, monitor sleep mode, input source, or refresh rate can cause this.

What to do first

  1. Press Win + Ctrl + Shift + B. This Windows shortcut resets the graphics driver. You may hear a beep and the screen may flash. If the display returns, do not immediately hard-restart the PC. You have confirmed a display-driver recovery issue.
  2. Update the GPU driver from the manufacturer. Download the latest driver from NVIDIA, AMD, Intel, or your laptop maker. Avoid relying only on Windows Update for this problem. If the issue started right after a new GPU driver, roll back instead: Device Manager > Display adapters > your GPU > Properties > Driver > Roll Back Driver. Microsoft’s display troubleshooting guidance notes that display problems often require checking drivers, display settings, and hardware connections together: Microsoft black or blank screen troubleshooting.
  3. Disable Hybrid Sleep. Open Control Panel > Power Options > Change plan settings > Change advanced power settings. Expand Sleep > Allow hybrid sleep and set it to Off for battery and plugged in where available. Hybrid Sleep saves state to disk while also keeping memory powered. If that saved state becomes unreliable, wake can produce a black screen.
  4. Disable PCI Express Link State Power Management. Open Advanced power settings, expand PCI Express > Link State Power Management, and set it to Off. This prevents aggressive PCIe power saving from delaying or interrupting GPU wake behavior.
  5. Check external monitor wake behavior. Use a different cable, try another GPU port, and set the monitor to a fixed input instead of Auto Detect if the OSD allows it. HDMI and DisplayPort require a new handshake after sleep. If the monitor misses the wake signal, Windows may be running while the display stays black.
  6. Generate a sleep report if the issue persists. Open Command Prompt as Administrator and run:
    powercfg /sleepstudy
    Then open the generated HTML report and check failed wake events. You can also run:
    powercfg /systempowerreport
    These reports help identify whether the failed wake is tied to a driver, power state, or hardware transition.

Common mistake

The common mistake is holding the power button every time the screen stays black. Try Win + Ctrl + Shift + B first. If it works, you have a recoverable graphics driver output problem, not a total system crash. A hard shutdown should be the last option because it can lose unsaved work.

Best next step

If the problem happens only with a second display, treat it as an external display wake issue first. Swap cables, test HDMI versus DisplayPort, update the GPU driver, and change the monitor input mode from Auto to a fixed source. Similar display signal problems are covered in second monitor going black randomly.

Quick Q&A

Win + Ctrl + Shift + B brings the screen back. What does that prove?

It proves the PC was still running and the display driver/output path failed. Update or roll back the GPU driver, then disable Hybrid Sleep if it keeps happening.

Why does this happen only after sleep?

Sleep changes hardware power states. On wake, Windows asks the GPU, monitor, USB devices, and storage to resume. If the GPU or display handshake fails, the screen can stay black while Windows continues running.

Should I disable Sleep completely?

Only as a temporary workaround. Try disabling Hybrid Sleep and PCIe Link State Power Management first. If those fix the issue, you can keep normal Sleep enabled.

Why does my external monitor stay black while the laptop screen works?

The laptop panel and external display use different output paths. The external monitor may fail its HDMI/DisplayPort handshake after wake. Test another cable, port, refresh rate, and monitor input mode.

Can a Windows Update cause black screen after sleep?

Yes, especially if it includes a display driver or power management change. Check Update history and Device Manager driver dates, then roll back the display driver if the timing matches.