First: Don't Panic, It's Probably One of Three Things
You're staring at a black screen with "No Signal" or "Check Signal Cable" blinking at you. I've seen this a hundred times. Nine out of ten times it's a loose cable, the wrong input selected, or a monitor that went to sleep and didn't wake up properly. Here's the troubleshooting flow I walk clients through on the phone. Start at step one. Stop when the screen comes back.
30-Second Fix: The Obvious Stuff
1. Check the monitor's power LED
Is it solid, blinking, or off? If it's off, you've got a power problem—not a signal problem. Hit the power button. If it's blinking amber or orange, the monitor is on but not getting a signal. If it's solid blue or white, the monitor is fine and the issue is upstream.
2. Press the monitor's input/source button
This is the one that gets everyone. You plugged into HDMI 2 but the monitor is still set to DisplayPort. Cycle through the inputs with the physical buttons on the monitor bezel (usually bottom-right or underneath). Wait 3 seconds on each input before moving on.
3. Reseat both ends of the cable
Unplug the video cable from the monitor, then from the PC. Plug both back in firmly. HDMI and DisplayPort cables don't always click, and a half-seated cable gives you exactly this symptom. If you've got a spare cable, swap it now—cables fail more often than people think.
Had a client last month whose entire print queue died because of this—turned out the monitor cable had been kicked loose, and Windows was throwing display errors that cascaded into a driver crash. One reseat fixed everything.
4. Wake the machine
Hit the spacebar. Move the mouse. Tap the power button once (not a hold—just a tap). If the PC was asleep and the monitor didn't wake, this brings it back in two seconds.
If the screen is back, stop here. If not, move on.
5-Minute Fix: Isolate the Fault
1. Test the monitor on another device
Plug the monitor into a laptop, a game console, anything with a video output. If it works there, the monitor is fine—your PC is the problem. If it doesn't work on the laptop either, the monitor is dead or the cable is bad. Try a different cable before you write off the monitor.
2. Test a different monitor on the PC
Grab any other display—even an old TV via HDMI—and plug it into your PC. If that also shows no signal, your GPU or its output port is the issue. If it works, you've confirmed your original monitor (or its cable) is the problem.
3. Try a different port on the GPU
Most GPUs have 3-4 outputs. If you're on HDMI 1, try DisplayPort. If you're on DisplayPort, try HDMI. Ports die. I've replaced more cards than I'd like to admit because one HDMI port gave up while the others worked fine.
4. Windows display settings check
If you've got a second display or can remote in, right-click the desktop and open Display settings. Scroll down to Multiple displays and hit Detect. Sometimes Windows just loses track of a monitor and needs a nudge.
If your monitor shows an image now, you're done. If not, keep going.
15-Minute Fix: Driver and Hardware Deep Dive
1. Safe Mode / low-res mode
Reboot and spam F8 (Windows 7/10) or hold Shift while clicking Restart (Windows 11) to get into recovery. Boot into Safe Mode. If the monitor lights up in Safe Mode, you've got a driver problem—not hardware.
2. Reinstall or roll back the GPU driver
In Safe Mode or with a working display, open Device Manager. Expand Display adapters. Right-click your GPU and choose Uninstall device. Reboot. Windows will reinstall the basic driver. If that fixes it, grab the latest driver from NVIDIA, AMD, or Intel directly—not Windows Update, which is usually months behind.
# Quick driver reset from an admin command prompt (Windows 10/11)
pnputil /enum-devices /class Display
pnputil /remove-device "PCI\VEN_10DE&DEV_..."
Replace the device instance ID with what pnputil prints. Reboot after.
3. Check for a BIOS/firmware display issue
Some monitors—especially Dell U-series and older LG UltraFine models—have firmware bugs that drop signal after sleep or resolution changes. If your monitor manufacturer has a firmware updater (Dell Display Manager, LG OnScreen Control), run it. This has fixed more "dead monitor" calls than any hardware swap.
4. Test the GPU physically
Power off, unplug, open the case. Reseat the GPU. Make sure the power cables (6-pin, 8-pin) are fully clicked in. A partially seated GPU gives you a monitor that works for 10 minutes then drops signal—classic symptom I see on builds where someone rushed the install.
5. Swap the monitor cable one more time—with a known-good one
Not the same cable. A different one. I keep a $12 Amazon Basics HDMI cable in my bag for exactly this test. If a new cable fixes it, the old one failed. It happens—especially with cheap DisplayPort cables that don't meet spec.
When to Give Up and Replace Hardware
If the monitor fails on two different machines, with two different cables, on two different ports, it's dead. Capacitors go bad, backlights fail, and scaler boards die. A 5-year-old monitor that suddenly stops accepting signal is usually not worth a $150 repair when a new 24" 1080p panel is $120.
If a different monitor works on your PC but your original one doesn't anywhere, you've got a monitor problem. If no monitor works on your PC but your original monitor works on a laptop, you've got a GPU or motherboard problem. That's the fault line. Everything above is just narrowing which side you're on.