Family Encyclopedia >> Electronics

How to Check Your Computer's Maximum RAM Capacity: Complete Guide for Windows, macOS, and Linux

As an experienced IT professional who's upgraded countless systems, I recommend buying a base-model desktop or laptop and maxing out RAM later for cost savings. But first, determine your PC's current RAM and maximum supported capacity. This straightforward guide, based on real-world testing across platforms, shows you exactly how.

How Much RAM Does Your Computer Currently Have?

Checking installed RAM is simple and quick.

Windows 10/11: Press Win + PAUSE/BREAK to open System info, revealing RAM amount, CPU, and OS architecture (32-bit or 64-bit).

How to Check Your Computer s Maximum RAM Capacity: Complete Guide for Windows, macOS, and Linux

macOS: Click the Apple menu > "About This Mac" for chipset details and total RAM.

Linux: Install and run hardinfo for comprehensive hardware stats, including memory.

How to Check Your Computer s Maximum RAM Capacity: Complete Guide for Windows, macOS, and Linux

How to Find Your Computer's Maximum Supported RAM

Windows

Open Command Prompt and run:

wmic memphysical get MaxCapacity, MemoryDevices
How to Check Your Computer s Maximum RAM Capacity: Complete Guide for Windows, macOS, and Linux

MaxCapacity is in KB; divide by 1,048,576 for GB. In this example, 8 GB total across 2 slots means 4 GB per slot—common for older motherboards.

macOS

The built-in tools provide precise specs:

  1. Apple menu > "About This Mac".
  2. Click "System Report" (or "More Info").
  3. Select "Memory" tab for max capacity, slots, type, and speed.

Linux

Use dmidecode for motherboard limits (requires root; install if needed):

# Ubuntu/Debian
sudo apt install dmidecode
# Arch
sudo pacman -S dmidecode
# Fedora
sudo dnf install dmidecode
# openSUSE
sudo zypper in dmidecode
sudo dmidecode -t 16
How to Check Your Computer s Maximum RAM Capacity: Complete Guide for Windows, macOS, and Linux

Example: 4 slots supporting 128 GB total (32 GB per slot).

Once confirmed, if upgrade room exists, select compatible RAM (check speed/type). Boost performance instantly. For Windows memory issues, try these memory-freeing tips; review RAM buying guide before purchasing.