The voltage divider is the simplest and most-used circuit in electronics: two resistors in series that turn an input voltage into a smaller, precise fraction of itself. It powers everything from sensor readings to reference voltages — and it rests entirely on Ohm’s law.
How it works
Put two resistors, R1 and R2, in series across your input voltage. The same current flows through both, so the input voltage splits between them in proportion to their resistances. Tap the connection between them and you get an output that is a fixed fraction of the input:
R2 is the resistor between the output tap and ground. The bigger R2 is relative to R1, the closer Vout gets to Vin; the smaller it is, the more the voltage is divided down.
A worked example
Halve a 9 V supply with two equal resistors, R1 = R2 = 10 kΩ:
Two equal resistors always give exactly half the input — a handy sanity check. To get one third of the input, make R2 half of R1 (e.g. R1 = 20 kΩ, R2 = 10 kΩ).
The loading effect — the crucial caveat
The formula above assumes nothing is connected to the output. The moment you attach a load, it draws its own current and the output voltage drops below the ideal figure. This is the loading effect, and it is the number-one reason divider circuits misbehave.
The rule of thumb: the load’s resistance should be at least ten times the value of R2, so it barely disturbs the divider. This is also why you cannot use a divider to power anything — a real load pulls the output down badly. A divider makes a reference, not a supply.
Where dividers are used
- Sensor reading — a thermistor or photoresistor as one half of the divider turns a changing resistance into a changing voltage a microcontroller can measure.
- Scaling for an ADC — bringing a higher voltage (say a battery’s) down into the 0–3.3 V range an analogue input can safely accept.
- Reference and bias — setting a fixed mid-point voltage for amplifiers and comparators.
- Potentiometers — a pot is just an adjustable voltage divider in a single component.
Why you can’t power things from a divider
A common beginner trap is trying to use a voltage divider to power a circuit — say, to drop 12 V to 5 V for a module. It does not work, for two reasons. First is the loading effect above: as soon as the module draws current, it pulls the output down, and the harder it pulls the more the voltage sags. Second is waste: to keep the output stable you would need divider resistors far smaller than the load, which means a large current flowing straight through the divider to ground, burning power as heat the whole time. Dividers are for sensing and reference — moving information, not power. To actually supply a lower voltage to a load, use a voltage regulator or a DC-DC converter, which hold the output steady regardless of current draw.
Choosing resistor values
For a given ratio there are infinitely many resistor pairs — 1 kΩ and 1 kΩ divide by two, but so do 100 kΩ and 100 kΩ. The trade-off is current versus accuracy. Smaller resistors draw more current (wasting power, but stiff against loading). Larger resistors sip almost no current (efficient, but easily disturbed by any load and more prone to noise). A common sweet spot for sensing a voltage is the low tens of kilohms: small enough to ignore stray pickup, large enough to waste very little power. When the divider feeds something that draws current, make the divider current at least ten times the load current to keep the loading error small.
Calculate one instantly
The Voltage Divider Calculator solves for any unknown — output voltage, either resistor, or the ratio you need — and several link back to the Ohm’s law fundamentals behind them.
Frequently asked questions
What is a voltage divider used for?
Producing a smaller reference voltage, reading resistive sensors (like thermistors and potentiometers), scaling a signal down to a safe range for a microcontroller’s ADC, and setting bias points. It is one of the most common patterns in all of electronics.
Can I power something from a voltage divider?
Generally no. A divider can only supply a tiny current before its output voltage sags. It produces a reference, not a power source — to power a load you need a regulator.
What is the loading effect?
When you connect a load across the output, it draws current and pulls the output voltage below the ideal value. The lower the load resistance relative to the divider resistors, the bigger the error.
How do I choose the resistor values?
The ratio sets the output, but the absolute size sets the trade-off. Smaller resistors draw more current (more waste, but stiff against loading); larger ones waste almost nothing but are easily disturbed by a load and pick up noise. A common middle ground for sensing is the low tens of kilohms. If the divider feeds a load, make the divider current at least ten times the load current.
Is a potentiometer a voltage divider?
Yes — a potentiometer is an adjustable voltage divider in one part. The track is the total resistance, and the wiper taps off a point along it, giving an output from 0 V up to the full input as you turn it. That is exactly how a volume knob or a joystick axis works.