Home  >  Article  >  Computer Tutorials  >  How to check memory module frequency in win10

How to check memory module frequency in win10

小老鼠
小老鼠Original
2024-04-19 15:39:16697browse

There are three ways to check the frequency of the memory module in Windows 10: Use Task Manager: Check "Speed" in the "Memory" tab of the "Performance" tab; Use the command prompt: enter "wmic memorychip get speed"; use third-party software (such as CPU-Z or HWMonitor) to view "DRAM frequency" or "effective frequency".

How to check memory module frequency in win10

How to check the memory frequency in Windows 10

Step 1: Use Task Manager

  • Press the Ctrl Shift Esc key to open the Task Manager.
  • In the Performance tab, select Memory.
  • Under "Speed", you can see the current memory frequency (in MHz).

Step 2: Using Command Prompt

  • Press the Windows keyX and select "Command Prompt (Admin)".
  • Enter the following command and press Enter:

    <code>wmic memorychip get speed</code>
  • The results will show the frequency of each installed memory module.

Step 3: Use third-party software

  • There are many third-party software that can be used to check the memory frequency, such as CPU-Z and HWMonitor.
  • Install the software and run it to get detailed information about the memory module, including frequency.

Note:

  • Make sure the frequency you are viewing is "DRAM Frequency" or "Effective Frequency".
  • Some motherboards may overclock the memory module, causing the displayed frequency to be higher than the rated frequency.

The above is the detailed content of How to check memory module frequency in win10. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn