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 + Esc → Performance → Memory. 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-Z → Memory 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 (
msinfo32→ BaseBoard 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
- Shut down, unplug the power cable, and hold the power button for five seconds to drain residual charge.
- Touch bare metal on the case to discharge static. Handle modules by the edges, never the gold contacts.
- 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.
- Laptop: remove the base panel. Some have an access door; most now need every screw out—check iFixit for your model.
- 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.
- 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
- Boot and check Task Manager → Performance → Memory shows the new total and the expected number of slots used.
- 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.
- Run a memory test before trusting it:
Win + R→mdsched.exe, or MemTest86 from a USB stick for a thorough check.
If It Will Not Boot
This is common and almost always fixable.
- Power off and reseat the modules—press until both clips click.
- Boot with one stick only, in the slot the manual specifies for single-module operation.
- Test each stick individually to identify a bad module or a bad slot.
- Clear CMOS if you enabled XMP and it will not POST—most boards revert automatically after a few failed attempts.
- 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.
Related guides
How to Enter BIOS or UEFI Settings in Windows 11
Need to change boot order, enable TPM, or turn off XMP? Here is how to enter BIOS or UEFI on Windows 11 from inside Windows and with the setup key at startup.
How to Fix 100% CPU Usage in Windows 11
CPU stuck at 100% and your PC crawling? Find the process eating your processor, stop background hogs, and cool a throttling CPU with these step-by-step fixes.
How to Fix Loud Fan Noise on a Windows 11 PC
PC or laptop fans running loud and constant? Find what's loading the CPU, clean the cooling path, and fix fan curves with these step-by-step quieting fixes.
How to Fix Windows 11 Slow After an Update
PC slow after Patch Tuesday? Clear pending updates, reset Search indexing, trim startup, and undo bad drivers post-update.
How to Disable Startup Programs to Speed Up Boot Time
Windows 11 stuck at the logo on every boot? Disable startup apps in Task Manager and Settings so only what you need runs — and cut boot time fast.