Monitor turns black for a second then comes back: fix
Monitor flickers black for a second, then returns. Usually a loose cable, bad port, or power-saving setting. Here's the real fix.
When this happens
You're working, gaming, or watching something, and suddenly your monitor goes completely black for one or two seconds — then comes back like nothing happened. Sometimes you hear a Windows device disconnect sound right after. It's not a full crash, just a brief blackout. You might see it happen once an hour, or several times in a row. Most common with external monitors on laptops, especially when using DisplayPort or HDMI.
What's actually causing it
Three things cause this 90% of the time. First, a loose or failing cable — the signal drops for a split second, the monitor goes black, then the display reconnects. Second, the monitor's power-saving feature (sometimes called "eco mode" or "deep sleep") kicks in and turns off the backlight for a second because it thinks there's no input. Third, the GPU driver crashes briefly and recovers — Windows does this without telling you, but the monitor goes black while the display driver reloads.
Had a client last month whose entire office had this issue with Dell monitors over USB-C. Turned out the cables were barely plugged in — a quarter millimeter loose. Firm push fixed every single one.
The fix: step by step
Step 1: Check and reseat every cable connection
- Unplug the cable from both the monitor and the PC. Inspect the connector for bent pins or gunk. If it's HDMI or DisplayPort, look for bent pins inside the port. If bent, replace the cable.
- Plug it back in firmly — push until it clicks. For DisplayPort cables, make sure you hear the latch engage. For HDMI, you should feel it seat all the way.
- If you're using an adapter (e.g., USB-C to HDMI), remove the adapter and plug directly if possible. Adapters introduce a failure point.
- If the monitor has multiple input ports (HDMI 1, DisplayPort, etc.), try a different port on the monitor.
- If you're on a laptop, also check the port on the laptop. Laptop ports get loose over years of plugging/unplugging.
Step 2: Turn off power saving on the monitor
- Press the monitor's menu button (usually on the bottom or side).
- Look for "Power Saving", "Eco Mode", "Deep Sleep", or similar. On Dell monitors it's often under "Energy" or "Power Management". On LG and Samsung, it's under "General" or "System".
- Disable any power-saving feature that turns off the backlight automatically. Some monitors call it "Auto Power Off" or "Idle Standby". Turn those off.
- Also disable "Sleep" or "Standby" in the monitor's own menu. The monitor should always stay on when it receives a signal.
Step 3: Turn off Windows monitor power saving
- Press
Windows + R, typepowercfg.cpl, hit Enter. - Next to your current plan, click "Change plan settings".
- Click "Change advanced power settings".
- Scroll to "Display" and expand it.
- Set "Turn off display after" to "Never" (or at least 30 minutes).
- Also expand "USB settings" and set "USB selective suspend setting" to "Disabled". This one trips up a lot of people — Windows can cut power to USB ports (including monitor USB hubs), causing the monitor to lose signal for a second.
- Click Apply and OK.
Step 4: Update or reinstall your GPU driver
- Press
Windows + X, choose "Device Manager". - Expand "Display adapters". Right-click your GPU and choose "Update driver".
- Select "Search automatically for drivers". If it finds one, install it and reboot.
- If that doesn't help, go to the GPU manufacturer's site (NVIDIA, AMD, Intel) and download the latest driver manually. Do a clean install — for NVIDIA, check the "Perform a clean installation" box. For AMD, use the "Factory Reset" option. For Intel, the installer will ask if you want to clean install.
Step 5: Check for cable interference
If the cable runs next to power cords, power bricks, or other high-EMI sources (like a microwave or a big speaker), it can induce noise that causes dropouts. Move the display cable away from those. I've seen it happen with DisplayPort cables running right next to a laptop charger brick — moved the cable six inches and the flickering stopped.
What if it still happens?
Try a different cable — even if yours looks fine. I've seen HDMI cables that worked for 1080p but flickered at 1440p or 4K. Use a cable rated for your resolution and refresh rate. For 1440p at 144Hz, you need a DisplayPort 1.4 or HDMI 2.0 cable minimum. If you're using an old cable from a drawer, replace it with a new one.
Also test the monitor on another PC. If the blackouts follow the monitor, it's the monitor itself — probably the power board or backlight driver. That's a repair or replace situation. If the blackouts stay on your PC, try a different monitor entirely — if it goes away, your monitor is the problem.
Last thing: if you're using a docking station or USB-C hub, bypass it. Plug the monitor directly into the laptop's native HDMI or DisplayPort port. Docks can introduce signal degradation and dropouts. I had a client whose monitor blacked out every 10 minutes through a cheap Amazon hub — direct connection fixed it instantly.
Was this solution helpful?