Best 4 Ways to Check RAM Type in Windows 11
Quickly check your RAM type by using the Command Prompt utility

The Random Access Memory (RAM) is an important part of your Windows device because it houses all the temporary data needed to access all the software and apps on your computer, and learning different ways to check the RAM type in your Windows 11 device is an important skill to know.
You might be in a situation where you would need to upgrade your RAM, and in this case, you would need to first know what type of RAM you currently have installed on your computer. This article is dedicated to showing you the best ways to check the RAM type on your device, so ensure to stay with us till the very end.
1. Get RAM information using the system settings
The system settings is a built-in Windows tool that allows you to view and manage various settings on your computer, including getting the RAM type, system information, hardware settings, and user accounts. This is the simplest way to get the RAM type on your Windows 11 device. Follow the steps below to achieve this.
- Press Windows + I to open the Settings menu.
- Select the System tab on the left pane, and look for the About section on the right-hand side.
- You will get your RAM information under the Device Specifications section.
2. Use the Task Manager
The Task Manager offers information about the processes and apps currently operating on a computer as well as the computer’s overall health. It can also be used to check the type of RAM installed on your Windows 11 computer.
- Press the Windows icon on your keyboard to bring up the Search bar, type Task Manager in the text field and choose the relevant option.
- Go to the Performance tab.
- On the left pane, pick Memory.
- The next menu will display the total RAM available, as well as your RAM type.
3. Use the System Information
System Information is a tool in Windows that provides detailed information about your computer’s hardware, software, and installed drivers, making it a perfect tool to check the RAM type for your device.
- Press Windows + R to open the Run dialogue, type msinfo32 in the text field, and hit Enter.
- Select System Summary on the left pane.
- Everything you need to know about your RAM will be displayed on the next menu.
4. Make use of the command prompt
Use the built-in command tool on your device if you’re searching for a more thorough investigation of your RAM. Command Prompt or Powershell can do the job well and provide all the information you need about your RAM. To do this, follow the steps below.
- Hold Windows + R simultaneously, type cmd in the text field, and hit Enter.
- Once you are in the command prompt, input the command below and hit Enter.
systeminfo | findstr /C:"Total Physical Memory"
- Allow the command to run completely and display information about your RAM.
- To check for the type of memory you have installed, input the command below. Keep in mind that when you run this command, a numeric value will be returned. Check out the meaning of each number below.
wmic memorychip get devicelocator, memorytype
0: Unknown
1: Other
2: DRAM
3: Synchronous DRAM
4: Cache DRAM
5: EDO
6: EDRAM
7: VRAM
8: SRAM
9: RAM
10: ROM
11: Flash
12: EEPROM
13: FEPROM
14: EPROM
15: CDRAM
16: 3DRAM
17: SDRAM
18: SGRAM
19: RDRAM
20: DDR
21: DDR2
22: DDR2 FB-DIMM
24: DDR3
25: FBD2 - To verify memory speed, input the command below.
wmic memorychip get devicelocator, speed
Final Words
We have successfully discussed all the possible ways to check out the RAM type in your Windows 11 device. Follow these steps carefully to get the required result. If you need further guidance on how to do this, contact us via the comment section below.
Lastly, if you just upgraded your RAM and are having difficulties booting up your system, check out this guide that gives tips on what to do if your laptop is not booting after the RAM upgrade.