The Computer Oracle

How can I detect the amount of memory slots I have?

Become or hire the top 3% of the developers on Toptal https://topt.al/25cXVn

--

Music by Eric Matyas
https://www.soundimage.org
Track title: City Beneath the Waves Looping

--

Chapters
00:00 Question
00:56 Accepted answer (Score 22)
01:12 Answer 2 (Score 83)
01:36 Answer 3 (Score 31)
01:56 Answer 4 (Score 28)
02:19 Thank you

--

Full question
https://superuser.com/questions/331282/h...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#windows7 #windowsxp #memory #hardwaredetection

#avk47



ANSWER 1

Score 84


How about going by command-line without any third party installer?

wmic MEMORYCHIP get banklabel, capacity, caption, devicelocator, partnumber

gives you something like this

BankLabel  Capacity    Caption          DeviceLocator   PartNumber
BANK 2     4294967296  Physical Memory  ChannelB-DIMM0  xxxxxxxxxx-PB



ANSWER 2

Score 33


To answer question (1) using WMIC:

wmic memphysical get MaxCapacity,MemoryDevices

produces something like this:

MaxCapacity  MemoryDevices
16777216     2



ANSWER 3

Score 28


CPU-Z offers detailed information about RAM slots, timings, XMP profiles, etc. As for max supported you normally will have to look up the limits imposed by your northbridge.

enter image description here




ACCEPTED ANSWER

Score 22


Try Speccy Free Edition

.

enter image description here