How to Check RAM on a PC: Every Method Explained

Knowing how much RAM your PC has — and how it's performing — is one of the most useful things you can learn about your system. Whether you're troubleshooting slowdowns, deciding whether to upgrade, or just getting familiar with your hardware, checking your RAM takes less than a minute once you know where to look.

What You're Actually Looking For

When people say "check RAM," they usually mean one of two things:

  • Total installed RAM — how many gigabytes your system has
  • RAM usage in real time — how much is being used right now vs. how much is available

Both are easy to find, and Windows gives you several ways to get there. The right method depends on how much detail you want.

Method 1: Settings App (Quickest for Total RAM)

This is the fastest route if you just need to know how much RAM is installed.

  1. Press Windows + I to open Settings
  2. Go to System
  3. Select About
  4. Look under Device specifications for Installed RAM

You'll see a number like "16.0 GB (15.8 GB usable)." The slight difference between installed and usable RAM is normal — your system reserves a small portion for hardware functions.

Method 2: Task Manager (Best for Live Usage) 💻

Task Manager shows you real-time RAM consumption, which is far more useful when you're diagnosing a sluggish system.

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

Here you'll see:

  • Total RAM installed
  • In use vs. Available
  • Speed (in MHz or MT/s)
  • Slots used — how many of your physical memory slots are occupied
  • Form factor (usually DDR4 or DDR5 on modern systems)

The graph shows how RAM usage fluctuates over time. If the "In Use" bar is consistently near the top, your system is under memory pressure.

Method 3: System Information Tool (More Technical Detail)

For deeper specs, the built-in System Information tool goes further than Settings.

  1. Press Windows + R, type msinfo32, and hit Enter
  2. In the left panel, select System Summary
  3. Look for Installed Physical Memory (RAM) and Total Physical Memory

This view also shows your Windows version, processor, and other specs in one place — handy if you're documenting a system's configuration.

Method 4: Command Prompt or PowerShell

If you prefer text-based tools or need to check RAM remotely or through a script, the command line works well.

In Command Prompt or PowerShell:

wmic memorychip get capacity, speed, memorytype, partnumber 

This returns a line for each physical RAM stick installed, showing capacity in bytes, speed, and part number. To convert bytes to gigabytes, divide by 1,073,741,824.

Another useful command:

systeminfo | findstr /C:"Total Physical Memory" 

This prints just the total RAM in a clean, readable format.

Method 5: BIOS/UEFI (Before Windows Loads)

If Windows won't boot or you want to confirm RAM detection at the hardware level, you can check in your BIOS or UEFI firmware.

Restart your PC and press the key shown on your startup screen — commonly Delete, F2, F10, or F12 depending on your motherboard or laptop brand. Once inside, look for a System Information, Main, or Memory section. This will show total detected RAM and, on many boards, the speed and configuration of each slot.

What the Numbers Actually Mean

RAM AmountTypical Use Case
4 GBBasic browsing, light document work
8 GBGeneral productivity, casual use
16 GBMultitasking, gaming, creative work
32 GB+Video editing, VMs, heavy workloads

These are general reference points, not hard rules. Actual performance depends on what's running, how software is built, and how RAM interacts with your processor and storage.

RAM Speed and Slots: Why They Matter

Total capacity is only part of the picture. Two other details are worth noting when you check:

  • Speed is measured in MHz or MT/s (megatransfers per second). Higher speed generally means faster data throughput, though real-world gains vary by workload.
  • Slots used tells you whether you have room to expand. If your PC has 4 slots and only 2 are filled, adding more RAM is usually straightforward. If all slots are occupied, you'd need to replace existing sticks to upgrade. 🔧

Dual-channel configuration — where matched pairs of RAM sticks run together — also affects performance. Task Manager's Memory section shows this under "Form factor" and slot usage, which helps you understand your current setup.

Third-Party Tools for More Detail

Tools like CPU-Z (free) display granular RAM information including exact module specs, manufacturer, and XMP/EXPO profiles. This level of detail is useful if you're planning to buy matching RAM for an upgrade or troubleshooting compatibility issues.

The Part That Varies by Setup

Checking RAM is the same process on most Windows PCs — but what the numbers mean depends entirely on your situation. A system showing 8 GB with 90% in use might be perfectly fine for one person and a real problem for another, depending on what they're running. The slot count, speed, and form factor also determine what upgrade paths are even available to you.

Your RAM specs are just data. What matters is how they line up with what your system is actually being asked to do. 🖥️