Audited 29 Jul 2026·Last updated 31 Jul 2026·6 citations·Tier 1·0 uses

Voltage Divider Calculator (with Load)

Find a divider's output voltage, or the R2 that hits a target. Also returns the output impedance and how far a real load pulls the output down.

Voltage Divider Calculator

What are you solving for?
The supply rail feeding the top of R1. Assumed stiff — a real source's own output impedance adds to R1 and this calculator does not model it.
V
The resistor between the supply and the output tap. Swapping R1 and R2 inverts the answer, so check which is which before you read the result.
Ω
The resistor between the output tap and ground. The output voltage is the voltage across this one. Ignored when you are solving for R2.
Ω
Used only in the solve-for-R2 mode. It must be below the input voltage — a resistive divider can only step down. Going up needs a boost converter or a transformer.
V
Whatever the divider output feeds — an ADC input, a transistor base, a meter. Enter 0 for no load at all, which gives the open-circuit output. This field is where most divider designs come unstuck.
Ω
Output voltage (no load)
3.8367
Vin x R2 / (R1 + R2), the open-circuit output at the tap. This is the number every voltage divider formula gives you, and it is only the whole answer when nothing is connected to the tap.
R2 in use
4,700 Ω
Divider ratio
31.97
Quiescent current
0.0008 A
Power burned in the divider
0.0098 W
Output impedance
3,197.2789 Ω
Output voltage with the load connected
3.8367 V
Output droop under load
0.00
Is the loading acceptable?
No load connected, so this is the open-circuit output. The divider's own output impedance is 3.1973 kΩ (R1 in parallel with R2) — anything you connect that is not comfortably above about ten times that will pull the output down. Enter the load resistance to see by how much.

Background.

Two resistors in series across a supply, with the output taken from the joint between them: that is a voltage divider, and it is the most-used circuit in electronics after the wire. It scales a voltage down by a fixed ratio, it costs almost nothing, and it appears in feedback networks, sense inputs, bias chains, level shifters and reference points on nearly every board ever made. The formula is one line — the output is the input times R2 over R1 plus R2 — and if that were the whole story this page would not need to exist.

It is not the whole story, because that formula describes a divider with nothing connected to it. The moment you attach something to the tap, the load sits in parallel with R2, the effective lower resistance falls, and the output falls with it. This is the single most common way a divider design goes wrong, and it goes wrong quietly: the tap measures correctly with a high-impedance meter, then reads low as soon as the real circuit is connected. So this calculator asks for the load as a first-class input and reports the loaded output beside the ideal one, along with the divider's own output impedance and a verdict on whether the droop is acceptable.

The circuit follows from the series rule. Because R1 and R2 form a single path, the same current flows through both, and by Ohm's law that current is the input voltage divided by the total resistance. The output is the voltage across R2 alone, which is that current times R2 — giving Vout = Vin x R2 / (R1 + R2). Everything else on this page comes from the same two facts. The quiescent current is Vin over R1 plus R2. The power wasted is that current times the input voltage. And the output impedance — the number that decides everything about loading — is R1 in parallel with R2, which is what you see looking back into the tap with the supply shorted.

That output impedance is where the interesting design tension lives. The ratio of the resistors sets the voltage, and nothing else about them matters to it: 10 kΩ over 4.7 kΩ and 10 MΩ over 4.7 MΩ produce the same output. But they behave nothing alike. The megohm pair has an output impedance of 3.2 MΩ and will be dragged around by any load, by leakage on a dirty board, and even by a modest multimeter. The kilohm pair has an impedance of 3.2 kΩ and holds up far better — at the cost of drawing a thousand times as much quiescent current, which never stops flowing and, on a battery design, is often the largest drain in a sleeping circuit. Choosing divider values is choosing where to sit between those two failures, and both numbers are printed here so you can see the trade rather than guess at it.

