You are watching: How to tell how many pins ram has


Best of DDR4
Since most modern processors indigenous AMD and also Intel deserve to operate stably in ~ 3200MHz, this Corsair kit with two 8GB modules is an ideal an option for your pc build.
Check storage serial number
To identify the serial number of each memory module, use these steps:
Open Start.Type Command Prompt, right-click the top result and choose the Run as administrator option.Type the complying with command to retrieve the serial number because that each memory stick and press Enter:
wmic memorychip obtain devicelocator, serialnumber

Quick tip: In the command, you can likewise replace "devicelocator" through "banklabel" to list the serial number reflecting the bank"s physics label whereby the memory is located on the motherboard. For example, wmic memorychip acquire banklabel, serialnumber
Confirm the product id under the "SerialNumber" column.Check memory capacity
Using the Command Prompt, friend can find out the complete capacity every module and also the entire system.
Determine volume per memory moduleTo recognize each memory module capacity, usage these steps:
Open Start.Type Command Prompt, right-click the top an outcome and pick the Run as administrator option.Type the adhering to command to uncover out the storage capacity and press Enter:
wmic memorychip obtain devicelocator, capacity

Confirm the dimension of each lamb module set up on the machine under the "Capacity" column.
Quick tip: The capacity info is displayed in bytes, yet you can divide the number through 1073741824 (1 gigabyte in bytes) to convert the information into gigabytes.
Determine full system memory capacityYou can additionally quickly discover out the full amount of memory installed on the maker using these steps:
Open Start.Type Command Prompt, right-click the top an outcome and pick the Run as administrator option.Type the complying with command to recognize the complete physical memory and also press Enter:
systeminfo | findstr /C:"Total physical Memory"

Check memory speed
To check the operation memory speed, usage these steps:
Open Start.Type Command Prompt, right-click the top an outcome and select the Run together administrator option.Type the complying with command to identify the memory speed and press Enter:
wmic memorychip get devicelocator, speed

Check storage type
To check the device memory type on home windows 10, use these steps:
Open Start.Type Command Prompt, right-click the top an outcome and pick the Run together administrator option.Type the complying with command to recognize the memory type and push Enter:
wmic memorychip obtain devicelocator, memorytype

Here"s a list through the memory species that the command have the right to 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.Check memory type factor
To determine whether the modules room DIMM or SODIMM, usage these steps:
Open Start.Type Command Prompt, right-click the top result and pick the Run together administrator option.Type the following command to recognize the memory kind factor and also press Enter:
wmic memorychip get devicelocator, formfactor

Under the FormFactor column, check the form factor information.
Quick note: If the output is 8, the maker uses DIMM modules (typically accessible on desktops). Otherwise, if the command output the number 12, the computer uses SODIMM modules (typically obtainable on laptops).
Supported memory form factorsHere"s a list v the type factors the the command deserve to identify:
0: Unknown.1: Other.2: SIP.3: DIP.4: ZIP.5: SOJ6: 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 all memory details
The above commands can assist you to discover the most advantageous information about the modules. However, there is one more command you have the right to use to query all the obtainable details.
To list all the memory details, then usage these steps:
Open Start.Type Command Prompt, right-click the top result and pick the Run together administrator option.Type the following command to view all the storage details and also press Enter:
wmic memorychip perform full

(Optional) type the following command to view only the particular details and press Enter:
wmic memorychip acquire devicelocator, manufacturer, partnumber, serialnumber, capacity, speed, memorytype, formfactor

Once you finish the steps, you will certainly have countless details around the lamb modules installed on the device.
See more: How Many Red Skin Potatoes In A Pound ? How Many Yukon Potatoes Are In A Pound
Usually, this details will come in handy when troubleshooting issues, tweaking hardware configuration (for example, overclocking), or plan to upgrade the storage to enhance the system performance.
More windows 10 resources
For more helpful articles, coverage, and answers to usual questions about Windows 10, visit the complying with resources: