Voltage Divider Calculator
Calculators · Added
Two resistors in series across a supply produce a voltage at their junction that is a fixed fraction of the input — the fraction being R2 over the total. It is the simplest way to scale a voltage down, and it is the right answer for feeding a measurement input and the wrong answer for powering anything. This calculates the output from a pair of resistors, or finds the resistor that produces the output you want, and reports the two things that decide whether the divider will actually work: how much current it wastes, and how heavy a load it can take before the answer stops being true.
How to use the voltage divider calculator
- 1Choose whether you are finding the output from two known resistors, or solving for R2 to hit a target.
- 2Enter the input voltage.
- 3Enter R1, the resistor between the input and the output node.
- 4Enter R2, the resistor between the output node and ground — or, in solve mode, the output voltage you want.
- 5Read the output voltage, then check the chain current and the minimum load figure before committing to those values.
Examples
An equal pair
- Input
- 12 V, R1 = 10 kΩ, R2 = 10 kΩ
- Result
- 6 V, drawing 0.6 mA
Equal resistors always halve the input, whatever their value. What their value changes is the current wasted and how much load the output can take.
Scaling a battery for an ADC
- Input
- 12 V down to 3.3 V, R1 = 10 kΩ
- Result
- R2 = 3.793 kΩ; fit 3.9 kΩ for 3.37 V
A microcontroller input is high impedance, so it barely loads the divider — which is the case a divider is genuinely good at.
A divider that wastes too much
- Input
- 12 V, R1 = 100 Ω, R2 = 100 Ω
- Result
- 6 V, but drawing 60 mA and burning 720 mW continuously
The same 6 V as the first example, at a hundred times the current. On a battery this would be the largest load in the circuit.
About the voltage divider calculator
Where the formula comes from
With nothing connected to the output node, the two resistors form a single series loop, so the same current flows through both. That current is the input voltage divided by the sum of the resistances. The voltage at the junction, measured from ground, is whatever that current develops across R2 — the current times R2. Substituting one into the other gives Vin times R2 over R1 plus R2, and the current cancels out entirely.
The cancellation is the interesting part. It means the output depends only on the ratio of the resistors, not on their size. Ten ohms and ten ohms give the same voltage as ten megohms and ten megohms. Everything else about the circuit — how much power it wastes, how much load it tolerates, how susceptible it is to noise — depends on the size, and none of it shows up in the output voltage.
That is why this page reports the current and the loading limit alongside the voltage. The voltage answer alone is the easy half, and it is the half that makes two very different circuits look identical.
The four jobs a divider does well
Scaling a voltage for measurement is the main one. An analogue-to-digital converter typically accepts up to its own supply rail, so reading a 12 V battery means dividing it down first. The converter's input draws only leakage current, so it barely loads the divider, and the ratio holds.
Setting a reference is the second. Feedback networks in regulators and op-amp circuits use dividers to define a threshold, again driving a high-impedance input. The third is level shifting a logic signal downward — a 5 V output feeding a 3.3 V input — which works for slow signals but starts to fail at speed, because the divider and the input capacitance form a low-pass filter that rounds off the edges.
The fourth is biasing: putting the midpoint of a supply onto a node so an AC signal can swing both ways around it. Here the divider is usually paired with a capacitor to ground, which holds the bias point steady against the very load variations that would otherwise move it — an acknowledgement, built into the circuit, that a divider on its own cannot hold a voltage against a changing load.
Frequently asked questions
Why does my divider output sag when I connect something to it?
Can I use a divider to power a 3.3 V chip from 5 V?
How do I choose the resistor values rather than just the ratio?
Does the divider still work with AC?
What does the tool do if I ask for an output above the input?
Related tools
Ohm's Law Calculator
Calculators
Enter any two of voltage, current, resistance and power to get the other two.
Parallel Resistor Calculator
Calculators
Combine up to ten resistors in parallel or series into one equivalent value.
LED Resistor Calculator
Calculators
Work out the series resistor an LED needs, and what to actually buy for it.