Monitor flickers after waking from sleep on Windows 11
Common fix for monitor flicker after sleep: change refresh rate, update drivers, or replace cable. Start with the 30-second fix.
Fix monitor flicker after sleep on Windows 11
You put your PC to sleep. You wake it up. The monitor starts flickering like a dying fluorescent light. I've seen this on dozens of machines at my help desk—Dell, LG, Samsung, Acer, you name it. The flicker usually stops after a few seconds, but when it doesn't, it's annoying and can give you a headache.
The root cause is almost always one of three things: a mismatched refresh rate, a corrupted graphics driver that didn't reinitialize properly, or a flaky cable that can't handle the signal handshake after sleep. The good news? All three are fixable in under 15 minutes. Try them in order. Stop when your monitor stops flickering.
Fix 1: Change the refresh rate to 60Hz then back (30 seconds)
This is the quickest fix and works about 40% of the time. Windows sometimes forgets your monitor's preferred refresh rate after waking from sleep. The fix is to force a refresh rate change.
- Right-click anywhere on your desktop and select Display settings.
- Scroll down to Advanced display and click it.
- Under Choose a refresh rate, you'll see your current setting (probably 144Hz, 120Hz, or 240Hz).
- Click the dropdown and select 60Hz.
- A dialog box will pop up asking if you want to keep these display settings. Click Keep changes.
- Now the screen should stop flickering. If it does, you're done.
- If you want your high refresh rate back, repeat steps 1-4 and select your original refresh rate (144Hz or whatever). Click Keep changes.
After you switch back to 144Hz, test it. Put your PC to sleep manually (Windows + X → Shut down or sign out → Sleep). Wake it up. If the flicker's gone, you're set. If it's still flickering, move to Fix 2.
Fix 2: Reinstall or roll back your graphics driver (5 minutes)
Windows Update often pushes graphics drivers that don't play nice with sleep states. The flicker is a sign the driver isn't reinitializing the display correctly after waking. You need to nuke the current driver and let Windows install a clean one.
- Press Windows + X and select Device Manager.
- Expand Display adapters. You'll see your GPU (NVIDIA, AMD, or Intel).
- Right-click your GPU and select Uninstall device.
- In the dialog box that appears, check the box that says Delete the driver software for this device. This is important—skip this and Windows will reuse the broken driver.
- Click Uninstall. The screen may flicker or go black for a second. That's normal.
- After uninstall, restart your PC. Windows will automatically reinstall a basic driver for your GPU.
- Once you're back on the desktop, go to your GPU manufacturer's website (NVIDIA, AMD, or Intel) and download the latest driver for your card. Don't get it from Windows Update—go direct.
- Run the installer. Choose Clean Installation if the option exists (NVIDIA offers this under Custom).
- Restart again after installation.
Now test sleep/wake again. If the flicker is gone, you're done. If not, there's a chance the latest driver is the culprit. In that case, roll back:
- In Device Manager, right-click your GPU and select Properties.
- Go to the Driver tab.
- Click Roll Back Driver if it's not grayed out. If it is grayed out, Windows doesn't have a previous version saved—move to Fix 3.
- Follow the prompts and restart.
One tip: I've seen NVIDIA's Game Ready drivers cause flicker on monitors with G-Sync. If you're using G-Sync, try the Studio Driver instead. Same performance, fewer bugs.
Fix 3: Replace the cable or disable VRR (15 minutes)
If you've tried the first two fixes and the flicker is still there, the issue is almost certainly the cable or Variable Refresh Rate (VRR). Start with the cheaper fix: the cable.
Check the cable
Most monitor flicker after sleep is caused by a DisplayPort or HDMI cable that's worn out, too long, or not rated for your monitor's resolution and refresh rate. Here's what to do:
- Unplug both ends of the cable from your monitor and PC.
- Inspect the connector pins. Any bent or missing pins? Replace the cable.
- Plug the cable back in firmly. Make sure it clicks in.
- If you're using a DisplayPort cable, check that it's rated for HBR3 or DP 1.4. Most cables sold as "4K 60Hz" actually aren't—buy a certified DisplayPort cable from a brand like Club3D or Cable Matters.
- If you're using HDMI, make sure it's High Speed or Ultra High Speed HDMI. Cheap cables cause handshake issues after sleep.
- Test with a different cable if you have one. Borrow from another monitor or a friend.
If the flicker stops after swapping the cable, you're done. If it doesn't, the problem is likely VRR.
Disable G-Sync or FreeSync
Variable Refresh Rate (VRR) technologies like G-Sync and FreeSync can cause flicker when the monitor wakes from sleep. The monitor and GPU sometimes lose sync during the wake process. Disabling VRR for full-screen applications or games usually fixes it.
NVIDIA G-Sync:
- Right-click your desktop and open NVIDIA Control Panel.
- Under Display, click Set up G-Sync.
- Uncheck Enable G-Sync, G-Sync Compatible.
- Click Apply.
- Restart your PC.
AMD FreeSync:
- Right-click your desktop and open AMD Radeon Software.
- Click the gear icon (Settings) in the top right.
- Go to Display.
- Toggle AMD FreeSync off.
- Restart your PC.
Test sleep/wake after disabling VRR. If the flicker stops, you can try re-enabling it later after a driver update. Some monitors handle VRR better than others—my old Acer XB271HU hated waking with G-Sync on, but my newer LG 27GP950 handles it fine.
Still flickering after all three fixes? It's probably a hardware issue with the monitor itself. Check if the monitor is under warranty. In rare cases, the power supply board inside the monitor fails and needs replacement. That's a repair shop job, not something you can fix at home.
Was this solution helpful?