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? ›

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, speed type, part form factor on Windows 11? ›

Use Task Manager

Press Ctrl+Shift+Esc to open it, then go to the Performance tab and select Memory to see all kinds of information about the system memory. Task Manager lists the amount of RAM in use and the total cached memory, plus the speed, number of slots being used, form factor, and more.

How to check RAM DDR type in Windows 11? ›

You can usually identify the type of RAM it is by the speed rating on the label, if it doesn't outright say the DDR type. To check RAM type in Windows 11, open Task Manager (Ctrl+Shift+Esc), go to the "Performance" tab, and select "Memory." It will display the RAM type (DDR3, DDR4) along with other details.

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

Alternatively, press Ctrl+Shift+Esc to open Task Manager, then navigate to Performance > Memory to view real-time RAM usage and the RAM's speed. System memory, or RAM, is an essential part of any PC running Windows 11. Too little RAM and your PC might be sluggish, so more RAM is almost always better.

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 do I check my RAM type and speed? ›

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".

How do I find my RAM form factor? ›

Check 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.

How do I check what type of DDR RAM I have? ›

Open up Task Manager by right-clicking on the Windows taskbar and selecting Task Manager. Navigate to the Performance tab — it will open with the CPU view selected, so you'll want to choose the Memory view from the left navigation panel. After clicking on Memory, you can view your RAM speed and other details.

How do I know my exact RAM type? ›

Just go to Task Manager, Click on the Performance Tab next to Process Tab, and then You will find many details like CPU, RAM and GPU sections in performance tab. To check RAM details, like speed, slots, type of RAM, click on RAM and you will get the details.

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.

Why is my RAM showing 2133 instead of 3200? ›

Either your CPU's memory controller can't handle DDR4-3200 CL16 reliably or your RAM is defective. Have you tried disabling XMP and setting the timings manually. You probably just need to disable XMP and the Auto setting for memory to set the timings manually on your particular motherboard.

What is the form factor in RAM? ›

Form factor can also mean the footprint of a freestanding computer or the size of memory necessary for a software program to run. The form factor of a device will have a significant impact on the kind of memory card chosen for it, as the size of the form factor will limit the size of the memory card it can accommodate.

How much RAM is enough for Windows 11? ›

RAM: 4 GB. If your PC has less than 4GB of memory, there are sometimes options for upgrading to get additional RAM. You may want to consult your PC manufacturer's website or with a retailer to see if there are easy and affordable options to meet the minimum requirements for Windows 11.

How do I know what RAM speed my CPU supports? ›

You can check the motherboard documentation and find the specifications section. Once you've located the specifications section, you should be able to see the maximum amount of system memory that can be installed and the number of available slots on your motherboard. Don't worry if you've chucked your manuals.

References

Top Articles
Latest Posts
Recommended Articles
Article information

Author: Rev. Porsche Oberbrunner

Last Updated:

Views: 6211

Rating: 4.2 / 5 (53 voted)

Reviews: 92% of readers found this page helpful

Author information

Name: Rev. Porsche Oberbrunner

Birthday: 1994-06-25

Address: Suite 153 582 Lubowitz Walks, Port Alfredoborough, IN 72879-2838

Phone: +128413562823324

Job: IT Strategist

Hobby: Video gaming, Basketball, Web surfing, Book restoration, Jogging, Shooting, Fishing

Introduction: My name is Rev. Porsche Oberbrunner, I am a zany, graceful, talented, witty, determined, shiny, enchanting person who loves writing and wants to share my knowledge and understanding with you.