How to check Available Ram Slots on your PC or Laptop





There are so many methods to check the available Ram Slots on your PC or Laptop witout opening it. Here we will discuss the Four major methods.


    Check Ram Slots using Task Manager:

    One of the most convenient ways to check how many RAM slots are available on your computer is through the Task Manager. Follow the steps below to check:

    1. Pres Ctrl + Shift + Esc shortcut key to open the task manager then click on Performance tab as shown in image:


    2.Now switch to the Memory tab from the left menu:

    3.Here you will find the number of slots used against the number of slots available on your motherboard. 


    Check RAM slots using Command Prompt:

    You can also determine the number of free RAM slots available on your computer using the Command Prompt.

    1. Open the Command Prompt as an Administrator.




    2. Type the command which is given below:

    WMIC memphysical get MaxCapacity, MemoryDevices

    3. The number under Memory Devices will tell you the total number of RAM slots.


    Check RAM slots using Windows PowerShell:

    As CMD we can determine the available ram slots with the help of PowerShell.
    1.Run the Windows PowerShell as an Administrator.



    2. Type the command given below
    Get-WmiObject -Class "win32_PhysicalMemoryArray" 

    3. The number under Memory Devices will tell you the total number of RAM slots.





    Post a Comment

    0 Comments