Monitor flickers randomly — three real fixes that stop it
Monitor flickering is almost never the monitor itself. Nine times out of ten it's the cable, refresh rate, or power supply. Here's what to check first.
1. Bad or loose display cable — the #1 cause
If your monitor flickers randomly — not in a pattern, not just at boot, but at odd times — the cable is the first thing I check. Had a client last month with a Dell U2720Q that flickered every 10-15 minutes. She'd replaced the monitor twice under warranty. Turned out the DisplayPort cable was bent near the connector, intermittent fault. Swapped it with a $8 AmazonBasics cable. Problem gone.
Here's why cables cause flicker: the pins inside a VGA, DVI, HDMI, or DisplayPort connector can bend, get loose, or oxidize over time. A slight movement — bumping the desk, a cat walking behind the desk, even temperature changes — breaks the connection for a millisecond. The monitor sees a blank signal, flickers, then recovers.
- Unplug both ends of the cable from the monitor and graphics card (or laptop).
- Check for bent pins on VGA or DVI connectors. HDMI and DP pins are recessed, but the connector housing can get pushed in.
- Try a different cable type if you can. Switching from HDMI to DisplayPort (or vice versa) eliminates cable-specific issues. If your monitor only has one cable type, borrow a known-good cable from another device.
- Secure the cable with a velcro strap or cable tie to the desk leg so it doesn't move when you lean back.
Don't waste money on a 'premium' cable for a 60Hz monitor. Monoprice or AmazonBasics is fine. The $100 Monster cable isn't fixing your flicker.
2. Refresh rate mismatch — common after driver updates or Windows upgrades
Second most common cause: Windows or the graphics driver sets the wrong refresh rate. Happens especially after a driver update, a Windows feature update (like 22H2 to 23H2), or plugging the monitor into a different port.
Most monitors run at 60Hz. But some older monitors or budget models only handle 60Hz at specific resolutions. If Windows sets 75Hz or 120Hz, the monitor can't keep up and the backlight flickers. This is especially common with 4K monitors running at 30Hz over older HDMI — the flicker becomes a slow, nauseating pulse.
- Right-click the desktop and choose Display Settings (Windows 10/11).
- Scroll down to Advanced display and click that.
- Under Choose a refresh rate, pick the lowest option — typically 59.95 Hz or 60 Hz. On some monitors, 60 Hz is listed as '60 Hz (interlaced)' — avoid that, pick progressive.
- Apply the change. If the flicker stops, you've found it.
Or from Command Prompt (admin):
displayquery.exe /list
* Shows all supported refresh rates per resolution
If you have an NVIDIA graphics card, also open the NVIDIA Control Panel, go to Change resolution, and manually set the refresh rate under Customize. AMD users: Radeon Settings > Display > Refresh Rate.
3. Power supply instability — monitors are sensitive to dirty power
This one sneaks up on people. If your monitor flickers when the refrigerator compressor kicks on, or when the AC starts, or when someone runs a hair dryer in the same room — welcome to power supply instability.
Monitors with external power bricks are more prone to this than those with internal power supplies. The brick itself can start failing after a few years: capacitors go bad, output voltage drops under load, and the monitor flickers as it struggles to maintain brightness. I've seen LG 27UK850s, Dell U2719Ds, and even Apple Cinema Displays do this.
- Test a different outlet — ideally on a different circuit in the house. If fixing that outlet stops the flicker, the issue is your home wiring or a device on that circuit.
- Use a power strip with surge protection, not a cheap extension cord. Many power strips include basic line filtering that smooths out minor spikes.
- Try a different power brick if your monitor has an external one. Check the label for voltage and amperage — the replacement must match exactly. A 19V brick won't work on a 12V monitor (and vice versa).
- Borrow a UPS (uninterruptible power supply) from a friend. Plug the monitor into the battery-backed outlets. If the flicker stops, it's definitely dirty power.
One client in an old house with knob-and-tube wiring had flicker every time the furnace kicked on. A $40 APC surge suppressor with EMI/RFI filtering fixed it. Not the monitor's fault at all.
Quick-reference summary table
| Symptom | Likely cause | Fix order |
|---|---|---|
| Flickers after moving desk, bumping monitor, or cat visits | Loose or damaged cable | 1. Swap cable |
| Flickers only at certain resolutions or after driver update | Refresh rate mismatch | 2. Set 60Hz in display settings |
| Flickers when other appliances turn on/off | Dirty power or failing power brick | 3. Surge suppressor or UPS |
| Flickers only in games or fullscreen apps | GPU driver conflict | 4. DDU and reinstall GPU driver |
| Flickers at specific brightness level | PWM backlight flicker (normal for some monitors) | 5. Raise brightness to 100% or turn off dynamic contrast |
If none of these fix it, try borrowing a friend's monitor for a day. If the borrowed monitor works fine on your setup, yours has a hardware fault. If the borrowed monitor also flickers, the problem is in your PC — likely the GPU or the power supply unit inside the tower.
Was this solution helpful?