How To Find How Many Ram Slots Are Used

How To Find How Many Ram Slots Are Used Average ratng: 4,1/5 533 votes

If you add more RAM installed than the maximum, the extra RAM will not be used. For laptop, if you want to check the maximum RAM capacity of your laptop, you can search for the detailed specs of your laptop on the Internet according to its model number. You can find the maximum RAM capacity in the detailed specs of your laptop. Step 3: Click Performance tab and select Memory on the left panel. Finally, on the right panel, the number of RAM slots is shown on the right of Slot used. As shown in the following figure. 1 of 2 means that there are two RAM slots in total and one of them is being used. Bottom Line – How many RAM slots in laptop. Empty RAM slots Open the Task Manager and go to the Performance tab. Select ‘Memory’ and under the memory graph, look for the Slots used field. It will tell you how many of the total slots are currently in use. In the screenshot below, the system has a total of 2 slots, and one of them is in use.

Whenever you want to add or upgrade RAM (Memory) then you’ll definitely want to know how many memory or RAM slots are available on my laptop. Meanwhile, it’s absolutely a daunting task to open a laptop case and check. So, in this guide, you will learn how to check the number of RAM slots in the laptop on Windows 10 operating system without opening the laptop case.

You Might Also Like: How to Check RAM Type & Size in a Laptop on Windows 10

How to Check Number of RAM Slots in Laptop on Windows 10

So here, I will show you three (3) different ways to find the exact number of slots available on any laptop like HP, Dell, Acer, and many more.

Method 1. Check via Command Prompt

The Windows Management Interface Command (WMIC) is a basic but useful Command Prompt (CMD) tool for testing device details on which you run it. So, you can also find how many RAM slots you have on your laptop. Here how it’s done:

Step 1. Open Command Prompt or simply search cmd in the Start menu.

Step 2. In Command Prompt window, type wmicmemphysical get memorydevices and press Enter.

Many

How To Find How Many Ram Slots Are Used To

Step 3. The number shown under MemoryDevices is the exact number of RAM slots on your laptop.

wmic memphysical get memorydevices

Method 2. Check RAM Slots via Task Manager

Step 1. Right-click on the Taskbar and select Task Manager or simply press Ctrl + Shift + Esc to bring the Taskbar in the easiest way.

Step 2. Click More details to expand the Task Manager.

Step 3. Click the Performance tab and select Memory on the left-pane menu. Check the number of slots next to Slot used. If it’s 2 of 2, it means you have 2 RAM slots or if it’s 2 of 4, it means your laptop has 4 RAM slots.

Method 3. Find RAM Slots via CPU-Z

CPU-Z

CPU-Z is the most popular software on your computer and it provides all types of hardware information. You get RAM type, channel #, size, NB frequency, cycle time, and a lot more on a simple interface. The powerful hardware detection tool is based on a kernel-mode software driver that collects information in real-time. This app’s Qusere engine is really fast so you don’t have to wait any longer. And you can use this feature to search the RAM type on your Windows machine without hesitation.

Step 1. You can download CPU-Z from CPUID.comand follow the on-screen instructions to install.

Step 2. When installed, open the CPU-Z app, and if you’re prompted simply click Yes.

Step 3. Now, click the SPD tab and then click the down arrow in the Memory Slot Selection section.

CPU-Z

Wrapping Up

That’s it. This is how you can check RAM slots in a laptop on Windows 10 operating system. Usually, two RAM slots are available on most laptops. One is used while the other is able to be upgraded. You can replace the original RAM with new higher powerful RAM if you notice that your laptop has not an extra RAM slot and you do want to upgrade RAM. However, it is worth noting that you should be careful to pick the right RAM to prevent compatibility problems for your laptop.

How to Change PC Name on Windows 10

December 15, 2020

How to Create macOS Big Sur Bootable USB...

December 14, 2020

11 Best Free IDM Alternatives for Windows 10...

December 13, 2020
Find out how many ram slots are used windows 10Used

How to Set Custom Background Image on Chrome...

December 12, 2020

How to Find & Access YouTube Within the...

December 11, 2020

How to Enable Live Caption on Samsung Galaxy...

December 9, 2020

How to Connect Samsung DeX Wireless to PC...

December 8, 2020

How to Disable LED Indicator on Samsung Galaxy...

December 7, 2020

How To Find How Many Ram Slots Are Used Per

How to Enable & Disable Screen Saver on...

December 6, 2020

How To Find How Many Ram Slots Are Used For A

How to Reduce Data Usage on PC in...

December 4, 2020
How could I easily find out total number of memory slot in used and the memory size of each RAM module in the RAM slot, without open up computer casing?
The answer is to command the power of WMI in Windows Management Instrumentation Command-line (WMIC) utility!
WMIC is bundled with Windows XP and above (including the latest Windows 7). For those who are not using Windows XP and above, try to look for motherboard / memory utilities. Please share if you know of any.

I know there are 4GB RAM in my Core 2 Duo Desktop at home, but I can’t remember how many memory module or the size of each RAM installed to the memory slots.
I try to download the latest ASUS PC Probe II V1.04 (for P5B-Plus Vista Edition motherboard) but it does not work with Windows 7 64-bit, as ASUS driver download site said it works up to Windows Vista 64-bit :-(
Of course open the casing and take a look is not much effort, but why I have to do “dirty work” if there is an easier way to find out in no time?
So, here is this WMIC command I used to find out the number of RAM slot in used and the size of each RAM module in the memory slots.
1) Open the Command Prompt window and execute the following sample. I have tested this sample in both Windows 7 and Windows Vista and confirm there is no need of using Command Prompt with elevated privilege.
2) Run this WMIC command
The easiest way of remember this WMIC command is simply type wmic /? to find out more information. For this particular case, you can shorten the WMIC command for a lengthy output, e.g. wmic memorychip output all information related to memory detected by WMI.
As you can see, there is no need to install additional program, writing a Windows Shell Script or PowerShell script, etc. If you’re using Windows XP and above, the bundled WMIC does the job well.


Find Out How Many Ram Slots Are Used Windows 10

  1. re: Use WMI To Find Out RAM Slot In Used And Memory Size Of Each Slot…not work with my XP SP3. I got ”MEMORYCHIP -Alias not found” and verified that no such alias by enquiry with “wmic /?”

  2. This worked awesome on my X64 Windows 7 Laptop. Nice work. I can’t believe I have been an admin for so long and never ran across this command. Thanks.

  3. I couldnt find “MEMORYCHIP” searching through wmic /? … some help please!

  4. Awsome !
    I’m developing a C++ app. to connect WMI, then
    I used this as a reference to query cimv2 namespace, knowing the expected result for each device polled.
    Thanks

  5. WMIC MEMORYCHIP shows only RAM slot in use. But how to show all RAM slots with their maximum available capacity?

  6. You rock man. it works for win7 64bit.

    Thanks,

    Michael

  7. Hi, in which unit is the capacity displayed? Thanks Dawie

  8. It’s in byte.

  9. absolutely awesome command,

    works like a charm

  10. Nice! No additional SW to install!

    Thanks,
    Ravi.

  11. Thank you Walker! Great command!

    The best part is not having to reboot a user’s machine just to check the BIOS for this information.

  12. I agree with Zdzich that how to find free slots of server that command only shows used slots.

  13. wmic memphysical get memorydevices

    shows the number of memory slots. Just deduct the number of used slots then you’ll find the remaining available unused slots.

    To find out which slot is being used by memory cards installed, use this command:

    wmic memorychip get capacity, devicelocator

    Good luck!

  14. Awesome! Just what I was looking for. This gives me lots of programming ideas with WMIC, too!
    Thanks man!!

  15. This quick and simple solution made my day! Thanks for the tip!

  16. Great!! Awesome!!!

  17. Thanks! exactly what I was looking for.

  18. How to find the DIMM empty slots ?

  19. Motherboard WIC command :

    wmic baseboard get product,manufacturer,versio,serial number

  20. Great work thank you for your help. My job just go so much easier.:-)

  21. This is an awesome job. Worked at once

  22. Wonderful commands – works like charm!

  23. Fantastic! Wow, i didnt know about this method at all. Genius. Thank you!

  24. Note:in xp can use ‘mem’ command
    hop this also useful

  25. need to find total slots available, if ram is not connected in one slot also.

  26. can we do this somehow on a remote pc on the network?

    ty

  27. Type wmic /node:”computername” memorychip get banklabel,devicelocator,caption,capacity. Substitute the name of the remote computer for “computername” in the command.

    Mike