How to Check CPU Clock Speed on your Windows, Mac, or Linux Computer

Download Article

Step-by-step tutorial for seeing the processor's clock speed

Download Article

Trying to figure out your CPU's clock speed? This can be done easily in your computer's system information menu. Your CPU speed determines how fast your process can perform tasks. It can be useful to check your CPU speed before installing a new program to make sure that your computer can handle it. It's especially useful to know how to check the CPU's true speed when you're overclocking for better performance. This How.com.vn guide will show you how to check the CPU speed on your Windows, Mac, or Linux computer.

Things You Should Know

  • On Windows, open the System page to view the CPU clock speed.
  • On Mac, open the About This Mac page to see the CPU speed.
  • On Linux, use Intel's turbostat tool through the terminal to check the CPU speed.
Method 1
Method 1 of 4:

Windows

Download Article
  1. How.com.vn English: Step 1 Open the System window.
    There are several ways that you can open this window quickly. This method uses Window's system information to check the processor speed. You can check your clock speed before downloading new programs and purchasing parts for building a new computer with better performance.
    • On any version of Windows, press Windows key + Pause / Break on your keyboard at the same time to quickly open the System menu.
    • Alternatively, on Windows 10, 11, and 8, right-click the Windows Start button at the bottom of the screen and select System.[1]
    • On Windows 7, Vista, or XP, you can also right-click Computer or My Computer in the Start menu and select Properties.
      • On Windows XP, you may need to click the "General" tab after selecting "Properties".
  2. Step 2 Find the "Processor" entry.
    This is under "Device specifications" on Windows 11, and in the "System" section in earlier versions.
    • Your processor model and speed will be displayed. The speed is measured in gigahertz (GHz). This is the speed of a single core of your processor. If your processor has multiple cores (most modern processors do), each core will be this speed.
    • If your processor is overclocked, the actual speed may not be shown here. See the overclocking section for details on finding your actual overclocked speed.
    Advertisement
  3. How.com.vn English: Step 3 Check how many cores your processor has.
    If you have a multi-core processor, the number of cores will not be displayed in this window. Multiple cores does not necessarily mean the programs will run faster, but it can be a big boost for programs designed for it.
    • Press Windows key + R.
    • Type dxdiag, press Enter, and then click Yes if prompted to check your drivers.
    • Find the "Processor" entry in the "System" tab. If your computer has multiple cores, you'll see the number in parentheses after the speed (e.g., "4 CPUs"). This will let you know how many cores you have. Each core runs at approximately the same speed (there will always be very minor variations).
  4. Advertisement
Method 2
Method 2 of 4:

Mac

Download Article
  1. How.com.vn English: Step 1 Open a System Report on your Mac.
    The steps to open this tool are a little different depending on your version of macOS:
    • macOS Ventura and later: Press and hold the Option key as you click the Apple menu at the top-left corner, then click System Information in the menu.[2]
    • macOS Monterey and earlier: Click the Apple menu at the top-left corner, click About this Mac, and then click the System Report… button.[3]
  2. Step 2 Find your CPU name and speed next to "Chip" or "Processor name."
    You'll see one of these options in the "Hardware Overview" section. Depending on your CPU, you may see a "Processor Speed" section here. For example, 2.7 GHz.
  3. How.com.vn English: Step 3 If the speed isn't listed, check the chip name and cores.
    For some Apple chips, you will only see a name, not a processor speed. For example, "Apple M1" or "Apple M2." For most Apple Silicon processors, you won't see the speed in gigahertz.
    • All M1 chips are 3.2 GHz, but with different numbers of cores. The more cores, the faster the M1 processor.
      • M1: 8 Cores
      • M1 Pro: 8 or 10 Cores, depending on the model
      • M1 Max: 10 Cores
      • M1 Ultra: 20 Cores
    • Standard M2 chips have 8 cores and are 3.49 GHz. Other M2 CPUs:
      • M2 Pro: 3.49 GHz, with 10 or 12 cores, depending on the model
      • M2 Max: 3.68 GHz, with 12 cores
    • For other CPUs without speeds listed, check https://everymac.com/systems/by_processor.
  4. How.com.vn English: Step 4 Use Activity Monitor to see how your CPU is performing.
    If your Mac is running slowly or you want to know which apps are using the most processing power, Activity Monitor can help. To open Activity Monitor, press Command + Spacebar at the same time, type activity monitor, then double-click Activity Monitor.
    • Click the Window menu and select CPU Usage to view current CPU activity.[4]
    • The "System" column displays which system apps are using your CPU, and what percentage of your processor they're using.
    • The "User" column displays CPU usage for non-system apps, such as your web browser and other programs you start manually.
    • The "Idle" column displays the percentage of your CPU that is not currently in use.
  5. Advertisement
Method 3
Method 3 of 4:

Ubuntu Linux

