voltage divider calculator

Voltage Divider Calculator

Use this calculator to find the output voltage of a resistor divider. You can also add a load resistor to see real-world loading effects.

When RL is present, output voltage is calculated with R2 || RL.
Vout = Vin × (R2 / (R1 + R2))

What is a voltage divider?

A voltage divider is one of the most common circuits in electronics. It uses two resistors in series to reduce a higher voltage to a lower voltage. You feed in an input voltage at the top, connect two resistors in series, and take the output from the midpoint between them.

This simple circuit appears everywhere: sensor conditioning, analog references, signal attenuation, and biasing transistor stages. It is easy to design and cheap to build, but it can also be misused when loading effects are ignored. That is why a calculator is useful.

Core formula and quick intuition

For an unloaded divider (nothing significant connected to the output node), the output voltage is:

Vout = Vin × R2 / (R1 + R2)

Intuition: the output voltage is proportional to how much of the total resistance is in R2. If R2 is half of total resistance, Vout is half of Vin. If R2 is small compared to R1, Vout is a small fraction of Vin.

Example (unloaded)

  • Vin = 12 V
  • R1 = 10 kΩ
  • R2 = 10 kΩ

Since both resistors are equal, output is exactly half: Vout = 6 V.

Loaded voltage divider: why real circuits differ

In practical circuits, the output often feeds another component (ADC input, op-amp input network, transistor base, etc.). That connected circuit behaves like a load resistor RL from output to ground. RL sits in parallel with R2, reducing the effective bottom resistance.

Rbottom(effective) = R2 || RL = (R2 × RL) / (R2 + RL)

Then use the same divider formula, but replace R2 with the effective parallel resistance. The result is always less than or equal to the ideal unloaded output.

Rule of thumb

For low error, make RL much larger than R2 (typically at least 10×). If RL is similar to R2, output error may be significant.

How to use the calculator

  • Enter Vin, R1, and R2.
  • Optionally enter RL to model loading.
  • Click Calculate to view ideal and loaded values, current, and power.
  • Use Reset to restore default sample values.

The calculator also reports divider ratio, resistor currents, and estimated resistor power dissipation to help with component selection.

Choosing resistor values in real designs

1) Set the target ratio first

Determine the ratio needed from input to output. For example, converting 12 V to 3 V means a ratio of 0.25.

2) Choose a practical current level

Lower divider current means lower power waste, but too low can make the node sensitive to noise and input leakage. Many designs use divider currents from tens of microamps to a few milliamps, depending on precision and power constraints.

3) Check loading and tolerance

If your load is not very high impedance, include RL in calculations. Then evaluate resistor tolerance (1%, 0.1%, etc.) and temperature coefficient if precision matters.

Power and safety considerations

Even simple dividers dissipate power continuously while connected to supply. In battery systems this can be a hidden drain.

  • R1 power: highest when voltage across R1 is high and resistance is low.
  • R2 power: based on output voltage and branch current.
  • Use margin: if calculated power is 0.05 W, a 0.125 W or 0.25 W resistor is safer.

Always check maximum voltage rating on resistors for high-voltage applications.

Common use cases

  • Scaling battery voltage for microcontroller ADC measurement.
  • Generating a reference fraction of a sensor supply.
  • Biasing transistor gates or bases.
  • Attenuating line-level analog signals (carefully, with impedance awareness).

Common mistakes to avoid

  • Ignoring load impedance: leads to incorrect output voltage.
  • Using too-small resistors: unnecessary power loss and heating.
  • Using too-large resistors: noise sensitivity and leakage error.
  • Forgetting tolerance: exact computed values are ideal, real parts vary.
  • No filtering for ADC inputs: can cause noisy readings.

Worked design example

Suppose you need to read a 24 V source with a 3.3 V ADC. A safe target full-scale output is about 3.0 V.

  • Desired ratio = 3.0 / 24 = 0.125
  • Choose R2 = 10 kΩ
  • Solve R1 from ratio: R1 ≈ 70 kΩ

Using standard values, R1 = 68 kΩ and R2 = 10 kΩ gives a ratio of 0.1282, so at 24 V output is about 3.08 V. If ADC input impedance is high, this may be acceptable. If not, include loading in the calculator and adjust values.

Final thoughts

A voltage divider is simple, but precision comes from good assumptions. Start with the ideal ratio, then include load, tolerance, and power checks. The calculator above gives both ideal and loaded behavior so you can make practical design decisions quickly.

🔗 Related Calculators

🔗 Related Calculators