How to Check the Speed of Your RAM (And What the Numbers Mean)
Your RAM speed affects how quickly your system can move data between memory and your processor. Knowing what speed your RAM is running at — and whether it's actually performing at its rated speed — is useful for diagnosing slowdowns, verifying a new purchase, or deciding whether an upgrade makes sense.
Here's how to check it, across every major platform.
What "RAM Speed" Actually Means
Before pulling up any tools, it helps to know what you're looking at. RAM speed is typically measured in megatransfers per second (MT/s), though you'll often see it labeled as MHz — a holdover that stuck around even as the spec evolved.
DDR (Double Data Rate) memory transfers data twice per clock cycle, so a stick rated at 3200 MT/s runs on a base clock of 1600 MHz. Manufacturers and retailers usually advertise the effective transfer rate (3200), not the base clock — so don't be surprised if your system reports a lower number in some tools. Both figures describe the same thing.
Beyond raw speed, there's also latency, expressed as a timing string like CL16 or CL18. Lower latency means the RAM responds faster per cycle. Speed and latency work together — faster MHz with higher latency doesn't always outperform slower MHz with tighter timings.
How to Check RAM Speed on Windows 💻
Using Task Manager (Quickest Method)
- Press Ctrl + Shift + Esc to open Task Manager
- Click the Performance tab
- Select Memory from the left panel
You'll see your RAM speed listed under the graph — for example, 3200 MHz. This reflects what Windows is currently running your RAM at, which may differ from its rated speed if XMP/EXPO profiles aren't enabled.
Using CPU-Z (Most Detailed)
CPU-Z is a free, widely used system information tool that gives you a granular breakdown:
- Open CPU-Z and go to the Memory tab to see the current operating frequency, type (DDR4, DDR5), and timings
- Go to the SPD tab to see what speeds each individual RAM slot is rated for
Note: CPU-Z displays the base clock, not the effective transfer rate. A stick running at 1600 MHz in CPU-Z is operating at 3200 MT/s — multiply by two to get the advertised speed.
Using Windows Settings or System Information
- Press Windows + I → System → About → Installed RAM shows total capacity, but not speed
- For speed, press Windows + R, type
msinfo32, hit Enter — you'll find RAM listed under System Summary, though detail varies by system
How to Check RAM Speed on macOS 🍎
- Click the Apple menu → About This Mac
- In the window that appears, look for Memory — it will show total RAM, type, and speed (e.g., 8 GB 2400 MHz DDR4)
For more detail, open System Information (hold Option and click the Apple menu, then choose System Information) → navigate to Memory in the sidebar for per-slot information.
How to Check RAM Speed on Linux
Open a terminal and run:
sudo dmidecode --type 17 This outputs detailed information for each memory module, including the Speed and Configured Memory Speed fields. The "Configured" speed is what the system is actually running — it may be lower than the module's maximum rated speed.
Alternatively, tools like HWiNFO (available for Linux) provide a GUI-based view similar to CPU-Z on Windows.
Rated Speed vs. Actual Running Speed — A Common Gap
This is where things get practically important. RAM modules are manufactured to support a certain maximum speed, but motherboards and CPUs don't always run them at that speed by default.
| Scenario | What typically happens |
|---|---|
| XMP/EXPO disabled (default) | RAM runs at JEDEC standard speed, often lower than rated |
| XMP/EXPO enabled in BIOS | RAM runs at advertised (rated) speed |
| CPU memory controller limit | RAM may be capped regardless of XMP setting |
| Mixed RAM sticks | System may downclock all sticks to match the slowest |
XMP (Intel Extreme Memory Profile) and EXPO (AMD Extended Profiles for Overclocking) are profiles stored on the RAM stick itself. Enabling them in your BIOS/UEFI is usually a single toggle — and it's the most common reason people find their "3200 MHz" RAM running at 2133 MHz.
What Speeds Are Common Across Different Setups
RAM speed standards have shifted considerably across generations:
- DDR3 (older systems): typically 1333–2133 MT/s
- DDR4 (mainstream): commonly 2133–3600 MT/s, with high-performance kits going higher
- DDR5 (current-gen): starts around 4800 MT/s, with enthusiast kits pushing well beyond 6000 MT/s
- Laptop RAM (LPDDR): often soldered and not user-configurable; speed is fixed at the factory
The performance difference between RAM speeds is most noticeable in memory-bandwidth-sensitive workloads — video editing, large data processing, and gaming on integrated graphics (where the GPU shares system RAM). For general office use or web browsing, the gap is less meaningful.
The Variables That Determine Your Situation
Whether your current RAM speed is "good" or whether there's headroom worth chasing depends on factors that vary from one machine to the next:
- Your CPU's memory controller: each processor has a maximum supported speed
- Motherboard compatibility: not all boards support all speeds, even with XMP enabled
- Whether you have one or two sticks: dual-channel configuration affects effective bandwidth more than speed alone in many cases
- Your actual workload: the tasks you run daily determine how much RAM speed realistically impacts your experience
Checking the speed is straightforward — understanding what to do with that number is where your specific hardware and use case become the deciding factors.