The second mode designs rather than checks. Give it the input voltage, the upper resistor and the output you want, and it returns the lower resistor that produces it: R2 = R1 x Vout / (Vin − Vout). Two things are worth knowing about that result. It will almost never be a stock value, so pick the nearest E24 or E96 part and run the first mode again to see what you actually get. And it goes only downwards — a resistive divider cannot produce more than its input, so a target at or above the supply is refused rather than returned as a negative resistance.

A few limits, stated here rather than buried further down. The supply is assumed stiff: a real source has its own output impedance which adds to R1, and a divider hung off a weak reference will not behave as calculated. This is a DC and low-frequency model with no parasitic capacitance, so nothing here describes a compensated scope probe or a divider feeding a fast edge. Resistor tolerance is not modelled either — two ±5 % parts can put the ratio out by nearly ten percent in the worst case, which is why precision dividers use ±0.1 % parts or a trimmer. And a divider is never a regulator: the droop figure on this page moves with the load, so a design trimmed to compensate for one load current will be wrong at every other one. If the load varies, buffer the tap with an op-amp follower or use a real reference.

What is voltage divider calculator?

A voltage divider is two impedances in series across a source, with the output taken from the node between them. In its resistive form it produces an output that is a fixed fraction of the input, set purely by the ratio of the two resistors.

The derivation is two applications of Ohm's law. R1 and R2 form a series path, so the same current I flows through both, and I = Vin / (R1 + R2). The output is the voltage developed across R2, which is I x R2. Substituting gives Vout = Vin x R2 / (R1 + R2). Nothing is approximated, and the result is exact for an unloaded divider driven by an ideal source.

The divider's Thevenin equivalent is the more useful way to think about it once anything is connected. Looking back into the tap with the source replaced by a short, R1 and R2 appear in parallel, so the divider behaves as an ideal source of Vout behind a series resistance of R1 x R2 / (R1 + R2). A load RL then forms a second divider with that Thevenin resistance, which is exactly why the output droops and by how much.

Dividers appear everywhere: setting the feedback ratio of a switching regulator, scaling a battery voltage into an ADC's input range, biasing a transistor base, generating a reference for a comparator, forming the gain-setting network of an op-amp, and — with one resistor replaced by a sensor — turning a thermistor, photoresistor or potentiometer into a readable voltage. The rules on this page apply to all of them; only the values change.

How to use this calculator.

  1. Pick the mode. Use the first if you already have two resistors and want to know the output; use the second if you know the output you need and want the lower resistor that produces it.
  2. Enter the input voltage — the supply across the whole divider, not the output you are aiming for.
  3. Enter R1, the upper resistor between the supply and the tap, then R2, the lower resistor between the tap and ground. The output is the voltage across R2. Getting these the wrong way round is the most common mistake with this circuit and it produces a perfectly plausible wrong number.
  4. Enter the load resistance at the tap. If nothing is connected, leave it at 0 and you get the open-circuit output. If something is connected — an ADC pin, a transistor base, a meter — put its input resistance in, because that is the number that decides whether the design works.
  5. Read the output impedance. This is R1 in parallel with R2 and it is the figure to design against: aim for a load at least ten times higher, and preferably a hundred.
  6. Read the loaded output and the droop beside the ideal output. The loaded figure is what your circuit will actually see.
  7. Check the quiescent current if the design runs from a battery. It flows continuously whether the circuit is doing anything or not, and on a sleeping device it is frequently the dominant drain.
  8. If the droop is too large, scale both resistors down together. That keeps the ratio and the output voltage identical while cutting the output impedance in proportion — at the cost of more quiescent current. If you cannot afford either, buffer the tap with an op-amp follower.
  9. In solve mode, take the returned R2 to the nearest stock value and re-run the first mode with it. The result will not be exactly your target, and it is better to know by how much than to assume.

The formula.

V_out = V_in · R₂/(R₁+R₂) · R₂ = R₁·V_out/(V_in−V_out) · R_th = R₁∥R₂

