Monitor flickers on wake from sleep in Windows 11 24H2
LCD panel timed out during sleep and sync fails on wake. Disable fast startup or update GPU driver to fix.
Quick answer
Disable fast startup in Windows power settings, or update your GPU driver to the latest version from the manufacturer's site (not Windows Update).
Why this happens
This flicker—a quick black flash or rapid on-off cycle—when your monitor wakes from sleep is almost always a timing problem. The monitor's LCD panel loses its sync signal while the GPU is waking up from its own low-power state. Windows 11 24H2 made fast startup the default, which compounds this. The GPU driver tries to restore the display signal before the monitor has fully initialized its timing controller, and the monitor panics, dropping back to sleep for a split second, then waking again. I've seen this on Dell U2723QE, LG 27GP850, and Samsung Odyssey monitors—all with DisplayPort cables. HDMI is less prone to it, but it still happens.
Fix steps
- Disable fast startup. This forces a full cold boot every time. Go to Control Panel > Power Options > Choose what the power buttons do > Change settings that are currently unavailable. Uncheck Turn on fast startup. Restart your PC.
- Update your GPU driver from the manufacturer's website (Nvidia, AMD, or Intel). Don't rely on Windows Update—it often pushes a months-old version. For Nvidia, use the Studio driver if you don't game; it's more stable with wake-from-sleep. For AMD, the latest Adrenalin driver (24.12.1 at time of writing) includes a fix for DisplayPort 1.4a handshake issues.
- Change the monitor's input signal format. On many monitors, switching from DisplayPort 1.4 to 1.2 (or HDMI 2.1 to 2.0) reduces the negotiation time on wake. Go into your monitor's OSD menu, find the input settings, and manually set the version.
- Disable GPU power saving. In Nvidia Control Panel, go to Manage 3D Settings > Power Management Mode, set it to Prefer maximum performance. On AMD, in Adrenalin, go to Performance > Tuning > Power Tuning, disable Power Efficiency. On Intel, in Graphics Command Center, disable Display Power Saving.
Alternative fixes if the main one fails
- Replace the cable. DisplayPort cables are notorious for being picky about length and quality. Try a certified DisplayPort 1.4 or HDMI 2.1 cable, 6 feet or shorter. Had a client whose 10-foot generic cable caused flickering on wake every time; a 3-foot Cable Matters cable fixed it instantly.
- Disable Monitor's Auto-Sleep. In your monitor's OSD, look for a setting like Auto Power Off or Deep Sleep and disable it. Some monitors go into a deeper sleep state that takes longer to wake.
- Change Windows Power Plan. Switch from Balanced to High Performance. This prevents the GPU from entering a deep sleep state. Not ideal for laptops on battery, but for desktops it's fine.
- Update monitor firmware. Check your monitor manufacturer's support site for firmware updates. Dell and LG both released firmware in late 2024 that improved wake-from-sleep behavior on their high-refresh models.
Prevention tip
If you're building a new PC or buying a monitor today, avoid DisplayPort 1.4 cables longer than 6 feet unless you know the monitor handles them well. Use HDMI 2.1 for wake reliability. Also, set Windows to never turn off the display in power settings if you're in a corporate environment where sleep is mandatory—just let the monitor blank on its own timer. That avoids the driver negotiation altogether.
Was this solution helpful?