Few things are more deflating than finishing a build, pressing the power button, and getting nothing. Or fans spin but no display. Or the system POSTs and then drops to a black screen. Don’t panic. Most no-boot issues are tiny things — a loose cable, an unseated component, a flipped front panel header. Here’s the systematic process to find the problem.
What POST actually is
POST stands for Power-On Self-Test. When you press the power button, the motherboard runs a quick check of the CPU, RAM, and basic devices before handing control to UEFI. A successful POST means you’ll see the motherboard’s logo or splash screen.
“No POST” means the system is failing somewhere in that early check. The failure point determines what’s wrong.
Step 0: power down and unplug
For everything below, start by unplugging the PSU from the wall. Wait 30 seconds. This drains capacitors and ensures any reseating you do is safe.
Use the motherboard’s debug LEDs
Almost every modern motherboard has either a 2-digit hex display or a row of debug LEDs labeled CPU, DRAM, VGA, BOOT. When the system fails to POST, the lit LED tells you what’s failing.
- CPU LED solid: CPU isn’t detected, not seated, not powered, or dead.
- DRAM LED solid: RAM isn’t seated, wrong slot, incompatible, or dead.
- VGA LED solid: GPU isn’t detected or seated.
- BOOT LED solid: storage isn’t detected or no boot device is set.
If your board has a hex display, look up the code in the manual — it’s the specific failure point.
Symptom 1: nothing happens at all (no fans, no lights)
The PSU isn’t delivering power, or the motherboard isn’t being told to turn on.
- Confirm the PSU’s power switch is on (the I/O switch on the back).
- Confirm the power cable is plugged into the wall and the PSU.
- Confirm the 24-pin ATX cable is fully seated into the motherboard.
- Confirm the 8-pin EPS (CPU power) cable is fully seated at the top of the motherboard.
- Check the front panel power switch wires. They go to two specific pins on the F_PANEL header. Per the motherboard manual.
- If you can’t tell whether the power switch is wired correctly, short the two power switch pins with a screwdriver tip for half a second. If the system turns on, the switch wiring is the problem.
Symptom 2: fans spin, no display
The motherboard is getting power and trying to POST, but something’s preventing it.
- Check the debug LEDs to identify the failing component.
- Confirm the monitor is on, plugged into the GPU (not the motherboard, unless you’re using integrated graphics intentionally), and on the right input.
- Reseat the GPU. Push down on the back end until you feel it click.
- Confirm both GPU power connectors are fully seated.
- Reseat the RAM. Push down firmly until both clips snap into place.
- Try one stick of RAM at a time in the A2 slot.
Symptom 3: fans spin briefly, system turns off, repeats
This is called a “boot loop” and almost always means there’s a short or a power delivery problem.
- Confirm no metal is touching the back of the motherboard or any standoffs in the wrong place. Lift the board off the tray if you have to.
- Confirm no loose screws are rolling around in the case.
- Make sure the motherboard standoffs are in the right positions for an ATX (or whatever) board — extra ones can short the back of the PCB.
- Reseat everything: CPU, RAM, GPU, all power cables.
- If you have an older PSU, check that it’s actually outputting all rails properly — a worn PSU can fail under load.
Symptom 4: POSTs but no display from GPU
The system reached POST but the GPU isn’t outputting video.
- Confirm the monitor is connected to the GPU, not the motherboard.
- Try a different display cable (DisplayPort vs HDMI).
- Reseat the GPU and its power connectors.
- Power on with the GPU completely removed and use the integrated GPU (if your CPU has one). If video works on the iGPU but not the dGPU, the GPU itself or its slot has an issue.
- Try the GPU in a different PCIe slot if your board has one.
Symptom 5: posts and reaches UEFI but won’t boot Windows
The hardware is working; the OS isn’t loading.
- Enter UEFI. Confirm your boot drive is detected in the storage list.
- Check the boot order — make sure your Windows drive is first.
- If you just installed Windows, confirm Secure Boot mode is appropriate (some installers need it temporarily off).
- Check that the drive’s partitions are intact (use a Windows installer USB → Repair → Command Prompt →
diskpart→list disk).
The minimum boot test
When you’ve tried everything and it still won’t POST, strip the system to bare minimum:
- Remove the motherboard from the case and place it on the motherboard’s anti-static bag, on top of its cardboard box.
- Install only: CPU, CPU cooler, one stick of RAM in slot A2, GPU (or use iGPU).
- Connect only: 24-pin ATX, 8-pin EPS, GPU power, monitor, keyboard.
- Short the power switch pins with a screwdriver to turn it on.
If this minimum setup posts, the problem is in something you removed (a drive, a USB header, another RAM stick). Add components back one at a time until it fails again — that’s the culprit.
If even the minimum setup doesn’t post, the issue is with the CPU, RAM, motherboard, or PSU. Test each by substitution if you can.
Common first-build mistakes
- RAM not fully seated. The single most common cause of no-boot.
- 8-pin EPS not plugged in. Easy to forget — it’s at the top of the board.
- Forgot to remove plastic film on the cooler. Cooler isn’t making contact with the CPU.
- Front panel power switch on wrong pins. System never gets the “turn on” signal.
- Standoffs in the wrong positions. Causes shorts.
- Monitor plugged into motherboard instead of GPU. No video signal.
When to seek help
If you’ve worked through all of this and the system still won’t post, post (the other kind of post) detailed info on a community like r/buildapc — exact part list, what’s happening, what LEDs are lit, what you’ve tried. People will help. Many no-boot issues are surprisingly small.
Building a PC is supposed to be fun, even when something goes wrong. Take a break, eat lunch, come back to it with fresh eyes. The problem is almost always smaller than it feels.