How to Check Available RAM Slots in Windows 11

Checking the upgradability choices of a new PC or laptop is one of the most important considerations. Are there any more RAM slots, PCIe SSD slots, or HDD bays on your computer? Future-proofing your computer by having the ability to install more memory in the future will improve its speed depending on your workload. There are software-based ways to check the amount of RAM slots in addition to the conventional method, which requires opening up the computer. In this post, we’ve covered six methods for determining how many RAM slots Windows 11 has available.

Check Available RAM Slots in Windows 11 (2022)

This article includes six different ways to determine how many RAM slots Windows 11 has available. Through built-in tools like the Task Manager, Command Prompt, third-party applications, and by physically disassembling the PC, you can examine the memory slots. Expand the table below to read more about the approach you want to attempt.

Use Windows 11 Task Manager to Find Available RAM Slots

1. Press Ctrl+Shift+Esc on your keyboard to launch the Task Manager in Windows 11. Select the Performance tab from the left sidebar after that.

2. The utilised RAM slots will now be visible in the Slots Used section. For instance, this Windows 11 laptop I’m using has two RAM slots in total, only one of which is being used right now.

Check RAM Slots in Windows 11 with Command Prompt

1. To start, press Windows and enter Command Prompt in the Windows Search bar. To open a Command Prompt window with elevated admin rights, select Run as administrator next.

2. Enter the following command in Command Prompt to determine the total number of RAM slots:

wmic Memphysical get MemoryDevices

3. My Windows 11 laptop has two memory slots, as you can see. Use the following command to view the RAM slot that is currently being used:

wmic MemoryChip get BankLabel, DeviceLocator, Capacity

Find Windows 11 PC RAM Slots with PowerShell

1. PowerShell can also be used to locate RAM slots that are open. Run the following command in an elevated PowerShell window (i.e., open PowerShell with administrator privileges) to get started:

Get-WmiObject -Class "Win32_PhysicalMemoryArray"

2. Use the command below to identify the RAM slot that is currently active on your computer.

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

Find Available RAM Slots in Windows 11 with CPU-Z

In addition to monitoring CPU temperature, Windows 11’s CPU-Z third-party application now allows you to see the RAM type and open RAM slots. It’s a great free tool for discovering all types of hardware data about your computer. Use it as follows.

1. Click on this link to get CPU-Z. Get the most recent Classic version.

2. After that, open the programme after installation. Go to the Memory tab to learn more about your installed RAM, including its kind and capacity.

3. Go to theSPDtab at the top to find the available RAM slots. Click on the drop-down menu under the memory slot selection option here. It will display the options in the drop-down menu based on the RAM slots that are open. I have four memory slots, for instance, but only one of them is now being used.

Find Information About Installed RAM on Windows 11

While the aforementioned techniques enable you to verify the available memory slots, you can use Windows 11’s System Information utility to learn more about the installed RAM. The steps that you must take are listed below.

1. Click on the Windows key, then type “system information” into the search box. Open System Information now.

2. Click System Summary in the left sidebar of the System Information window. You may find the entire amount of installed physical memory (RAM), as well as how much of it is usable and how much virtual memory is available, by scrolling down in the right pane. You may obtain all the details about your installed memory using this method.

Physically Check RAM Slots on Your Windows 11 PC

You must open the casing and physically inspect the memory slots if you want to confirm the number of RAM slots that are present on your Windows 11 computer. The motherboard’s DIMM slots, where RAM is placed, are depicted in Figure 1 below. Check how many of these slots your computer’s motherboard has available. In general, motherboards have two RAM slots, however more expensive, advanced boards can have up to four or eight RAM slots.

(Figure 1) RAM Slots in Desktop PCs

As seen in Figure (2) below, there are tiny strips on computers where the RAM can be plugged in. So, here is how you may physically check whether your laptop or computer has any RAM slots open.

(Figure 2) RAM Slots in Laptops

Check and Upgrade RAM on Your Windows 11 PC

These are the procedures to check the RAM slots that are accessible in Windows 11. Please feel free to look at our post describing how to resolve memory problems on Windows 11 if you are experiencing any RAM-related issues with your computer. Additionally, we have a separate tutorial with advice on how to improve system efficiency and speed up Windows 11.