Compute output voltage, current, power, and resistor ratio for a resistive divider. Also solve for unknown R2 to achieve a target Vout.
Given input voltage Vin, top resistor R1, and desired output voltage, compute the required bottom resistor R2 (ideal unloaded divider).
A voltage divider is a passive linear circuit that produces an output voltage (Vout) that is a fraction of its input voltage (Vin). It consists of two resistors connected in series across a voltage source. The output is taken from the junction of the two resistors. This fundamental configuration appears in countless applications: potentiometers, level shifters, sensor conditioning, ADC reference scaling, and transistor biasing.
The formula arises directly from Ohm's law and the series current: I = Vin / (R1+R2). Then Vout = I × R2 = Vin × R2/(R1+R2). The ratio R2/(R1+R2) is known as the voltage division factor. Power dissipation in each resistor can be calculated using P = I²R or P = V²/R, important for high-current dividers to avoid overheating.
When a load resistor RL is connected across R2, the effective bottom resistance becomes R2 || RL. The table below shows how Vout changes for different load ratios.
| RL / R2 ratio | Effective R2eff | Vout drop (approx.) | Recommended action |
|---|---|---|---|
| 100× | ≈ 0.99·R2 | < 1% | Negligible error, acceptable |
| 10× | ≈ 0.909·R2 | ~9% lower | Use buffer / recalc divider |
| 1× | 0.5·R2 | ~33% lower | Unacceptable – redesign |
For minimal loading, ensure RL ≥ 10 × R2. If not, consider using a voltage follower (op-amp) or recalculate divider values including load.
Enter your divider parameters and load resistance to see how much the actual output voltage drops under load.
An electret microphone requires a 2.2V bias from a 5V supply. Using a voltage divider with R1 = 12 kΩ, R2 = 8.2 kΩ yields Vout ≈ 2.03V (close to target). The divider also sets the DC offset for an ADC input. Our calculator quickly verifies that total current is about 0.25 mA, dissipating minimal power. Without this tool, engineers would iterate resistor combinations manually — now instant.
Simulation Verification: Using the calculated values (R1=12kΩ, R2=8.2kΩ) in LTspice, the simulated output voltage is 2.034V, matching the theoretical calculation within 0.2% (well within typical resistor tolerance). This demonstrates the tool's practical accuracy for real‑world design.
Other common uses: Level shifting (e.g., 5V to 3.3V logic), potentiometer as variable divider, sensor bridge circuits, and feedback networks in power supplies. The divider is also a cornerstone of the classic inverting/non-inverting op-amp configurations.
From Kirchhoff's Voltage Law: Vin = VR1 + Vout. Since VR1 = I × R1 and Vout = I × R2, we substitute: Vin = I(R1+R2) → I = Vin/(R1+R2). Multiply by R2 yields the classic divider formula. This linear relationship makes dividers extremely predictable under no-load conditions.
| Vin (V) | R1 (kΩ) | R2 (kΩ) | Vout (V) | Current (mA) | Application |
|---|---|---|---|---|---|
| 5.0 | 1.0 | 2.0 | 3.333 | 1.667 | Logic level translation |
| 12.0 | 4.7 | 10.0 | 8.163 | 0.816 | Sensor biasing |
| 3.3 | 2.2 | 4.7 | 2.247 | 0.478 | Low-power reference |
| 24.0 | 15.0 | 5.6 | 6.524 | 1.165 | Industrial control |
| 9.0 | 1.2 | 1.2 | 4.500 | 3.750 | Audio attenuator |