Voltage Divider Calculator

Calculate output voltage from R1/R2 or design resistor values for a target voltage. Features load analysis, E24 nearest values, tolerance sensitivity, ratio visual, and common presets.

V
Ω
Ω
Leave empty for no load
Ω
Output Voltage
6.0000 V
Ratio: 0.5000 (-6.02 dB)
Total Current
600.00 μA
I = Vin / (R1 + R2_eff)
Power in R1
3.600 mW
10.000 kΩ
Power in R2
3.600 mW
10.000 kΩ
Output Impedance
5.000 kΩ
R_out = R1 ∥ R2
Load Effect
No load
Add load resistance to analyze

Divider Ratio Visual

R1: 50.0%
R2: 50.0%
12.00 V6.000 V0 V

Sensitivity to R2 Tolerance

R2 ToleranceR2 ValueVoutError
-5%9.500 kΩ5.8462 V-2.564%
-2%9.800 kΩ5.9394 V-1.010%
-1%9.900 kΩ5.9698 V-0.503%
0%10.000 kΩ6.0000 V0.000%
+1%10.100 kΩ6.0299 V0.498%
+2%10.200 kΩ6.0594 V0.990%
+5%10.500 kΩ6.1463 V2.439%
Planning notes, formulas, and examples

About the Voltage Divider Calculator

The voltage divider is one of the most fundamental circuits in electronics: two resistors in series produce an output voltage that is a fraction of the input. The output voltage is Vout = Vin × R2 / (R1 + R2), where R1 connects the input to the output node and R2 connects the output to ground. This simple relationship is used in sensor interfaces, biasing networks, level shifting, and signal attenuation.

However, the ideal voltage divider formula assumes no load — any current drawn from the output reduces the effective R2 and lowers the voltage. Understanding this load effect is critical in practical circuit design. The output impedance of a voltage divider is R1 ∥ R2, which sets a limit on how much current can be drawn before the voltage drops significantly.

This calculator works in two modes: calculate mode (given R1 and R2, find Vout) and design mode (given a target Vout, find R1 and R2 with E24 nearest standard values). Both modes include load analysis, tolerance sensitivity, and visual ratio display.

When This Page Helps

Designing a voltage divider often requires multiple iterations: calculate the ideal ratio, find standard resistor values, check the tolerance impact, and verify behavior under load. This calculator handles all steps in one tool, with automatic E24 value matching and a sensitivity table that shows how resistor tolerances affect the output.

How to Use the Inputs

  1. Select the mode: Calculate (find Vout from R1/R2) or Design (find R1/R2 for target Vout).
  2. Enter the input voltage Vin.
  3. In Calculate mode, enter R1 (top) and R2 (bottom) resistor values in ohms.
  4. Optionally add a load resistance to see how it affects the output.
  5. In Design mode, enter the target Vout and desired total resistance (R1+R2).
  6. Use presets for common divider configurations (5V→3.3V, 12V→5V, etc.).
  7. Check the tolerance sensitivity table to assess output accuracy.
Formula used
Unloaded Divider: Vout = Vin × R2 / (R1 + R2) With Load: R2_eff = R2 ∥ R_load = R2 × R_load / (R2 + R_load) Vout = Vin × R2_eff / (R1 + R2_eff) Output Impedance: R_out = R1 ∥ R2 = R1 × R2 / (R1 + R2) Attenuation: dB = 20 × log₁₀(Vout / Vin) Design: R2 = R_total × (Vout / Vin) R1 = R_total − R2

Example Calculation

Result: Vout = 5.00 V

With R1 = 14 kΩ and R2 = 10 kΩ: Vout = 12 × 10000 / (14000 + 10000) = 12 × 0.4167 = 5.00 V. The divider draws I = 12 / 24000 = 0.5 mA. Output impedance R_out = 14k ∥ 10k = 5.83 kΩ, meaning loads above ~58 kΩ will cause less than 10% voltage drop.

Tips & Best Practices

  • For voltage dividers feeding high-impedance inputs (op-amps, ADC reference pins), load effect is negligible — use high-value resistors to minimize power consumption.
  • For low-impedance loads, use a buffer (voltage follower op-amp) after the divider to eliminate load effect.
  • Keep total resistance R1+R2 between 1 kΩ and 100 kΩ for most applications — too low wastes power, too high picks up noise.
  • E24 series (5% tolerance) is usually sufficient; for precision dividers, use E96 (1%) resistors or trimmer potentiometers.
  • Watch for temperature coefficients: the ratio R2/(R1+R2) is stable only if both resistors have matching temperature coefficients.
  • In audio applications, the divider forms an attenuator pad — the dB value shows the signal reduction.

Voltage Dividers in Sensor Interfaces

Many sensors (thermistors, photoresistors, strain gauges) are essentially variable resistors. Placing them in a voltage divider with a fixed resistor converts the resistance change to a voltage change that an ADC can read. The choice of fixed resistor value determines the sensitivity and linearity of the sensor interface — ideally, it should match the sensor's resistance at the midpoint of the measurement range.

AC Voltage Dividers and Impedance Matching

At AC frequencies, reactive components (capacitors, inductors) form frequency-dependent voltage dividers. A capacitive divider passes high frequencies; an inductive divider passes low frequencies. The combination of resistive and reactive dividers creates filters — low-pass, high-pass, and band-pass — that are the building blocks of analog signal processing.

Precision Voltage References

For applications requiring precise voltage ratios (DAC reference, ADC feedback networks), resistor networks with matched temperature coefficients are used. Integrated resistor dividers in a single package track each other thermally, maintaining ratio accuracy even as temperature changes. Thin-film resistor networks achieve ratio matching of 0.01% or better.

Sources & Methodology

Last updated:

Frequently Asked Questions

  • The load resistance appears in parallel with R2, reducing the effective bottom resistance. A lower R2_eff shifts the divider ratio, producing a lower output voltage. The effect is significant when R_load is within an order of magnitude of R2.