How to Find Available Memory Slots on Windows 11 or 10?

0
10
Task-Manager-1536x1125

To expand your system’s RAM (Random Access Memory), you need to check the number of memory slots on your Motherboard. Now there are two ways by which you can know the memory slots, i.e., by checking your device documentation online or by opening the computer case.

Now the second may seem quite a task, so here in this risewindows article, we have different ways (such as Task Manager, Command Prompt, or PowerShell) for which you can use to check whether the motherboard still has some slots available or not.

How to Check Available Memory Slots on Windows 11 or 10 using Task Manager?

Use the following steps to check the available memory slots on your laptop or computer:-

Step 1: First, open Task Manager.

Alternatively, use the keyboard’s Ctrl + Shfti + Esc shortcut keys.

Step 2: Next, find the Memory option in the Performance tab and click on it.

You can find the Slots used and left on the opposite side. In our computer, out of 8, only two slots are used.

How to Find Available Memory Slots on Windows 11 or 10 through Command Prompt?

Use the following steps to view the available memory slots on Windows 11 or 10 using Command Prompt:-

Step 1: Open Command Prompt to begin.

Step 2: Then, navigate to the following to determine available slots in the motherboard:-

wmic Memphysical get MaxCapacity, MemoryDevices

Step 3: Finally, To view the used memory slots, type the following and press Enter key on the keyboard:-

wmic MemoryChip get BankLabel, DeviceLocator, Capacity

How to Find Available Memory Slots on Windows 11 or 10 by PowerShell?

You can find the available memory slots on Windows 11 or 10 using PowerShell by the following steps:-

Step 1: Firstly, open Windows PowerShell.

Step 2: Next, type the following command and press Enter to determine the total slots available in the motherboard:-

Get-WmiObject -Class "Win32_PhysicalMemoryArray"

Step 3: You can confirm the used memory slots by typing the following command:-

Get-WmiObject -Class "Win32_PhysicalMemory" | Format-Table BankLabel

That’s it.

You guys are amazing; keep reading, learning, and growing.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.