Monitor 'No Signal' Fix: Stop Chasing Cables

No signal on your monitor is usually a dead-simple input or cable issue — not a dead GPU. Here's the 60-second fix and why it works.

I know that "No Signal" message is maddening — especially when the PC fans are spinning and you just know the thing is on.

Here's the fix, in order. Do them one at a time and stop when the display comes back.

The 60-Second Fix

  1. Press the monitor's physical input/source button. It's usually on the bottom-right bezel or the back-right corner. Cycle through HDMI 1, HDMI 2, DisplayPort, and VGA. Wait two seconds on each. Nine times out of ten, the monitor is sitting on an input nothing is plugged into.
  2. Unplug and reseat the video cable at both ends. Not just a wiggle — pull it out, look at the connector for bent pins or dust, and push it back until it clicks. DisplayPort in particular needs the little latch tab pressed to release, and a half-seated DP cable gives you exactly this error.
  3. Check which port on the GPU you're using. If you have a graphics card installed, the motherboard's HDMI/DisplayPort ports are usually disabled. A lot of folks plug into the rear I/O panel out of habit and get nothing. Move the cable down to the GPU's ports.
  4. Reseat the GPU. Power off, unplug the PSU, pull the card, blow out the PCIe slot, and push it back until the retention clip snaps. Half-seated GPUs are a weekly occurrence after a case move or a cleaning.
  5. Try a known-good cable. Cheap HDMI cables from a gas station are notorious. If you have a DisplayPort 1.4 cable rated for the bandwidth, use that instead.

If none of that works, run this quick check from another machine on the same network (or a laptop via SSH):

ping 192.168.1.50
# If the PC answers, the GPU is fine — it's a display path problem.
# If it doesn't answer but fans spin, it's a POST/hardware fault, not a cable.

Why This Actually Works

Monitors don't auto-detect inputs the way people assume. Most models scan once at power-on and then lock to whatever input was last active. If your PC was off during that scan, or you switched sources on the monitor for a console and never switched back, the screen just waits. That's why hitting the input button fixes it instantly and feels like magic.

On the cable side, DisplayPort and HDMI both negotiate a link. If the connector is loose, the handshake fails and the monitor declares no signal even though data is flowing on the wire. A full reseat forces the handshake again. Same story with the GPU: PCIe slots don't always latch visibly, and a card that looks seated can have poor contact on the first few pins that carry display output.

Real-world trigger: you unplug your tower to vacuum behind the desk, plug everything back in, and the monitor shows "No Signal" — but it's just the DP cable that came loose during the shuffle.

Less Common Variations

1. Works on HDMI, dead on DisplayPort (or vice versa)

This one is usually a monitor firmware quirk. Some Dell U2720Q and LG 27UL850 units ship with a DP link-training bug that shows no signal on cold boot. Update the monitor firmware if the vendor offers it. Otherwise, boot on HDMI, then switch — annoying but reliable.

2. No signal only after a GPU driver update

Windows sometimes loads a generic driver that doesn't light the display on certain monitors. Boot into Safe Mode (hold Shift while clicking Restart), then roll back the driver in Device Manager under Display adapters.

3. No signal on an older monitor with a VGA-to-HDMI adapter

Those cheap dongles need external power for anything above 1080p. Plug the adapter's USB lead into a powered hub, not the monitor's USB port — the monitor's port often doesn't supply enough current.

4. Laptop shows no signal on an external monitor

Hit Win + P and pick Extend or Duplicate. A surprising number of users have the laptop set to "PC screen only" from a previous presentation and forget.

5. KVM switch in the chain

Cheap KVMs can't handle DisplayPort 1.4 bandwidth. You'll get no signal at 4K 120Hz but it works fine at 1080p 60Hz. Swap to a KVM rated for your resolution, or run HDMI to the KVM and keep DP direct.

Prevention

  • Label your cables at both ends. When you unplug a tower, you know exactly where each one goes back.
  • Set your monitor's default input to the one your PC actually uses, in the OSD menu. It skips the boot-time guessing game.
  • Buy one good DisplayPort 1.4 or HDMI 2.1 cable and keep it as your test cable. It saves hours of doubt.
  • If you move your PC often, use right-angle cable adapters so the strain goes on the adapter, not the GPU port.
  • Write down your monitor's OSD navigation (which button does what). Every brand hides input selection differently, and you'll forget by the next time this happens.

Nine times out of ten, this is a two-minute fix. Don't start reseating your RAM or clearing CMOS until you've ruled out the cable and the input source — that's where the actual problem lives.

Related Errors in Hardware – Monitors
Monitor 'No Signal' Error — Quick Fixes That Actually Work Monitor flickers after waking from sleep – fixed for good Monitor flickers when HDR is turned on — real fix NO SIGNAL Fix Dell U2720Q No Signal After Sleep: Specific Steps

Was this solution helpful?

EP
Erropedia Team
Tech Support Editors
The Erropedia editorial team researches and documents real-world tech errors from across Windows, Linux, macOS, networking, databases, cloud platforms, and more. Every solution is reviewed for accuracy and updated as software and systems evolve.