Voltage Divider Calculator
Find the output voltage of a two-resistor divider from the input voltage and resistor values using Vout = Vin x R2 / (R1 + R2).
Eligibility & Estimate Tool
Official sources
- Voltage divider - Reference
Disclaimer: For educational use. The formula assumes an ideal, unloaded divider; any real load on Vout draws current and pulls the output lower.
Frequently Asked Questions
What is a voltage divider?expand_more
Two resistors in series across a voltage source. The output, taken from the midpoint, is a fixed fraction of the input set by the ratio of the resistors.
What is the voltage divider formula?expand_more
Vout = Vin x R2 / (R1 + R2), where R2 is the resistor across which you measure the output (usually the one connected to ground).
Why is my real output lower than the calculation?expand_more
The formula assumes no load. Anything you connect to the output draws current and lowers the voltage. Use resistor values much smaller than your load, or buffer the output.
Can a voltage divider supply power to a circuit?expand_more
Not well. It suits low-current reference and signal-scaling jobs. For powering a load, use a regulator, which holds the voltage steady as the current changes.
How do I pick the resistor values?expand_more
Pick the ratio you need first, then choose a total resistance that draws a small but stable current - often a few kilohms to tens of kilohms for signal work.
What voltage appears across R1?expand_more
The input voltage minus the output. The two drops always add up to Vin, because the resistors share the source between them.
Does it work with AC signals?expand_more
Yes, for purely resistive dividers the ratio holds for AC too. Once capacitors or inductors are involved, the division becomes frequency-dependent.
Can I divide a voltage to an exact value?expand_more
Standard resistors come in fixed steps, so you usually get close rather than exact. A trimmer potentiometer lets you fine-tune the output.
Is this safe for mains voltage?expand_more
No. Do not build dividers across mains without proper isolation and training. This tool is for low-voltage DC and signal work.
What this calculator does
Find the output voltage of a two-resistor divider from the input voltage and resistor values using Vout = Vin x R2 / (R1 + R2).
Who it is for
This voltage divider calculator is for electronics students, makers, and engineers who need a smaller voltage from a larger one using two resistors. It is the tool you reach for when scaling a sensor signal down to fit a microcontroller's input range, setting a reference voltage, biasing a transistor, or reading a battery's level through an analog pin. Anyone learning how resistors share a voltage, or anyone who wants to skip rearranging the divider formula by hand, will find it quicker and less error-prone than working it out on paper.
How it works
A voltage divider puts two resistors in series across a source. The output is taken from the point between them. Because the same current flows through both resistors, each one takes a share of the total voltage in proportion to its resistance. The output across the bottom resistor R2 is Vout = Vin x R2 / (R1 + R2). The calculator adds R1 and R2, divides R2 by that total to get the ratio, and multiplies by your input voltage. It also reports the voltage dropped across R1, which is simply the input minus the output, so you can see how the source voltage splits between the two parts.
Example calculation
Say you have a 9 volt supply and you want roughly two-thirds of it. Put a 1,000 ohm resistor on top (R1) and a 2,000 ohm resistor on the bottom (R2). The total is 3,000 ohms, and R2 is two-thirds of that, so the ratio is 0.667. Multiply 9 volts by 0.667 and the output is 6 volts, with the remaining 3 volts dropped across R1. Swap to two equal 1,000 ohm resistors and the ratio becomes 0.5, so a 5 volt input gives 2.5 volts out - a clean halving.
Regional variations
Resistor physics is the same everywhere, so the math does not change by country. What differs is the labelling convention you may see on parts and schematics: resistor values follow the international E-series (E12, E24, and so on), and color-band codes are standard worldwide. Some regions favor showing values as 4k7 instead of 4.7k, but the number is identical. This calculator works in plain ohms and volts, so enter whatever your parts are marked once you convert any kilohm or megohm values.
Common mistakes to avoid
- Loading the output without accounting for it. The simple formula assumes nothing draws current from Vout. If your load resistance is not much larger than R2, the real output sags below the calculated value.
- Choosing very large resistor values to save power, then finding the divider is too weak to drive the next stage, or that it picks up noise.
- Choosing very small resistor values, which waste power and can overload the source.
- Mixing up which resistor is R1 and which is R2. The output is always measured across the resistor connected to ground, which this calculator treats as R2.
- Forgetting to convert kilohms to ohms, which shifts the answer but, because it is a ratio, often hides the slip until a loaded test reveals it.
Deadlines
There is no deadline in electronics, but there is a design check worth making every time: confirm the current through the divider and the power each resistor handles. Power in a resistor is voltage across it times the current through it. A divider that runs hot, or one whose output collapses the moment you connect a load, points to resistor values that are too small or too large for the job. Prototype and measure before committing the values to a board.
Sources
- Voltage divider - Reference (retrieved 2026-06-11)
Last verified: June 11, 2026 · Effective year 2026 · Rules v1.0.0
Disclaimer: For educational use. The formula assumes an ideal, unloaded divider; any real load on Vout draws current and pulls the output lower.
Related
Related calculators
Popular in US
More for US
Keep going