The fastest way to check your RAM right now

On Windows, right-click "This PC" or "My Computer" on your desktop or in File Explorer, then select "Properties." A window will open showing your system information, including the total amount of RAM listed as "Installed RAM." On a Mac, click the Apple menu in the top-left corner, select "About This Mac," and look for "Memory" in the window that appears—that number is your total RAM.

Both methods take about 10 seconds and show you the exact amount your computer has right now. If you need more detail—like how much RAM is actually in use versus sitting idle—you'll need to open a different tool, which we cover below.

Key Takeaways

  • Windows users can find total RAM by right-clicking "This PC" and selecting "Properties" to see the system information window.
  • Mac users can find total RAM by clicking the Apple menu and selecting "About This Mac," then looking at the Memory line.
  • Task Manager on Windows and Activity Monitor on Mac show you how much RAM is currently in use versus available.
  • RAM is measured in gigabytes (GB), and most modern computers have between 4 GB and 32 GB installed.

Finding RAM details in Windows Task Manager

If you want to see not just your total RAM but also how much is being used right now, open Task Manager. Press Ctrl+Shift+Esc on your keyboard, or right-click the taskbar at the bottom of your screen and select "Task Manager."

Click the "Performance" tab at the top of the window. On the left side, select "Memory." The window will show your total installed RAM at the top, and a graph below it displaying how much is currently in use. This is useful if your computer feels slow—you can see whether RAM is the bottleneck or whether something else is the problem.

Checking RAM on a Mac using Activity Monitor

Mac users can see detailed RAM information by opening Activity Monitor. Press Command+Space to open Spotlight search, type "Activity Monitor," and press Enter.

Click the "Memory" tab at the top of the window. You'll see a list of running programs and how much RAM each one is using. At the bottom of the window, look for "Physical Memory" (your total RAM) and "Memory Pressure" (a graph showing how hard your RAM is working). If Memory Pressure stays in the green zone, your RAM is handling your workload fine. Yellow or red means your computer is struggling and may benefit from more RAM or closing some programs.

Understanding what the numbers mean

RAM is measured in gigabytes, written as GB. A computer with "8 GB of RAM" has 8 gigabytes of memory available for running programs. Common amounts are 4 GB, 8 GB, 16 GB, and 32 GB. Older computers often have 2 GB or 4 GB; newer ones typically have 8 GB or more.

The more RAM you have, the more programs you can run at the same time without your computer slowing down. If you're seeing that your RAM is almost always full (90% or higher in Task Manager or Activity Monitor), your computer may feel sluggish, and adding more RAM could help—though that's a hardware upgrade that requires opening your computer or taking it to a technician.

Why you might need to know your RAM amount

You'll want to check your RAM if you're troubleshooting slowness, buying software that lists RAM requirements, or deciding whether to upgrade your computer. Some programs require a minimum amount of RAM to run properly. For example, video editing software might need at least 16 GB, while basic web browsing works fine on 4 GB.

Knowing your RAM also helps when talking to a technician or posting on a tech forum—they'll often ask "How much RAM do you have?" as one of the first questions when diagnosing problems.

Checking RAM on Linux

If you're running Linux, open a terminal window and type the command free -h, then press Enter. The output will show your total RAM in the "Mem" row under the "total" column. You can also type cat /proc/meminfo for a more detailed breakdown of how memory is being used.

These terminal commands work on any Linux distribution and give you the same information as the graphical tools on Windows and Mac.

Frequently Asked Questions

Can I add more RAM to my computer?

On many desktop computers and some laptops, yes—RAM modules can be removed and replaced with larger ones. However, some modern laptops have RAM soldered directly to the motherboard and cannot be upgraded. Check your computer's manual or search online for your specific model to find out whether yours is upgradeable. If you're not comfortable opening your computer, a technician can do it for you.

What's the difference between RAM and storage?

RAM is temporary memory your computer uses while running programs—it's fast but clears when you shut down. Storage (your hard drive or SSD) is permanent memory that keeps your files even after you turn off the computer. You need both, and they're measured separately. Check storage by right-clicking your C: drive (Windows) or Macintosh HD (Mac) and selecting "Properties" or "Get Info."

Why does my computer show less RAM than I bought?

If you installed 16 GB but your computer shows only 15 GB or 15.5 GB, that's normal. Your operating system and graphics card reserve a small portion of RAM for their own use, so the amount available to programs is slightly less than the total installed. This is not a defect.

Is 8 GB of RAM enough?

For web browsing, email, and office work, 8 GB is usually sufficient. For video editing, 3D design, or running many programs at once, 16 GB or more is better. Check what programs you use most and look up their recommended RAM on the developer's website to decide whether an upgrade would help your specific situation.