The divider relation comes from applying Ohm's law twice to a series pair. Because R1 and R2 sit in a single path with no branch between them, the same current flows through both: I = Vin / (R1 + R2), which is the series rule from OpenStax Equation 10.2 combined with V = IR. The output is the voltage across R2 alone, so Vout = I x R2 = Vin x R2 / (R1 + R2). Notice that only the ratio appears — multiply both resistors by a thousand and the output is unchanged.

Rearranging for the design case gives R2 = R1 x Vout / (Vin − Vout). The denominator makes the constraint explicit: as the target approaches the input voltage it goes to zero and R2 goes to infinity, and past it the result turns negative. That is why a target at or above the input is refused rather than returned — a resistive divider steps down and only down. Test the boundary yourself by asking for 11.9999 V from a 12 V supply: the answer is a real, finite, absurdly large resistor.

The quiescent current is that same I, and the power the divider burns is Vin x I, all of it heat. On a 12 V rail with 10 k and 4.7 k that is about 10 milliwatts, which no resistor minds. On a 400 V rail with the same ratio it would be 400 x (400/14,700) = 10.9 watts, which is why high-voltage dividers use megohm values and why their maximum operating voltage — 200 V for a Vishay MRS16, 500 V for a 2512 chip — matters as much as their wattage.

The output impedance is the divider's Thevenin resistance: short the supply in your head and R1 and R2 appear in parallel between the tap and ground, giving R_th = R1 x R2 / (R1 + R2). This is the whole story of loading. A load RL at the tap forms a second divider with R_th, so the loaded output is Vout x RL / (R_th + RL). The calculator computes it the equivalent way — by replacing R2 with R2 in parallel with RL and re-running the divider formula — which gives the identical answer and keeps the arithmetic in one place.

The droop percentage is (unloaded − loaded) / unloaded x 100, and the verdict beside it sorts that figure into four bands: under 1 % negligible, 1 to 5 % small but real, 5 to 20 % significant, and 20 % or more severe enough that the divider is no longer acting as a voltage source. Those bands are decided on the unrounded droop, not on the displayed one, so a value that prints as exactly 5.00 % is classified by what it actually is.

Every step is exact decimal arithmetic at forty significant digits, rounded once at the return boundary to ten decimal places. That matters here because the divider ratio is almost always a non-terminating decimal — 4700/14700 has no finite expansion — and accumulating it in binary floating point loses digits at every stage.

A worked example.

Example

A 12 V rail, a 10 kΩ upper resistor and a 4.7 kΩ lower one — a divider anyone might sketch to get roughly a third of the supply. Open-circuit, the output is 12 x 4,700 / 14,700 = 3.8367 V, and the ratio is 31.97 %. The divider draws 12 / 14,700 = 0.8163 mA continuously and burns about 9.8 mW doing it. Now the number that decides whether the design works: the output impedance is R1 in parallel with R2, 10,000 x 4,700 / 14,700 = 3,197 Ω. Connect a 10 kΩ load to the tap — which is not a heavy load by any ordinary standard — and the effective lower resistance becomes 4,700 in parallel with 10,000, or 3,197 Ω. The output collapses to 12 x 3,197 / (10,000 + 3,197) = 2.9072 V. That is a fall of 24.23 %, and it is the whole point of this page. Nothing about the divider is faulty, no resistor is out of tolerance, and a high-impedance meter on the tap with the load disconnected would have read 3.84 V and told you everything was fine. The load is only about three times the divider's output impedance, and at that ratio the load is setting the output nearly as much as the resistors are. The fix is not to trim the ratio, because the error moves the moment the load current changes. It is to lower the output impedance. Keep the same 10 : 4.7 ratio but use 1 kΩ and 470 Ω, and the output impedance drops to 320 Ω; the same 10 kΩ load now costs about 3 % instead of 24 %. The price is ten times the quiescent current — 8.16 mA instead of 0.82 mA, and 98 mW instead of 9.8 mW — which is fine on a mains-powered board and unacceptable on a coin cell. If neither end of that trade is affordable, put an op-amp follower on the tap and let it drive the load instead.

