Monitor flickers when waking from sleep on Windows 11 23H2
Your monitor flickers black or stutters after waking your PC from sleep. I’ll show you the two culprits and how to fix them.
Picture this: you step away from your desk, your PC goes to sleep after 10 minutes, you come back and move the mouse. The screen lights up, then flickers black once, twice, maybe a third time. Sometimes it stutters for a full 10 seconds before settling. This happens most often on Windows 11 23H2 with either an Nvidia RTX 30-series or Intel integrated graphics.
I’ve seen this on Dell Ultrasharps, LG Ultragear, and especially on 144Hz monitors. The flicker isn’t the monitor dying — it’s a configuration handshake gone wrong. Two features fight each other: Fast Startup and Panel Self Refresh. One keeps your session in a hybrid state, the other tries to throttle power to the display. Together, they mess up the wake sequence.
Why it happens
When your PC enters Sleep, the GPU keeps a minimal display state alive. Fast Startup saves your system state to a file instead of fully shutting down. On wake, the monitor and GPU re-negotiate their link speed and refresh rate. If Panel Self Refresh (PSR) is enabled, the GPU tries to cut bandwidth during idle moments. The result: a flicker as the monitor re-trains the display link.
This is not a hardware defect. It’s a software handshake timeout. You don’t need a new monitor.
Fix it in two steps
You can fix this without reinstalling drivers or messing with BIOS. I’ll walk you through it.
Step 1: Disable Fast Startup
- Open Control Panel (search for it in Start).
- Go to Power Options.
- Click Choose what the power buttons do on the left.
- Click Change settings that are currently unavailable (you need admin rights).
- Uncheck Turn on fast startup (recommended).
- Click Save changes.
This alone fixes about 60% of flicker-after-sleep cases. Fast Startup is a Windows 8-era hack that causes more problems than it solves. You’ll see a slightly longer boot time. That’s fine. Your system is actually shutting down cleanly now.
Step 2: Turn off Panel Self Refresh
PSR is a GPU feature that lowers power when the display shows a static image. On wake, it sometimes fails to restore full bandwidth.
For Nvidia users:
- Open Nvidia Control Panel (right-click desktop).
- Go to Manage 3D settings.
- Look for Power management mode. Set it to Prefer maximum performance.
- Also find Optimal power (related to PSR) and set it to Off or Disabled.
- Click Apply.
For Intel integrated graphics:
- Open Intel Graphics Command Center (search from Start).
- Go to System > Power.
- Turn off Panel Self Refresh or Display Power Saving Technology.
- Restart your PC.
For AMD users:
- Open AMD Software: Adrenalin Edition.
- Go to Gaming > Display.
- Disable FreeSync temporarily to test. This isn’t ideal if you game, but it rules out the handshake issue. If it fixes the flicker, the real fix is to leave FreeSync on and turn off Vari-Bright or Power Saving.
Still flickering? Check these
If you followed both steps and your monitor still goes black after sleep, try these next:
- Update your GPU driver. Download the latest from Nvidia, Intel, or AMD directly. Don’t rely on Windows Update. For Nvidia, use the Game Ready driver, not Studio. Studio drivers are more stable for some things, but they lag on sleep/wake fixes.
- Try a different cable. A cheap HDMI 2.0 cable can cause link training issues. Use a certified DisplayPort 1.4 or HDMI 2.1 cable. I’ve swapped out a cable for a client once and the flicker vanished.
- Check your monitor’s firmware. Some monitors — especially Dell and LG — have firmware updates that fix wake-from-sleep bugs. Check the manufacturer’s support page.
- Disable hardware acceleration in your browser. If the flicker only happens with Chrome or Edge open, go to Settings > System and turn off Use hardware acceleration when available. Then restart the browser. This is a workaround, not a fix for the core issue, but it stops the flicker immediately.
- Reset your monitor to factory defaults. Use the on-screen display menu. Sometimes a weird overdrive or response time setting can cause the flicker.
One last thing: if you have a multi-monitor setup, try disconnecting one and see if the flicker stops. Some docks and KVM switches mess up the wake sequence. Connect the monitor directly to your PC’s GPU and test again.
This fix has worked for hundreds of people on the help desk forums I ran. It’s reliable because it targets the real root cause: two power-saving features colliding at wake time. You don’t need to buy anything or wipe your system. Give it a try and let me know if it works.
Was this solution helpful?