How to Check Which RAM You Have (Windows, Mac & More)

Knowing exactly what RAM is installed in your computer isn't just trivia — it tells you whether your system can handle more memory, what type of module to buy if you upgrade, and why your machine might be running slower than expected. The good news: checking your RAM takes less than a minute on most systems.

What RAM Information Actually Matters

Before diving into the steps, it helps to know which details are worth paying attention to:

  • Capacity — Total gigabytes installed (e.g., 8GB, 16GB, 32GB)
  • Type — DDR4, DDR5, LPDDR4, LPDDR5 (these are not interchangeable)
  • Speed — Measured in MHz (e.g., 3200MHz, 4800MHz)
  • Number of sticks — One 16GB stick vs. two 8GB sticks affects performance differently
  • Slots used vs. slots available — Tells you whether expansion is physically possible

Each of these variables matters for different reasons depending on what you're trying to do.

How to Check RAM on Windows 💻

Method 1: Task Manager (Quickest)

  1. Press Ctrl + Shift + Esc to open Task Manager
  2. Click the Performance tab
  3. Select Memory from the left panel

You'll see total RAM, how much is in use, speed in MHz, slots used, and form factor. This is the fastest way to get a useful overview.

Method 2: System Information Tool

  1. Press Windows + R, type msinfo32, and hit Enter
  2. Under System Summary, look for Installed Physical Memory (RAM)

This gives you total capacity but less detail than Task Manager.

Method 3: Command Prompt (More Detail)

Open Command Prompt and run:

wmic memorychip get capacity, speed, memorytype, manufacturer 

This outputs per-stick information, which is useful if you have multiple modules and want to verify they're matched.

How to Check RAM on macOS 🍎

  1. Click the Apple menu in the top-left corner
  2. Select About This Mac
  3. Look for the Memory line in the Overview tab

On newer Macs with Apple Silicon (M1, M2, M3, M4), RAM is unified memory — it's integrated directly into the chip and cannot be upgraded after purchase. On older Intel-based Macs, RAM may or may not be user-upgradeable depending on the model and year.

For more detail on macOS:

  • Open System Information (hold Option and click the Apple menu)
  • Navigate to Memory in the sidebar for per-slot details

How to Check RAM on Linux

Open a terminal and run:

sudo dmidecode --type 17 

This outputs detailed information for each memory slot, including size, type, speed, and manufacturer. A simpler command for just the total:

free -h 

RAM Specs at a Glance

SpecWhat It Tells YouWhy It Matters
Capacity (GB)Total memory availableMore GB = better multitasking
Type (DDR4/DDR5)Generation of RAMMust match your motherboard
Speed (MHz)Data transfer rateHigher = faster in theory
Slots usedPhysical modules installedDetermines upgrade headroom
Form factorDIMM (desktop) or SO-DIMM (laptop)Affects physical compatibility

What the Results Actually Tell You

Once you have your RAM details, the picture changes significantly depending on your situation.

If you have 8GB or less: Many modern workloads — browser tabs, video calls, light editing — push against this ceiling regularly. Whether that's a problem depends entirely on what you're running.

If you have DDR4 vs. DDR5: These are different standards. A DDR5 module won't physically fit in a DDR4 slot, and vice versa. Motherboard compatibility determines which generation you can use — not preference.

If your slots are full: Having 16GB across two 8GB sticks means you'd need to replace both modules to upgrade, not just add more. If one slot is empty, expansion is simpler.

If you're on a laptop: Many modern laptops have RAM soldered directly to the motherboard. Even if the capacity feels low, replacement isn't always an option. Checking your specific model's upgrade options is a separate step beyond just reading the installed specs.

Speed mismatches are another variable that shows up here. If you've added RAM over time, your sticks may be running at different speeds. Most systems default to the slower speed in that case — a detail that doesn't show up obviously unless you check per-stick.

Third-Party Tools That Go Deeper

For more granular detail — especially if you're planning an upgrade — tools like CPU-Z (Windows) or HWiNFO (Windows) display exact module specs including the manufacturer's part number. This makes it easier to find a matching stick if you're adding to an existing configuration rather than replacing everything.

What those tools reveal often tells a more complete story than the OS-level summary: latency timings, exact module voltage, and whether XMP/EXPO profiles are enabled on your current sticks.


The specs you uncover are only as useful as the context around them. Whether 16GB is enough, whether DDR4-3200 is worth upgrading, whether your slots can even accept more — those answers depend on your specific machine, what you're running on it, and what outcome you're actually trying to achieve.