🔀 Voltage Divider Calculator
Solve for Vout, R1, or R2 instantly. Includes circuit diagram, current, power dissipation, and load effect analysis.
Load Effect Analysis
Adding a load resistance (RL) in parallel with R2 pulls Vout below its unloaded value. See the impact for different load values.
Calculate a voltage divider above first, then enter a load resistance here.
🧠 Engineering Notes
How the Voltage Divider Formula Works
A voltage divider is one of the most fundamental circuits in electronics — two resistors in series that produce a fraction of the input voltage at the midpoint node. The output voltage is determined by the ratio of R2 to the total resistance:
To find R1 given Vin, Vout, and R2: R1 = R2 × (Vin / Vout − 1). To find R2: R2 = R1 × Vout / (Vin − Vout).
Current Through the Divider
The current flowing through the series resistor chain (sometimes called the "bleeder current" or quiescent current) is:
This is the no-load current. It flows from Vin through R1, through R2, and into ground. Keep this in mind when choosing resistor values — very high resistances save power but make the output more susceptible to loading effects.
Power Dissipation
Both resistors dissipate heat. Power in R1 is P₁ = I² × R1 and in R2 is P₂ = I² × R2. Total power is Ptotal = Vin × I = Vin² / (R1 + R2). Make sure the resistors are rated appropriately — 1/4 W carbon film resistors are fine for most low-power dividers, but for high-voltage or high-current circuits you may need 1/2 W or 1 W parts.
Load Effect and Output Impedance
When you connect a load (such as a microcontroller pin, ADC input, or transistor base) to Vout, it places a resistance in parallel with R2. This lowers the effective R2 and pulls Vout down. The loaded output voltage is:
The output impedance of a voltage divider is R1 ∥ R2. A good rule of thumb: choose R1 and R2 at least 10× smaller than the expected load impedance to keep the loading error below ~10%.
Practical Design Tips
- For a 3.3 V output from 5 V: use R1 = 5.6 kΩ and R2 = 10 kΩ (gives ~3.26 V). These are E24 standard values.
- For ADC reference dividers feeding a microcontroller, keep total divider resistance under 10 kΩ for reliable readings.
- Use 1% tolerance (E96) resistors when accuracy matters — 5% resistors can cause ±10% error in the output.
- Temperature coefficient of the two resistors should match for a stable ratio over temperature.
- Voltage dividers are passive: they cannot source current. For low-impedance loads, use a buffer (op-amp voltage follower) after the divider.
Common Applications
- Level shifting — step down 5 V logic to 3.3 V for microcontrollers and sensors
- ADC input scaling — bring a higher voltage within the ADC reference range
- Bias networks — set transistor or op-amp bias points
- Sensor interfaces — NTC/PTC thermistors and potentiometers form one half of a divider
- Volume controls — a potentiometer is a tappable voltage divider