Monitor Won't Wake From Sleep? Fix the Black Screen Fast

Monitor stays black after sleep? This is the fix I use on client machines—change the USB selective suspend setting. Here's why it works and what to try if it doesn't.

Yeah, your monitor's been sleeping and now it won't get up. Annoying as hell, especially when your PC is actually running fine (fans spinning, lights on, maybe even sounds playing). You're not alone—I've fixed this on more small business PCs than I can count. Here's the fix that works most of the time.

The Fix: Kill USB Selective Suspend

Go to Control Panel → Power Options → Change plan settings → Change advanced power settings.

  1. Click Change settings that are currently unavailable at the top (you need admin rights).
  2. Scroll to USB settings and expand it.
  3. Expand USB selective suspend setting.
  4. Set it to Disabled for both On battery and Plugged in.
  5. Click Apply and OK, then reboot.

That's the whole trick. It sounds too simple, but it's the culprit on roughly half of the sleep-related black screen issues I run into.

Here's a quick registry version if you're comfortable with regedit (same result):

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\2a737441-1930-4402-8d77-b2bebba308a3]
"ACSettingIndex"=dword:00000000
"DCSettingIndex"=dword:00000000

But honestly, stick with the GUI if you can. Less chance of fat-fingering a hex value.

Why This Works

USB selective suspend is a power-saving feature that lets Windows cut power to individual USB ports when they're idle. Sounds great on paper. The problem is that many monitors—especially Dell and LG models—use USB for the monitor's built-in hub or even for the display connection itself (like USB-C or DisplayPort over USB). When Windows suspends that port, it effectively severs the communication link between the GPU and the monitor. The monitor thinks the cable was yanked, so it goes into deep standby. When the PC wakes up, the port stays dead until you physically unplug and replug the cable.

Disabling selective suspend keeps the port alive all the time. Costs a negligible amount of power—maybe a watt or two. Worth it to avoid the constant fight.

Less Common Variations

If USB selective suspend wasn't your issue, here are the other gremlins I've seen:

1. DisplayPort 1.2 / 1.4 Handshake Failure

DisplayPort is notoriously bad at waking from sleep. The monitor and GPU negotiate a link, then when the monitor sleeps, the link drops and neither side wants to re-negotiate. The fix is either:

  • Set the monitor's OSD setting for DisplayPort version from 1.4 down to 1.2 (or vice versa, depends on your GPU). I've squeezed out a few more years from old Dell monitors this way.
  • Or switch to HDMI if your GPU and monitor support it. HDMI handles wake from sleep much more gracefully.

2. Windows Fast Startup

Fast Startup is a hybrid shutdown that reuses kernel state. It's known to mess with device drivers on wake. This is a one-off fix:

powercfg /h off

That disables hibernation entirely, which also kills Fast Startup. Do it on older machines (pre-2018) that show this issue. Newer Windows 11 builds handle it better, but if you're stuck, this works.

3. GPU Driver Power State Issues

NVIDIA and AMD drivers sometimes get stuck in a low-power state after sleep. The fix is to update to the latest driver or, if you're on an older card that's no longer supported, roll back to the last working version. I had a client with a GTX 970 that only woke after a full reboot until we rolled back to driver 472.12. That was a weird one.

Prevention

Once you've got it working, a couple of habits keep it that way:

  • Don't let Windows turn off the display after 10 minutes if you're stepping away. Set it to 30 minutes or more. Less sleep cycles = fewer chances for handshake failures.
  • Use a single cable connection. I occasionally see laptops that are both on a docking station and a USB-C cable. That confuses the hell out of the monitor.
  • Check for monitor firmware updates. Yeah, monitors have firmware. If you've got a Samsung or LG from the last few years, there's likely a USB update utility on their support page. Fixes for wake issues are common in those updates.

That's it. Try the USB selective suspend fix first—it's the most common and the quickest to test. If it doesn't work, move down the list. Worst case, you're out ten minutes and you've crossed one thing off.

Related Errors in Hardware – Monitors
Monitor No Signal After GPU Driver Update – Fix in 3 Steps Monitor flickers after waking from sleep on Windows 11 Fix a monitor that won’t stop flickering or goes black randomly Monitor says No Signal but PC is on – quick fix

Was this solution helpful?

EP
Erropedia Team
Tech Support Editors
The Erropedia editorial team researches and documents real-world tech errors from across Windows, Linux, macOS, networking, databases, cloud platforms, and more. Every solution is reviewed for accuracy and updated as software and systems evolve.