Voltage Divider Calculator

Calculate output voltage from a resistive voltage divider circuit.

V
Ω
Ω

Output Voltage

6.000 V

Current

0.600 mA

Details

Vout6.000 V
Division Ratio0.5000
Total Current0.600 mA
Power (R1)3.600 mW
Power (R2)3.600 mW
FormulaVout = Vin × R2 / (R1 + R2)

Use the Voltage Divider Calculator above to calculate your results. Enter your values and see instant results — all calculations run in your browser.

Disclaimer: This calculator is for informational purposes only and does not constitute tax, financial, or legal advice. Results are estimates based on the information you provide and current rates. Always consult a qualified tax professional or financial advisor for advice specific to your situation.

How It Works

Our Voltage Divider Calculator simplifies the process of determining the output voltage from a resistive voltage divider circuit. This is crucial for engineers and hobbyists designing sensor interfaces, setting reference voltages, or scaling signals, especially as the demand for precise low-power IoT devices is projected to grow by 15% in 2026. Understanding voltage division is fundamental to optimizing power consumption and ensuring circuit stability in increasingly complex electronic systems.

The output voltage (Vout) of a voltage divider is calculated using the formula: Vout = Vin * (R2 / (R1 + R2)). Here, Vin is the input voltage to the divider, R1 is the resistance of the resistor connected to Vin, and R2 is the resistance of the resistor connected to ground, across which Vout is measured. This formula is derived directly from Ohm's Law and Kirchhoff's Voltage Law, assuming an ideal voltage source and no load connected to Vout.

Always remember that a voltage divider is not a power supply; it's designed for signal scaling or establishing a reference, not for delivering significant current. A common mistake is forgetting to account for the load resistance connected to Vout, which will effectively be in parallel with R2 and alter the output voltage. For applications requiring substantial current or precise voltage regulation, consider using a voltage regulator instead of a simple voltage divider.

Example: Scaling a Sensor Output for an ADC in 2026

  1. 1 Imagine you have a new environmental sensor, the 'EcoSense 2026', that outputs a maximum of 5V, but your microcontroller's Analog-to-Digital Converter (ADC) can only handle a maximum input of 3.3V. You need to scale down the sensor's 5V output to be compatible with the ADC.
  2. 2 Let's choose R1 = 10kΩ and R2 = 20kΩ. Using the formula: Vout = 5V * (20kΩ / (10kΩ + 20kΩ)) = 5V * (20kΩ / 30kΩ) = 5V * (2/3) ≈ 3.33V.
  3. 3 The calculated output voltage (Vout) would be approximately 3.33V.
  4. 4 This 3.33V output is perfectly within the 3.3V maximum input range of your microcontroller's ADC, allowing you to safely and accurately read the data from your advanced EcoSense 2026 sensor without damaging your microcontroller. The slight excess of 0.03V would typically be handled by the ADC's input protection or simply registered as the maximum 3.3V without harm.

Source: IETF · Last updated: April 2026

Frequently Asked Questions

How does a voltage divider work?
A voltage divider uses two resistors in series to create an output voltage that is a fraction of the input. Output voltage = Vin x R2/(R1+R2). For example, with R1=1kΩ, R2=2kΩ, and 9V input, output is 6V.
When should you use a voltage divider?
Voltage dividers are used for sensor signal conditioning, reference voltage generation, level shifting, and reading analog voltages. They work best with high-impedance loads that draw minimal current.
Why does loading affect voltage divider output?
Connecting a load in parallel with R2 effectively reduces the bottom resistance, lowering the output voltage. For accurate results, the load impedance should be at least 10x greater than R2.