load Resistance10,000
modeoutputVoltage
r24,700
input Voltage12
r110,000

Frequently asked questions.

What is the voltage divider formula?
Vout = Vin x R2 / (R1 + R2), where R1 is the upper resistor between the supply and the tap and R2 is the lower one between the tap and ground. It follows from the series rule: the same current flows through both resistors, so I = Vin / (R1 + R2), and the output is the voltage across R2 alone, I x R2. Only the ratio of the resistors appears, which is why 10 k over 4.7 k and 10 M over 4.7 M give the same voltage — and, as the loading question below explains, behave completely differently.
Why does my divider output drop when I connect something to it?
Because the load sits in parallel with R2 and lowers the effective lower resistance. The divider is not a voltage source; it behaves as an ideal source behind a series resistance equal to R1 in parallel with R2, and your load forms a second divider with that resistance. A 10 k / 4.7 k divider has an output impedance of 3.2 kΩ, so a 10 kΩ load — modest by any standard — pulls the output down by 24 %. Enter the load in the field on this page and the loaded figure is computed for you. As a rule of thumb, keep the load at least ten times the output impedance, and preferably a hundred.
How do I choose the resistor values, not just the ratio?
You are trading output impedance against wasted current, and the ratio is fixed by the voltage you need. Larger resistors draw less quiescent current — which matters enormously on battery power, where a divider runs day and night — but raise the output impedance, making the tap more easily dragged around by loads, by board leakage and even by a multimeter. Smaller resistors hold the output up but waste more power. Start by picking the highest impedance your load can tolerate, using the ten-times rule, then check the quiescent current is acceptable. Typical values sit between 1 kΩ and 100 kΩ for the pair.
Can a voltage divider step voltage up?
No. Two resistors can only ever produce a fraction of what is applied across them, so the output is always below the input. This calculator refuses a target at or above the input voltage rather than returning a negative resistance, which is what the algebra would otherwise give you. Stepping up needs an active circuit — a boost converter, a charge pump or a transformer on AC.
Can I use a voltage divider to power something?
Almost never, and this is the most expensive misunderstanding of the circuit. A divider can supply a signal, not a supply. Any current the load draws changes the output, so the voltage is only correct at one load current; the moment the load varies — a microcontroller waking up, an LED turning on — the voltage moves. Dividers are for sensing, biasing and referencing into high-impedance inputs. To power something, use a regulator, which actively holds its output regardless of load.
How do resistor tolerances affect a divider?
In the worst case the errors work against each other. With both resistors at ±5 %, R2 can be low while R1 is high, and the ratio error approaches the sum of the two tolerances — very nearly 10 %. This is why precision dividers use ±1 %, ±0.1 % or matched-pair parts, and why the tightest designs use a resistor network on a single substrate so both parts share a temperature and drift together. This calculator uses the nominal values you enter; run it at the tolerance extremes if you need the worst case.
How do I get 3.3 V from a 12 V supply with a divider?
Set the mode to solve for R2, enter 12 V, pick an R1 and ask for 3.3 V — with R1 = 10 kΩ the answer is 3,793 Ω, and the nearest E24 value is 3.9 kΩ, which gives 3.37 V. But read the loading result before you build it: this only works if whatever you are feeding is a genuinely high-impedance input, such as an ADC pin or a comparator. It will not run a 3.3 V device. For that you need a regulator, because the divider's output moves with every milliamp the load takes.
What is the output impedance of a voltage divider, and why does it matter?
It is R1 in parallel with R2 — the resistance you see looking back into the tap with the supply shorted, and the divider's Thevenin resistance. It matters because it is the only thing that determines how much a load pulls the output down: the loaded output is the unloaded output times RL / (R_th + RL). It also sets how fast the tap can charge an ADC's sampling capacitor, which is why ADC datasheets specify a maximum source impedance, and how susceptible the node is to picking up noise.
How much power does a divider waste?
Vin times the quiescent current, all of it as heat, flowing whether the circuit is doing anything or not. On a 12 V rail with 10 k and 4.7 k it is about 10 mW, which no resistor minds. On a high-voltage rail it stops being trivial, and two limits bite at once: the wasted power, and each resistor's maximum operating voltage — 200 V for a Vishay MRS16, 350 V for an MRS25, 500 V for a 2512 chip — which is a separate specification from its wattage. High-voltage dividers therefore use megohm values and split the upper arm into a series string so no single part exceeds its voltage rating.
Does this apply to AC and to scope probes?
Only at low frequencies. This page is a DC model and ignores capacitance, so it does not describe a compensated oscilloscope probe, whose 10:1 division is set by a capacitive divider in parallel with the resistive one specifically so that the ratio holds at high frequency. It also does not model stray capacitance at the tap, which forms a low-pass filter with the divider's output impedance — a 3.2 kΩ output impedance and 20 pF of stray capacitance roll off at around 2.5 MHz. For a resistive divider on a slow signal or a DC rail, the results here are exact.

