In this post, we will show you how to find RAM Serial Number and all related information in Windows 11/10 using the command line or a free tool. Using the WMIC command line tool you can find the RAM serial number, part number, capacity, manufacturer, speed, memory type, form factor and more.
How to find RAM Serial Number and related information in Windows 11/10
To find RAM serial number, part number, capacity, manufacturer, speed, memory type, form factor, etc. in Windows 11/10, follow these steps:
- Using the WinX menu open Windows Terminal or the Command Prompt
- Type the following command and hit Enter:
wmic memorychip get devicelocator, serialnumber, partnumber, capacity, manufacturer, speed, memorytype, formfactor
- You will see all the details displayed.
If you wish to all the details about your RAM, execute the following command:
wmic memorychip list full
This MemoryType list will help you identify the memory module in use:
- 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.
This FormFactor list will help you identify the module in use:
- 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.
You can also use free tools to get information about your RAM. RAMExpert is a simple RAM information application.
Unlike other power-hogging trackers, it launches fairly quickly and leaves little footprint on your device’s performance, and offers detailed information about RAM on your PC.
Related:
- How to find out what Motherboard you have?
- How to locate or find Model Name or Serial Number of Windows computer?
How do I find my RAM type in Windows 11?
You can use Windows Task Manager or Command Prompt to find the RAM type in Windows 11. In Windows 11/10, you will have to open Windows Settings > System > About. There, you will see Installed memory (RAM). This is the Computer RAM that has been installed on your Windows PC.
How to find out how much Video RAM (VRAM) I have?
To find out how much Video RAM or VRAM your system has:
- Go to Windows Settings.
- Choose the System settings.
- Select the Display option.
- Scroll down to select the Advanced display settings.
- Choose the monitor you’d like to view settings for and click the Display adapter properties entry.
- Look for the current video RAM listed next to Dedicated Video Memory.
Hope this helps.