How to Check RAM Size and Type in Windows 11
You check your RAM size and type in Windows 11 by opening the Task Manager.
RAM, or Random Access Memory, is your PC’s short-term workspace. It stores data for active programs so your system can access it quickly. Knowing your RAM’s size, like 8GB or 16GB, and its type, such as DDR4, helps you understand your computer’s capabilities.
This information is crucial, especially if you’re troubleshooting performance issues or confirming your system meets Windows 11 minimum requirements, which recommend at least 4GB of RAM.
1Check RAM Using the Settings App
The Settings app is the easiest place to see how much RAM your PC has.
- Click the Start button (Windows icon) at the bottom-left of your screen.
- Click Settings (gear icon). Or press Windows key + I on your keyboard to open Settings quickly.
- In Settings, click System on the left side.
- Scroll down and click About at the bottom of the System menu.
- Look for Installed RAM on the right. This shows how much RAM is currently installed.


2Check RAM Using Task Manager
Task Manager shows more detailed info about your RAM, like speed and how many memory slots are used.
- Click Start and type Task Manager, then open it.
- In Task Manager, click the Performance tab at the top.
- Click Memory on the left side.
- Here, you can see your total RAM, speed (in MHz), type (e.g., DDR4), how many slots are used, and more.

3Check RAM Using System Information
The System Information app gives a summary of your computer, including RAM details.
- Click Start and type System Information, then open it.
- Make sure System Summary is selected on the left.
- Look for Installed Physical Memory (RAM) to see your total RAM.

4Check RAM Using PowerShell Commands
If you like using commands, you can find detailed RAM info with PowerShell:
- Click Start, type Windows Terminal or PowerShell, and open it.
- Type or copy-paste the following command and press Enter:
Get-WmiObject Win32_PhysicalMemory | Format-Table Capacity, Manufacturer, FormFactor, BankLabel, ConfiguredClockSpeed, Speed, DeviceLocator, SerialNumber -AutoSizeThis command will show details like the size of each RAM stick, its manufacturer, speed, and slot location.
Summary
- RAM is important for your computer’s speed and performance.
- You can easily check your RAM size and type using Windows 11’s Settings, Task Manager, System Information, or PowerShell.
- Knowing your RAM details helps you decide if you need to upgrade or if your PC meets Windows 11 requirements.
- If you want to learn more about Windows 11 features, check out our Geek Rewind website.
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.
No comments yet — be the first to share your thoughts!