How to check RAM (size, speed, type, part, form factor) on Windows 11 (2024)

How to check RAM (size, speed, type, part, form factor) on Windows 11 (1)

If you have a Windows 11 laptop or desktop computer, understanding the system memory — or RAM (Random Access Memory) — specifications could be helpful to troubleshoot problems with technical support or confirm the changes after tweaking the settings in the Unified Extensible Firmware Interface (UEFI).

Also, if the device is ready for an upgrade, understanding the RAM details can come in handy to determine the brand, speed, size, and other information you may need to get the correct modules to improve system performance.

Whatever the reason, you can use Command Prompt on Windows 11 to quickly find out all the information without using Task Manager or third-party tools.

This guide will walk you through the steps to determine the specifications for the memory installed on your computer.

How to check RAM specs with Command Prompt on Windows 11

You can use Command Prompt to find out many details about the system memory installed on the computer, including manufacturer, part and serial number, capacity information, speed, type, form factor, and more.

Although you can use commands to query many different details about the system memory, some information may not be available depending on the hardware.

Check manufacturer

Get the Windows Central Newsletter

All the latest news, reviews, and guides for Windows and Xbox diehards.

To find out the memory manufacturer, use these steps:

  1. Open Start.
  2. Search for Command Prompt, right-click the top result, and select the Run as administrator option.
  3. Type the following command to determine the memory manufacturer name and press Enter: wmic memorychip get devicelocator, manufacturer

How to check RAM (size, speed, type, part, form factor) on Windows 11 (2)

  1. Confirm the memory manufacturer name under the "Manufacturer" column.

Check part number

To determine the part number for each of the memory modules, use these steps:

  1. Open Start.
  2. Search for Command Prompt, right-click the top result, and select the Run as administrator option.
  3. Type the following command to determine the memory part number and press Enter: wmic memorychip get devicelocator, partnumber

How to check RAM (size, speed, type, part, form factor) on Windows 11 (3)

  1. Confirm the product number under the "PartNumber" column.

Check serial number

To check the memory serial number, use these steps:

  1. Open Start.
  2. Search for Command Prompt, right-click the top result, and select the Run as administrator option.
  3. Type the following command to get the RAM stick's serial number and press Enter: wmic memorychip get devicelocator, serialnumber

How to check RAM (size, speed, type, part, form factor) on Windows 11 (4)

  1. Confirm the product serial number under the "SerialNumber" column.
  2. (Optional) Type the following command to find out the physical location of the stick on the motherboard and press Enter: wmic memorychip get banklabel, serialnumber

How to check RAM (size, speed, type, part, form factor) on Windows 11 (5)

Check capacity

On Windows 11, you can also use different commands to determine the total system capacity or capacity per module.

Determine capacity per module

To find out the amount of memory available in each stick, use these steps:

  1. Open Start.
  2. Search for Command Prompt, right-click the top result, and select the Run as administrator option.
  3. Type the following command to determine each module capacity and press Enter: wmic memorychip get devicelocator, capacity

How to check RAM (size, speed, type, part, form factor) on Windows 11 (6)

  1. Confirm the amount of RAM per module under the "Capacity" column.

Since the capacity is returned in bytes, you have to divide the number by 1,073,741,824 (1 gigabyte in bytes) to convert the information into gigabytes.

Determine capacity total

To determine the total amount of RAM installed on Windows 11, use these steps:

  1. Open Start.
  2. Search for Command Prompt, right-click the top result, and select the Run as administrator option.
  3. Type the following command to determine the total amount of RAM installed on the computer and press Enter: wmic computersystem get totalphysicalmemory

How to check RAM (size, speed, type, part, form factor) on Windows 11 (7)

  1. Confirm the amount of RAM per module under the "Capacity" column.

To convert the information to gigabytes, you must divide the number by 1,073,741,824 (1 gigabyte in bytes).

Check speed

To find out the speed of the memory modules, use these steps:

  1. Open Start.
  2. Search for Command Prompt, right-click the top result, and select the Run as administrator option.
  3. Type the following command to check the memory speed and press Enter: wmic memorychip get devicelocator, speed

How to check RAM (size, speed, type, part, form factor) on Windows 11 (8)

  1. Confirm each of the memory module's speed under the "Speed" column.

Check type

To determine memory type (such as DRAM, DDR4, RDRAM, etc.), use these steps:

  1. Open Start.
  2. Search for Command Prompt, right-click the top result, and select the Run as administrator option.
  3. Type the following command to check the memory type and press Enter: wmic memorychip get devicelocator, memorytype

How to check RAM (size, speed, type, part, form factor) on Windows 11 (9)

  1. Confirm memory type under the "MemoryType" column.

Supported memory types

Here's the list of the memory types that the command can detect:

  • 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.
  • 26: DRR4.

Check form factor

To determine the memory sticks form factor (such as DIMM, SODIMM, etc.) on Windows 11, use these steps:

  1. Open Start.
  2. Search for Command Prompt, right-click the top result, and select the Run as administrator option.
  3. Type the following command to check the memory form factor and press Enter: wmic memorychip get devicelocator, formfactor

How to check RAM (size, speed, type, part, form factor) on Windows 11 (10)

  1. Confirm the memory form factor under the "FormFactor" column.

If the output is 8, the computer uses DIMM modules (usually available on desktops). Otherwise, if the command output the number 12, the device uses SODIMM modules (commonly used on laptops).

Supported form factor

