2026-07-03
Before LDOs and switchers existed, engineers built regulated rails with a resistor and a zener diode. It's still the right answer when you need a few milliamps of bias voltage, a reference for a comparator, or a cheap clamp — and understanding it teaches you how every shunt regulator works.
How it works: A zener diode conducts normally in forward bias, but when reverse-biased past its breakdown voltage VZ, it clamps hard at that voltage. Put a series resistor RS between your unregulated input and the zener, tie the zener's cathode to the input side and anode to ground, and you get VZ across the diode regardless of load — within limits.
The design equation: RS must drop the difference between VIN and VZ while supplying both the load current IL and enough zener bias current IZ to keep the diode in breakdown:
Real example: You need a 5.1 V reference for a microcontroller ADC from a 12 V rail (±10%), driving a 2 mA load. VIN(min) = 10.8 V. With IZ(min) = 5 mA:
The catches nobody mentions:
Rule of thumb: If your load current varies more than 3:1, or you need better than 5% regulation, skip the zener and use an LDO. If it's a bias tap for an op-amp or a hard clamp against overvoltage, the zener wins on parts count.
