On Home windows 11, figuring out the variety of reminiscence slots on the motherboard can turn out to be useful if it’s essential improve the system’s RAM (Random Entry Reminiscence) in your pc. For instance, it may assist decide whether or not there are any additional slots so as to add extra sticks or whether or not it’s essential get a brand new package with larger capability modules.
Though it is potential to examine the machine documentation on-line or open the pc case, you need to use completely different instruments (comparable to Process Supervisor, Command Immediate, or PowerShell) to examine the slots and decide whether or not the motherboard nonetheless has a few of them obtainable.
On this information, we’ll stroll you thru the steps to verify whether or not the system has any obtainable slots so as to add extra reminiscence to the pc.
Find out how to examine obtainable reminiscence slots on Home windows 11
To find out whether or not your laptop computer or desktop pc has obtainable reminiscence slots, use these steps:
- Open Begin.
- Seek for Process Supervisor and click on the highest outcome to open the app.
- Fast tip: You’ll be able to entry the app with the Ctrl + Alt + Del keyboard shortcut, Fast Hyperlinks menu (Home windows key + X keyboard shortcut ), and Ctrl + Shift + Esc keyboard shortcut.
- Click on the Efficiency tab.
- Click on on Reminiscence.
- Verify the variety of reminiscence slots obtainable below the “Slot used” data on the bottom-right aspect of the web page.
When you full the steps, the Process Supervisor will verify the full variety of slots and which of them are getting used.
Find out how to examine obtainable reminiscence slots utilizing Command Immediate
To examine the variety of reminiscence slots and those that won’t nonetheless be populated on Command Immediate, use these steps:
- Open Begin.
- Seek for Command Immediate, right-click the highest outcome, and choose the Run as administrator possibility.
- Sort the next command to find out the slots obtainable within the motherboard and press Enter: wmic Memphysical get MaxCapacity, MemoryDevices
- Verify the MemoryDevices to seek out the full quantity of slots on the system.
- Sort the next command to seek out the used slots and press Enter: wmic MemoryChip get BankLabel, DeviceLocator, Capability
- Verify the variety of reminiscence sticks put in on the system.
After you full the steps, the Command Immediate output will checklist the reminiscence slots on the motherboard and which of them are nonetheless not populated.
Find out how to examine obtainable reminiscence slots utilizing PowerShell
To seek out out the reminiscence slots obtainable on the motherboard with PowerShell, use these steps:
- Open Begin.
- Seek for PowerShell, right-click the highest outcome, and choose the Run as administrator possibility.
- Sort the next command to find out the slots obtainable within the motherboard and press Enter: Get-WmiObject -Class “Win32_PhysicalMemoryArray”
- Verify the MemoryDevices to seek out the full quantity of slots on the system.
- Sort the next command to seek out the used slots and press Enter: Get-WmiObject -Class “Win32_PhysicalMemory” | Format-Desk BankLabel
- Verify the variety of reminiscence sticks put in on the system.
When you full the steps, PowerShell will return the slots obtainable and the slots that you need to use so as to add extra reminiscence.
Extra Home windows sources
For extra useful articles, protection, and solutions to frequent questions on Home windows 10 and Home windows 11, go to the next sources: