Voltage Divider Guide: Formula, Circuit Design & Calculator

Quick Answer: Voltage divider formula: Vout = Vin × R2 / (R1 + R2). For 12V input with R1=10kΩ and R2=10kΩ: Vout = 12 × 10/(10+10) = 6V. Voltage dividers are NOT voltage regulators — output changes with load.

Voltage Divider Formula

A voltage divider uses two resistors to produce an output voltage that is a fraction of the input:

Vout = Vin × R2 / (R1 + R2)

Common Voltage Divider Outputs

VinR1R2VoutRatio
12V10 kΩ10 kΩ6.00V50%
12V20 kΩ10 kΩ4.00V33%
12V10 kΩ20 kΩ8.00V67%
5V10 kΩ10 kΩ2.50V50%
5V33 kΩ10 kΩ1.16V23%
24V100 kΩ10 kΩ2.18V9.1%
120V (AC)100 kΩ10 kΩ10.9V9.1%

Loaded Voltage Divider

When a load is connected to Vout, it acts as a parallel resistance with R2, reducing the output voltage:

Vout(loaded) = Vin × (R2 ‖ RL) / (R1 + R2 ‖ RL)

Where R2 ‖ RL = (R2 × RL) / (R2 + RL)

Loading Effect Example

Unloaded: 12V, R1=10kΩ, R2=10kΩ → Vout = 6.00V

With 10kΩ load: R2‖RL = 5kΩ → Vout = 12 × 5/(10+5) = 4.00V (33% drop!)

With 100kΩ load: R2‖RL = 9.09kΩ → Vout = 12 × 9.09/19.09 = 5.71V (5% drop)

With 1MΩ load: R2‖RL = 9.90kΩ → Vout = 12 × 9.90/19.90 = 5.97V (0.5% drop)

Design Rule: RL >> R2

For stable output, the load resistance should be at least 10× larger than R2. This keeps the loading effect under 10%.

For high-current loads, use a voltage regulator (LM7805, LM317) instead of a voltage divider.

Practical Applications

Common Mistakes

Standards Reference

Frequently Asked Questions

What is a voltage divider?

A voltage divider is a simple circuit using two resistors in series to produce an output voltage that is a fraction of the input. The formula is V_out = V_in × R2 / (R1 + R2). It's used for signal scaling, reference voltages, and sensor conditioning — not for powering loads.

How do I calculate a voltage divider?

Use V_out = V_in × R2 / (R1 + R2). For 12V with R1=33kΩ and R2=10kΩ: V_out = 12 × 10/(33+10) = 12 × 10/43 = 2.79V. The output is always less than the input. Choose R2/(R1+R2) to get your desired ratio.

Can I use a voltage divider as a power supply?

No. Voltage dividers are for signal-level currents (microamps to a few milliamps) only. They waste power, have poor regulation, and the output voltage changes drastically with load. For power supply applications, use a voltage regulator (LM78xx, LDO, or buck converter).

What happens when I add a load to a voltage divider?

The load resistance acts in parallel with R2, reducing the effective R2 and lowering the output voltage. If R_L = R2, the output drops to about 67% of the unloaded value. Keep R_L > 10× R2 for less than 10% voltage drop.

How do I choose resistor values for a voltage divider?

Use moderate values (1kΩ–1MΩ). Too low (<1kΩ) wastes power. Too high (>1MΩ) is susceptible to noise and has poor drive capability. For ADC inputs, 10kΩ–100kΩ is typical. For battery monitoring, 100kΩ–1MΩ minimizes current draw.

Disclaimer: This guide is for educational and preliminary design purposes only. Always verify final equipment sizing against local codes and professional engineering requirements.