PC won't boot after installing new RAM — what to check first

Hardware – RAM & MB Intermediate 👁 15 views 📅 May 27, 2026

Your PC posts, then hangs with a black screen or beeps after you pop in new sticks. Here's the real fix, not the usual fluff.

When this happens

You just got a shiny new set of RAM sticks — maybe 32GB of DDR5-6000 for your Ryzen 7000 build, or a pair of Corsair Vengeance for your Intel LGA1700 board. You seat them carefully, click 'em in, hit the power button. Fans spin, lights come on... and nothing. Black screen. Or maybe the motherboard starts beeping a pattern you don't recognize. Maybe it cycles through POST and reboots over and over. Sound familiar? This is the classic "new RAM, no boot" scenario, and I've seen it a hundred times.

Root cause

It's almost never that the RAM is dead. The culprit here is almost always one of three things: improper seating, slot order confusion, or memory training / timing mismatch. Motherboards are picky about which slot combination they want for dual-channel mode. And with DDR5, memory training is a real pain — some boards take up to 2 minutes on first boot before they even show a display. Also, if you're mixing kits or running XMP/EXPO profiles from old sticks, the board may refuse to POST until you reset the BIOS.

The fix — 6 steps to try in order

Skip the panic. Do these in order. 9 times out of 10, step 1 or 2 fixes it.

1. Reseat the RAM properly

Take both sticks out. Push the retention clips down fully. Insert each stick until you hear a firm click on both ends. The clip should snap into the notch on the stick. I can't tell you how many times someone says "I pushed it in" but it wasn't fully seated. Apply even pressure — don't rock it side to side.

2. Check slot order

For most consumer boards (ASUS, Gigabyte, MSI, ASRock), the correct slots for two sticks are slots 2 and 4 (counting from the CPU). That's A2 and B2 in the manual. If you've got them in slots 1 and 3, the board might boot but it'll run in single-channel mode — or it may not boot at all. Check your motherboard manual. Yes, the paper one. Or a photo on your phone.

3. Clear the CMOS

This resets the BIOS settings, including any saved memory profiles. Power off, unplug the PSU, pull the silver coin battery on the motherboard (CR2032) for 30 seconds. Put it back in, plug it in, try booting. Some boards have a Clear CMOS button on the back I/O panel — use that if you've got it. This wipes XMP/EXPO, boot order, everything. It's the nuclear option and it works more often than you'd think.

4. Try one stick at a time

Remove both sticks. Install one stick in slot 2 (A2). Boot. If it works, shut down, add the second stick in slot 4. If it doesn't boot with one stick, try the other stick in the same slot. If neither works alone, you might have a dead slot or a dead CPU memory controller — but that's rare. If one works and the other doesn't, you've got a bad stick. RMA it.

5. Wait for memory training (DDR5 specific)

DDR5 boards do memory training on first boot — they figure out the optimal timings and voltages. This can take 2 to 5 minutes with no display. Some boards flash a status LED or cycle the DRAM light. Let it sit for 5 minutes. If it still doesn't boot after that, move to step 6.

6. Disable XMP / EXPO in BIOS (if you can get in)

If you can get to BIOS (spam Delete or F2 on boot), disable XMP or EXPO. Set the RAM to default JEDEC speeds — usually 4800 MHz for DDR5, 2133 or 2400 for DDR4. Save and exit. If it boots, the issue is an unstable overclock profile. Update your BIOS to the latest version — newer microcode often fixes memory compatibility bugs. Then re-enable XMP.

If it still fails

Here's what to check if you've done all six steps and you're staring at a black screen:

  • Is the RAM on the QVL? Go to your motherboard manufacturer's support page and check the QVL (Qualified Vendor List) for your CPU and board revision. If your RAM kit isn't listed, it may not work at all — especially on first-gen Ryzen or early DDR5 boards. I've swapped kits that weren't on the list and had zero issues.
  • Are you mixing kits? Even matching models from different batches can have different dies or timings. Don't mix. Use one matched kit.
  • Dead motherboard slot? Try the other channel — slot 1 or 3. If it boots there, the slot is bad. You can run single-channel while you wait for a replacement board.
  • CPU cooler too tight? If your cooler is cranked down unevenly, it can warp the CPU socket and throw off memory contact. Loosen it, reseat the CPU, and retighten in a cross pattern with moderate torque.
  • Bad CPU memory controller? This is rare but possible — especially on older Intel 12th-gen or Ryzen 5000 chips. Try the RAM in another PC. If it works there, it's likely the CPU.

Bottom line: 90% of these cases are solved by reseating or clearing CMOS. Don't overthink it. If you're on DDR5 and you waited less than 5 minutes, you didn't wait long enough. Go make coffee.

Was this solution helpful?