Display Signal Loss: Fix a Blank Screen Fast
Monitor goes black while PC runs? Start with the cable, then check RAM, then deep dive. Here's the order I use.
Quick Fix (30 seconds) — Check the Cable
I can't tell you how many calls I've taken where the user swore the cable was fine, and it wasn't. The culprit here is almost always the monitor cable — HDMI, DisplayPort, or DVI.
- Unplug both ends of the monitor cable.
- Plug it back in firmly. You should hear a click for HDMI or DisplayPort.
- If your monitor has multiple inputs (HDMI 1, HDMI 2, DisplayPort), cycle through them using the monitor's buttons.
- Try a different cable if you have one. Don't bother with a cable tester — just swap it.
This fixes maybe 40% of the cases I see. If your screen flickered before going black, the cable was half-plugged or damaged. Bent pins on a DisplayPort cable? Replace it. Don't try to bend them back, it never works right.
Moderate Fix (5 minutes) — Reseat RAM and GPU
If the cable isn't the problem, it's almost always bad contact between a component and the motherboard. RAM is the main suspect here.
Reseat the RAM
- Turn off the PC and unplug the power cord.
- Open the case. Touch something metal to discharge static.
- Press the clips on the RAM slots to release the sticks. Pull them straight out.
- Blow out the slots lightly. Compressed air works best, but a quick puff of air from your mouth is fine.
- Push the RAM sticks back in until the clips click. Make sure they're fully seated — it takes a surprising amount of pressure sometimes.
Reseat the GPU
- Unscrew the GPU bracket from the case.
- Press the release clip on the PCIe slot (usually at the right end).
- Pull the GPU straight out. Clean the gold contacts with a pencil eraser — gently, don't scrub — then reinsert it.
- Tighten the bracket screws.
After this, plug the monitor into the GPU's ports (not the motherboard's ports unless you're using integrated graphics). Many people plug into the wrong port. I've seen it a hundred times.
Advanced Fix (15+ minutes) — CMOS Reset and PSU Check
Still no signal? You're into deeper territory. Don't rush this part.
Reset the CMOS
The motherboard's BIOS can get confused and cause the display to stay black. Resetting it clears the settings back to factory defaults.
- Unplug the PC from power.
- Remove the silver coin-cell battery (CR2032) from the motherboard. Wait 5 minutes.
- Press the power button for 10 seconds to drain any remaining charge.
- Put the battery back in. Make sure the positive side (marked with +) faces up.
- Plug in and try again.
If your motherboard has a CMOS reset jumper (usually labeled CLR_CMOS), short those two pins with a screwdriver for 10 seconds instead. Check your motherboard manual for the exact location.
Check the Power Supply
A dying power supply can still spin fans but not give enough juice to the GPU or motherboard. Here's a quick test:
- Unplug all power cables from the motherboard and GPU.
- Use a paperclip to short the green wire and any black wire on the 24-pin connector. The PSU fan should spin. If it doesn't, the PSU is dead.
- If it spins, plug everything back and try a different wall outlet. Some power strips go bad over time.
Real-world trigger: I see this most often in custom gaming PCs after a power surge or after a user cleaned the inside with compressed air. A static shock or loose connector is the cause every single time.
Still No Signal? Try These Last Steps
If you've done all three sections above and still get a black screen, don't panic. A few things to try:
- Try a different monitor or TV. Your monitor might have died. Happens more than you'd think.
- Remove all USB devices except keyboard and mouse. A faulty USB device can hang the boot process.
- Boot with only one RAM stick in slot A2 (second slot from CPU). Try each stick one at a time to find a bad stick.
- Listen for beep codes from the motherboard speaker. If you don't have one, plug in a cheap speaker to the motherboard header.
If nothing works, you might have a dead motherboard or dead GPU. At that point, it's cheaper to swap the part than diagnose further. A motherboard swap takes about 30 minutes and a GPU swap takes 10. Don't waste time testing capacitors with a multimeter — that's for hobbyists, not sysadmins.
I've fixed this exact issue on Windows 10, Windows 11, and even Linux systems. The hardware doesn't care about the OS. It's always the cable, the RAM, or the PSU. Start with the quick fix. You'll be back up in five minutes.
Was this solution helpful?