Voltage Divider Calculator

Calculate the output voltage of a two-resistor voltage divider. Voltage dividers are commonly used with sensors, analog inputs, reference circuits, test equipment, and control-system electronics.

Calculate Voltage Divider Output

Enter the input voltage and the two resistor values. The calculator will determine the voltage appearing across the lower resistor.

How a Voltage Divider Works

A voltage divider uses two resistors in series to produce a lower voltage from a higher voltage.

Vin
↓
R1
↓
Vout ●
↓
R2
↓
0 V / Common

The output voltage is measured between the junction of R1 and R2 and the circuit common.

Vout = Vin × R2 ÷ (R1 + R2)

The important detail is that R2 is the resistor below the output connection. If R1 and R2 are swapped, the calculated output voltage changes.

Understanding the Resistors

R1 — Upper Resistor

R1 is connected between the input voltage and the output node. Increasing R1 generally causes the output voltage to decrease.

R2 — Lower Resistor

R2 is connected between the output node and common. Increasing R2 generally causes the output voltage to increase.

Vout — Output Voltage

Vout is the voltage measured at the junction between R1 and R2 relative to common.

Worked Example

24 VDC → 12 VDC

Suppose a circuit has a 24 VDC input and two equal 10 kΩ resistors.

Vout = Vin × R2 ÷ (R1 + R2)

Vout = 24 × 10,000 ÷ (10,000 + 10,000)

Vout = 12 V

Equal resistor values produce half the input voltage.

Common Voltage Divider Ratios

Vin R1 R2 Vout
24 V 10 kΩ 10 kΩ 12 V
24 V 15 kΩ 10 kΩ 9.60 V
24 V 20 kΩ 10 kΩ 8.00 V
24 V 30 kΩ 10 kΩ 6.00 V
24 V 40 kΩ 10 kΩ 4.80 V

Voltage Dividers in Controls

Voltage dividers show up in many control and instrumentation applications.

Example: Reducing 24 V to Approximately 10 V

Suppose a circuit has a 24 V signal but an input can only accept approximately 0–10 V.

One possible divider ratio is:

Vout ÷ Vin = 10 ÷ 24

Vout ÷ Vin ≈ 0.417

Therefore, the resistor ratio should be selected so that:

R2 ÷ (R1 + R2) ≈ 0.417

Actual resistor values should then be selected based on the required accuracy, loading, current consumption, and the specifications of the receiving input.

The Most Important Practical Concept: Loading

The basic voltage-divider equation assumes that the output is not significantly loaded by whatever is connected to it.

In the real world, an analog input has some input impedance. If that input impedance is comparable to the resistor values in the divider, it becomes another path for current and changes the actual output voltage.

Field lesson: A voltage divider that measures correctly with nothing connected to it may produce a different voltage when connected to an analog input, meter, controller, or other device.

If the measured voltage changes substantially when the receiving device is connected, investigate loading and input impedance.

Using a Multimeter to Troubleshoot a Divider

  1. Measure the input voltage between Vin and common.
  2. Measure the voltage at the junction of R1 and R2 relative to common.
  3. Compare the measured Vout with the calculated value.
  4. If the values disagree, check resistor values and wiring.
  5. Check whether the connected input is loading the divider.

If Vout Is Too High

If Vout Is Too Low

Common Mistakes

Resistor Power

Current flows through both resistors because they are in series. Therefore, both resistors dissipate power.

P = I² × R

The divider current is:

I = Vin ÷ (R1 + R2)

For a properly designed divider, check the power dissipated by each resistor and make sure the resistor's power rating is appropriate.

Related Calculators

Engineering Note

A voltage divider is simple electrically, but designing one for an actual control system requires more than calculating the ratio. Consider the receiving input impedance, resistor tolerance, temperature effects, noise, available current, and required signal accuracy.

For a production control system, always verify the divider against the specifications of the actual sensor, controller, analog input, or signal-conditioning device being used.