4-Bit Counter Symbol

4-Bit Counter symbol74HC1614-bit Cnt
The 4-Bit Counter symbol (IEC 60617 / ANSI Y32.2).

Definition: The 4-Bit Counter symbol represents a synchronous digital integrated circuit that increments (or decrements) a 4-bit binary value by one on each active clock edge, producing output states QA–QD that count from 0000 to 1111 (0 to 15 in decimal) before rolling over, as defined in IEEE 315-1975 / ANSI Y32.2 for digital logic IC symbols and typified by devices such as the 74HC161 (synchronous 4-bit binary counter).

Also known as: binary counter, 4-bit binary counter, synchronous counter, 74HC161, 74LS163, ripple counter (async variant), BCD counter (decade variant), modulo-16 counter.

What the 4-Bit Counter symbol means

The 4-Bit Counter symbol represents a sequential logic block that advances through sixteen binary states (0000–1111) in response to clock pulses. Each rising (or falling) clock edge increments the stored count, and the four output bits QA (LSB), QB, QC, QD (MSB) collectively encode the current count as a 4-bit binary number. Control pins for reset (RST) and parallel load (LD) allow the counter to be initialised or preset to a specific value.

In digital circuit diagrams, the 4-Bit Counter symbol is used wherever a counting, frequency-division, or sequencing function is needed. Cascading multiple 4-bit counters extends the count range: two 74HC161 ICs cascade to form an 8-bit counter (0–255). The symbol's rectangular block shape with labelled pins follows the IEEE 315-1975 convention for complex logic functions.

How to identify the 4-Bit Counter symbol

The 4-Bit Counter symbol is drawn as a rectangular block with input pins on the left (CLK clock, RST reset, LD load) and output pins on the right (QA, QB, QC, QD). A small triangle or arrowhead on the CLK input indicates clock-edge triggering. The designator 'CTR' or 'CNTR' with the bit-width notation (e.g., CTR4) may appear inside the block. Power supply pins (VCC, GND) are sometimes omitted from the symbol for clarity but are present on the physical IC.

Function in a circuit

The 4-Bit Counter increments its stored binary count by 1 on each active clock edge, cycling through all 16 states before rolling over to zero (modulo-16 operation). The RST pin synchronously or asynchronously clears the count to 0000. The LD pin loads a parallel binary value (data inputs D0–D3 or equivalent) into the counter, enabling preset operation. The count outputs QA–QD can drive displays, address decoders, or serve as divide-by-N dividers by feeding the terminal count output (RCO or TC) to downstream logic.

Standards: IEC vs ANSI

IEC 60617IEC 60617-12 covers binary logic element symbols. The 4-bit counter is represented as a rectangular qualifying symbol with 'CTR' notation inside, per IEC 617-12 / EN 60617-12. The clock input is marked with a dynamic indicator (triangle).
ANSI/IEEE 315IEEE 315-1975 / ANSI Y32.2 defines the rectangular IC symbol with pin labels. The 4-bit counter is drawn as a labelled box with CTR4 or equivalent inside; clock polarity and active levels are shown by bubbles (active-low) or absence of bubble (active-high).
Key differenceIEC 60617-12 uses a more codified internal labelling system (e.g., 'CTR DIV 16' for a modulo-16 counter), while ANSI / IEEE 315 uses simplified 'CTR4' or device-specific numbering. Both standards use the same rectangular block outline; the difference is in internal text notation.

Terminals / pins

PinName
clkCLK
rstRST
ldLD
qaQA
qbQB
qcQC
qdQD
vccVCC
gndGND

Typical values

Supply voltage: 2V–6V (74HC series), 4.5V–5.5V (74LS series). Maximum clock frequency: up to 100MHz (74HC161 at 5V). Output logic levels: VOH ≥ 4.4V, VOL ≤ 0.1V (74HC at 5V). Count range: 0–15 (modulo-16). Propagation delay: ~7ns (74HC161 at 5V).

Where the 4-Bit Counter symbol is used

Example

In a traffic-light sequencer, a 4-Bit Counter IC (74HC161) clocked at 1Hz counts from 0 to 15; a decoder connected to outputs QA–QD translates each count state into green, amber, and red lamp signals, advancing the traffic phase once per second — the 4-Bit Counter symbol on the schematic immediately identifies the timing and sequencing core of the circuit.

Key facts

Frequently asked questions

What does the 4-bit counter symbol mean in a digital circuit diagram?

The 4-bit counter symbol represents a sequential logic IC that counts clock pulses and outputs a 4-bit binary number (QA–QD). Each clock pulse advances the count by 1, cycling through 0000 to 1111 (0–15 decimal) before rolling over to 0. The symbol indicates a counting, dividing, or sequencing function at that point in the circuit.

What does the 4-bit counter symbol look like?

The 4-bit counter symbol is a rectangle with CLK (clock), RST (reset), and LD (load) on the left side and QA, QB, QC, QD outputs on the right. A small triangle on the CLK pin indicates edge-triggering. The label 'CTR4' or 'CTR DIV 16' appears inside the rectangle. Power pins VCC and GND are present on the physical IC but may be omitted from the schematic symbol.

What is the difference between a synchronous and asynchronous 4-bit counter?

A synchronous 4-bit counter (e.g., 74HC161) clocks all flip-flops simultaneously from the same clock edge, ensuring all outputs change at the same time and minimising propagation glitches. An asynchronous (ripple) counter clocks each flip-flop from the previous flip-flop's output, causing each bit to change slightly later than the previous one, which can cause transient false decode states at higher frequencies.

What ICs are commonly shown by a 4-bit counter symbol?

The most common ICs represented by a 4-bit counter symbol are the 74HC161 (synchronous 4-bit binary counter with synchronous clear), 74HC163 (synchronous 4-bit binary counter with asynchronous clear), 74HC193 (up/down counter), and 74HC90 (decade counter). The 74HC161 is the industry-standard reference for a 4-bit synchronous binary counter.

How many pins does the 4-bit counter symbol have?

The 4-bit counter symbol has the following signal pins: CLK (clock), RST (reset), LD (load), QA, QB, QC, QD (four count outputs), plus VCC and GND power supply pins. Some variants also include data input pins (D0–D3) for parallel loading and a terminal count or ripple carry output (RCO/TC) for cascading.

How is a 4-bit counter used as a frequency divider?

Each output of a 4-bit counter divides the input clock frequency by a power of 2: QA divides by 2, QB by 4, QC by 8, and QD by 16. To divide by 16 (the full modulo), the QD output is used. To divide by other values (e.g., divide-by-10), the terminal count output is fed back to the reset or load pin to truncate the count sequence.

What standard defines the 4-bit counter symbol?

The 4-bit counter symbol follows IEEE 315-1975 / ANSI Y32.2 for North American schematics and IEC 60617-12 for IEC-standard drawings. Both use a rectangular block; IEEE 315 labels the interior 'CTR4' while IEC 60617-12 uses 'CTR DIV 16' to explicitly state the modulo.

Place the 4-Bit Counter symbol on a wiring diagram or schematic in the free online circuit diagram maker — no download required.