Electrical Trade & Electronics DC Circuit Fundamentals Kirchhoff's voltage law and Thévenin's theorem

Voltage Divider Calculator

A two-resistor divider turns an input voltage into a smaller one, and this calculator gives you every number you need to use it safely: the output with and without a load, the standing current the divider burns, the power in each resistor, the Thévenin output impedance that determines how much the output sags, and the R2 value that would hit a target voltage exactly. Dividers are for sensing and biasing, never for powering anything — the loading figures on this page show you why.

Calculator

This calculator runs in your browser. Enable JavaScript for live results — the inputs, formula and worked example below remain fully readable without it.

Inputs this calculator takes, with typical values
InputWhat to enterExample
Input voltageThe voltage applied across the whole divider, from the top of R1 to the bottom of R2.5 V
R1 (upper, from Vin to the output node)The resistor between the supply and the tap point. Raising it lowers the output.1800 Ω
R2 (lower, from the output node to ground)The resistor between the tap point and ground. The output appears across this one.3300 Ω
Load resistance on the outputThe input resistance of whatever you connect to the tap. Enter 0 for an unloaded (open-circuit) output.0 Ω
Target output voltageThe output you want; the calculator returns the R2 that produces it with your R1, unloaded.3.3 V

It returns

  • Output voltage — At the tap point, including the effect of any load resistance you entered.
  • Output voltage with no load
  • Current drawn from the supply
  • Thévenin output impedance (R1 ∥ R2) — The resistance the load sees looking back into the divider. Keep the load well above it.
  • Power in R1
  • Power in R2
  • R2 needed to hit the target output — Computed for the unloaded case with your existing R1.

The formula

Vout=VinR2R1+R2
R2=R2RLR2+RL
R2=R1VoutVinVout

In plain text: Vout = Vin · R₂ / (R₁ + R₂)

  • VoutVoltage at the tap between the two resistors (volts (V))
  • VinVoltage across the whole divider (volts (V))
  • R₁Upper resistor, between Vin and the tap (ohms (Ω))
  • R₂Lower resistor, between the tap and ground (ohms (Ω))
  • R_LLoad resistance connected to the tap (ohms (Ω))
  • Z_outThévenin output impedance, R₁ in parallel with R₂ (ohms (Ω))

The basic formula assumes an open-circuit output. Any load appears in parallel with R₂ and lowers the output, which is what the loaded result on this page accounts for.

Updated Category DC Circuit Fundamentals Verified against published test cases Reading time 13 min

What a voltage divider is for

A voltage divider is two resistors in series across a supply, with the output taken from the junction between them. The output is a fixed fraction of the input, set only by the ratio of the resistances. It is the simplest circuit in electronics and one of the most misused.

The legitimate jobs are all low-current: scaling a sensor or battery voltage down into an analogue-to-digital converter's range, setting a bias point on a transistor base or an op-amp input, providing a reference for a comparator, and reading a potentiometer or a thermistor. In every one of these the thing connected to the output draws almost no current, and that is not a coincidence — it is the condition under which a divider works at all.

The illegitimate job is powering something. A divider has no regulation whatsoever: its output voltage depends on the load, so as soon as the load changes, so does the output. Worse, a divider stiff enough to hold up under a real load has to burn far more current than the load itself. Dropping 12 V to 5 V for a 100 mA device through a divider would mean a standing current of a full ampere and roughly 12 W of heat to deliver 0.5 W of useful power. Use a regulator or a buck converter for that.

Because a series chain is a divider whether you meant it or not, the same arithmetic explains unrelated phenomena: why a long extension cord makes a heater run cool, why a battery's terminal voltage sags, and why a multimeter with too low an input resistance changes the very voltage it is measuring.

The formula, and why loading changes it

Start from the series chain. The same current flows through both resistors, so I = Vin/(R₁+R₂), and the voltage across the lower resistor is that current times its resistance: Vout = Vin·R₂/(R₁+R₂). Everything else on this page follows from that one line and from Kirchhoff's voltage law, which guarantees the two drops sum back to the input.

Notice what the ratio does not depend on: absolute resistance. A 1 kΩ / 2 kΩ divider and a 100 kΩ / 200 kΩ divider produce identical outputs. They differ only in current — the second draws a hundredth as much. That is the knob you turn when a divider dissipates too much: multiply both resistors by the same factor and the output does not move.

Rearranged for design, the formula gives R₂ = R₁·Vout/(VinVout). The denominator makes the limitation explicit: as the target approaches the input, R₂ grows without bound, and at or above the input there is no solution at all. A resistive divider can only step down.

Loading. Connect anything with finite resistance to the tap and it sits in parallel with R₂. The effective lower resistance becomes R₂′ = RRL/(R₂+RL), which is always smaller than R₂, so the output always falls. How far it falls is governed by the divider's Thévenin output impedance, R₁ in parallel with R₂. Thévenin's theorem says the divider is exactly equivalent to an ideal source of the unloaded voltage in series with that impedance, so the load and the output impedance form a second divider. A load ten times the output impedance keeps you within about 9% of the unloaded value; a load a hundred times larger keeps you within about 1%.

Worked example: reading a 5 V signal into a 3.3 V ADC input

You want to scale a 5 V logic signal down for a 3.3 V microcontroller input. Choose R1 = 1.8 kΩ and R2 = 3.3 kΩ — both standard E24 values — and work it out by hand.

  1. Add the resistors. 1,800 + 3,300 = 5,100 Ω.
  2. Apply the divider formula. Vout = 5 × 3,300 ÷ 5,100 = 16,500 ÷ 5,100 = 3.2353 V. That is 1.96% below 3.3 V, comfortably inside a 3.3 V input's tolerance.
  3. Standing current. I = 5 ÷ 5,100 = 0.00098039 A = 0.98 mA.
  4. Power in each resistor. I² = 9.6117 × 10⁻⁷. So R1 takes 9.6117 × 10⁻⁷ × 1,800 = 1.73 mW and R2 takes 9.6117 × 10⁻⁷ × 3,300 = 3.17 mW. Both are trivial for any package; total is 4.90 mW, which matches 5 V × 0.98 mA.
  5. Output impedance. 1,800 ∥ 3,300 = (1,800 × 3,300) ÷ 5,100 = 5,940,000 ÷ 5,100 = 1,164.7 Ω.
  6. Now load it. Suppose the thing you connect presents 10 kΩ. Then R₂′ = (3,300 × 10,000) ÷ 13,300 = 2,481.2 Ω.
  7. Recompute the output. Vout = 5 × 2,481.2 ÷ (1,800 + 2,481.2) = 12,406.0 ÷ 4,281.2 = 2.8978 V.
  8. Measure the damage. (2.8978 − 3.2353) ÷ 3.2353 = −10.4%. A 10 kΩ load is only 8.6 times the 1,164.7 Ω output impedance, and a 10% error is the price.

The fix is either a much higher load resistance — a typical microcontroller ADC input is in the megohms, which makes the error negligible — or an op-amp voltage follower between the divider and the load. What you must not do is lower R1 and R2 to "stiffen" the divider without checking the current: dividing both by ten fixes the loading but multiplies the standing current by ten.

How to read the result and choose sensible values

Three numbers decide whether a divider is a good design.

The loaded output versus the unloaded output. If they differ noticeably, your load is too heavy for the divider and you need higher resistances, a buffer, or both. Aim for a load at least ten times the output impedance if a 10% error is tolerable, and a hundred times if you need 1%.

The standing current. This flows continuously whether the circuit is doing anything or not. On mains-powered equipment nobody cares about a milliamp; on a coin-cell sensor it is the entire power budget. A 100 kΩ / 100 kΩ divider across 3 V draws 15 µA, which will flatten a 220 mAh CR2032 in about eighteen months on its own. Push the resistances higher and you trade current for noise pickup and sensitivity to leakage.

The dissipation. Both resistors must survive their own I²R. This only becomes a limit at high input voltages: a 400 V bus divided by a 1 MΩ / 10 kΩ pair puts 0.157 W into the upper resistor and, more importantly, nearly 400 V across it — check the resistor's maximum working voltage, which is a separate specification from its power rating and is often only 200 V or 250 V for a small film part. Split the upper leg into several resistors in series to stay within it; the series resistance calculator handles that chain.

As a practical starting point for signal-level dividers, aim for a total series resistance of 10 kΩ to 100 kΩ. That range keeps the current under a milliamp on a 5 V rail, keeps the output impedance low enough for most ADC sampling circuits, and stays far enough below the megohm region that board leakage and humidity do not matter.

Divider ratios for standard E24 resistor pairs

Output as a fraction of the input for common pairs, with the resulting voltage from a 5 V and a 12 V supply. Ratio = R₂/(R₁+R₂).
R₁R₂RatioOut from 5 VOut from 12 VZout
10 kΩ1.1 kΩ0.09910.495 V1.189 V991 Ω
10 kΩ3.3 kΩ0.24811.241 V2.977 V2,481 Ω
10 kΩ4.7 kΩ0.31971.599 V3.837 V3,197 Ω
10 kΩ5.6 kΩ0.35901.795 V4.308 V3,590 Ω
10 kΩ10 kΩ0.50002.500 V6.000 V5,000 Ω
1.8 kΩ3.3 kΩ0.64713.235 V7.765 V1,165 Ω
4.7 kΩ10 kΩ0.68033.401 V8.163 V3,197 Ω
10 kΩ20 kΩ0.66673.333 V8.000 V6,667 Ω
10 kΩ100 kΩ0.90914.545 V10.909 V9,091 Ω

Z<sub>out</sub> is R₁ in parallel with R₂ and is what limits how heavy a load the divider tolerates. Note that 10 kΩ ∥ 4.7 kΩ and 4.7 kΩ ∥ 10 kΩ give the same 3,197 Ω — swapping the two resistors changes the ratio but not the output impedance.

A divider is not a power supply

The most common beginner mistake is using a divider to run a device from a higher rail. It cannot work, for two reasons that compound each other. First, the output collapses under load, because the load is in parallel with R₂. Second, making the divider stiff enough to resist that collapse means running a standing current many times the load current, which turns almost all the energy into heat in R₁.

If you need a lower supply rail, use a linear regulator for small currents where efficiency does not matter, a switching regulator where it does, or a zener shunt reference where you need a rough, cheap clamp. A divider is for information, not for power.

Mistakes and assumptions worth knowing

  • Ignoring the load. The unloaded formula is exact only into an open circuit. Always compare the loaded and unloaded outputs before committing to values.
  • Forgetting the meter is a load. A 10 MΩ multimeter across a 1 MΩ divider reads low by a measurable amount, and an old 20 kΩ/V analogue meter can be wildly off. Measured disagreement with theory is often the meter.
  • Using a divider to level-shift a fast digital signal. The output impedance and the receiver's input capacitance form a low-pass filter. At 1 kΩ output impedance and 20 pF of input capacitance the time constant is 20 ns, which will visibly round a fast edge.
  • Overlooking resistor tolerance. Two 5% resistors give an output whose worst-case error is close to 5%, and the errors do not cancel. Use 1% parts where the ratio matters, ideally from the same batch.
  • Exceeding the maximum working voltage. On a high-voltage divider the upper resistor may be well within its power rating and still be over its voltage rating. Split it into a series chain.
  • Assuming the divider holds when the input is not stiff. A divider hung off a high-impedance source is itself a load on that source, and the two interact.
  • Making the resistances too high. Above about a megohm, board leakage, flux residue, humidity and the input bias current of whatever follows all start to matter, and the real output drifts from the calculated one.

Related circuits and when to use them instead

Several close relatives solve the problems a plain divider cannot.

Buffered divider. Follow the tap with an op-amp voltage follower and the load no longer matters — the follower presents a near-infinite input impedance and drives the load from the op-amp's output. This is the standard fix for an ADC front end and costs one cheap part. The op-amp gain calculator covers the amplifier stages that usually follow.

Potentiometer. A pot is an adjustable divider in one package. The same loading arithmetic applies, with R₁ and R₂ being the two halves of the track, and the output impedance is worst at mid-travel where it equals a quarter of the total track resistance.

Current divider. The dual circuit, where a current splits between parallel branches in proportion to conductance — see the current divider calculator and the parallel resistance calculator, which is also where the R₂-parallel-load arithmetic on this page comes from.

Capacitive and inductive dividers. Replace the resistors with capacitors and the same ratio arithmetic applies to reactance instead of resistance, which is how high-voltage probes and some RF matching networks work. Reactance depends on frequency, so start with the capacitive reactance calculator.

For the underlying element-level relationships, the Ohm's law calculator has every rearrangement of V, I, R and P, and the LED resistor calculator handles the very common case where the "lower" element is a diode rather than a resistor and the divider arithmetic does not apply at all.

Key terms

Thévenin equivalent
Any two-terminal linear network can be replaced by one ideal voltage source in series with one resistance. For a divider, the source is the unloaded output and the resistance is R₁ in parallel with R₂.
Output impedance
The series resistance of the Thévenin equivalent. It determines how much the output sags for a given load current: ΔV = I_load × Z_out.
Loading error
The difference between the unloaded and loaded output, expressed as a fraction. Equal to Z_out/(Z_out + R_L) of the unloaded value.
Standing current
The current the divider draws continuously through R₁ and R₂ regardless of what the load does. It is pure loss.
Maximum working voltage
The highest voltage a resistor may sustain across it, independent of its power rating. Commonly 200 V to 250 V for small surface-mount and axial film parts — check the datasheet.
E24 series
The 24 preferred resistor values per decade defined in IEC 60063 for 5% parts: 10, 11, 12, 13, 15, 16, 18, 20, 22, 24, 27, 30, 33, 36, 39, 43, 47, 51, 56, 62, 68, 75, 82, 91.

Frequently asked questions

Why does my divider output drop when I connect it to something?

Because the load sits in parallel with R₂ and lowers the effective lower resistance, which lowers the output. How much depends on the ratio of the load to the divider's output impedance, R₁ ∥ R₂. If the load is ten times the output impedance you lose about 9%; a hundred times and you lose about 1%. Raise both resistors' partner, buffer the output with an op-amp follower, or accept and calibrate the error.

What resistor values should I use for a 5 V to 3.3 V divider?

1.8 kΩ over 3.3 kΩ is the standard pair: it gives 3.235 V, 1.96% low, from two stocked E24 values and draws 0.98 mA. If you want less current, scale both up — 18 kΩ and 33 kΩ give the same voltage at a tenth of the current. If you want closer to exactly 3.3 V, 1 kΩ over 2 kΩ gives 3.333 V, 1.01% high. Which side of 3.3 V you prefer depends on whether your receiver's limit is a maximum or a threshold.

Can I use a voltage divider to power a small device?

No. A divider has no regulation: its output moves with the load, and any load small enough to be powered by one would collapse it. Getting stiff regulation would need a standing current far above the load current, wasting most of the energy as heat in R₁. Use a linear regulator, a switching converter, or a zener shunt reference instead. Dividers are for sensing, biasing and reference generation only.

How do I pick R2 for a specific output voltage?

Fix R1 first, then use R₂ = R₁ × Vout/(Vin − Vout). For 3.3 V out of 5 V with R1 = 1 kΩ: 1,000 × 3.3 ÷ 1.7 = 1,941 Ω, so the nearest E24 value is 2 kΩ, giving 3.333 V. This page reports both the exact value and the nearest stocked one. Pick R1 to set the current budget, then let the formula give you R2.

What is a normal total resistance for a divider?

For a signal-level divider on a low-voltage rail, 10 kΩ to 100 kΩ total is the usual band. Below that you waste current for no benefit; above about a megohm, board leakage, humidity, and the input bias current of what follows start to shift the output measurably. On battery-powered designs people push to hundreds of kilohms and add a capacitor at the tap to keep the noise down.

Does resistor tolerance matter in a divider?

Yes, and it does not average out. Two 5% resistors can be off in opposite directions, so the ratio's worst-case error is close to 5%. If the divider sets a reference or scales a measurement, use 1% parts; if it only biases a transistor base, 5% is usually fine. Temperature coefficient matters too on precision work — matched resistors in a single package track far better than two separate parts.

Why can't a divider produce a voltage higher than the input?

Because it is passive: the output is a fraction of the input, and R₂/(R₁+R₂) can never exceed 1. Setting R₁ to zero makes the output equal the input and nothing more. Stepping up requires energy storage and switching — a boost converter, a charge pump, or a transformer on AC. The design formula shows the same thing algebraically: the denominator Vin − Vout goes to zero as the target approaches the input.

How does a potentiometer relate to this calculator?

A potentiometer is a divider whose two halves you can adjust, so R₁ + R₂ stays equal to the track resistance and the wiper sets the split. Everything on this page applies: enter the two portions as R1 and R2. The output impedance is worst at the middle of the track, where it equals a quarter of the total track resistance — a 10 kΩ pot has 2.5 kΩ of output impedance at mid-travel.

References

  • The Art of Electronics, 3rd ed. — Cambridge University Press (Horowitz & Hill)
  • Fundamentals of Electric Circuits, 7th ed. — McGraw-Hill (Alexander & Sadiku)
  • IEC 60063: Preferred number series for resistors and capacitors (E-series) — International Electrotechnical Commission