Zener Shunt Regulator Calculator

Zener shunt regulator design: Rs = (Vs − Vz) / (Iz,min + IL,max). Calculates the series resistor and worst-case power dissipation in both the zener and the series resistor.

Zener Shunt Regulator

ParameterValue
Series Resistor RS--
IZ,max (at no load)--
PZ,max (zener dissipation)--
PRS (resistor dissipation)--

Formula & Theory

  • Series resistor: RS = (VS − VZ) / (IZ,min + IL,max)
  • Max zener current (no load): IZ,max = (VS − VZ) / RS
  • Max zener power: PZ,max = VZ × IZ,max
  • Max resistor power: PRS = (VS − VZ) × IZ,max

Worst-case sizing: RS is sized at minimum supply voltage to ensure regulation. Zener power is evaluated at maximum supply voltage (no load condition) — the harshest condition for the zener.

Worked Example

5.1 V zener supply from 12 V for a microcontroller bias: VZ = 5.1 V, IL = 20 mA, IZ,min = 10 mA

  • RS = (12 − 5.1) / (0.01 + 0.02) = 6.9 / 0.03 = 230 Ω → use 220 Ω (recalculate with actual value)
  • With RS = 220 Ω: Itotal = 6.9 / 220 = 31.4 mA
  • IZ,max = 31.4 − 0 (no load) = 31.4 mA
  • PZ,max = 5.1 × 0.0314 = 160 mW → use a 500 mW or 1 W rated zener
  • PRS = 6.9 × 0.0314 = 217 mW → use a 0.5 W resistor

Assumptions & Limitations

  • Supply voltage VS is assumed constant — variation in VS should be analyzed separately
  • Ideal zener breakdown voltage — real zeners have tolerance (typically ±5%) and temperature coefficient (~+2 mV/°C for voltages above 5 V)
  • Load current range 0 to IL,max — the regulator must function at both extremes

Common Mistakes

  • Not derate for temperature: Zener power rating is at 25°C case temperature. At elevated ambient, derate the power rating — a 500 mW zener may only be rated 250 mW at 75°C ambient.
  • Ignoring zener Vz tolerance: A 5.1 V zener with ±5% tolerance may be 4.85–5.36 V. For precision references, use a bandgap reference IC (e.g. LM4040) or precision zener with ±1% tolerance.
  • Using zener regulation for high-efficiency applications: A zener shunt wastes power continuously: P_waste = (Vs − Vz) × IL + Vz × Iz,min. For loads above 50 mA or battery-powered designs, an LDO or switching regulator is far more efficient.

Parts to Consider

Representative part categories — verify specifications match your design requirements before ordering.

PowerRef may earn a commission from qualifying purchases through distributor links. We only link to distributors or product pages we believe are relevant to the referenced part.

Engineering component digestGet new calculators and power-design notes when they publish.

No spam. Unsubscribe anytime.

Frequently Asked Questions

When should I use a zener shunt regulator vs an LDO?

Zener shunt regulators are best for low-current applications (up to ~50 mA) where simplicity and cost matter more than efficiency. A zener wastes power even at no load. An LDO is more efficient and accurate for currents above 10 mA or when regulation accuracy better than ±5% is required.

What is Iz,min and why does it matter?

Iz,min is the minimum zener current needed to keep the zener in regulation. Below this current, the zener impedance Zz increases sharply and regulation degrades. Typically 5–10 mA for 1/2 W zeners and 1–3 mA for 500 mW types. The datasheet specifies the test current at which Vz is measured.

Why does this calculator use worst-case conditions?

The series resistor must limit current under the worst-case combination: maximum supply voltage AND minimum load current (zener carries maximum current). If Rs is too low, the zener may exceed its power rating at high Vs and no load. The calculator sizes Rs for minimum Vs to ensure regulation is maintained even when Vs is at its minimum.