Fix RAM Not Detected After Motherboard Swap

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

Your new motherboard won't see your RAM? I'll walk you through the real fix—reseat, clean, and check compatibility. Works on AM5 and LGA1700.

Quick answer for advanced users

Reseat the RAM sticks, clean the gold contacts with isopropyl alcohol, and reset CMOS. If still dead, update your motherboard BIOS to the latest version—especially critical for DDR5 and AM5 boards. Check CPU socket pins for bent ones. And no, swapping RAM slots randomly won't help.

The real story here

You swapped your motherboard and now your RAM isn't detected—black screen, no POST, or a Q-code like 0d on ASUS boards. I've seen this hundreds of times. It's almost never dead RAM. It's a combination of three things: improper seating (most common), incompatible BIOS version (second most common), and bent socket pins (third, but also destructive).

When you swap a motherboard, the physical assembly changes. RAM that worked perfectly in your old Gigabyte or MSI board might not initialize on an ASRock or ASUS board because the memory training algorithm differs. And if you're on Intel LGA1700 or AMD AM5, the CPU cooler pressure can flex the motherboard enough to break contact with one or more RAM slots. I once spent three hours debugging a customer's build—turned out the AIO cooler was torqued down unevenly and lifted the CPU socket slightly. Backed off the screws, memory worked.

So let's fix it step by step. Grab a flashlight, some 91% isopropyl alcohol, a lint-free cloth, and a #1 Phillips screwdriver.

Step 1 – Physically reseat the RAM

  1. Shut down the PC, flip the PSU switch off, and unplug the power cable.
  2. Press the power button to drain residual capacitors. Hold it for 5 seconds.
  3. Remove all RAM sticks. Press the clips down, pull straight up. Don't wiggle them sideways—bent pins.
  4. Examine the gold contact edge under a bright light. Look for smudges, oxidation, or debris. If you see anything, clean gently with a lint-free cloth dipped in 91% isopropyl alcohol. Let dry 60 seconds.
  5. Reinstall one stick in the slot labeled A2 (second from the CPU). Push firmly until the clips click on both ends. You should hear a crisp snap, not a muffled thud.
  6. Try booting. If it posts, add the second stick in B2. If not, try A1 or B1—some boards are picky.

Step 2 – Reset the CMOS

Motherboards store memory training parameters in CMOS. A corrupted profile can prevent POST after a swap. Here's how to force a reset:

  1. Locate the CMOS battery (CR2032) on the motherboard. Pop it out with a small flathead screwdriver.
  2. Wait 60 seconds—don't rush it. Press the power button again to drain residual charge.
  3. Insert the battery back, positive side up (usually the + sign faces you).
  4. Alternatively, short the two CMOS clear pins with a metal screwdriver for 10 seconds. Check your motherboard manual for the exact pins—usually labeled CLR_CMOS or JBAT1.

After this, try booting with one stick only. If you get a blank screen for 90 seconds—be patient. DDR5 memory training on AM5 boards can take up to 2 minutes the first time. Grab a coffee.

Step 3 – Update motherboard BIOS

This is the killer. Many motherboard manufacturers ship boards with BIOS versions that don't support certain RAM kits—especially for DDR5-5600 or higher on AM5. I've seen ASRock B650 boards that ship with v1.0 which doesn't boot anything above DDR5-4800. Update the BIOS using the USB flashback feature if your board has it.

Steps for USB BIOS Flashback (ASUS / Gigabyte / MSI / ASRock):
1. Download the latest BIOS from the manufacturer's support page.
2. Rename the file according to the board's naming rule (e.g., ASUS uses .CAP files, MSI uses MSI.ROM).
3. Copy to a FAT32-formatted USB drive (8GB or smaller ideally).
4. Insert into the designated USB BIOS Flashback port (usually marked white or has a label).
5. Press the BIOS Flashback button (on the I/O panel) for 3 seconds. Wait for the LED to stop flashing. Do not power off during the update.

If your board doesn't support flashback, you'll need a compatible CPU to boot once, then update inside the BIOS interface. Borrow a friend's CPU or take it to a local repair shop.

Step 4 – Check for bent CPU socket pins

This step is for LGA sockets (Intel 12th/13th/14th gen, and older AMD AM4 LGA). If you're on AM5 (LGA 1718), this applies too. Remove the CPU cooler, carefully lift the CPU, and inspect the socket pins.

Look for pins that are pushed inward, broken, or bent at an angle. A single bent pin in the memory controller region can kill all detection. Use a magnifying glass or your phone camera zoomed in. If you find bent pins, straighten them with a mechanical pencil tip (the graphite tube fits over the pin). But be gentle—snapped pins mean a new motherboard.

Alternative fixes if the main steps fail

  • Test with a known-good stick: Borrow a stick of RAM from a friend or use a single stick from another build. If it works, your old RAM may have compatibility issues with the new board—check the QVL (Qualified Vendors List) on the motherboard support page.
  • Loosen the CPU cooler screws: Unscrew each side by a quarter turn. Uneven pressure can cause memory training failures. I've fixed three builds this way.
  • Try XMP off: If the system posts with default speeds but crashes when enabling XMP/DOCP, manually set the RAM speed to 4800MHz (DDR5) or 2133MHz (DDR4) and see if it stabilizes. Then raise voltage in small steps.
  • Check for motherboard standoffs: If you installed the board without standoffs or with extra ones touching the back, you could be shorting out the memory controller. Unlikely but I've seen it—especially in budget cases.

How to prevent this next time

Before you swap a motherboard, physically test the RAM in the new board outside the case—on top of the motherboard box. This lets you isolate the issue from case screws, standoff shorts, and cooler pressure. Also, always verify the RAM kit is in the motherboard's QVL for the CPU you're using. Manufacturers like Corsair, G.Skill, and Kingston list tested kits. Buying from their QVL eliminates 90% of detection problems.

And one more thing: never mix RAM kits. Even two identical model numbers from different batches can fail memory training. Use matched sticks from the same retail package.

Was this solution helpful?