Crystal oscillator frequencies

2026-07-22

Wikipedia: Read the full article

Pick up any circuit board — a Wi-Fi router, a car key fob, an old wristwatch — and somewhere on it you'll almost certainly find a tiny metal can stamped with a strange number: 32.768, or 3.579545, or 14.31818. These aren't random. They're the fossilized fingerprints of engineering decisions made decades ago, and every device you own is still paying tribute to them.

Take 32.768 kHz, the frequency inside virtually every quartz wristwatch and the real-time clock of every computer. Why such an ugly number? Because it's exactly 215. Feed that signal into a chain of 15 flip-flops, each halving the frequency, and the last one ticks precisely once per second. No division circuit, no math — just cascading binary halvers, cheap as dirt to fabricate. The awkwardness of "32.768" hides an elegant piece of digital minimalism.

Then there's 3.579545 MHz, sometimes called the "colorburst" crystal. This one is a ghost of American analog television. When NTSC color TV was being designed in the 1950s, engineers had to squeeze color information into a bandwidth already crammed with monochrome video and audio. The frequency 3.579545 MHz — precisely 315/88 MHz — was the mathematical compromise that let the color subcarrier interleave with the existing luminance signal without visible interference. Once the standard was set, quartz manufacturers cranked out these crystals by the billions. They became so cheap that decades after NTSC died, hobbyists and chip designers kept using them simply because they were the cheapest crystal on Earth. Your microcontroller might be marching to the beat of 1953 broadcast television.

Other "weird" frequencies have similar backstories:

The pattern is the same everywhere: a frequency that looks arbitrary is actually the shortest path between physics (what quartz can resonate at cheaply) and math (what a digital divider can produce cleanly). Every "magic number" is really a fossilized shortcut.

And here's the kicker — quartz crystal manufacturing has such economies of scale that picking a non-standard frequency can cost 10-100× more than using a common one. So new chip designs still get built around these ancient numbers. The colorburst crystal from 1953 isn't just surviving in modern electronics; it's actively shaping them. The dead standard governs the living circuit.

Down the rabbit hole: The crystal in your microwave oven's clock is probably ticking at a frequency invented to make 1950s color television work — and it's still there because nobody could make anything cheaper.

All newsletters