Desktop PC Powers On but No Display – Fix in 5 Steps

Hardware – RAM & MB Beginner 👁 8 views 📅 Jun 17, 2026

PC fans spin, lights on, but monitor stays black. Usually a RAM, GPU, or monitor cable issue. Fix in 5 steps.

You hit the power button. Fans spin up. Lights flash. Maybe you hear a single beep. But the monitor? Nothing. Black screen. No BIOS logo. No signal message. It's the most frustrating thing because everything sounds fine. I've seen this a hundred times – a client's office PC that suddenly won't display after a power outage, or a gaming rig that stopped showing video after a RAM upgrade. The fix is almost always simple, but the order matters.

Root Cause

Most of the time, the PC isn't actually booting all the way. It powers on but fails the Power-On Self-Test (POST). The three usual suspects: RAM not seated properly, GPU not connected right, or the monitor cable is bad. Less common but still frequent: the BIOS got corrupted from a failed update or a dirty power cycle. A dead CMOS battery can cause it too, especially on older boards (5+ years). The fans spin because the motherboard gets power, but without RAM or a working display output, it stops at a black screen.

Step-by-Step Fix

Step 1: Force a Full Shutdown and Power Drain

  1. Unplug the power cord from the back of the PC (or the wall).
  2. Press and hold the power button for 30 seconds. This drains residual power from capacitors.
  3. Wait 10 seconds. Plug it back in. Try powering on again.

Why this works: Sometimes the motherboard gets stuck in a weird state from a brownout or static discharge. Draining it resets the power management controller. Had a client last month whose Dell OptiPlex wouldn't show video after a thunderstorm – this alone fixed it.

Step 2: Check the Monitor and Cable

I know it sounds dumb, but trust me, I've wasted an hour debugging a bad HDMI cable. Try these in order:

  • Test the monitor: Connect to another device (laptop, console). If it works, the monitor is fine.
  • Swap the cable: Use a different HDMI, DisplayPort, or VGA cable. If you have both, try the other type.
  • Change the input source: Monitors often auto-detect, but manually cycle through HDMI1, HDMI2, DP.
  • Try a different port on the GPU: If your GPU has multiple outputs (e.g., two HDMI and one DP), test each one.

Important: If you have a dedicated GPU, plug the monitor into the GPU, not the motherboard. Plugging into the motherboard often gives no display if your CPU lacks integrated graphics (like most Intel F-series or AMD Ryzen without G suffix).

Step 3: Reseat the RAM

This is the most common fix for no display. RAM sticks can shift during transport, from vibration, or even from thermal expansion. Here's how to do it right:

  1. Power off and unplug the PC.
  2. Open the case. Locate the RAM slots (usually 2 or 4 slots near the CPU).
  3. Push the clips at each end outward to release the stick. Gently pull the RAM straight out.
  4. Take the stick and reseat it firmly: align the notch, push straight down until both clips click into place.
  5. If you have two sticks, try just one stick in slot A2 (the second slot from the CPU). If no luck, swap to the other stick in the same slot. This isolates a dead DIMM or bad slot.
  6. If it still fails, try the other stick in a different slot (like B2).

Real trigger: I had a small law firm where a cleaning crew bumped the tower. Next morning, no display. Reseating the RAM took 2 minutes.

Step 4: Reseat the GPU

If reseating RAM didn't work, the GPU might be loose or fully dead.

  1. Power off, unplug, and press the power button to drain.
  2. Unscrew the bracket screws holding the GPU in place (usually 2 screws at the back of the case).
  3. Gently lift the GPU out. Check the PCIe slot for dust or damage.
  4. Reinsert the GPU firmly until the latch clicks. Secure with screws.
  5. If you have integrated graphics (CPU with a G at the end, like Ryzen 5600G, or Intel non-F), remove the GPU entirely and plug the monitor into the motherboard. If it boots, the GPU is dead or needs reseating.

Common scenario: A gamer's RTX 3060 stopped outputting after a move. Reseating fixed it, but if it didn't, the GPU likely died from ESD or a faulty power connector.

Step 5: Clear CMOS

This resets the BIOS to factory defaults, fixing corrupted settings or a failed overclock that blocks POST.

  1. Power off and unplug.
  2. Locate the CMOS battery on the motherboard (a flat silver coin, CR2032).
  3. Remove the battery carefully. Press the power button for 30 seconds to drain any remaining charge.
  4. Wait 5 minutes (or at least 60 seconds). Put the battery back in.
  5. Power on and check for display.

Alternative: Some motherboards have a CMOS clear jumper (two pins). Short them with a screwdriver for 10 seconds. Check your manual.

Note: This wipes any custom BIOS settings (like XMP, boot order). That's fine – you can re-enable them later.

If you still see no display after all this, you're likely dealing with a dead motherboard, dead CPU, or a PSU that's not delivering enough power to the GPU. Need a different approach.

What to Check If It Still Fails

Listen for Beep Codes

If your motherboard has a speaker (or a tiny buzzer attached), beep patterns tell you the issue:

  • 1 short beep: Normal POST – the board is fine, check GPU and monitor.
  • Continuous short beeps: Power supply issue.
  • 1 long, 2 short: GPU problem.
  • No beeps but fans spin: Dead CPU or motherboard.

No speaker? Many boards have diagnostic LEDs (like “CPU”, “DRAM”, “VGA”, “BOOT”). See which stays lit.

Test with a Minimal Boot

Strip everything non-essential out of the case:

  1. Remove all drives (SSD, HDD, optical).
  2. Remove all expansion cards except GPU (or remove GPU too if you have integrated).
  3. Remove all but one stick of RAM.
  4. Unplug all USB devices (keyboard, mouse, etc.).
  5. Try to power on. If you get display, add parts back one by one.

Why this works: A faulty drive or shorted USB device can prevent POST.

Try a Different PSU

If you have a spare power supply, swap it in. A failing PSU can deliver enough voltage to spin fans but not enough to power the GPU properly. I've seen this with cheap 450W units that slowly degrade.

Check for Bent CPU Pins

If you recently installed or removed the CPU, inspect the motherboard socket for bent pins. Even one bent pin can cause no display. Use a magnifying glass or phone camera zoom.

If none of this works, you're looking at a hardware failure – likely the motherboard or CPU. At that point, it's often time to replace the board or take it to a repair shop that has known-good parts for swap testing.

Bottom line: start with the power drain and RAM reseat. That solves 80% of these cases. Don't panic, don't buy new parts yet. And if it's a prebuilt from Dell/HP, check whether the motherboard has a diagnostic LED pattern – those are golden.

Was this solution helpful?