References& sources.

  1. [1]OpenStax (Rice University), "University Physics Volume 2", §10.2 "Resistors in Series and Parallel". Equation 10.2 gives the series rule RS = R1 + R2 + … = Σ Ri and the common-current constraint the divider relation is derived from; Equation 10.3 gives the parallel rule used for the loaded case and states that the parallel equivalent "is less than the smallest of the individual resistances". Retrieved and read 2026-07-29.
  2. [2]"Series and parallel circuits", reference article, retrieved and read 2026-07-29. Independent statement of both rules used here: R = Σ Ri in series, R = (Σ 1/Ri)⁻¹ in parallel with the two-resistor form R = R1R2/(R1 + R2) — the expression this page uses for the divider's Thevenin output impedance and for the loaded lower arm. Agrees with OpenStax term for term.
  3. [3]Vishay BCcomponents, "MRS16, MRS25 Professional Thin Film Leaded Resistors", document 28724, revision 07-Mar-16. Read directly from the PDF on 2026-07-29. Source of the maximum-operating-voltage figures quoted in the high-voltage-divider answers: Umax AC/DC of 200 V (MRS16) and 350 V (MRS25), alongside rated dissipation P70 of 0.4 W and 0.6 W and a peak permissible film temperature of 155 °C — a voltage limit that is specified separately from, and often binds before, the power limit.
  4. [4]Vishay, "D/CRCW e3 Standard Thick Film Chip Resistors", document 20035, revision 14-Apr-2026. Read directly from the PDF on 2026-07-29. Gives the surface-mount maximum operating voltages used on this page — 75 V (0402 and 0603), 150 V (0805), 200 V (1206, 1210, 1218), 400 V (2010), 500 V (2512) — together with rated dissipation quoted as P70 and a 155 °C film limit.
  5. [5]IEC 60063:2015, "Preferred number series for resistors and capacitors", third edition, 27 March 2015. Defines the E24 (±5 %) and E96 (±1 %) value sets referred to when turning a solved R2 into a resistor you can actually buy. Retrieved 2026-07-29 via the reference summary of the series values and their standard tolerances.
  6. [6]Vishay Draloric / Beyschlag / BCcomponents, "Resistor Color Card", document VMN-MS6212-1501 (2015). Read directly from the PDF on 2026-07-29. Prints the E24 and E96 preferred-value tables under the heading "According to IEC 60063" — the source used to check that a solved R2 such as 3,793 Ω has a nearest stock value of 3.9 kΩ in E24 and 3.83 kΩ in E96.

In this category

Embed

Quanta Pro

Paid features are coming later.

  • All 977 calculators remain free
  • No billing is enabled
Coming soon