Here's a list of the form factors that the command can detect:

  • 0: Unknown.
  • 1: Other.
  • 2: SIP.
  • 3: DIP.
  • 4: ZIP.
  • 5: SOJ
  • 6: Proprietary.
  • 7: SIMM.
  • 8: DIMM.
  • 9: TSOP.
  • 10: PGA.
  • 11: RIMM.
  • 12: SODIMM.
  • 13: SRIMM.
  • 14: SMD.
  • 15: SSMP.
  • 16: QFP.
  • 17: TQFP.
  • 18: SOIC.
  • 19: LCC.
  • 20: PLCC.
  • 21: BGA.
  • 22: FPBGA.
  • 23: LGA.
  • 24: FB-DIMM.

Check full specs

You can use the previous command to find specific information about the memory modules individually. However, you can also query all the memory specs with a single command on Windows 11.

To view all the memory details, then use these steps:

  1. Open Start.
  2. Type Command Prompt, right-click the top result, and select the Run as administrator option.
  3. Type the following command to view all the memory details and press Enter: wmic memorychip list full

How to check RAM (size, speed, type, part, form factor) on Windows 11 (11)

  1. Confirm the specs for each module installed on the device.
  2. (Optional) Type the following command to view only the specific details and press Enter: wmic memorychip get devicelocator, manufacturer, partnumber, serialnumber, capacity, speed, memorytype, formfactor

How to check RAM (size, speed, type, part, form factor) on Windows 11 (12)

  1. Confirm the memory details.

Once you complete the steps, you will have a full overview of the memory specifications.

More resources

For more helpful articles, coverage, and answers to common questions about Windows 10 and Windows 11, visit the following resources:

  • Windows 11 on Windows Central — All you need to know
  • Windows 10 on Windows Central — All you need to know
How to check RAM (size, speed, type, part, form factor) on Windows 11 (13)

Mauro Huculak

Mauro Huculak is technical writer for WindowsCentral.com. His primary focus is to write comprehensive how-tos to help users get the most out of Windows 10 and its many related technologies. He has an IT background with professional certifications from Microsoft, Cisco, and CompTIA, and he's a recognized member of the Microsoft MVP community.

How to check RAM (size, speed, type, part, form factor) on Windows 11 (2024)

FAQs

How to check RAM (size, speed, type, part, form factor) on Windows 11? ›

Use Task Manager

How do I check my RAM speed and type in Windows 11? ›

Here's how to check your RAM speed, RAM availability, and other memory usage statistics in Windows 11 and Windows 10: Right-click the Taskbar and select Task Manager. Select Performance and click Memory. Here you can check RAM speed in Windows 10 and 11, plus other memory hardware specifications.

How to check RAM size in Windows 11? ›

Whether you're still on Windows 10 or have since upgraded to Windows 11, checking your RAM is easy. Open Settings > System > About and move to the Device Specifications section. You should see a line named "Installed RAM" that will be able to tell you how much you currently have.

How to check RAM form factor? ›

Open Start. Search for Command Prompt, right-click the top result, and select the Run as administrator option. Type the following command to check the memory form factor and press Enter: wmic memorychip get devicelocator, formfactor.

Why is my RAM 3200mhz but running at 2400? ›

Compatibility: Some motherboards may not be compatible with RAM that runs at higher speeds, such as 3200 MHz. In this case, the RAM will default to the highest speed that the motherboard can support, which may be 2400 MHz [1]. BIOS Settings: Your BIOS settings may not be configured to run the RAM at its maximum speed.

How to check RAM type in command prompt? ›

In order to use wmic, you need to open a Command Prompt window, which is quickly done by typing “cmd” into the Windows Start menu search. Once there, you can use a “wmic MemoryChip get” command to typically pull up the information you're looking for.

What is the form factor in RAM? ›

RAM is another example of a computer form factor that changes to prevent incompatible components from being inserted . Each generation of computer memory is made so that it cannot be inserted into a slot on a motherboard that was made for a different generation of memory.

What software is used to check RAM details? ›

RAMMon is a lightweight Windows application that reports memory timings, transfer rate, channel mode and other memory settings, as well as the Serial Presence Detect (SPD) data of RAM modules.

How do I check my RAM speed in Windows 11? ›

Use the Windows Task Manager: In the Task Manager, go to the "Performance" tab and look for the "Memory" section. The speed of the RAM should be displayed here. Use the Windows Command Prompt: Open the Command Prompt and type the command "wmic memorychip get speed".

What is the command to check RAM capacity? ›

Copy the command - wmic memphysical get maxcapacity to the Command Prompt window and press Enter. Then you will see the maximum capacity of RAM is shown below. The Last Step. Convert kilobytes to gigabytes.

What is DIMM RAM form factor? ›

A dual in-line memory module (DIMM) is a 64-bit memory unit that contains multiple RAM chips on a circuit board with pins that connect to the computer's motherboard. Under the DIMM architecture, every data bit is stored in separate memory cells. DIMM follows a 64-bit data path to enable faster data transfer.

Top Articles
Latest Posts
Article information

Author: Sen. Emmett Berge

Last Updated:

Views: 6545

Rating: 5 / 5 (60 voted)

Reviews: 83% of readers found this page helpful

Author information

Name: Sen. Emmett Berge

Birthday: 1993-06-17

Address: 787 Elvis Divide, Port Brice, OH 24507-6802

Phone: +9779049645255

Job: Senior Healthcare Specialist

Hobby: Cycling, Model building, Kitesurfing, Origami, Lapidary, Dance, Basketball

Introduction: My name is Sen. Emmett Berge, I am a funny, vast, charming, courageous, enthusiastic, jolly, famous person who loves writing and wants to share my knowledge and understanding with you.