Skip to content
Follow
Windows

How to Check RAM Size and Type in Windows 11

Richard
Written by
Richard
Feb 17, 2026 Updated Aug 13, 2026 2 min read
How to Check RAM Size and Type in Windows 11
How to Check RAM Size and Type in Windows 11

RAM (Random Access Memory) is your computer’s short-term memory that holds data for open apps so they run fast. Checking your RAM size and type lets you see if your PC can handle new games or heavy software.

Windows 11 requires at least 4GB of RAM to run properly, but most modern setups need 8GB or more for smooth multitasking. You can check your exact RAM specs in seconds using the Task Manager or the Settings app without opening your computer case.

⚡ Quick Answer

Open Task Manager , go to the Performance tab, and click Memory to see your RAM size and type. Alternatively, navigate to Settings System About and find Installed RAM.

1Check RAM Using the Settings App

The Settings app provides a quick overview of total memory capacity.

  1. Click the Start button (Windows icon) at the bottom-left of your screen.
  2. Click Settings (gear icon). Or press Windows key + I on your keyboard to open Settings quickly.
  3. In Settings, click System on the left side.
  4. Scroll down and click About at the bottom of the System menu.
  5. Look for Installed RAM on the right. This shows how much RAM is currently installed.
Windows 11 Start Menu with Settings
windows 11 start menu settings updated
Windows 11 System About tile in Settings
windows 11 system about tile
Installed RAM shown in Windows 11 Settings About page
windows 11 installed ram



2Check RAM Using Task Manager

Task Manager displays granular hardware metrics, including clock speed and active memory slots.

  1. Click Start and type Task Manager , then open it.
  2. In Task Manager , click the Performance tab at the top.
  3. Click Memory on the left side.
  4. Here, you can see your total RAM, speed (in MHz), type (e.g., DDR4), how many slots are used, and more.
Windows 11 Task Manager Memory details
windows 11 system memory task manager details

3Check RAM Using System Information

The System Information app compiles a comprehensive hardware summary, including memory configurations.

  1. Click Start and type System Information, then open it.
  2. Make sure System Summary is selected on the left.
  3. Look for Installed Physical Memory (RAM) to see your total RAM.
Windows 11 System Information app showing RAM
windows 11 system summary information

4Check RAM Using PowerShell Commands

Command-line enthusiasts can query hardware specs directly through PowerShell:

  1. Click Start, type Windows Terminal or PowerShell, and open it.
  2. Type or copy-paste the following command and press Enter:
PowerShell
Get-WmiObject Win32_PhysicalMemory | Format-Table Capacity, Manufacturer, FormFactor, BankLabel, ConfiguredClockSpeed, Speed, DeviceLocator, SerialNumber -AutoSize

This command queries physical memory properties to display module capacity, manufacturer details, speed ratings, and slot designations.

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.

Additional Windows 11 tutorials remain available on the Geek Rewind website.


Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

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.

📚 Related Tutorials

How to Add or Remove Windows Terminal Shield Icon
Windows How to Add or Remove Windows Terminal Shield Icon
How to Open Windows Terminal as Admin Automatically
Windows How to Open Windows Terminal as Admin Automatically
How to Check for Windows 11 Updates
Windows How to Check for Windows 11 Updates
How to Change Tab Colors in Windows Terminal
Windows How to Change Tab Colors in Windows Terminal

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *