Check all memory details
The above commands help you to determine the most useful information about the RAM installed on your computer. However, there is another command you can use to query all the available details at the same time.
To view all the memory details on Windows 10/11, then use these steps:
- Open Start.
- Type Command Prompt, right-click the top result, and select the Run as administrator option.
- Type the following command to list every memory detail possible and press Enter
wmic memorychip list full
- Confirm the available information for each memory module installed on the device.
- (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
Supported types
Memory types the command can identify:
- 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: DDR4.
Supported form factors
Form factors the command can identify:
- 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.