Black Screen After Sleep in Windows: What's Causing It and How to Fix It

waking your computer up from sleep and getting a completely black screen is one of the more annoying Windows problems because it looks like a hardware failure but usually isn’t. here’s what’s actually going on and the fixes that work.

Why it happens

The black screen after sleep is almost always one of a few root causes:

Fast Startup / Hibernation interaction: Windows Fast Startup puts your PC into a hybrid shutdown state rather than a true power-off. This can interfere with the wake process, particularly after Windows updates or driver changes, leaving the display pipeline in a broken state on resume.

Outdated or conflicted GPU driver: The display driver has to reinitialize on wake. If the driver is outdated, corrupted, or has a known bug with sleep states, it can fail to bring the display back up correctly.

App Readiness Service: This Windows service, intended to prepare apps for use after login, has a documented history of causing black screen on wake in certain configurations.

Display connection issue: Less common but worth ruling out – the monitor cable (especially HDMI) can lose handshake on wake. Relevant if you have a multi-monitor setup.

Fix 1: Force wake the display driver first

Before anything else, when you see the black screen: press Windows + Ctrl + Shift + B. This keyboard shortcut sends a signal to reset the display driver and re-establish the connection with your monitor. The screen will flicker briefly. This resolves the issue in a lot of cases without any settings changes.

Fix 2: Disable Fast Startup

This is the most commonly effective permanent fix:

  1. Open Control Panel > Power Options
  2. Click “Choose what the power buttons do” in the left panel
  3. Click “Change settings that are currently unavailable”
  4. Uncheck “Turn on fast startup (recommended)”
  5. Save changes and restart

Fix 3: Disable Hibernation

Related to the above – disabling hibernation removes another potential state conflict:

Open Command Prompt as administrator and run: powercfg /h off

Restart after running this.

Fix 4: Update or reinstall GPU driver

Go to Device Manager > Display adapters > right-click your GPU > Update driver. If that doesn’t help, a clean reinstall using DDU (Display Driver Uninstaller, run in safe mode) removes all driver remnants before installing fresh from the GPU manufacturer’s site. This is the most thorough driver fix.

Fix 5: Disable App Readiness Service

Press Windows + R, type services.msc, find “App Readiness,” right-click > Properties, set Startup type to Disabled. Restart and test.

Fix 6: Check BIOS wake settings (Device Manager hidden devices path)

Go to Device Manager > View > Show Hidden Devices. If you see a greyed-out Bluetooth adapter or old display adapter, try removing those entries. Stale hardware entries in the hidden device list can sometimes interfere with wake behavior.

The Windows + Ctrl + Shift + B shortcut is the one everyone should know. It’s the fastest path when you hit the black screen and just need to get back to your desktop without rebooting. Works about half the time in my experience – when it works, it’s instant. When it doesn’t, then you know it’s a deeper issue.

disabling fast startup fixed this for me immediately. had the black screen issue on and off for months and was convinced it was a hardware problem. turned off fast startup and haven’t seen it since. seems like such a small change for how reliably it works.

The DDU clean reinstall approach is the right call for anyone who’s tried the basic driver update and still has the problem. Regular driver updates through Device Manager don’t always clear out corrupted remnants from previous installations. DDU in safe mode does a proper clean slate.

The App Readiness Service fix is one that rarely gets mentioned in the mainstream troubleshooting guides but has a long thread history of actually working for people who didn’t respond to the other fixes. Worth trying if Fast Startup and driver updates haven’t resolved it.

Multi-monitor setups are worth calling out specifically. The HDMI handshake issue on wake is much more common when you have multiple monitors, especially if one is on HDMI and others are on DisplayPort. Switching the problematic monitor to DisplayPort if possible, or using a powered HDMI switch, can help in those cases.