PC Hardware

How do I check CPU clock speed?

Updated 2026-08-14

Quick answer

You can check your CPU clock speed using system information tools or third-party applications like CPU-Z.

This guide provides steps to check your CPU clock speed across different platforms.

Steps

  1. 1

    Windows Task Manager

    Right-click the taskbar and select 'Task Manager'. Go to the 'Performance' tab and select 'CPU' to see the clock speed.

  2. 2

    macOS About This Mac

    Click the Apple logo in the top-left corner, select 'About This Mac', then click 'System Report' and look under 'Hardware' for the processor speed.

  3. 3

    Linux Terminal Command

    Open a terminal and type 'lscpu' or 'cat /proc/cpuinfo' to view the CPU information including clock speed.

Checking CPU Clock Speed on Windows

You can use the Task Manager or the System Information tool to find your CPU clock speed.

Checking CPU Clock Speed on macOS

Use the 'About This Mac' feature or Activity Monitor to view your CPU speed.

Checking CPU Clock Speed on Linux

Use the terminal command 'lscpu' or 'cat /proc/cpuinfo' to check your CPU speed.

Watch out for

  • Actual clock speed may differ from the advertised speed due to thermal throttling or power management settings.

FAQ

What is the difference between base clock and boost clock?

Base clock is the minimum speed at which the CPU operates, while boost clock is the maximum speed it can reach under certain conditions.

Can I change my CPU clock speed?

Yes, you can change your CPU clock speed through the BIOS/UEFI settings or using software tools, but this may void warranties and lead to instability.

Why does my CPU clock speed vary?

CPU clock speed can vary due to power-saving features, thermal throttling, or workload demands.