Monitor flickers after waking from sleep on Windows 11

Hardware – Monitors Beginner 👁 0 views 📅 May 25, 2026

Your monitor flickers like a strobe light when waking from sleep. Almost always a driver or power setting issue, not a dead panel.

You shut your PC down or let it sleep. You come back, wake it up, and your monitor starts flickering — maybe a rapid strobe, maybe a slow blink every few seconds. This isn't a dying monitor. I've seen this on Dell, LG, and Samsung panels, with both Nvidia and AMD GPUs. The culprit here is almost always a timing issue between the GPU driver and the monitor's power state.

Windows 11's fast startup feature is a common trigger. Another big one: the GPU driver fails to renegotiate the display's EDID correctly after the monitor wakes up. Or you've got the wrong driver version — the latest Nvidia drivers have been flaky on this since driver 531.xx.

Here's how to kill it dead.

Step 1: Disable Fast Startup

Fast startup is a hybrid shutdown that sometimes glues a bad state into the GPU driver. Turn it off.

  1. Open Control Panel → Power Options.
  2. Click Choose what the power buttons do.
  3. Click Change settings that are currently unavailable.
  4. Uncheck Turn on fast startup (recommended).
  5. Click Save changes, then restart.

Step 2: Reinstall the GPU driver clean

Don't just update. Clean it out. Use Display Driver Uninstaller (DDU). It's free.

  1. Reboot into Safe Mode.
  2. Run DDU and select Clean and restart for your GPU vendor.
  3. Once back in normal mode, download the previous driver version — not the newest. For Nvidia, try 528.xx or 536.xx. For AMD, 23.3.2 or earlier.
  4. Install with Custom install → Clean install checked.
  5. Reboot again.

Step 3: Tweak power management settings

Windows likes to turn off the GPU to save power. That's fine for laptops, but it can cause flicker.

  1. Open Device Manager.
  2. Expand Display adapters, right-click your GPU, select Properties.
  3. Go to Power Management tab.
  4. Uncheck Allow the computer to turn off this device to save power.
  5. Click OK.

Step 4: Set a fixed refresh rate in the driver

Some monitors negotiate the wrong refresh rate on wake. Force it.

  1. Right-click desktop → Nvidia Control Panel or AMD Adrenalin.
  2. Under Display → Change resolution, set Refresh rate to your monitor's native rate (e.g., 60Hz, 144Hz).
  3. For Nvidia: also go to Adjust desktop size and position and set scaling to No scaling.

Step 5: Disable HDCP (not always necessary, but a known fix)

HDCP handshake can fail on wake. Try it.

  1. In Nvidia Control Panel, go to Display → Set up digital audio.
  2. Uncheck Enable HDCP.
  3. Apply and test.

If it still fails:

Try a different cable. Seriously. A flaky HDMI or DisplayPort cable can't re-establish the link after sleep. I've seen cheap cables cause this exact issue on 144Hz monitors. If you're using an HDMI cable with a high-refresh monitor, switch to DisplayPort — it handles wake states better.

Also check if your monitor has a firmware update. Some Dell and LG models had bugs fixed via firmware. Search your model number + "firmware update" on the manufacturer site.

Still flickering? Set Windows power plan to High performance (not Balanced) and disable monitor sleep in Power Options entirely. Not elegant, but it works as a workaround until you replace the GPU or monitor.

Was this solution helpful?