Quick answer
If your monitor loses signal after the PC sleeps and won't wake without a reboot, the fix is usually one of these: disable the monitor's sleep mode, switch DisplayPort version to 1.2, or turn off "Fast Startup" in Windows.
What's actually happening here is a handshake failure. When your monitor sleeps, it drops the link with the GPU. On wake, both devices try to renegotiate the link speed and lane count. Most monitors negotiate fine, but some — especially with DisplayPort 1.4 or HDMI 2.1 — get stuck in a bad state. The GPU thinks the monitor is still connected, but the monitor doesn't respond. So you get a black screen or a "No Signal" message until you physically unplug the cable or reboot.
This isn't a hardware failure. It's a firmware or signal negotiation bug. And it's way more common than you'd think. I've seen it on Dell U2720Q, LG 27GN950, Samsung Odyssey G7, and even cheap Acer panels.
Numbered fix steps
- Disable the monitor's own sleep/standby mode. Most monitors have a setting called "Standby Mode," "DPMS," or "Sleep Mode" in their OSD. Set it to
OfforNever. This alone fixes maybe 40% of cases. The monitor stays awake, but the PC can still sleep just fine. - Change the DisplayPort version. If you're using DP, go into your monitor's OSD and look for the DP version setting. It's usually under "Input" or "General." Switch it from 1.4 to 1.2. Yes, you lose some bandwidth — 4K at 144Hz won't work, but 4K at 60Hz or 1440p at 144Hz will. The lower version is more tolerant of wake-up negotiation faults. This is the single most effective fix for DP signal loss.
- Turn off Fast Startup in Windows. This is a hidden setting that causes a hybrid shutdown instead of a full one. It messes with GPU driver state and can cause wake-from-sleep failures. Open Control Panel → Power Options → Choose what the power buttons do → Change settings that are currently unavailable → uncheck
Turn on fast startup. Then reboot. - Update your GPU driver. Not the "recommended" one — go to NVIDIA or AMD's site and grab the latest Game Ready or Adrenalin driver. Do a clean install using Display Driver Uninstaller (DDU) in safe mode. Old driver remnants can keep the bad handshake logic around.
- Adjust Windows power plan. Go to
Control Panel → Power Options → Edit plan settings → Change advanced power settings. FindPCI Express → Link State Power Managementand set it toOff. This stops the GPU from cutting its link to save power, which is half the problem.
Alternative fixes if the main ones fail
If you're still losing signal, try these in order:
- Replace the cable. I know, sounds cliché, but a marginal DisplayPort cable that works fine at boot can fail when the signal renegotiates after sleep. Buy a VESA-certified DP cable, not a random one from Amazon. Same for HDMI — get an Ultra High Speed certified cable for HDMI 2.1.
- Use a different port on your GPU. Sometimes one port has a slightly different signal path. If you're on DP, try the other DP port. If you're on HDMI, try the second HDMI. It's a 30-second test.
- Disable the monitor's auto-input detection. Some monitors scan all inputs when they wake. If they detect a weak signal on another input (like an unused HDMI), they'll switch to that and you'll get a black screen. Go into your OSD and set the input source to
ManualorFixedinstead ofAuto. - Update your monitor's firmware. Check your manufacturer's support page. Dell, LG, and Samsung release firmware updates for monitors. LG has a dedicated application for it. This is more common than people think.
Prevention tip
The real fix is to avoid the bad handshake altogether. Set your monitor to never sleep, but let your PC sleep normally. That way the monitor stays awake and always maintains the link. The PC wakes, sends a signal, and the monitor already has the link up — no negotiation needed.
I've been running my Dell U2720Q with Standby Mode Off for over a year. Zero signal drops since.
Also, if you use a laptop with a docking station, this is almost always a docking station firmware issue. Update the dock's firmware first — it's rarely the monitor's fault.