The fastest way to check your RAM

On Windows, right-click "This PC" or "My Computer" on your desktop or in File Explorer, then select "Properties." The amount of RAM appears in the System section under "Installed RAM." On Mac, click the Apple menu, select "About This Mac," and look at the Memory line. Both methods take about 10 seconds and show your total RAM in gigabytes (GB).

If you do not see a Properties option or About This Mac, your computer may be older or use a different operating system. The steps below cover Windows, Mac, and Linux separately, with alternatives if the quick method does not work.

Key Takeaways

  • Windows users can find RAM when ready by right-clicking "This PC" and selecting Properties, where it appears under "Installed RAM."
  • Mac users should click the Apple menu, select "About This Mac," and read the Memory line to see total RAM.
  • Task Manager on Windows and Activity Monitor on Mac also show RAM, plus how much is currently in use.
  • Linux users can open a terminal and type free -h to see RAM in a human-readable format.
  • The number shown is your total RAM; the amount available for new programs is usually lower because the system reserves some for itself.

Windows: Using Properties or Settings

The Properties method works on all Windows versions. Right-click "This PC" (Windows 10 and later) or "My Computer" (Windows 7 and earlier) on your desktop. If you do not see it on your desktop, open File Explorer, find it in the left sidebar, and right-click there. Select "Properties" from the menu. A window opens showing your computer name, processor, and RAM under the System section. The line reads "Installed RAM" followed by the amount in GB.

On Windows 11, you can also go to Settings > System > About. Scroll down to the Device specifications section and look for "Installed RAM." This method is slower but works if you prefer the Settings app.

Windows: Using Task Manager to see RAM in use

Task Manager shows not just your total RAM but how much your computer is using right now. Press Ctrl+Shift+Esc to open it directly, or press Ctrl+Alt+Delete and select Task Manager. Click the Performance tab at the top. On the left sidebar, select Memory. The top of the window shows your total installed RAM in the upper right corner, and the graph below shows how much is currently in use.

This view is useful if you want to know whether your RAM is the problem when your computer runs slowly. If the Memory graph is constantly near the top, adding more RAM may help. If it stays low, something else is slowing you down.

Mac: Using About This Mac

Click the Apple menu in the top left corner and select "About This Mac." A window opens showing your Mac model, processor, and other details. The Memory line shows your total RAM in GB. This is the same information you see in System Preferences on older Macs, though the location has moved in recent versions.

If you want to see how much RAM is currently in use, open Activity Monitor instead. You can find it by clicking the Spotlight icon (magnifying glass) in the top right, typing "Activity Monitor," and pressing Enter. Click the Memory tab. At the bottom of the window, you see "Physical Memory" (your total RAM) and "Memory Used" (how much is in use right now).

Linux: Using the terminal

Open a terminal window. Type free -h and press Enter. The output shows your total RAM in the "Mem" row under the "total" column. The -h flag makes the numbers human-readable (showing GB instead of bytes). If you want more detail, type cat /proc/meminfo instead; this shows RAM broken down by type, though the first few lines are what most people need.

Some Linux desktop environments also have a system monitor in the graphical menu. Look for "System Monitor" or "Resource Monitor" in your applications menu. The Memory or RAM tab shows the same information in a window rather than text.

Understanding what the number means

The RAM amount shown is your total installed RAM. When you open programs, the computer uses some of this RAM to run them. The operating system itself also reserves RAM for its own use. This means the amount of RAM actually available for new programs is usually lower than the total shown.

For example, if you have 8 GB of total RAM and Windows is using 2 GB, you have about 6 GB available for programs. If you open a web browser that uses 1 GB, you then have about 5 GB left. When available RAM gets very low, your computer slows down because it starts using your hard drive as temporary storage, which is much slower than actual RAM.

Why you might need to know your RAM

Knowing your RAM helps you understand whether your computer can handle the programs you want to run. Video editing software, 3D design tools, and some games need 8 GB or more. Basic web browsing and office work usually run fine on 4 GB. If your computer feels slow and Task Manager or Activity Monitor shows RAM constantly near 100 percent, upgrading RAM may help.

RAM is also useful information when buying software or checking whether an older computer can run a new program. Many software makers list minimum RAM requirements, and checking yours against those requirements tells you whether it will work.

Frequently Asked Questions

Is the RAM shown the same as storage space?

No. RAM is temporary memory your computer uses while programs are running. Storage (your hard drive or SSD) is where files are saved permanently. A computer might have 8 GB of RAM but 500 GB of storage. RAM is much faster but empties when you shut down; storage keeps data until you delete it.

Can I add more RAM to my computer?

On most desktop computers and some laptops, yes. You can open the case and install new RAM modules. On many modern laptops, especially thin ones, RAM is soldered to the motherboard and cannot be upgraded. Check your computer's manual or search your model number plus "upgrade RAM" to find out whether yours can be upgraded.

What does it mean if my available RAM is much lower than my total RAM?

Your operating system and background programs are using it. This is normal. If you want to free up RAM, close programs you are not using. Restarting your computer also clears RAM and gives you a fresh start, though the operating system will use some again when ready.

How much RAM do I actually need?

For web browsing, email, and office work, 4 GB is usually enough. For video editing, 3D design, or running many programs at once, 8 GB or more is better. Gaming depends on the game; newer games often need 8 GB or more. Check the system requirements of the programs you use most to see what they recommend.