The Computer Oracle

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

--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Unforgiving Himalayas Looping

--

Chapters
00:00 How Can I Detect The Amount Of Memory Slots I Have?
00:41 Accepted Answer Score 22
00:50 Answer 2 Score 28
01:07 Answer 3 Score 84
01:28 Answer 4 Score 33
01:40 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