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, select Properties, and look for "Installed RAM" in the System section. On Mac, click the Apple menu, select "About This Mac", and you'll see "Memory" listed at the top. On Linux, open a terminal and type free -h to see your total memory. All three methods take under 30 seconds and show you exactly how much RAM your computer has.
If you don't see a Properties option or About This Mac, your operating system may be older or configured differently — the alternative methods below will work on any version.
Key Takeaways
- Windows users can find RAM when ready by right-clicking This PC and opening Properties to see "Installed RAM".
- Mac users should click the Apple menu, select "About This Mac", and read the Memory line.
- Linux users can open a terminal and type free -h to display total RAM in a human-readable format.
- The number you see is your total RAM; some of it may be in use by running programs, but the installed amount does not change.
Windows: Using Settings and System Information
If right-clicking This PC didn't work, open the Settings app by pressing Windows key + I. Go to System, then About, and scroll down to "Device specifications". You'll see "Installed RAM" listed there. This method works on Windows 10 and Windows 11.
For older Windows versions (Windows 7 or earlier), right-click My Computer on the desktop, select Properties, and look for "Installed RAM" in the General tab. If My Computer isn't on your desktop, open File Explorer, right-click "This PC" in the left sidebar, and choose Properties.
A third option is to use System Information directly. Press Windows key + R, type msinfo32, and press Enter. The window that opens shows "Total Physical Memory" near the top — this is your RAM in megabytes. Divide by 1024 to convert to gigabytes (for example, 16384 MB = 16 GB).
Mac: Checking memory in About This Mac
Click the Apple menu in the top-left corner and select "About This Mac". The window that opens shows your Mac's basic information, including Memory near the top. The number displayed is your total installed RAM. If you see something like "8 GB", that's your answer.
On older Macs, the same menu option exists but may be labeled slightly differently. If you don't see "About This Mac", look for "About Your Mac" or check the Apple menu again — it's always one of the first options.
You can also use System Report for more detail. In the About This Mac window, click "System Report" at the bottom. This opens a more detailed view where you can see not just total memory but also the type of RAM (DDR4, DDR5, etc.) and how many memory slots your Mac has.
Linux: Terminal commands to display RAM
Open a terminal (usually Ctrl + Alt + T on most Linux distributions) and type free -h, then press Enter. The output shows your total memory in the "total" column of the "Mem:" row. The -h flag makes the number human-readable (showing GB instead of bytes).
If you want more detail, type cat /proc/meminfo and press Enter. This displays memory information in a longer list format. Look for "MemTotal" — that's your total installed RAM in kilobytes. Divide by 1048576 to convert to gigabytes (for example, 16777216 KB = 16 GB).
Another option is lsmem, which shows memory layout and total capacity. Not all Linux distributions include this command by default, but it works on most modern systems.
Understanding what the number means
The RAM amount you see is your installed RAM — the total memory your computer has available. This number does not change unless you physically add or remove memory modules. It's different from available RAM or free RAM, which is how much of that installed memory is not currently in use by running programs.
For example, if you see 16 GB installed but only 4 GB free, your computer still has 16 GB total. The other 12 GB is being used by Windows, Mac, Linux, your browser, and other open programs. This is normal and expected — your operating system uses RAM to run smoothly.
If you want to see how much RAM is currently in use versus available, Windows Task Manager (Ctrl + Shift + Esc), Mac Activity Monitor (Applications > Utilities > Activity Monitor), and Linux commands like free -h all show this breakdown.
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 virtual machines often require a minimum amount of RAM. If a program says it needs 8 GB and you have 4 GB, the program will run very slowly or not at all.
RAM information is also useful when troubleshooting slowness. If your computer is sluggish and you see that almost all your RAM is in use, adding more memory (if your computer supports it) may help. Conversely, if you have plenty of free RAM but your computer is still slow, the problem is likely something else — your hard drive, processor, or a specific program using too much CPU.
Frequently Asked Questions
Is the RAM amount I see the same as storage space?
No. RAM is temporary memory your computer uses while running programs. Storage (your hard drive or SSD) is where files are saved permanently. A computer might have 16 GB of RAM but 512 GB of storage. RAM is much faster but clears when you shut down; storage keeps data even after power off.
Can I add more RAM to my computer?
Most desktop computers and some laptops allow you to add RAM, but not all. Newer MacBooks and many thin laptops have RAM soldered to the motherboard and cannot be upgraded. Check your computer's manual or manufacturer website to see if your model supports RAM upgrades. A technician can also tell you during an in-person inspection.
What if the RAM shown in Settings doesn't match what I bought?
Sometimes your computer shows less RAM than you installed. This can happen if one memory module failed, wasn't fully seated in its slot, or if your motherboard doesn't recognize it. Power off your computer, open the case (if you're comfortable doing so), and reseat the RAM by pushing it firmly into its slot until the clips on both ends click. If the amount still doesn't match, one module may be defective.
Does closing programs free up RAM?
Yes. When you close a program, the RAM it was using becomes available again. However, your operating system may also cache recently closed programs in RAM to make reopening them faster. This is normal and doesn't mean the RAM is wasted — it will be released if another program needs it.
How much RAM do I actually need?
For basic tasks like web browsing, email, and documents, 4 to 8 GB is usually enough. For video editing, 3D design, or running virtual machines, 16 GB or more is common. Gaming requirements vary by game, but 16 GB is a safe standard. Check the system requirements for the specific programs you plan to use.