Why my laptop task manager show 1 of 1 ram slot used but i have 2 ram slot?

Options
Hideonbush
Hideonbush Member Posts: 1 New User
edited October 2023 in 2020 Archives
 :) 

Answers

  • StevenGen
    StevenGen ACE Posts: 10,064 Trailblazer
    edited May 2020
    Options
    Because that is all that is installed in your laptop, I have 2 slots also and on my Task Manager it says "Slots used: 2 of 4" and my laptop has 2 slots for the ram. If you put another stick of ram into your laptop then Task Manager will show "Slots used: 2 of 2". The Task Manager is not really accurate for hardware details.

    To get  a precise memory details of your laptop do this:

    1. Go to "Type here to search" (left taskbar)

    2. Type cmd, right-click Run as administrator option.

    3. At cmd right click and it will copy this command: wmic memorychip list full then press Enter (this command will show you the most critical information about the memory modules in your system).

    4. Total system memory capacity: systeminfo | findstr /C:"Total Physical Memory"

    5. Details of RAM: wmic memorychip get devicelocator, manufacturer, partnumber, serialnumber, capacity, speed, memorytype, formfactor