The fastest way to check your RAM
Open the Start menu, type System Information, and press Enter. Look for "Installed RAM" in the window that opens — that number is what you have. This takes 10 seconds and works on every Windows PC.
If you want to see it even faster, right-click "This PC" on your desktop, select Properties, and look at the "Installed RAM" line under the device name. Both methods show the total amount your PC recognizes, not how much is currently in use.
Key Takeaways
- System Information is the quickest built-in method: open Start, type "System Information", and read the "Installed RAM" line.
- Task Manager shows both total RAM and how much your programs are using right now, useful if your PC feels slow.
- Command Prompt and PowerShell can display RAM details if you prefer typing commands over clicking menus.
- The number you see is what Windows recognizes; some older PCs may show less than physically installed if the motherboard cannot address it all.
Using Task Manager to see RAM in real time
Press Ctrl+Shift+Esc to open Task Manager directly. Click the Performance tab at the top, then select Memory on the left side. The top number shows your total RAM; the graph below shows how much is in use right now.
This method is most useful when your PC is running slowly — you can see whether RAM is the bottleneck or whether something else is the problem. If the memory bar is constantly near the top, adding more RAM may help. If it sits at 50 percent or lower, RAM is not your issue.
Command Prompt and PowerShell for detailed information
If you prefer typing commands, open Command Prompt (search for "cmd" in Start) and type wmic OS get TotalVisibleMemorySize, then press Enter. The number that appears is in kilobytes — divide by 1,048,576 to convert to gigabytes. A result of 16777216 kilobytes equals 16 GB.
PowerShell offers another route: search for "PowerShell" in Start, open it, and type Get-ComputerInfo | Select-Object CsPhyicallyInstalledSystemMemory. This also returns kilobytes. Both methods show the same total as System Information, just in a different format.
What the numbers mean
RAM is measured in gigabytes (GB). A modern PC typically has 8, 16, or 32 GB. The number you see in System Information is the total amount Windows recognizes — not how much is free or available right now.
Sometimes a PC has more physical RAM installed than the number shown. This happens on older 32-bit systems, which cannot address more than about 3.5 GB no matter how much you install. If you installed 8 GB but System Information shows only 3.5 GB, your motherboard and Windows version are the limit, not a hardware failure.
Checking RAM speed and type
System Information does not show RAM speed or whether you have DDR4 or DDR5. For that detail, read CPU-Z (free from cpuid.com) and open the Memory tab. It displays the speed in megahertz (MHz), the type, and how many sticks you have.
You can also open Device Manager (search for it in Start), expand "Memory technology devices", and look at the properties of each module listed. This shows less detail than CPU-Z but requires no read.
Physical inspection if software shows nothing
If System Information shows 0 GB or an unusually low number, the RAM may not be seated properly. Shut down your PC completely, unplug it, wait 30 seconds, then open the case. Look for the long sticks of RAM in the slots near the CPU — they should be fully inserted and locked at both ends with small clips.
Push each stick straight down until the clips snap into place, close the case, plug in the PC, and restart. Then check System Information again. If the number is still wrong after reseating, one stick may be faulty or incompatible with your motherboard.
Frequently Asked Questions
Why does my PC show less RAM than I installed?
On 32-bit Windows systems, the maximum addressable RAM is about 3.5 GB, even if you install more. If you have 8 GB installed but see 3.5 GB, upgrade to 64-bit Windows to use the rest. On 64-bit systems, low numbers usually mean a stick is not fully seated — power off, reseat the RAM, and restart.
Is there a difference between RAM speed and how much RAM I have?
Yes. The amount (8 GB, 16 GB, etc.) determines how many programs you can run at once. Speed (measured in MHz) affects how fast those programs run. Both matter, but amount matters more for everyday use. Most people notice a difference when upgrading from 8 GB to 16 GB; speed upgrades are less noticeable.
Can I check RAM on a laptop the same way?
Yes, all three methods work on laptops. System Information is fastest. Task Manager works identically. The only difference is that laptop RAM is usually soldered to the motherboard or in small SO-DIMM slots under the keyboard, making physical inspection harder without disassembly.
What should I do if Task Manager shows RAM usage constantly above 90 percent?
First, identify which program is using the most memory by looking at the list in Task Manager. If it is a browser, close some tabs. If it is a background program you do not need, uninstall it. If multiple programs together are the problem, adding more RAM will help. If one program is consistently using 80 percent of your RAM, it may have a memory leak and should be updated or replaced.