How to Check and Upgrade RAM in Your PC

The Problem

Windows 11 feels cramped at 8 GB, but the labels—DDR4, DDR5, SO-DIMM, CL16, 3200 MT/s—are opaque to anyone who has not opened a case. Buy the wrong type and it physically will not fit; buy the wrong speed and it downclocks and wastes money. Five minutes of checks first saves a return.

First, confirm RAM is actually the bottleneck. If Task Manager shows memory below 80% while the PC feels slow, more RAM changes nothing—see fix high RAM usage and how much RAM do I need.

Step 1: See What You Already Have

Task Manager

Ctrl + Shift + EscPerformanceMemory. Note:

  • Total capacity, and In use during your normal work.
  • Speed, in MT/s (shown as MHz).
  • Slots used — for example "2 of 4". This is the number that decides whether you add sticks or replace them.
  • Form factor — DIMM for desktops, SODIMM for laptops.

Detailed part numbers

Open Terminal and run:

Get-CimInstance Win32_PhysicalMemory | Select-Object BankLabel, DeviceLocator, Manufacturer, PartNumber, Capacity, Speed

The PartNumber is what you want when buying a matching second stick. Capacity is in bytes—8589934592 is 8 GB.

For a fuller picture including timings and which slots are physically populated, CPU-ZMemory and SPD tabs is the tool technicians actually use.

Step 2: Find the Maximum Your Machine Supports

  • Laptop: search the exact model on the maker's support site, or use Crucial's or Kingston's system scanner, which reads the board and lists compatible kits.
  • Desktop: find the motherboard model (msinfo32BaseBoard Product) and download the manual. Look for maximum capacity per slot and the Memory QVL — the tested-compatible list.
  • Check whether any RAM is soldered. Many thin laptops have 8 GB soldered plus one SO-DIMM slot, which changes the maths entirely.

Step 3: Work Out Add or Replace

| What you have | What to do | |---|---| | 1 × 8 GB, one slot free | Add a matching 8 GB → 16 GB, and gain dual-channel | | 2 × 4 GB, no free slots | Replace both with 2 × 8 GB | | 2 × 8 GB, two free slots | Add 2 × 8 GB, ideally the identical kit | | 8 GB soldered + empty slot | Add one SO-DIMM, accepting mixed capacity |

Dual-channel matters more than people expect. Two 8 GB sticks are meaningfully faster than one 16 GB stick, especially on laptops and any system using integrated graphics, where memory bandwidth directly limits GPU performance.

Where possible, buy a matched kit of two sticks rather than two individual sticks. Modules from the same kit are tested together; mixing brands or batches often works but can refuse to run at rated speed.

Step 4: Buy the Right Type

  • DDR4 and DDR5 are not interchangeable — different notch positions, different slots. Check which your board takes.
  • Match or exceed the existing speed. Faster sticks downclock to the slowest module present, so there is no harm, just no benefit.
  • DIMM for desktops, SO-DIMM for laptops and mini PCs.
  • Watch the height on desktops—tall heatsinks on RAM can foul a large CPU air cooler.
  • Ignore RGB unless you want it; it makes no difference to performance.

Step 5: Install It

  1. Shut down, unplug the power cable, and hold the power button for five seconds to drain residual charge.
  2. Touch bare metal on the case to discharge static. Handle modules by the edges, never the gold contacts.
  3. Desktop: open the side panel. If you are filling two of four slots, use the slots the manual specifies—usually A2 and B2, the second and fourth from the CPU. Getting this wrong costs you dual-channel silently.
  4. Laptop: remove the base panel. Some have an access door; most now need every screw out—check iFixit for your model.
  5. Release the clips, align the notch with the slot key, and press firmly and evenly until both clips snap closed. Desktop RAM needs more force than feels comfortable.
  6. On a laptop, insert the SO-DIMM at about 30 degrees, then press it flat until the side clips engage.

Step 6: Verify and Enable the Rated Speed

  1. Boot and check Task Manager → PerformanceMemory shows the new total and the expected number of slots used.
  2. Desktop: enter BIOS and enable XMP (Intel) or EXPO (AMD) so the RAM runs at its rated speed rather than the JEDEC default—without it, 3600 MT/s memory runs at 2133 or 2400. Laptops generally have no such setting.
  3. Run a memory test before trusting it: Win + Rmdsched.exe, or MemTest86 from a USB stick for a thorough check.

If It Will Not Boot

This is common and almost always fixable.

  1. Power off and reseat the modules—press until both clips click.
  2. Boot with one stick only, in the slot the manual specifies for single-module operation.
  3. Test each stick individually to identify a bad module or a bad slot.
  4. Clear CMOS if you enabled XMP and it will not POST—most boards revert automatically after a few failed attempts.
  5. Beep codes or motherboard debug LEDs will point at DRAM directly.

After the Upgrade

No drivers are needed for RAM. If Windows feels unchanged, memory was not your bottleneck—you are most likely disk-bound. See speed up a slow Windows 11 PC and the best PC upgrades to speed up an old computer, and if you are still on a hard drive, that is the upgrade to make next.