The fastest way to find your RAM amount
On Windows, right-click "This PC" or "My Computer" on your desktop or in File Explorer, then select "Properties." Look for the line that says "Installed RAM" — that number is what you have. On Mac, click the Apple menu in the top-left corner, select "About This Mac," and look at the "Memory" line. Both methods take about 10 seconds and show you the exact amount your computer is using right now.
If you cannot find those icons or menus, there are other routes that work just as well. The method you choose depends on whether you are comfortable opening system settings or prefer to look at the physical hardware itself.
Key Takeaways
- Windows users can right-click "This PC" and select "Properties" to see RAM listed as "Installed RAM" in one step.
- Mac users should click the Apple menu, select "About This Mac," and read the "Memory" line to find their RAM amount.
- You can also open Task Manager on Windows (Ctrl+Shift+Esc) and look at the "Memory" tab to see RAM in real time.
- If you want to see the physical RAM sticks, you can open your computer's case, but this is not necessary to find out how much you have.
- RAM is measured in gigabytes (GB), and modern computers typically have between 4 GB and 32 GB installed.
Using Windows Task Manager
Press Ctrl+Shift+Esc on your keyboard to open Task Manager directly. Click the "Performance" tab at the top, then select "Memory" from the left sidebar. At the top of the window, you will see a line that says "Memory" with a number and "GB" next to it. That total is your RAM.
Task Manager also shows you how much RAM your computer is currently using versus how much is available. This is useful if you want to know whether your computer has enough memory for what you are doing right now, not just the total amount installed. The "In use" number tells you how much is active, and the rest is free for other programs.
Checking RAM on older Windows versions
If you are using Windows 7 or an older version, the steps are slightly different. Right-click "Computer" on your desktop, select "Properties," and look for "Installed RAM" in the System section. The information appears in the same place, just with a different window layout.
You can also press the Windows key + Pause/Break on your keyboard, which opens the System Properties window directly on any Windows version. This is faster than navigating through menus if you know the shortcut.
Finding RAM information on Linux
Open a terminal window and type the command free -h, then press Enter. The output shows your total RAM in the "Mem" row under the "total" column. The -h flag makes the number human-readable, showing gigabytes instead of raw bytes.
If you want more detailed information, you can type cat /proc/meminfo instead. This shows RAM broken down by type and usage, though the "MemTotal" line is the one that tells you your total amount.
Looking at the physical RAM sticks
If you want to see your RAM in person, you can open your computer's case and look at the sticks themselves. They are long, thin rectangles that stand upright in slots near the processor. The capacity is usually printed on a label on top of each stick — you might see "8GB," "16GB," or another number. If you have two sticks, add them together to get your total.
Opening your computer case is optional and carries a small risk of static electricity damage if you are not careful. You do not need to do this to find out how much RAM you have — the software methods above are safer and faster. Only open the case if you are curious about the hardware itself or planning to add more RAM.
Understanding RAM amounts and what they mean
RAM is measured in gigabytes, written as GB. A computer with 8 GB of RAM has 8 gigabytes of memory available for running programs. Common amounts are 4 GB, 8 GB, 16 GB, and 32 GB. Older computers might have 2 GB or less; newer high-performance machines might have 64 GB or more.
The amount of RAM you need depends on what you do. Basic web browsing and email work fine on 4 GB. Video editing, photo work, or running many programs at once typically needs 16 GB or more. Gaming and professional software often benefit from 32 GB. If you are not sure whether your amount is enough for your needs, check how much is "in use" in Task Manager while you work — if it is consistently near your total, you might benefit from more.
Frequently Asked Questions
Is there a difference between RAM and storage space?
Yes. RAM is temporary memory your computer uses while programs are running — it clears when you shut down. Storage (your hard drive or SSD) is permanent memory that keeps your files even after you turn off the computer. They are separate things, and you need to check them differently. Storage shows up in File Explorer or Finder under your drive name.
Can I add more RAM to my computer?
Most desktop computers allow you to add RAM by opening the case and inserting new sticks into empty slots. Laptops sometimes allow it, but many modern ones have RAM soldered to the motherboard and cannot be upgraded. Check your computer's manual or search your model number online to see if yours is upgradeable before you buy new RAM.
Why does my computer show less RAM than I thought I had?
Some RAM is reserved for the graphics card or other hardware, so the amount Windows reports as "available" might be slightly less than the total you installed. This is normal. If the difference is large (more than 1 GB), you may have a hardware problem or a driver issue, and you should check your system more carefully.
What if the RAM amount keeps changing?
The amount shown in Task Manager under "In use" changes constantly as programs open and close — that is normal. The total amount under "Memory" at the top of the Performance tab should stay the same. If your total RAM appears to shrink and stay shrunk, restart your computer. If it does not return to normal, you may have a failing RAM stick.