Find your RAM in Windows, Mac, or Linux in under a minute
Your computer stores the amount of RAM it has in the system settings, and you can see it without opening anything up or restarting. On Windows, right-click "This PC" or "My Computer" on your desktop, select Properties, and look for "Installed RAM" in the System section. On Mac, click the Apple menu, select "About This Mac", and the memory amount appears in the Overview tab. On Linux, open a terminal and type free -h to see your total memory. All three methods take less than a minute.
RAM (random access memory) is the fast, temporary storage your computer uses while programs are running. The more RAM you have, the more programs you can run smoothly at the same time. Knowing your amount matters when you want to upgrade, check if your computer can handle new software, or troubleshoot slowness.
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 "About This Mac" from the Apple menu and check the Memory field in the Overview tab.
- Linux users open a terminal and type free -h to see total memory in a human-readable format.
- Your RAM amount tells you how many programs you can run at once; more RAM means smoother multitasking.
Windows: Check RAM through System Properties
Right-click on "This PC" (Windows 10 and 11) or "My Computer" (older Windows versions) on your desktop. A menu appears. Select "Properties" at the bottom. The System window opens and shows your computer's basic information.
Look for the line that says "Installed RAM" under the System section. The number next to it is your total memory — for example, "16 GB" or "8 GB". This is the full amount your computer has available. Close the window when you are done.
If you do not see "This PC" on your desktop, open File Explorer (the folder icon on your taskbar), and "This PC" appears in the left sidebar. Right-click it there and follow the same steps.
Mac: Check RAM in About This Mac
Click the Apple menu in the top-left corner of your screen. A dropdown menu appears. Select "About This Mac" near the top of the list. A window opens showing your Mac's specifications.
Look for the "Memory" line in the Overview tab. The number shown is your total RAM — for example, "8 GB" or "16 GB". If you have multiple memory modules installed, the window may also show how many slots are in use. Close the window when you have the information you need.
Linux: Check RAM from the terminal
Open a terminal window. On most Linux distributions, you can right-click the desktop and select "Open Terminal Here", or search for "Terminal" in your applications menu. A command prompt appears.
Type free -h and press Enter. The output shows your memory in three rows: "Mem" (your total RAM), "Swap" (overflow storage on your hard drive), and "Total" (both combined). The first number in the "Mem" row is your installed RAM. For example, if it shows "16Gi", you have 16 gigabytes.
What the RAM numbers mean
RAM is measured in gigabytes (GB). Common amounts are 4 GB, 8 GB, 16 GB, and 32 GB. Each gigabyte holds about 1 billion bytes of data. The more gigabytes you have, the more information your computer can hold in fast memory while you work.
Your system shows "installed RAM" — the total amount physically in your computer. This is different from "available RAM", which is the amount not currently in use by running programs. If you have 16 GB installed but only 6 GB available, it means 10 GB is being used right now by open programs, background services, and the operating system itself.
Most modern computers come with 8 GB or 16 GB. Older computers may have 4 GB. If you do video editing, 3D rendering, or run many programs at once, you may want 32 GB or more. For everyday web browsing, email, and document work, 8 GB is usually enough.
Why you might need to know your RAM amount
Knowing your RAM helps you decide whether to upgrade. If your computer feels slow when you have several browser tabs open or multiple programs running, low RAM is often the cause. Checking your amount tells you whether adding more memory could help.
RAM amount also matters when you read new software. Some programs list a minimum RAM requirement — for example, "requires 8 GB RAM". If your computer has less, the software may run slowly or not at all. Checking your amount before installing prevents wasted time.
If you are buying a used computer or troubleshooting a problem, knowing the RAM helps you understand what the machine can handle. It is also useful information to have when you contact technical support.
Frequently Asked Questions
Can I see how much RAM is actually being used right now?
Yes. On Windows, open Task Manager (press Ctrl+Shift+Esc), click the Performance tab, and select Memory on the left. The graph shows how much RAM is in use. On Mac, open Activity Monitor (search for it in Spotlight), click the Memory tab, and look at the "Memory Pressure" graph at the bottom. On Linux, the free -h command shows available memory in the second column.
What is the difference between RAM and storage space?
RAM is fast, temporary memory that your computer uses while programs are running. Storage (your hard drive or SSD) is permanent space where files and programs are saved. When you turn off your computer, RAM is cleared, but storage keeps everything. You need both — RAM for speed while working, storage for keeping files.
Can I upgrade my RAM myself?
On most desktop computers and some laptops, yes — RAM modules are removable and can be replaced or added. On newer laptops and some all-in-one computers, RAM is soldered to the motherboard and cannot be upgraded. Check your computer's manual or search the model number online to see if yours is upgradeable before you buy new RAM.
Why does my computer show less RAM than I bought?
Your operating system and some programs reserve a portion of RAM for their own use, so the amount available to you is slightly less than the installed amount. For example, a computer with 16 GB installed may show 15.9 GB available. This is normal and not a problem.
Does more RAM make my computer faster?
More RAM helps when you run many programs at once or use memory-heavy software. If you already have enough RAM for what you do, adding more will not make your computer noticeably faster. Speed also depends on your processor and storage drive. If your computer is slow and RAM usage is already low, the problem is likely elsewhere.