Monitor Keeps Going Black for a Few Seconds — Fix It
Your monitor flickers black for a few seconds then comes back. We'll fix it in three steps: cable check, power settings, then driver reinstall.
30-Second Fix: Check the Cable Connection
This is the most common cause. What's actually happening here is the cable's connection is intermittent — thermal expansion or a slight bump breaks the signal for a split second, the monitor goes black, then it renegotiates the connection. That renegotiation takes a few seconds.
- Unplug both ends of your monitor cable (HDMI, DisplayPort, DVI, VGA — doesn't matter which).
- Blow out the ports. A can of compressed air or just your breath. Dust in the port can cause a poor connection.
- Plug it back in firmly. You should feel it click. For DisplayPort, push until the latch engages. For HDMI, make sure it's fully seated — there's often a false click.
- Check for bent pins. If you're using VGA or DVI, look at the male connector. A single bent pin will cause intermittent blackouts.
Test for a day. If the problem's gone, you're done. If not, move on.
5-Minute Fix: Disable Power Saving and Check Refresh Rate
Windows has a power setting that turns off the monitor after inactivity. It's supposed to turn it back on when you move the mouse, but on some hardware combinations (especially NVIDIA GPUs with G-Sync enabled), it fails and you get a black screen that lasts 2-5 seconds.
- Open Control Panel > Power Options.
- Click Change plan settings next to your active power plan.
- Set Turn off the display to Never.
- Click Change advanced power settings.
- Expand PCI Express > Link State Power Management and set it to Off. This one is sneaky — it tells the GPU to save power by reducing the PCIe link speed. When the GPU needs full bandwidth again, there's a delay that can cause blackouts.
Now check the refresh rate mismatch. Some monitors (like the Dell S2721DGF at 1440p 165Hz) will black out if the GPU tries to push more frames than the cable can handle over HDMI. Stick to DisplayPort for high refresh rates.
- Right-click desktop > Display settings.
- Scroll to Advanced display.
- Make sure Refresh rate matches your monitor's native spec. If it's set to 144Hz but your monitor is 120Hz, drop it down.
Still blacking out? Next step.
15+ Minute Fix: Reinstall GPU Drivers and Check for Hardware Failure
If you've gotten this far, it's either a driver issue or the monitor itself is dying. Let's rule out the driver first because it's cheaper.
Step 1: Full Driver Uninstall
Don't just run the installer's "clean install" checkbox — that doesn't touch everything. Use DDU (Display Driver Uninstaller) in Safe Mode.
- Download DDU.
- Boot into Safe Mode: hold Shift while clicking Restart in the Start menu, then Troubleshoot > Advanced options > Startup Settings > Restart > press 4.
- Run DDU, select your GPU brand (NVIDIA/AMD/Intel), and click Clean and restart.
- Once back in normal Windows, download the latest driver from the GPU maker's site. Don't use Windows Update for this — it often installs a generic driver that doesn't handle power management properly.
Step 2: Test with a Different Cable and Port
If you've been using HDMI, try DisplayPort. If you've been using DisplayPort, try HDMI. The reason here is that some cables are poorly shielded — they pass a signal until electrical noise from the PSU or nearby cables messes them up. A different cable (preferably a certified one — check the label for "Premium High Speed HDMI" or "VESA Certified DisplayPort") can fix this.
Also try a different port on your GPU. One port might have a loose solder joint. I've seen this on RTX 30 series cards where the DisplayPort 1 port fails after a year.
Step 3: RMA the Monitor or GPU
If none of the above worked, you're looking at a hardware fault. The monitor's power supply capacitors might be failing — that causes blackouts that get more frequent over time. Or the GPU's voltage regulators are flaky under load.
Check warranty status for both. For monitors, brands like Dell, LG, and ASUS offer 3-year warranties. For GPUs, EVGA (RIP) had great support, but others vary. Call them, describe the exact symptom ("monitor loses signal for 3-5 seconds, no errors in Event Viewer"), and they'll likely replace it.
One final test before you RMA: plug the monitor into a different PC. If it still blacks out, it's the monitor. If it works fine, it's your GPU or power supply.
Real-world scenario that follows this flow: You're working on a Dell U2723QE at 60Hz over USB-C. The screen goes black for 2 seconds every hour or so. Cable check passes. Power settings don't fix it. DDU + fresh driver from Intel (since it's a laptop GPU) does fix it. The root cause: the OEM driver had a bug in the DPCD handshake after the monitor entered deep sleep.
Was this solution helpful?