Skip to content

Guide

Hz to GHz: understanding CPU clock speeds explained

A gigahertz is exactly 1,000,000,000 Hz — a billion cycles per second. Modern CPUs run in the 3–5 GHz range, a scale that needed a new unit once early computers' few-MHz clock speeds grew a thousandfold.

By Published

Hertz, megahertz, and gigahertz describe the same thing at three different scales — how many cycles a signal or clock completes each second. A CPU's clock speed, specifically, counts how many times per second its internal clock signal oscillates, which paces how frequently the processor can execute the next step of an instruction.

The exact conversions

1 GHz = 1,000,000,000 Hz = 1,000 MHz
1 MHz = 1,000,000 Hz = 0.001 GHz

How CPU clock speeds have scaled

Era (illustrative)Typical clock speed
Early home computersA few MHz
1990s desktop PCsTens to a few hundred MHz
Modern desktop CPUs3–5 GHz

The jump from megahertz to gigahertz clock speeds over the decades reflects genuine advances in how fast transistors can reliably switch state, not a unit relabeling — a modern 4 GHz processor is completing roughly a thousand times more clock cycles per second than a 1990s-era desktop CPU running at a few hundred MHz.

Why GHz alone doesn't tell the whole story

Clock speed measures cycles per second, but it says nothing about how much useful work happens per cycle — a processor's architecture, the number of instructions it can complete per clock cycle, its core count, and the specific workload all affect real-world performance. This is why two processors with the same GHz rating from different architectures or different manufacturers can perform very differently, and why clock-speed marketing largely gave way to broader benchmark comparisons once single-core clock speeds plateaued in the mid-to-high GHz range. GHz remains a genuinely useful number for comparing processors within the same architecture family, just not as a universal performance ranking across all chips.

Frequently asked questions

How many Hz is 1 GHz?
One gigahertz equals exactly 1,000,000,000 Hz (one billion Hz), or equivalently 1,000 MHz.
How do you convert MHz to GHz?
Divide by 1,000: GHz = MHz / 1,000. A processor running at 3,500 MHz is running at 3.5 GHz.
Does a higher GHz number always mean a faster CPU?
Not by itself. Clock speed in GHz measures how many cycles per second a processor's clock runs, but actual performance also depends on architecture, instructions completed per cycle, core count, and workload — comparing GHz figures only tells you something meaningful when comparing otherwise similar processor designs.
Why did early computers run at MHz instead of GHz?
Early home computers in the 1970s–80s ran at processor speeds of only a few MHz because semiconductor manufacturing and design techniques of the era couldn't reliably switch transistors billions of times per second — GHz-class clock speeds only became achievable as fabrication processes advanced over subsequent decades.

Sources & references

Authoritative references cited by this piece. Verified by Buğra Sözeri on the dates shown and re-checked at every deploy.

Related

More guides on this topic

Published September 25, 2026