The fastest way to find your RAM on Windows, Mac, or Linux
You can find out how much RAM your computer has in under a minute using built-in system tools — no downloads or technical knowledge required. On Windows, right-click "This PC" or "My Computer" and select Properties. On Mac, click the Apple menu, choose About This Mac, and look at the Memory line. On Linux, open a terminal and type free -h. Each method shows your total RAM and how much is currently in use.
The number you see matters because RAM directly affects how many programs you can run at once without slowdowns. If you are considering an upgrade or troubleshooting why your computer feels sluggish, knowing your current amount is the first step.
Key Takeaways
- Windows users can find RAM by right-clicking This PC, selecting Properties, and reading the Installed RAM line.
- Mac users open About This Mac from the Apple menu and check the Memory field to see total and available RAM.
- The number shown is your total RAM capacity, not how much is currently free — both numbers matter for different reasons.
- If you see less RAM than you expected, some may be reserved by your system or graphics card, which is normal.
Finding RAM on Windows 10 and Windows 11
Right-click on "This PC" (Windows 11) or "My Computer" (Windows 10) on your desktop or in File Explorer. Select Properties from the menu. Look for the line that says "Installed RAM" — this is your total amount. The number appears in gigabytes, usually written as 8 GB, 16 GB, or 32 GB.
If you want more detail, you can also open Task Manager by pressing Ctrl + Shift + Esc. Click the Performance tab, then select Memory in the left sidebar. This shows your total RAM at the top and a graph of how much is currently in use. Task Manager is useful if you want to see whether a specific program is consuming most of your memory.
Finding RAM on 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. Look for the line labeled Memory — this shows your total RAM. The number appears in gigabytes, the same way it does on Windows.
If you want to see which programs are using the most memory, open Activity Monitor (search for it in Spotlight by pressing Command + Space). Click the Memory tab to see a list of running programs and how much RAM each one is using. This helps you understand whether a particular process is slowing your system down.
Finding RAM on Linux
Open a terminal window. Type the command free -h and press Enter. The output shows your total RAM in the first row under the "total" column. The -h flag displays the number in human-readable format (gigabytes instead of bytes), making it easier to understand.
If you want more detailed information, you can also type cat /proc/meminfo to see a full breakdown of memory usage. For most users, the free -h command gives you everything you need in seconds.
Understanding what the numbers mean
The number your system shows is your total installed RAM — the maximum amount your computer can use. This is different from available RAM, which is how much is currently free. If you have 16 GB installed but only 4 GB available, it means 12 GB is currently being used by your operating system and running programs.
Some RAM may also be reserved by your system for graphics processing or other functions. If you have 16 GB installed but see only 15.9 GB or 15.8 GB reported, this is normal — a small amount is always set aside. You are not missing RAM; it is just allocated differently.
When deciding whether to upgrade, compare your total installed RAM to what your programs need. If you regularly run out of available RAM (you can see this in Task Manager on Windows or Activity Monitor on Mac), an upgrade would help. If you have plenty of available RAM but your computer still feels slow, the problem is likely your hard drive or processor, not RAM.
Why you might see different numbers in different places
Sometimes Windows reports slightly less RAM than you expected. If you installed 16 GB but see 15.9 GB, the difference is usually reserved by your system or graphics card. This is normal and not a defect. If the difference is larger — for example, you installed 16 GB but see only 8 GB — one of your RAM sticks may not be fully seated in its slot, or one stick may have failed.
To check whether both RAM sticks are working, restart your computer and watch for error messages during startup. If you see a message about memory, one stick may need to be reseated (removed and reinstalled firmly). If reseating does not help, one stick may be defective and need replacement.
Checking RAM specifications beyond the total amount
If you want to know not just how much RAM you have but what type it is, you can dig deeper. On Windows, read CPU-Z (a free tool from cpuid.com) and click the SPD tab to see your RAM speed and type. On Mac, hold Option and click System Report in the About This Mac window, then select Memory to see detailed specifications. On Linux, type sudo dmidecode --type memory in a terminal.
This information matters if you are planning an upgrade. Your new RAM must match your existing RAM's type and speed, or your computer may not recognize it. Most people do not need to know these details unless they are adding more RAM themselves.
Frequently Asked Questions
What is the difference between RAM and storage?
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. You need enough RAM to run your programs smoothly, and enough storage to hold your files. They are separate things.
Is 8 GB of RAM enough?
For basic tasks like email, web browsing, and word processing, 8 GB is usually sufficient. If you edit video, work with large spreadsheets, or run many programs at once, 16 GB or more is better. Check how much available RAM you actually use during your normal work — if you regularly run low, an upgrade would help.
Can I add more RAM myself?
On most desktop computers and some laptops, yes — RAM is one of the easiest upgrades. 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 manufacturer website to see whether your model allows RAM upgrades before purchasing new sticks.
Why does my computer show less available RAM than I installed?
Your operating system and running programs use RAM constantly. If you have 16 GB installed but only 4 GB available, the other 12 GB is in use. This is normal. Close programs you are not using to free up available RAM. If available RAM is always very low even when few programs are running, you may benefit from an upgrade.
Does more RAM make my computer faster?
More RAM helps if you regularly run out of available memory — your computer will not have to use your slow hard drive as temporary memory. If you have plenty of available RAM but your computer still feels slow, the bottleneck is likely your processor or hard drive, not RAM. Adding RAM will not fix those problems.