Download Article
  1. How.com.vn English: Step 1 Use the lscpu command to display your CPU speed.
    If you just want to know the speed and type of processor you have, this command will display that information on any version of Linux.
    • Open a Terminal window.
    • Type lscpu and press Enter.
    • Find the CPU name and speed next to "Model name."
  2. How.com.vn English: Step 2 Type uname -r and press ↵ Enter.
    Most tools available on Linux don't show the actual speed that the processor is running at. Intel has released a tool called turbostat that you can use to check. First, run uname -r, then note the version number that is displayed (X.XX.XX-XX).
  3. How.com.vn English: Step 3 Type sudo apt install linux-tools-X.XX.XX-XX linux-cloud-tools-X.XX.XX-XX and press↵ Enter.
    Replace X.XX.XX-XX with the version number from the previous step. Enter your admin password if prompted.
  4. How.com.vn English: Step 4 Type .
    modprobe msr and press Enter. This will install the MSR module that you'll need to run the tool.
  5. How.com.vn English: Step 5 Open another terminal window and type .
    openssl speed. This will start the OpenSSL speed test, which will push your CPU to the maximum.
  6. How.com.vn English: Step 6 Return to the first terminal window and type .
    turbostat. Running this will display a variety of readouts about your processor.
  7. Step 7 Look in the "GHz" column.
    Each entry is the actual speed of each core. The "TSC" column is the speed reported normally. This allows you to see the difference your overclock is making. The speeds will look low if you aren't pushing your CPU with a process.[5]
  8. Advertisement
Method 4
Method 4 of 4:

Windows (Overclocked CPU)

Download Article
  1. How.com.vn English: Step 1 Download and install CPU-Z.
    This is a freeware utility that monitors the components in your computer. It is designed for overclockers, and will report the exact speed that your processors are operating at. You can download it from https://www.cpuid.com/softwares/cpu-z.html.
    • CPU-Z will not install any adware or toolbars during the setup process.
    • Overclocked CPUs are processors that have had their voltages modified to produce more power. Overclocking is popular among computer enthusiasts, as it allows you to get more bang for your buck, but it can potentially damage your components. You can check out our guide to overclocking your PC for more detailed instructions.
  2. How.com.vn English: Step 2 Run CPU-Z.
    By default, there will be a shortcut on your desktop to start CPU-Z. You will need to be logged in as an administrator, or have the administrator password in order to run it.
  3. How.com.vn English: Step 3 Start a CPU-intensive task on your computer.
    Your processor will automatically slow down when it isn't being used, so the speeds you see in CPU-Z will not show the full speed unless your processor is working hard.[6]
    • A quick way to get your CPU maxed-out is to run the Prime95 program. This is a program designed to calculate prime numbers, and is used by many to perform stress tests on a computer. Download Prime95 from mersenne.org/download/, unzip the program files, and select "Just Stress Testing" when you run the program.
    • You can also open a resource-intensive task like editing a large Photoshop file or rendering a 3D model.
  4. How.com.vn English: Step 4 Check your CPU speed.
    Your current CPU speed will be displayed in the "Core Speed" field of the "CPU" tab. Expect to see minor fluctuations as your computer processes the Prime95 program.
  5. Advertisement

Community Q&A

Search
Add New Question
  • Question
    My processor speed is 2.2 Ghz, and I have 4 cores. What is the total processor speed?
    How.com.vn English: Community Answer
    Community Answer
    2.2 Ghz, that can do 4 instructions at one time. Each core represents a cpu or processor.
  • Question
    I want to purchase a computer. Is an all-in-one, an assembled computer, or a branded computer best?
    How.com.vn English: Community Answer
    Community Answer
    Get a good brand if you don't know about computing, but if you do have a fair bit of knowledge about how computers work, it's always best to build your own. That means you'll be able to customise it however you like.
  • Question
    Is a higher number on a processor speed mean it's faster?
    How.com.vn English: Community Answer
    Community Answer
    A higher GHz number means it's faster. If you are talking about the model number, then it depends on your GHz number.
See more answers
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit
      Advertisement

      Tips

      Submit a Tip
      All tip submissions are carefully reviewed before being published
      Thanks for submitting a tip for review!
      Advertisement

      About This Article

      How.com.vn English: Yaffet Meshesha
      Co-authored by:
      Computer Specialist
      This article was co-authored by Yaffet Meshesha and by How.com.vn staff writer, Kyle Smith. Yaffet Meshesha is a Computer Specialist and the Founder of Techy, a full-service computer pickup, repair, and delivery service. With over eight years of experience, Yaffet specializes in computer repairs and technical support. Techy has been featured on TechCrunch and Time. This article has been viewed 1,515,524 times.
      How helpful is this?
      Co-authors: 28
      Updated: October 4, 2023
      Views: 1,515,524
      Categories: Computer Hardware
      Article SummaryX

      1. Click the Start menu.
      2. Click Settings.
      3. Click System.
      4. Click About.
      5. Find the CPU speed next to "Processor."

      Did this summary help you?

      Thanks to all authors for creating a page that has been read 1,515,524 times.

      Reader Success Stories

      • How.com.vn English: Olaf N.

        Olaf N.

        Jul 13, 2018

        "Told me what I needed to know quickly and simply."
        Rated this article:
      Share your story

      Is this article up to date?

      ⚠️ Disclaimer:

      Content from Wiki How English language website. Text is available under the Creative Commons Attribution-Share Alike License; additional terms may apply.
      Wiki How does not encourage the violation of any laws, and cannot be responsible for any violations of such laws, should you link to this domain, or use, reproduce, or republish the information contained herein.

      Notices:
      • - A few of these subjects are frequently censored by educational, governmental, corporate, parental and other filtering schemes.
      • - Some articles may contain names, images, artworks or descriptions of events that some cultures restrict access to
      • - Please note: Wiki How does not give you opinion about the law, or advice about medical. If you need specific advice (for example, medical, legal, financial or risk management), please seek a professional who is licensed or knowledgeable in that area.
      • - Readers should not judge the importance of topics based on their coverage on Wiki How, nor think a topic is important just because it is the subject of a Wiki article.

      Advertisement