Voltage Divider Calculator

What voltage appears across each resistor in your voltage divider?

Enter your input voltage and two resistor values. See the output voltage across the second resistor and the total current flowing through the circuit.

Updated June 2026 · How this works

Worth knowing
How It Works
The formula, explained simply

A voltage divider splits an input voltage between two resistors connected in series. The output voltage appears across the second resistor and depends on the ratio of the two resistances. This fundamental circuit follows Ohm's law and Kirchhoff's voltage law.

The voltage divider formula is Vout = Vin × R2 / (R1 + R2). This shows that the output voltage is a fraction of the input voltage, determined by how much of the total resistance comes from R2. If both resistors are equal, you get exactly half the input voltage. If R2 is much larger than R1, you get close to the full input voltage.

The same current flows through both resistors since they're in series. This current equals Vin divided by the total resistance (R1 + R2). Understanding this current flow helps you calculate power dissipation and choose appropriate resistor wattage ratings for your circuit.

Voltage dividers appear everywhere in electronics: setting bias points for transistors, creating reference voltages for comparators, and scaling signals for analog-to-digital converters. The key limitation is that connecting any load to the output changes the effective resistance and alters the output voltage.

When To Use This
Right tool, right situation

Use voltage dividers for creating reference voltages in comparator circuits, scaling analog signals to match ADC input ranges, or setting bias points for amplifier circuits. They work best when the load impedance is much higher than the resistor values.

Voltage dividers are perfect for interfacing sensors that output voltages outside your microcontroller's input range. For example, scaling a 0-10V industrial sensor signal down to 0-3.3V for an Arduino. Just ensure your scaling preserves the signal's dynamic range.

Avoid voltage dividers for power applications or when you need a stable voltage under varying loads. Instead, use linear regulators for low-current applications or switching regulators for higher efficiency. Voltage references ICs provide much better stability for precision measurement circuits.

In AC circuits, voltage dividers work with impedances instead of resistances, making them useful for coupling circuits and creating frequency-dependent voltage division with capacitors and inductors.

Common Mistakes
Why results sometimes look wrong

The biggest mistake is ignoring loading effects when connecting circuits to the voltage divider output. Your load acts as a resistor in parallel with R2, reducing the effective resistance and dropping the output voltage below your calculation.

Many beginners try using voltage dividers as power supplies for LEDs, motors, or other current-hungry devices. This fails because the output voltage collapses under load, and most of your input power gets wasted as heat in the resistors rather than powering your device.

Another common error is choosing resistor values that are too small, causing excessive current draw and power dissipation, or too large, making the circuit susceptible to noise and leakage currents. For most signal applications, total resistance should be in the 1kΩ to 100kΩ range.

Temperature effects get overlooked in precision applications. Resistor values change with temperature, and if R1 and R2 have different temperature coefficients, your voltage ratio will drift. For stable references, use resistors with matched temperature coefficients or consider using a dedicated voltage reference IC instead.

The Math
Worked examples and deeper derivation

The mathematics behind voltage dividers combines Ohm's law (V = IR) with Kirchhoff's voltage law (voltages around a loop sum to zero). Start with the fact that the same current I flows through both resistors in the series circuit.

Using Ohm's law, the voltage across R1 is I × R1, and the voltage across R2 is I × R2. Since these voltages must sum to the input voltage: Vin = I × R1 + I × R2 = I × (R1 + R2). Solving for current: I = Vin / (R1 + R2).

The output voltage is the voltage across R2, so Vout = I × R2. Substituting the expression for current: Vout = (Vin / (R1 + R2)) × R2 = Vin × R2 / (R1 + R2). This is the fundamental voltage divider equation.

The voltage division ratio is R2 / (R1 + R2), which always produces a value between 0 and 1. This means a voltage divider can only reduce voltage, never amplify it. When R2 approaches zero, Vout approaches zero. When R1 approaches zero, Vout approaches Vin.

LED current limiting circuit
12V input, 470Ω and 330Ω resistors
Output is 4.95V across the 330Ω resistor with 15mA current flow, suitable for driving an LED.
Sensor reference voltage
5V input, 100Ω and 4.7kΩ resistors
Output is 4.90V across the 4.7kΩ resistor, creating a stable reference close to the supply voltage.
Arduino analog input scaling
24V input, 10kΩ and 3.3kΩ resistors
Output is 5.94V across the 3.3kΩ resistor, scaling 24V down to a safe level for microcontroller input.
Expert Unlock
The thing most explanations skip

Practical voltage dividers suffer from parasitic effects that textbooks ignore. PCB trace resistance becomes significant at microampere current levels, and leakage currents through dirty PCBs can exceed your designed divider current. High-value resistors (>1MΩ) pick up noise and drift with humidity, while low-value resistors load your source circuit. Precision applications use active voltage dividers with op-amps or dedicated voltage reference ICs with laser-trimmed internal dividers.

Why doesn't my voltage divider work as calculated in real circuits?

How do I choose resistor values for a voltage divider?
Pick values that draw 1-10mA total current to balance power consumption with stability. For battery circuits, use higher resistances (10kΩ-100kΩ range). For driving loads, ensure the load impedance is at least 10 times higher than R2 to prevent voltage drop.
What happens when I connect a load to my voltage divider output?
The output voltage drops because your load acts as a third resistor in parallel with R2. This loading effect is why voltage dividers work best for high-impedance inputs like op-amp or microcontroller pins, not for powering LEDs or motors directly.
Can I use a voltage divider to step down power supply voltages?
No, voltage dividers are for signal conditioning, not power conversion. They waste energy as heat and the output voltage varies with load current. Use a switching regulator or linear voltage regulator for actual power supply applications.

Need something this doesn't cover?

Suggest a tool — we'll build it →