Zener Regulator Calculator Formula
Understand the math behind the zener regulator calculator. Each variable explained with a worked example.
Formulas Used
Series Resistor
series_resistor = (input_voltage - zener_voltage) / total_current_aResistor Power
resistor_power_mw = (input_voltage - zener_voltage) * total_current_a * 1000Zener Power
zener_power_mw = zener_voltage * total_current_a * 1000Variables
| Variable | Description | Default |
|---|---|---|
input_voltage | Input Voltage(V) | 12 |
zener_voltage | Zener Voltage(V) | 5.1 |
load_current_ma | Load Current(mA) | 20 |
zener_min_current_ma | Zener Minimum Current(mA) | 5 |
total_current_a | Derived value= (load_current_ma + zener_min_current_ma) / 1000 | calculated |
How It Works
Zener Diode Voltage Regulator
A zener diode in reverse breakdown maintains a nearly constant voltage.
Formula
R_series = (V_in - V_zener) / (I_load + I_zener_min)
The resistor drops excess voltage. The zener must carry at least its minimum current for proper regulation even at full load.
Worked Example
Regulate 12 V down to 5.1 V for a 20 mA load. Zener needs 5 mA minimum.
input_voltage = 12zener_voltage = 5.1load_current_ma = 20zener_min_current_ma = 5
- 01Total current = (20 + 5) / 1000 = 0.025 A
- 02R = (12 - 5.1) / 0.025 = 276 ohms
- 03Resistor power = 6.9 x 0.025 x 1000 = 172.5 mW
- 04Zener power = 5.1 x 0.025 x 1000 = 127.5 mW
Ready to run the numbers?
Open Zener Regulator Calculator