Screen won't wake after sleep — real monitor fixes
Your monitor stays black after waking the PC. This walks through cable checks, power cycling, and GPU driver resets that actually work.
You wake your PC from sleep. Fans spin. Keyboard lights up. But the monitor stays black, stubbornly showing nothing. I've hit this on three different machines — a Dell XPS 15 with a USB-C hub, a custom Ryzen build with a GTX 1660, and an old HP EliteBook via DisplayPort. The common thread? Windows or the GPU lost its handshake with the display. Here's how to shake it back.
The 30-second fix: reseat the cable and toggle the monitor
This sounds dumb. I know. But it works about 40% of the time.
- Unplug the video cable (HDMI, DisplayPort, USB-C) from the back of the monitor. Not the PC side — the monitor side.
- Wait 5 seconds. Plug it back in firmly. You should hear a click on HDMI or a satisfying thunk on DisplayPort.
- Press the monitor's power button off, then on again.
- Jiggle your mouse or tap a key on the keyboard to wake the PC fully.
What's actually happening here is you're forcing the monitor to re-negotiate the EDID handshake — that tiny data exchange where the monitor tells the GPU "I can do 1920x1080 at 60Hz." When sleep corrupts that handshake, the monitor sits there waiting for a signal that never comes. A physical disconnect resets the negotiation.
If that didn't fix it, the next step is more thorough.
The 5-minute fix: power cycle everything — yes, the wall
Skip the simple restart. You need to drain all residual charge from both the monitor and the PC. Capacitors hold enough charge to keep ghost signals alive for minutes.
- Shut down Windows completely. Not sleep, not hibernate. Full shutdown.
- Unplug the monitor's power cable from the wall or surge protector.
- Unplug the monitor's video cable from the PC.
- Hold the monitor's power button down for 15 seconds. You're discharging the internal capacitors.
- Now unplug your PC's power cord too. Hold its power button for 10 seconds to drain the motherboard caps.
- Wait a full 60 seconds. Patience here matters — some monitors need that long to clear EDID cache.
- Plug everything back in. Monitor power first, then video cable, then PC power.
- Boot the PC normally.
The reason step 3 works is that monitors like Dell's U-series and LG's UltraGear store EDID data in volatile memory. A full capacitor drain forces a clean read from the monitor's ROM. I've seen a Dell U2723QE revive after this when nothing else worked.
If you use a KVM switch, test the monitor plugged directly into the PC. KVM switches can mess with the handshake — especially cheap USB-C ones that don't pass DisplayPort alt mode cleanly.
Still black? Let's get into the OS level.
The advanced fix: disable fast startup and reset GPU drivers
Windows 10 and 11 have a feature called "fast startup" that's basically a hybrid shutdown — it hibernates the kernel session to speed up boot times. The problem? It can corrupt GPU driver state across sleep cycles. Your monitor gets a corrupted state on wake.
- Open Control Panel > Power Options > Choose what the power buttons do.
- Click "Change settings that are currently unavailable."
- Uncheck "Turn on fast startup."
- Click Save changes. Restart the PC.
Disabling this is safe. It adds 2-3 seconds to cold boots. On an SSD you won't notice. The trade-off is your GPU driver resets cleanly every boot instead of reusing a potentially corrupted hibernated state.
If the monitor still won't wake, the GPU driver itself might have hung. Try this keyboard shortcut — it's better than a full restart:
Win + Ctrl + Shift + B
That keystroke tells Windows to reset the graphics driver without logging you out. You'll hear a beep and see the screen flash. If your monitor wakes up after that, the driver was the culprit. To prevent it from happening again, use DDU (Display Driver Uninstaller) in Safe Mode to nuke the driver and reinstall the latest version from the GPU vendor's site — not from Windows Update.
One more thing: check monitor firmware
This is rare but real. Some monitors — looking at you, Gigabyte M27Q and Dell S2721QS — have shipping firmware bugs that break EDID retention after sleep. Check your monitor's support page for a firmware update. The M27Q had a notorious issue where it'd fail to wake from DisplayPort sleep until firmware F07. Updating it fixed it permanently.
| Monitor Model | Known Sleep Bug | Firmware Fix |
|---|---|---|
| Dell U2723QE | DP sleep no signal | M2B102 |
| Gigabyte M27Q | DP wake black screen | F07 |
| LG 27GL850 | HDMI handshake lost | 3.08 |
If your model isn't listed, search "[your monitor model] sleep wake firmware" — you might find a quiet fix.
When none of this works
If you've done all three steps and the monitor still stays black after sleep, you're likely looking at a hardware issue. Test with a different PC or laptop. If the monitor works there, the problem is your GPU or motherboard. Try a different video output port on the GPU — sometimes one DisplayPort port dies while others work. If the monitor stays black on a second PC too, the monitor's power supply board or main board is failing. That's a repair shop or warranty job.
One last weird fix I've seen work: change the monitor's input source manually via its OSD buttons. Some monitors auto-scan, but if they're stuck on the wrong input, they'll show nothing. Force it to the correct port.
Was this solution helpful?