You are watching: How to know how many pins my ram has


Best of DDR4
Since most modern-day processors indigenous AMD and also Intel have the right to operate stably in ~ 3200MHz, this Corsair kit through two 8GB modules is an ideal choice for your computer build.
Check memory serial number
To recognize the serial variety of each memory module, usage these steps:
Open Start.Type Command Prompt, right-click the top result and choose the Run together administrator option.Type the following command come retrieve the serial number because that each storage stick and also press Enter:
wmic memorychip get devicelocator, serialnumber

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

Confirm the size of each lamb module mounted on the maker under the "Capacity" column.
Quick tip: The capacity information is presented in bytes, however you can divide the number by 1073741824 (1 gigabyte in bytes) to convert the information into gigabytes.
Determine full system memory capacityYou can also quickly find out the complete amount of memory set up on the maker using these steps:
Open Start.Type Command Prompt, right-click the top an outcome and select the Run as administrator option.Type the adhering to command to identify the total physical memory and also press Enter:
systeminfo | findstr /C:"Total physics Memory"

Check storage speed
To check the operation memory speed, use these steps:
Open Start.Type Command Prompt, right-click the top result and pick the Run together administrator option.Type the adhering to command to identify the storage speed and press Enter:
wmic memorychip get devicelocator, speed

Check storage type
To inspect the mechanism 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 determine the memory type and press Enter:
wmic memorychip acquire devicelocator, memorytype

Here"s a list v the memory types that the command deserve 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 kind factor
To identify whether the modules room DIMM or SODIMM, use these steps:
Open Start.Type Command Prompt, right-click the top result and choose the Run as administrator option.Type the following command to identify the memory type factor and press Enter:
wmic memorychip get devicelocator, formfactor

Under the FormFactor column, check the type factor information.
Quick note: If the calculation is 8, the an equipment uses DIMM modules (typically obtainable on desktops). Otherwise, if the command output the number 12, the computer uses SODIMM modules (typically available on laptops).
Supported memory form factorsHere"s a list v the kind factors that 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 over commands can assist you to find the most helpful information about the modules. However, over there is an additional command you deserve to use come query all the obtainable details.
To list all the storage details, then usage these steps:
Open Start.Type Command Prompt, right-click the top an outcome and select the Run together administrator option.Type the adhering to command to see all the storage details and also press Enter:
wmic memorychip list full

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

Once you complete the steps, you will have many details around the ram modules mounted on the device.
See more: How To Delete Alternate Rows In Excel (Or Every Nth Row), Delete Alternate Rows In Excel Recipes
Usually, these details will certainly come in handy when troubleshooting issues, tweaking hardware construction (for example, overclocking), or to plan to upgrade the memory to boost the system performance.
More windows 10 resources
For an ext helpful articles, coverage, and also answers to common questions about Windows 10, visit the complying with resources: