Finding Your RAM in Windows, Mac, and Linux

The fastest way to see how much RAM your computer has depends on your operating system. On Windows, right-click "This PC" or "My Computer," select Properties, and look for "Installed RAM" in the System section. On a Mac, click the Apple menu, choose About This Mac, and the memory amount appears in the Overview tab. On Linux, open a terminal and type free -h to display your RAM in human-readable format.

Each method takes under a minute and shows your total RAM capacity. If you need more detail — like the speed of your RAM or how much is currently in use — the steps are slightly different on each system, but the basic information is always in the same place.

Key Takeaways

  • Windows users can find RAM by right-clicking This PC, selecting Properties, and reading the "Installed RAM" line in the System section.
  • Mac users open Apple menu > About This Mac > Overview tab to see memory listed at the top.
  • Linux users type free -h in the terminal to display total and available RAM.
  • Task Manager (Windows), Activity Monitor (Mac), and system monitoring tools show how much RAM is currently in use versus total capacity.
  • RAM speed and type require additional tools like CPU-Z on Windows or System Report on Mac to view beyond the basic capacity number.

Windows: Using System Properties

On Windows 10 or 11, the System Properties panel is the standard place to check RAM. Right-click the Start menu or press Windows key + X, then select System. Scroll down to the "Device specifications" section. The line labeled "Installed RAM" shows your total memory — for example, "16.0 GB" or "8.0 GB."

This method shows only the total capacity, not how much is currently being used. If you need to see what programs are consuming RAM right now, open Task Manager by pressing Ctrl + Shift + Esc. Click the Performance tab, then Memory in the left sidebar. The graph shows total RAM at the top and current usage below it.

For detailed information about RAM speed and type — useful if you plan to upgrade — read CPU-Z (free from cpuid.com). Run the program and click the Memory tab. It displays your RAM's speed in MHz, the number of modules installed, and the type (DDR4, DDR5, and so on).

Mac: Using About This Mac

On any Mac, click the Apple menu in the top-left corner and select About This Mac. The Overview tab opens by default. The Memory line shows your total RAM — typically listed as "8 GB," "16 GB," or "32 GB" of unified memory on newer Macs.

To see how much RAM is currently in use, open Activity Monitor from Applications > Utilities. Click the Memory tab. The bottom of the window shows a breakdown: total memory, memory used, memory available, and memory cached. This tells you whether your computer is under heavy load or has spare capacity.

If you need the speed and type of your RAM modules, click System Report in the About This Mac window. Navigate to Memory in the left sidebar. It lists each RAM module separately, showing capacity, type (LPDDR5, DDR4, and so on), and speed in MHz.

Linux: Using the Terminal

On any Linux distribution, open a terminal and type free -h, then press Enter. The output shows total memory, used memory, and available memory in gigabytes or megabytes. The "Mem:" row is your RAM; the "Swap:" row below it is virtual memory on your hard drive.

For more detail, type cat /proc/meminfo to see a full breakdown of memory usage by category. This is useful if you are troubleshooting performance issues and need to know exactly how much RAM is allocated to buffers, cache, and active processes.

To check RAM speed and type on Linux, type sudo dmidecode --type memory (you may need to enter your password). This displays information about each RAM module, including speed, type, and manufacturer. If dmidecode is not installed, your distribution's package manager can install it.

Understanding RAM Capacity vs. Current Usage

Your computer's total RAM is fixed — it does not change unless you physically add or remove modules. Current usage, however, changes constantly as you open and close programs. A computer with 16 GB of RAM might show 8 GB in use when you are browsing the web, but 14 GB in use when you are editing video.

If your computer feels slow, check current usage in Task Manager (Windows), Activity Monitor (Mac), or a system monitor on Linux. If usage is consistently near 100 percent of your total RAM, your computer is running out of memory and programs will slow down. If usage is well below your total, the slowness is likely caused by something else — your hard drive, processor, or a specific program consuming CPU power.

RAM speed matters less than capacity for everyday use. A computer with 8 GB of fast RAM will struggle more than a computer with 16 GB of slower RAM. If you are considering an upgrade, prioritize adding more RAM before worrying about speed.

What to Do If You Cannot Find Your RAM Information

If the standard methods do not work, your computer may be very old or running a non-standard setup. On Windows, try opening Device Manager (press Windows key + X and select Device Manager), then expand "Memory technology devices" to see what is installed.

On Mac, if About This Mac does not open, restart your computer and try again. If your Mac is very old and runs an older version of macOS, the menu path may be slightly different — look for Apple menu > About This Mac or Apple menu > System Preferences > About.

On Linux, if the terminal commands do not work, your distribution may use different tools. Try lsb_release -a to confirm your Linux version, then search online for RAM checking commands specific to that distribution.

Why You Might Need to Know Your RAM

Knowing your RAM helps you decide whether your computer can handle the software you want to run. Most programs list minimum and recommended RAM requirements. If your computer has less than the recommended amount, the program will run but may be slow.

RAM information is also useful when buying a replacement computer or planning an upgrade. If your current computer is slow and you see that RAM usage is consistently high, adding more RAM may improve performance. If RAM usage is low but your computer is still slow, the problem is elsewhere.

When selling or giving away a computer, knowing your RAM helps you describe it accurately to the buyer. It is also one of the first things a technician will ask if you bring your computer in for repair.

Frequently Asked Questions

Is there a difference between RAM and storage?

Yes. RAM is temporary memory your computer uses while programs are running — it clears when you shut down. Storage (your hard drive or SSD) holds files permanently. A computer with 16 GB of RAM and 256 GB of storage has plenty of RAM but limited space for files. You need both, but they serve different purposes.

Can I add more RAM to my computer?

Most desktop computers and some laptops allow RAM upgrades. Check your computer's manual or search online for your specific model to see whether RAM is upgradeable and what type to buy. Macs with Apple Silicon chips (M1, M2, and newer) cannot be upgraded after purchase. Older Macs and most Windows laptops can be upgraded by a technician.

What does it mean if my RAM usage is always at 100 percent?

Your computer is running out of memory. Programs will slow down or freeze. Open Task Manager or Activity Monitor to see which programs are using the most RAM, then close the ones you do not need. If the problem persists after closing programs, your computer may need more RAM installed.

Why does my computer show less RAM than I bought?

Some RAM is reserved for your graphics card and system functions. If you bought 16 GB, your computer might show 15.9 GB or 15.5 GB available. This is normal. If the difference is larger — for example, you bought 16 GB but only 8 GB shows up — one RAM module may have failed or not be seated properly.

Do I need to upgrade my RAM?

Upgrade if your computer is slow and RAM usage is consistently above 80 percent. If RAM usage is low but your computer is still slow, upgrading RAM will not help. Check what programs are using the most CPU power instead. For most web browsing and office work, 8 GB is adequate; for video editing, 3D design, or running many programs at once, 16 GB or more is better.