Neither Task Manager nor CMD display RAM Speed

Anonymous
2021-07-13T11:30:00.47+00:00

Windows 10 x64 on a 2 GB RAM machine in 2021 isn't quite a good idea. So, I'll be upgrading my RAM that currently has 2 GB to 4 GB. I don't want to throw away my installed 2 GB ram and get a completely new one of 4 GB capacity. Instead, I want to install another 2 GB RAM which will cost me less, and furthermore, dual channel memory is better (I guess so.)

Well, coming to the main topic. I verified that it is a DDR3 2 GB RAM (the one that's installed). But I couldn't find the speed of the RAM by the methods I knew. This is all I can say in text. The attached image speaks the rest. 114176-009.png

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,209 questions
Windows 10 Setup
Windows 10 Setup
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,922 questions
0 comments No comments
{count} votes

Accepted answer
  1. Teemo Tang 11,376 Reputation points
    2021-07-14T01:51:27.677+00:00

    Ok, DDR3 RAM seems a little old, there is a possibility that Windows 10 can’t recognize its speed on task manager, it is not a problem, we can use the most basic method: observation. Look at the label on the memory stick, you will find the information of its type and speed.
    114280-image.png

    Besides, you could use other methods:
    1.PowerShell command:
    Get-CimInstance -ClassName Win32_PhysicalMemory | Format-Table Capacity, Manufacturer, MemoryType, FormFactor, Name, Configuredclockspeed, Speed, Devicelocator, Serialnumber -AutoSize
    114310-image.png

    2.CPU-Z
    114365-image.png

    Do what you like.
    To be honest, for current Windows 10 or Windows 11, dual channel 4GB DDR3 RAM still not enough, if it is convenient to you, upgrade to 8GB DDR4 RAM can bring a smooth experience.


    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Information posted in the given link is hosted by a third party. Microsoft does not guarantee the accuracy and effectiveness of information.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


3 additional answers

Sort by: Most helpful
  1. Michael Taylor 51,426 Reputation points
    2021-07-13T14:07:06.417+00:00

    The actual speed may not be accurate in Windows even if it did show up. The actual DDRAM speed is controlled by the memory and the BIOS settings. For example some motherboards don't default to running at full speed for whatever reason.

    Generally I recommend you go back to the chip and look. You can also get the part number and google for it. For example the following command will give you the memory part numbers, if available.

    wmic memorychip get devicelocator, partnumber
    

    Copy the part number and google for it. In most cases it'll pull up the product page for the part on Amazon. You can generally see the actual specs from there. Alternatively go to the memory providers site if you know it and look up the number there.

    1 person found this answer helpful.
    0 comments No comments

  2. Castorix31 83,286 Reputation points
    2021-07-13T12:04:58.14+00:00

    Maybe you can check with Freeware tools, like CPU-Z

    114208-cpu-z-memory.jpg


  3. Zeico3 0 Reputation points
    2024-07-29T18:43:51.5033333+00:00

    pra quem quiser saber a quantidade MHz da memoria ram e o comando speed não retorna nada no cmd só usar o comando: wmic memorychip get configuredclockspeed

    0 comments No comments