Voltage Divider Calculator
Calculate ideal and loaded output voltage for a two-resistor divider. Use R1 from input to output and R2 from output to ground.
Tip: If RL is provided, the calculator treats it as parallel with R2 (loaded divider).
What Is a Resistor Divider?
A resistor divider (or voltage divider) is one of the most common circuits in electronics. It uses two resistors in series to reduce a higher voltage to a lower voltage. You’ll see divider networks in sensor interfaces, ADC input scaling, level shifting, reference generation, and transistor biasing.
The beauty of a divider is that it’s simple and cheap. The downside is that the output voltage can shift when the output is loaded by another circuit. That’s why this calculator includes both ideal and loaded results.
Core Equations
Ideal Divider (No Load)
In the ideal case, only R1 and R2 set the output voltage. Divider current is:
Loaded Divider (With RL)
If a load resistor RL is connected from Vout to ground, it sits in parallel with R2. First compute equivalent bottom resistance:
Then compute loaded output:
The smaller RL is (heavier load), the lower the output voltage will drop compared with the ideal case.
How to Use This Calculator
- Enter your source voltage as Vin.
- Enter R1 (top resistor) and R2 (bottom resistor) in ohms.
- Optionally enter RL if your divider output feeds a known input resistance.
- Click Calculate to see output voltage, ratio, currents, and power dissipation.
Example: 12V to 3.3V Signal Scaling
Suppose you need to scale a 12V signal for a microcontroller input near 3.3V. If you choose R1 = 26kΩ and R2 = 10kΩ:
That works well when the microcontroller input is high impedance. But if the pin or external circuitry adds load, your output can drop, so always check the loaded value.
Practical Design Tips
1) Balance power vs noise immunity
Very high resistor values reduce power draw but can make the node more sensitive to noise and leakage current. Very low values waste power. Typical dividers often land in the 1kΩ to 100kΩ range depending on the application.
2) Respect resistor power ratings
Even simple divider resistors dissipate power. The calculator reports resistor power so you can ensure safe margins. A common part rating is 0.125W or 0.25W; don’t run near the limit continuously.
3) Consider tolerance and temperature drift
1% resistors generally give better and more repeatable ratio results than 5% parts. For precision references, temperature coefficient matters too.
4) Use a buffer when necessary
If your load is low impedance or variable, place an op-amp buffer after the divider. This isolates the divider and keeps Vout stable.
Common Mistakes to Avoid
- Swapping R1 and R2 positions in the formula.
- Ignoring input impedance of the next stage (ADC, amplifier, or transistor base network).
- Using divider output as a power source instead of a voltage reference node.
- Forgetting to verify resistor wattage in high-voltage designs.
Quick Reference
If you know target ratio directly:
Rearranged for selecting R1 when R2 is known:
This is useful for selecting nearby standard resistor values (E12/E24/E96) and then verifying final performance with loading included.
Final Thoughts
A resistor divider is simple, but great designs come from checking real-world effects: load, tolerance, power, and noise. Use the calculator first for quick sizing, then validate in your schematic and prototype measurements.