Voltage Divider Calculator
Calculate output voltage, R1, or R2 using Vout = Vin × R₂/(R₁+R₂).
What Is Voltage Divider?
A voltage divider uses two series resistors to produce an output voltage that is a fraction of the input voltage: Vout = Vin × R₂/(R₁+R₂). The output is taken across the lower resistor R₂. The ratio R₂/(R₁+R₂) determines what fraction of Vin appears at Vout — ranging from 0 (R₂ → 0) to 1 (R₁ → 0).
The voltage divider is the foundation of analog electronics. It is used to set bias points for transistors, scale sensor outputs to ADC input ranges, create reference voltages, and interface different voltage logic levels. A 5 V sensor output can be divided to 3.3 V (for a 3.3 V MCU) using R₁ = 1 kΩ, R₂ = 2 kΩ: Vout = 5 × 2/(1+2) = 3.33 V.
Important: the voltage divider formula assumes negligible load current. If the load (connected to Vout) draws significant current, it effectively adds a parallel resistance to R₂, reducing Vout. As a rule of thumb, the load resistance should be at least 10× R₂ to keep output error below ~10%.
Voltage dividers also appear as potentiometers (variable resistors with a sliding contact), Wheatstone bridges (four resistors measuring small resistance changes), attenuator pads (for audio signal levels), and thermistor/photoresistor sensing circuits where one 'resistor' changes with temperature or light.
Formula Reference Table
| Solve For | Formula | Notes |
|---|---|---|
| Output voltage | Vout = Vin × R₂/(R₁+R₂) | R₂ = lower (grounded) resistor |
| Upper resistor | R₁ = R₂(Vin − Vout)/Vout | Given Vin, Vout, R₂ |
| Lower resistor | R₂ = R₁·Vout/(Vin−Vout) | Given Vin, Vout, R₁ |
| Ratio | Vout/Vin = R₂/(R₁+R₂) | The divider ratio |
| Current through divider | I = Vin/(R₁+R₂) | Must be << load current for accuracy |
| Thévenin output impedance | R_th = R₁‖R₂ = R₁R₂/(R₁+R₂) | Source impedance seen by load |
3 Worked Examples
Shift a 5 V digital output to 3.3 V for a microcontroller ADC.
- Target: Vout = 3.3 V from Vin = 5 V
- Ratio = 3.3/5 = 0.66 = R₂/(R₁+R₂)
- Choose R₂ = 2,200 Ω; R₁ = R₂(Vin−Vout)/Vout = 2,200×1.7/3.3 = 1,133 Ω → use 1,200 Ω
- Vout check = 5 × 2,200/(1,200+2,200) = 5 × 0.647 = 3.24 V ≈ 3.3 V ✓
Bias NPN transistor base to 1.5 V from 12 V supply.
- Ratio = 1.5/12 = 0.125 = R₂/(R₁+R₂)
- Choose R₂ = 1 kΩ; R₁ = R₂(12−1.5)/1.5 = 1,000 × 10.5/1.5 = 7,000 Ω → use 6.8 kΩ
- Actual Vout = 12 × 1000/7800 = 1.54 V (close enough)
NTC thermistor (10 kΩ at 25°C) in divider with 10 kΩ fixed R from 3.3 V.
- At 25°C: Vout = 3.3 × 10,000/(10,000+10,000) = 1.65 V
- At 50°C (thermistor ≈ 4.5 kΩ): Vout = 3.3 × 10,000/14,500 = 2.28 V
- ADC reads different voltage → MCU converts to temperature via lookup table
Real-World Applications
Common Mistakes to Avoid
Vout = Vin×R₂/(R₁+R₂) only holds when load resistance >> R₂. If load draws significant current, Vout drops. For precision: R_load ≥ 10×R₂, or use a buffer amplifier after the divider.
Equal R₁=R₂ always gives Vout = Vin/2. To get other ratios, resistors must be proportional to their desired voltage drops.
The voltage divider can only step DOWN voltage, never up. If Vout > Vin in your calculation, the formula is being misapplied.
Calculated R₁ = 7,342 Ω doesn't exist. Choose nearest standard value (E24 series: ...6.8k, 7.5k, 8.2k...) and recalculate actual Vout. Always verify with the modified values.
P = Vin²/(R₁+R₂). With low-value resistors on high voltage, power dissipation can be significant. Use higher resistance values to minimize quiescent current and heat.
Frequently Asked Questions
Related Physics Calculators
Formula Explorer connections
Interpretation: This formula links charge, voltage, current, resistance, capacitance, power or circuit time response. Assumption: Confirm DC versus AC conditions, RMS versus peak values, component topology and steady-state versus transient behavior. Ideal components may be assumed.