# How to Check and Upgrade RAM in Your PC URL: https://www.mytechnician.tech/tips/check-upgrade-ram-pc/ Published: 2026-05-20 | Updated: 2026-08-10 | Author: Ankit Kumar Tags: Windows 11, Performance, Hardware, System Summary: Find out if your PC has free RAM slots, which DDR type you need, and how to install sticks without breaking clips—before you buy the wrong kit. Recommended app: Ultimate PC Repair Tool — https://www.mytechnician.tech/apps/my-technician/ (Microsoft Store: https://apps.microsoft.com/detail/9PH863L9C6HC?hl=en-us&cid=mytechnician-web). Optional; every step below uses built-in Windows tools. ## 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](https://www.mytechnician.tech/tips/fix-high-ram-usage-windows-11/) and [how much RAM do I need](https://www.mytechnician.tech/tips/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: ```powershell 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 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 → **Performance** → **Memory** 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 + 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. 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](https://www.mytechnician.tech/tips/speed-up-slow-windows-pc/) and [the best PC upgrades to speed up an old computer](https://www.mytechnician.tech/tips/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. --- Source: https://www.mytechnician.tech/tips/check-upgrade-ram-pc/ — My Technician, free Windows 10/11 troubleshooting guides. Related tool: Ultimate PC Repair Tool (Ultimate PC Repair Tool is a Windows diagnostic and repair toolkit with system analysis, automated troubleshooting, and hardware checks for Windows 10/11.) — https://www.mytechnician.tech/apps/my-technician/ More guides: https://www.mytechnician.tech/llms.txt