Motherboard RAM Slots A1/B1 Not Working — Fix

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

RAM slots A1/B1 don't work on many motherboards. Most often it's a CPU cooler mounting pressure issue, not dead slots.

CPU Cooler Too Tight — The #1 Cause

What's actually happening here is that the CPU cooler mounting pressure is warping the motherboard PCB around the socket. The RAM traces for A1 and B1 run directly under the CPU socket area. When you crank down a large air cooler or AIO backplate too hard, the board flexes just enough to break the micro-solder connections between the CPU memory controller and those specific pins.

I've seen this on Gigabyte Z690, Asus Z790, and MSI B660 boards. The symptom is always the same: slots A2/B2 work fine, but A1/B1 show nothing in BIOS or Windows. You can swap DIMMs all day — it won't fix it.

The fix: Remove the CPU cooler. Check if the backplate is installed with the correct standoff height. Some coolers (Noctua NH-D15, be quiet! Dark Rock Pro 4) come with multiple sets of standoffs. Use the shortest ones that still leave the cooler snug. Tighten the screws in a star pattern, but stop when you feel resistance — don't keep turning. The torque spec for most LGA1700/AM5 coolers is around 0.6 Nm, which is 'firm but not gorilla'.

# For LGA1700: use standoffs that put the backplate flush with the motherboard rear, not recessed. Check with a fingernail — if the backplate gaps, that's the wrong set.

Reassemble, then test with a single stick in A1. If it boots, you fixed it. If not, move to the next cause.

Bent Pins in CPU Socket — The Silent Killer

This one fools a lot of people because the PC boots fine with two sticks in A2/B2. The CPU memory controller still has enough working pins to drive those slots. But the pins for A1/B1 are separate physical lines. One bent pin on the B1 channel row and that slot is dead.

LGA sockets (Intel LGA1200, LGA1700, AMD AM5) all use spring-loaded pins. They're fragile. A cooler swap, a CPU reseat, or even shipping the board can bend a pin without you seeing it. The pins for RAM channels B and D (which map to A1/B1) are on the outer edges of the socket.

How to check: Grab a bright LED desk lamp and a magnifying loupe (10x is enough). Look at the socket under reflected light. Bent pins catch the light differently — they look like a glint or a shadow where there should be even rows. Don't touch them with anything metallic. Use a mechanical pencil tip (graphite) to gently nudge a bent pin back into alignment. But honestly, if you're reading this and you're not patient, just RMA the board or replace it. Straightening pins works maybe 60% of the time.

Real scenario: I had an MSI Z790-P where A1 stopped working after I swapped from a 240mm AIO to a Noctua D15. The backplate pressure bent two pins on row B. I straightened them with a 0.5mm mechanical pencil. That board ran fine for two years.

Incorrect Memory Training — Rare But Real

Some BIOS versions, especially early ones for DDR5, don't train all slots properly on first boot. This is more common on AM5 boards (Asus X670E, Gigabyte B650) with 4-DIMM kits. The memory controller initially trains only A2/B2 because that's the recommended config in the manual. A1/B1 get skipped.

Fix: Clear CMOS. Then install only one DIMM in A1. Boot into BIOS, load default settings, save and exit. Power down completely (PSU switch off for 30 seconds). Then install the second DIMM in B1 without touching A1. Boot again. If it posts, go into BIOS and enable Memory Context Restore (on AMD) or DDR5 Training Control (on Intel). That forces the motherboard to save the training profile so it doesn't skip slots next cold boot.

# On Asus AM5 boards: go to AI Tweaker -> DRAM Timing Control -> Memory Context Restore -> Enabled

If that doesn't work, update the BIOS to the latest stable version. I've seen AGESA 1.0.0.7c fix A1/B1 detection on Gigabyte B650 boards where nothing else did.

Quick-Reference Summary

CauseDiagnosisFix
CPU cooler too tightA2/B2 work, A1/B1 don't; board flex visible near socketLoosen cooler, use correct standoffs, retorque to 0.6 Nm
Bent CPU socket pinsVisual inspection shows uneven pin rows under lightStraighten with pencil tip or RMA board
Memory training skipHappens after BIOS update or first boot; only on DDR5 boardsClear CMOS, train single DIMM in A1 first, enable Memory Context Restore

One last thing: if you've done all three and A1/B1 still don't work, it's possible the board has a defective memory channel. That happens, especially on budget B660 boards from 2022. RMA it. But 90% of the time, it's the cooler. Loosen it first.

Was this solution helpful?