Piezo Buzzer Symbol

Piezo Buzzer symbol+
The Piezo Buzzer symbol (IEC 60617 / ANSI Y32.2).

Definition: The Piezo Buzzer symbol represents an electromechanical sound-emitting device, designated BZ or LS in schematics, that converts electrical energy into audible sound using the piezoelectric effect, with a positive (+) terminal and a negative (−) terminal, per IEC 60617 and general electronics conventions.

Also known as: piezoelectric buzzer, piezo beeper, piezo transducer, piezo sounder, buzzer, beeper, alarm buzzer, piezoelectric sounder.

What the Piezo Buzzer symbol means

The Piezo Buzzer symbol denotes a compact audio output device used to produce beeps, tones, or alarm sounds in electronic circuits. The piezoelectric element (a disc of piezoelectric ceramic bonded to a metal diaphragm) flexes when voltage is applied, producing sound. The symbol indicates that an audible output is present at that point in the circuit.

In circuit diagrams the Piezo Buzzer symbol appears in alarm, notification, and user-feedback circuits. It is connected between a signal source (GPIO pin, transistor driver, or timer output) and ground. The + (pos) terminal connects to the drive signal or positive supply; the − (neg) terminal connects to ground.

How to identify the Piezo Buzzer symbol

The Piezo Buzzer symbol is typically drawn as a small rectangle or square representing the buzzer body, often with a wave or sound emission symbol (curved lines or musical note) emanating from it to indicate acoustic output. Two terminals are labelled + (pos, positive) and − (neg, negative). Some schematic styles use a circle with a 'BZ' designator and the + / − terminals. The symbol resembles a small speaker but is distinguished by the 'BZ' designator and the absence of a cone/horn graphic used for speaker symbols.

Function in a circuit

A Piezo Buzzer contains a piezoelectric ceramic disc (usually lead zirconate titanate, PZT) bonded to a brass or steel diaphragm. When an alternating or pulsed voltage is applied between the + and − terminals, the ceramic disc alternately expands and contracts, causing the diaphragm to vibrate and emit sound. Active (self-driven) buzzers contain an internal oscillator and produce a fixed tone when DC voltage is applied. Passive (externally driven) buzzers require an AC or PWM signal at the correct frequency from the driving circuit to produce sound, allowing variable tone or melody generation.

Standards: IEC vs ANSI

IEC 60617IEC 60617-08 covers indicating and signal devices. Piezo buzzers are categorised under acoustic signalling devices. The IEC symbol for a general acoustic transducer (loudspeaker/buzzer) uses a rectangle with sound-wave lines. IEC 61000-4-3 relevance: piezo buzzers can be sensitive to radiated RF fields in EMC testing.
ANSI/IEEE 315ANSI/IEEE 315-1975 defines the acoustic device symbol as a rectangle or pentagon representing the transducer with + and − terminals. Component designator BZ (buzzer) or LS (loudspeaker/sounder) is used per IEEE 200-1975 reference designations.
Key differenceIEC uses a rectangle with sound-wave emission lines for acoustic devices; ANSI/IEEE 315 uses a similar rectangle or pentagon shape. In practice, the Piezo Buzzer symbol is nearly identical in both standards. The primary difference is the designator: IEC prefers 'BZ' while some ANSI diagrams use 'LS' for any sounder device.

Terminals / pins

PinName
pos+
neg-

Typical values

Supply voltage: 3–24 V DC (active buzzers), drive frequency: 2–4 kHz (resonant frequency, for passive types); current consumption: 5–30 mA; sound pressure level (SPL): 75–95 dB at 10 cm; resonant frequency: 2.0–4.0 kHz typical; operating temperature: −20 °C to +70 °C.

Where the Piezo Buzzer symbol is used

Example

In an Arduino-based alarm circuit schematic, a Piezo Buzzer's + (pos) terminal connects through a 100 Ω current-limiting resistor to Arduino digital pin D8, and its − (neg) terminal connects to GND. When the sketch calls tone(8, 2500, 500), a 2500 Hz PWM signal is generated on D8, driving the passive piezo element to produce a 500 ms beep at approximately 80 dB.

Key facts

Frequently asked questions

What does the piezo buzzer symbol mean in a circuit diagram?

The Piezo Buzzer symbol (designator BZ) in a circuit diagram means that an audible acoustic output device is connected at that point. When the circuit applies voltage or a pulsed signal between the + and − terminals, the buzzer produces an audible tone or beep as an alarm, notification, or feedback signal.

What does the piezo buzzer symbol look like?

The Piezo Buzzer symbol is drawn as a small rectangle or square with sound-wave lines (curved arcs or a musical note symbol) emanating from one side to indicate acoustic output. Two terminals are labelled + (positive) and − (negative). It carries the reference designator BZ. The symbol is similar to a small loudspeaker symbol but uses 'BZ' rather than a cone or horn graphic.

What is the difference between an active and a passive piezo buzzer?

An active piezo buzzer contains an internal oscillator IC and produces a fixed tone (typically 2–4 kHz) when DC voltage is applied to the + and − terminals — no external signal is needed. A passive piezo buzzer has no internal oscillator and requires an external AC or PWM signal at the correct frequency to produce sound, allowing variable pitch and melody generation. Both use the same schematic symbol; the type must be identified from the datasheet.

What are the terminals (pins) on a piezo buzzer?

A Piezo Buzzer has two terminals: + (pos, positive — connected to the drive signal or positive supply) and − (neg, negative — connected to ground). Active buzzers connect the + to supply voltage and − to ground. Passive buzzers connect the + to a PWM or AC signal source and − to ground (or the signal is applied differentially for higher SPL).

What voltage and frequency should I use to drive a piezo buzzer?

Active piezo buzzers operate from 3–24 V DC applied directly to the + and − terminals. Passive piezo buzzers require a square wave or PWM signal at the buzzer's resonant frequency, typically 2.0–4.0 kHz (check datasheet), at 3–24 V. Driving at the resonant frequency maximises volume; the Arduino tone() function or a 555 timer astable circuit are common drive methods.

What standard defines the piezo buzzer symbol?

The acoustic device symbol (used for piezo buzzers) is covered by IEC 60617-08 (indicating and signal devices) and ANSI/IEEE 315-1975 (graphic symbols for electrical and electronics diagrams). The component reference designator BZ is defined in IEEE 200-1975 and IEC 60750. In practice, many circuit diagrams use a simplified rectangle with sound-wave lines and the BZ label.

Can I connect a piezo buzzer directly to a microcontroller GPIO pin?

A passive piezo buzzer can be driven directly from a 3.3 V or 5 V GPIO pin if its impedance is high enough not to exceed the GPIO's maximum output current (typically 20–40 mA for Arduino/ESP32 pins). A 100 Ω series resistor protects the GPIO. For louder output or larger buzzers, drive through a transistor (NPN with 1 kΩ base resistor) or a dedicated buzzer driver IC.

Place the Piezo Buzzer symbol on a wiring diagram or schematic in the free online circuit diagram maker — no download required.