Electrical engineering

decade counter

A counter that counts in decimal digits, rather than in binary.

decade counter: counts to ten, then resets

A decade counter is a digital circuit that steps through ten distinct states, 0 through 9, then returns to 0 on the next clock pulse. It forms the building block of decimal (base-10) counting systems in industrial control, measurement, and display equipment. Each counter stage represents one decimal digit; chain several together and you can count to 100, 1000, or higher in the familiar decimal notation that analog readouts and seven-segment displays require.

The classic implementation is the BCD (binary-coded decimal) counter, often built using integrated circuits like the 4017 CMOS or 7490 TTL chip. BCD counters use four binary bits to represent each decimal digit: 0000 for zero, 0001 for one, up to 1001 for nine. When a decade counter reaches nine and receives another clock pulse, its outputs reset to 0000 and typically generate a carry pulse that increments the next higher stage. This cascading carry chain lets designers build synchronous multi-digit counters without additional gating logic.

The contrast with binary counters matters in practical design. A 4-bit binary counter counts 0 to 15, wasting six states if you need decimal output. Decade counters eliminate that waste and simplify the mapping to display drivers; seven-segment decoders expect BCD input and produce readable digits directly. This saves silicon, power, and PCB space in frequency counters, event counters, and production-line tally systems that must show results in decimal.

Variants and failure modes

Asynchronous (ripple) decade counters propagate the carry signal sequentially from stage to stage, introducing cumulative delay; synchronous versions apply the clock to all stages simultaneously and use combinational logic to generate carry signals, trading circuit complexity for speed and timing predictability. In noisy industrial environments, the ripple architecture can produce glitches on intermediate outputs, so synchronous designs are preferred for safety-critical applications. Reset and preset inputs (often active-low) let circuits initialize to zero or a specific count value; if these control lines are noisy or slow to settle, the counter can behave erratically.

Decade counters remain common in legacy equipment and cost-sensitive designs where a microcontroller would be overkill. Modern practice often replaces them with software counters in PLCs or microprocessors, but you will encounter them in older factory instrumentation, panel meters, and retrofitted systems. Their simplicity, low latency, and deterministic behavior make them reliable even when power supply ripple and EMI are present, explaining their persistence on factory floors where newer technologies have not yet displaced them.

More from Electrical engineering

See all

Get the Word of the Day

One industrial term every weekday, with the trade it belongs to and why it is worth knowing. No advertising.