Voltage Divider Calculator
On this page
Calculate
Enter the source voltage applied across the resistor divider network
Enter R1 — the resistor from the voltage source to the divider output node
Enter R2 — the resistor from the divider output node to ground or reference return
Overview
The Voltage Divider Calculator estimates the output voltage of a two-resistor voltage divider from input voltage and resistor values using the standard unloaded divider equation Vout = Vin × R2 / (R1 + R2).
The result represents the theoretical output voltage when no current is drawn from the divider output node. This is the standard first-pass model used in circuit design to confirm resistor ratio selection before breadboard testing or simulation.
This calculator uses a fixed unloaded divider model. It does not account for output loading, source impedance, tolerance analysis, or frequency-dependent behavior. Both Metric and Imperial modes use the same units — voltage and resistance are defined by SI standards with no unit conversion required.
The result should be treated as an approximate output voltage at the entered conditions. Real divider performance depends on load impedance, resistor tolerance, source impedance, and the input characteristics of the downstream circuit.
How to Use This Calculator
Enter input voltage (Vin) — the source voltage applied across the series resistor pair, in volts.
Enter upper resistor (R1) — the resistor connected between the voltage source and the divider output node, in ohms.
Enter lower resistor (R2) — the resistor connected between the divider output node and ground or reference return, in ohms.
Click "Calculate" — get the divider ratio and output voltage in volts.
Review the results — confirm the output voltage matches the intended target for the downstream circuit.
All fields must be filled to calculate. Units are in volts and ohms for both Metric and Imperial modes — electrical voltage and resistance use the same SI units worldwide.
Inputs & Outputs
Inputs
- •Input Voltage (Vin) (V)
- •Upper Resistor (R1) (Ω)
- •Lower Resistor (R2) (Ω)
Outputs
- •Divider Ratio (—)
- •Output Voltage (V)
Formula
Calculator Formula
This calculator uses the standard unloaded resistor voltage divider equation.
Step 1: Divider Ratio
Ratio = R2 / (R1 + R2)
The ratio represents the fraction of input voltage that appears at the output node.
Step 2: Output Voltage
Vout = Vin × Ratio
Combined:
Vout = Vin × R2 / (R1 + R2)
Where:
- Vout = output voltage (V)
- Vin = input voltage (V)
- R1 = upper resistor from source to divider node (Ω)
- R2 = lower resistor from divider node to ground (Ω)
Unit Handling
Voltage and resistance use the same SI units in both Metric and Imperial modes. No unit conversion is applied — the formula operates directly on the entered values.
Variables
| Variable | Meaning | Units |
|---|---|---|
| Vin | Input voltage | V |
| R1 | Upper resistor | Ω |
| R2 | Lower resistor | Ω |
| Ratio | Divider ratio (R2 / (R1 + R2)) | — |
| Vout | Output voltage | V |
Key Formula Drivers
- Output voltage is determined by the ratio of R2 to the total resistance, not by the difference between resistor values
- If R2 increases relative to R1, output voltage rises
- If R1 increases relative to R2, output voltage falls
- Output voltage is always below input voltage for positive resistor values in this unloaded model
What is a Voltage Divider
A voltage divider is a basic resistor network that reduces an input voltage to a lower output voltage based on the ratio of two series resistors. The output node sits between the upper resistor R1 and the lower resistor R2. The fraction of input voltage that appears at that node is set by R2 divided by the total series resistance R1 plus R2. If R2 becomes larger relative to R1, the output voltage rises. If R1 becomes larger relative to R2, the output voltage falls. The output voltage is always a fraction of the input voltage in this unloaded model.
Voltage dividers are among the most frequently used passive circuits in electronics. They appear in signal scaling, analog biasing, sensor signal conditioning, ADC input attenuation, and reference voltage generation across every level of electronic system design, from microcontroller peripherals to industrial instrumentation. The simplicity of the resistor ratio principle makes them applicable across a wide range of voltage domains — from 3.3 V logic supplies up to high-voltage industrial measurement circuits.
Resistor value selection involves a practical trade-off. Low resistor values reduce sensitivity to output loading but increase quiescent current draw and resistor power dissipation. High resistor values reduce quiescent current but make the divider more sensitive to downstream input impedance and leakage currents. The ratio of R2 to the total resistance R1 plus R2 determines the output fraction, not the absolute resistor values — two resistors of 1 kΩ and 2 kΩ produce the same output ratio as 10 kΩ and 20 kΩ.
The unloaded model used in this calculator assumes no current is drawn from the divider output node. In practice, any downstream circuit — an ADC input, a bias network, a comparator, or a microcontroller GPIO — presents a finite input impedance that draws current and lowers the actual output voltage below the theoretical result. Engineers use the parallel combination Req = (R2 × Rload) / (R2 + Rload) to account for loading in a more accurate model. This calculator provides a first-pass estimate of the divider output voltage before breadboard testing or simulation.
Key Facts
- Output voltage is determined by the resistor ratio R2 / (R1 + R2), not by the simple difference between resistor values.
- The output of an unloaded voltage divider is always below the input voltage for positive resistor values.
- Voltage dividers are widely used for signal scaling, biasing, ADC input attenuation, and reference voltage generation in low-power circuits.
- Very high resistor values reduce current draw but make the divider more sensitive to output loading and leakage currents.
- Very low resistor values increase current draw and resistor power dissipation, which must be checked against component ratings.
- The divider ratio is always between 0 and 1 for positive resistor values — the output node cannot exceed the input voltage.
- Output voltage is always a fraction of the input voltage for positive resistor values — the divider output cannot exceed the input in this unloaded model.
Applications
- ADC input voltage scaling to match reference range.
- Logic-level signal attenuation from one voltage domain to another.
- Sensor signal conditioning for analog-input modules.
- Analog bias network design.
- Reference voltage generation in low-power circuits.
- Confirming that the divider output voltage meets the target range for the downstream circuit before breadboard testing.
- Preliminary resistor ratio selection before breadboard testing.
- Educational voltage divider analysis and circuit-theory exercises.
Example Calculation
Example Calculation
Given:
- Input voltage = 12.0 V
- Upper resistor R1 = 10000 Ω
- Lower resistor R2 = 4700 Ω
Step 1: Add the resistors
Rtotal = 10000 + 4700 = 14700 Ω
Step 2: Divider ratio
Ratio = 4700 / 14700 = 0.3197
Step 3: Output voltage
Vout = 12.0 × 0.3197 = 3.84 V
Result: 3.84 V
This is a practical divider output for many low-voltage electronics and signal-scaling applications, such as ADC inputs operating in the 3.3 V or 5 V domain.
Example 2
Given:
- Input voltage = 5.0 V
- Upper resistor R1 = 1000 Ω
- Lower resistor R2 = 1000 Ω
Step 1: Add the resistors
Rtotal = 1000 + 1000 = 2000 Ω
Step 2: Divider ratio
Ratio = 1000 / 2000 = 0.5000
Step 3: Output voltage
Vout = 5.0 × 0.5000 = 2.50 V
Result: 2.50 V
Equal resistors produce exactly half the input voltage — a common reference divider configuration for mid-rail biasing.
Standards & References
- Ohm's law and series-resistor network analysis — foundational circuit theory for voltage divider operation
- Thevenin equivalent circuit concept — for evaluating divider loading and source impedance effects
- IEC 60068 — environmental testing for resistor component ratings
- Manufacturer datasheets — for downstream ADC, logic-input, and reference-voltage limits
Limitations
- This is a preliminary voltage-divider calculator, not a full circuit simulation.
- It uses a fixed unloaded divider model and does not account for: resistor power dissipation, source impedance effects, output loading, tolerance analysis, noise filtering, capacitive response, frequency-dependent behavior, buffering requirements, transient response, or lifecycle and cost analysis.
- The model assumes no current draw at the output node.
- Real loads — including ADC inputs, bias networks, or dynamic sampling circuits — can pull the divider output lower and may introduce settling-time or droop effects.
- It does not replace full circuit analysis, datasheet review, breadboard testing, or SPICE simulation.
- Actual output voltage may differ if the divider is connected to a finite input impedance or dynamic load.
Common Mistakes to Avoid
- Reversing R1 and R2 — R1 is always the upper resistor from the source, R2 is the lower resistor to ground.
- Assuming resistor difference matters more than resistor ratio — output is set by R2 / (R1 + R2), not R1 minus R2.
- Ignoring loading from the next circuit stage — any current drawn from the output node reduces the effective output voltage.
- Using resistor values that are too high for the intended input impedance of the downstream circuit.
- Using resistor values that are too low and wasting current through excessive quiescent draw.
- Treating the unloaded output as the final result without checking downstream input impedance.
- Forgetting tolerance effects — a 5% resistor tolerance can produce a meaningful shift in the output voltage.
- Assuming this calculation alone validates the complete circuit without checking power dissipation, loading, and source impedance.
Frequently Asked Questions
What does this calculator estimate?
Why does resistor ratio matter more than resistor difference?
What is the difference between R1 and R2 in the formula?
Does this calculator include output loading?
How should loading be accounted for in a divider calculation?
Is this enough to finalize a real divider circuit?
Frequently Used Together
Engineers often use these calculators in combination for complete project workflows:
Related Calculators
Explore similar calculators that might be useful for your project:
Every Electrical Formula. One Free Sheet.
NEC calcs, motor sizing & code coordination — one printable page.
- Instantly check voltage drop, ampacity & motor current
- Catch the 7 wiring errors that fail code inspections
- 12 design checks to run before submitting drawings
No spam. Unsubscribe any time.
Calculate
Enter the source voltage applied across the resistor divider network
Enter R1 — the resistor from the voltage source to the divider output node
Enter R2 — the resistor from the divider output node to ground or reference return