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:
- Open Control Panel > Power Options
- Click “Choose what the power buttons do” in the left panel
- Click “Change settings that are currently unavailable”
- Uncheck “Turn on fast startup (recommended)”
- 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.