Skip to content
K Knidox Search…
Electronics · Circuits

Voltage Divider Calculator

Find the output voltage of a two-resistor divider, plus its ratio and current.

V
Voltage across the whole divider.
Ω
Resistor between Vin and the output tap.
Ω
Resistor between the output tap and ground.
Try a divider
Output voltage (Vout)
2.5V

Divider ratio R2 ÷ (R1 + R2) = 0.5 · Divider current I = Vin ÷ (R1 + R2) = 250 µA.

Output voltage as R2 changes (R1 fixed)
Output voltage rising and saturating toward Vin as R2 increases5 V0 VR2 = 0R2 = 30 kΩ

A voltage divider outputs Vout = Vin × R2 ÷ (R1 + R2), tapped between two series resistors. With Vin = 5 V and R1 = R2 = 10 kΩ, Vout = 5 × 10000 ÷ 20000 = 2.5 V. Swap to 12 V with 1 kΩ and 2 kΩ and Vout = 12 × 2000 ÷ 3000 = 8 V.

How a voltage divider works

Two resistors in series carry the same current, so the input voltage splits between them in proportion to their resistance. The output is taken at the node between R1 (the top resistor, tied to Vin) and R2 (the bottom resistor, tied to ground). Because R2 gets the fraction R2 ÷ (R1 + R2) of the total, that same fraction of Vin appears at the tap. It is the workhorse behind sensor scaling, reference voltages, and reading a signal that is too high for a microcontroller pin. When you already know the current, reach for Ohm’s law instead.

Vout = Vin × R2 ÷ (R1 + R2)

Vin = input voltage (V), R1 = top resistor (Ω), R2 = bottom resistor (Ω), Vout = output at the tap (V)

Worked example

Drop a 12 V supply to a lower rail using R1 = 1 kΩ and R2 = 2 kΩ:

  1. 1
    Add the two resistors. R1 + R2 = 1000 + 2000 = 3000 Ω. This sets the total resistance the supply sees.
  2. 2
    Find the divider ratio. R2 ÷ (R1 + R2) = 2000 ÷ 3000 = 0.667 — the fraction of Vin that reaches the output.
  3. 3
    Multiply by the input voltage. Vout = Vin × ratio = 12 × 0.667 = 8 V.
  4. 4
    Check the current (optional). I = Vin ÷ (R1 + R2) = 12 ÷ 3000 = 4 mA flows through both resistors.

Common divider ratios

Vout as a fraction of Vin for a few R1 : R2 pairs (no load).

R1 : R2Ratio R2 ÷ (R1 + R2)Vout fraction of Vin
1 : 10.500Vin ÷ 2
2 : 10.333Vin ÷ 3
1 : 20.6672 × Vin ÷ 3
9 : 10.100Vin ÷ 10
1 : 30.7503 × Vin ÷ 4

The loading effect — and how to avoid it

A load changes the answer. The formula assumes nothing draws current at the tap. Connect a load, and it sits in parallel with R2, lowering the effective bottom resistance and pulling Vout below the ideal figure. The heavier the load (the lower its resistance), the bigger the sag.

Keep the divider current well above the load current. A common rule of thumb is to size R1 and R2 so the current through the divider is at least ten times what the load draws; then the load barely perturbs the ratio. That is why dividers are poor power sources — use them for sensing and reference levels, not to feed a hungry circuit. For a stiff, load-independent output, use a voltage regulator instead.

What is the voltage divider formula?
Vout = Vin × R2 ÷ (R1 + R2), where R1 is the top resistor tied to Vin and R2 is the bottom resistor tied to ground. The output is tapped at the node between them.
What is the loading effect?
When a load is connected to the output it sits in parallel with R2, reducing the effective bottom resistance and dragging Vout below the ideal value. The lower the load resistance, the larger the drop.
How do I pick R1 and R2?
Choose the ratio R2 ÷ (R1 + R2) to hit your target Vout, then scale both values so the divider current is at least ten times the load current — high enough to stay accurate, low enough to avoid wasting power.
Which resistor is R1 and which is R2?
R1 is the upper resistor between Vin and the output tap; R2 is the lower one between the tap and ground. Vout is measured across R2.
How much current does a divider draw?
I = Vin ÷ (R1 + R2), and it flows continuously through both resistors whenever the divider is powered. Larger resistances cut this quiescent current but make the output more sensitive to loading.
Can a voltage divider power a circuit?
Not well. It has no regulation, so any current the load draws changes Vout. Use a divider for sensing or reference voltages, and a voltage regulator when you need a stable supply under load.