Monitor flickers after waking from sleep – fixed for good
Monitor flickers or goes black for a few seconds after waking from sleep. I'll walk you through the real fixes, from a quick cable check to a deeper driver reset.
30-second fix: Check the cable and connection
You’d be surprised how often this is just a loose or borderline-bad cable. Had a client last month whose monitor would flicker for exactly 3 seconds every time the PC came back from sleep. Turned out his DisplayPort cable had a bent pin. Swapped it with an HDMI cable from the drawer, problem gone.
If you’re using DisplayPort, those little latch connectors can work loose over time. Push it in firmly. Try wiggling it while the screen is on – if you see flickering, that’s your culprit. Same goes for HDMI, especially on older monitors where the port is worn.
Also check the monitor’s menu. Some monitors have a “USB-C priority” or “signal source” setting that can get confused after sleep. Manually select the correct input. Don’t rely on auto-detect.
5-minute fix: Kill the power saving tricks
Windows (and macOS) have a feature called “Enable display power saving technology” or “Adaptive Sync” that often causes flicker on wake. It’s supposed to save energy, but in practice it messes with the refresh rate negotiation.
In Windows 10 or 11, go to Settings > System > Display > Advanced display. Scroll down and look for “Choose a refresh rate”. Set it to a fixed value like 60 Hz or 120 Hz, not “Dynamic” or “Automatic”. Then find “Graphics settings” and turn off “Hardware-accelerated GPU scheduling” if it’s on. Restart.
Next, go to Control Panel > Power Options > Change plan settings > Change advanced power settings. Expand “Display” and set “Enable adaptive brightness” to Off for both plugged in and on battery. Also expand “PCI Express” and set “Link State Power Management” to Off. This prevents the GPU from powering down too aggressively.
If you’re on a laptop, check the manufacturer’s power tool (like Dell Power Manager or Lenovo Vantage) – they often override Windows settings. Turn off any “battery saver” or “eco mode” for the display.
15+ minute fix: Driver deep reset and monitor firmware
If the quick fixes didn’t work, it’s a driver or firmware problem. I’ve seen this most often with NVIDIA cards (especially the RTX 3060 and 3070) paired with high-refresh monitors. The driver’s power management logic is flaky.
First, do a clean driver uninstall with DDU (Display Driver Uninstaller). Boot into Safe Mode, run DDU, select “Clean and restart”. This wipes every last trace. Then install the latest driver from NVIDIA, AMD, or Intel – not from Windows Update (those are often older).
After that, open the GPU control panel. For NVIDIA: NVIDIA Control Panel > Manage 3D Settings > Power Management Mode – set to “Prefer Maximum Performance”. For AMD: Radeon Software > Settings > Graphics > Power Saving – turn off “Power Down Idle GPU” and “Chill”.
Now the last step: check for monitor firmware updates. Yes, monitors have firmware. Dell, LG, and Samsung all publish updates. Go to the support page for your exact monitor model. If there’s a firmware updater, run it. I fixed a persistent LG 27GP950 flicker this way – the update specifically addressed “wake from sleep timing issues”.
If none of this works, try a different monitor. I know that sounds harsh, but some monitors just have bad power delivery circuits. Had a client with an AOC C27G2 that flickered on wake no matter what – replaced it with a Dell S2721DGF, zero issues.
Was this solution helpful?