How to find out how much RAM your computer has
You can check your RAM in under a minute on Windows, Mac, or Linux without opening your computer or installing anything. The method depends on which operating system you use, but all three show you the same information: how much total memory is installed and how much is currently in use.
RAM (random-access memory) is the temporary workspace your computer uses while programs are running. More RAM lets you run more programs at once without slowdowns. Checking it tells you whether your machine has enough memory for what you do, or whether an upgrade might help.
Key Takeaways
- On Windows 10 or 11, right-click "This PC" or "My Computer," select Properties, and read the installed RAM amount in the System section.
- On 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 see total and available memory.
- Task Manager (Windows), Activity Monitor (Mac), and System Monitor (Linux) show you how much RAM is in use right now, not just the total installed.
- If you see less RAM than you know you installed, a stick may have failed or not seated properly in its slot.
Checking RAM on Windows 10 and 11
The fastest way is through System Properties. Right-click on "This PC" (Windows 11) or "My Computer" (Windows 10) on your desktop or in File Explorer, then select Properties. Look for the line labeled "Installed RAM" — that number is your total memory.
If you want to see how much RAM is actually being used right now, open Task Manager by pressing Ctrl+Shift+Esc or right-clicking the taskbar and selecting Task Manager. Click the Performance tab, then Memory on the left side. The graph shows total RAM at the top and how much is in use at the bottom.
Checking RAM on Mac
Click the Apple menu in the top-left corner and select About This Mac. The Overview tab opens automatically and shows "Memory" with the total amount installed. This is the quickest route.
To see how much memory is currently in use, open Activity Monitor (search for it in Spotlight by pressing Command+Space, typing "Activity Monitor," and pressing Enter). Click the Memory tab at the top. The number labeled "Memory Used" shows what is active right now, and "Physical Memory" shows your total.
Checking RAM on Linux
Open a terminal window. Type free -h and press Enter. The output shows total memory in the "Mem" row under the "total" column. The -h flag displays the number in human-readable format (gigabytes instead of bytes).
For a more detailed view that includes swap memory and buffers, type cat /proc/meminfo and press Enter. This shows every memory category your system tracks, though most users only need the total from the free command.
Understanding what the numbers mean
RAM is measured in gigabytes (GB). Most modern computers have between 4 GB and 32 GB installed. A computer with 8 GB can run everyday tasks like web browsing, email, and document editing without strain. Video editing, 3D rendering, or running many programs at once typically needs 16 GB or more.
The "used" number you see in Task Manager, Activity Monitor, or System Monitor changes constantly as programs open and close. It is normal for this to be 50 to 70 percent of your total even when you are not actively using much — your operating system reserves memory for background tasks and caching.
What to do if the RAM shown is less than expected
If your computer shows less RAM than you know you installed, a memory stick may have failed or not seated properly. Power off the computer completely, unplug it, and wait 30 seconds. Open the case (consult your computer's manual for how), locate the RAM sticks (they look like small rectangular modules with chips on both sides), and press down firmly on both ends until they click into place. Power on and check again.
If the number is still low after reseating, one stick may be defective. You can test this by removing one stick, powering on, checking the RAM amount, then swapping sticks and checking again. The stick that causes the total to drop is the failing one. If you are not comfortable opening your computer, a repair technician can do this in minutes.
RAM usage vs. total RAM installed
Do not confuse these two numbers. Total RAM is fixed — it is what you have installed and does not change unless you add or remove memory. Used RAM fluctuates throughout the day as you open and close programs.
If your used RAM stays near 90 percent or higher even when you are not running much, your computer will feel slow because it has to use the hard drive or SSD as temporary memory (called swap or virtual memory), which is much slower. This is a sign you might benefit from adding more RAM, but it is not an emergency — your computer will still work, just slower during heavy use.
Frequently Asked Questions
Can I add more RAM to my computer?
Most laptops and desktops allow RAM upgrades, but some newer laptops have memory soldered to the motherboard and cannot be upgraded. Check your computer's manual or search the model number plus "RAM upgrade" to find out. If upgrades are possible, you will need to buy RAM that matches your computer's type (DDR4, DDR5, etc.) and speed.
Why does my computer show less RAM in use than I have installed?
Your operating system reserves memory for background processes, caching, and standby. This is normal and actually improves performance. The important number is how much is available when you need it, not how much is sitting unused.
Does checking RAM hurt my computer?
No. Looking at your RAM through system settings, Task Manager, Activity Monitor, or terminal commands does not change anything or cause any damage. It is purely informational.
What if Task Manager shows different RAM than System Properties?
They are showing different things. System Properties shows total installed RAM. Task Manager shows how much is currently in use. Both numbers are correct — they just answer different questions.
Is 8 GB of RAM enough?
For web browsing, email, documents, and streaming, 8 GB is sufficient. For video editing, programming, or running virtual machines, 16 GB or more is better. Check what you actually use your computer for and whether it feels slow during those tasks.