Voltage Divider Calculator

The online voltage divider calculator can help you to calculate the output voltage of divider circuits. Just input the given set of resistor values and source voltage and the voltage divider calculator will display the output voltage automatically. This calculator is suitable for Voltage Divider Between 2 Resistors and Voltage Divider With Multiple Resistors.

Voltage Divider Calculator

Voltage Input (V1)
V
1st Resistance (R1)
Ω
2nd Resistance (R2)
Ω

Output

Voltage Output (Vout)
=V
Under Load

Show

Load (RL)
Ω
Output Circuit Voltage
=V
Power Supplied by the Power Supply
=W
Power Delivered to the Load Resistor (RL)
=W
% of the Total Power the Load Receives
=%

Formula

Introduction

This physics video tutorial provides a basic introduction into voltage divider circuits.  It provides a simple formula to calculate the voltage across a resistor in a series circuit with two resistors in series with a battery.  it contains plenty of examples and practice problems.  It discusses the effect on the output voltage of a voltage divider circuit when a load resistor is placed in parallel with R2.  It discusses how to design a voltage divider circuit to meet certain requirements.

Voltage Divider Circuit Explained!

Voltage Divider Calculator Overview

The Voltage Divider Calculator determines the output voltage of a resistor divider from the input voltage and resistor values. It can also account for a load resistance connected from the output node to ground, helping users compare the ideal unloaded result with the actual loaded output.

A two-resistor voltage divider is useful for scaling a voltage to a lower level, setting bias points, sensing battery or supply voltage, creating reference thresholds, and adapting signals for analog inputs. It is best suited to high-impedance loads. A divider is not a voltage regulator and usually should not be used as a power supply for a load whose current changes.

Voltage Divider Circuit

A basic voltage divider uses two resistors in series across an input voltage. R1 is the upper resistor connected to the input, and R2 is the lower resistor connected to ground. The output voltage is measured at the junction of R1 and R2 relative to ground.

Two-resistor voltage divider circuit with input and output voltage

Calculator Inputs

InputMeaningTypical Unit
VinThe voltage applied across the complete divider.V
R1The upper resistor between Vin and the output node.Ω, kΩ, MΩ
R2The lower resistor between the output node and ground.Ω, kΩ, MΩ
RLAn optional load resistance connected from the output node to ground.Ω, kΩ, MΩ

Calculator Outputs

OutputMeaning
Output voltageThe voltage at the junction of R1 and R2, including the effect of RL when entered.
Divider currentThe current through the unloaded series divider.
Divider ratioThe fraction of the input voltage that appears at the output.
Equivalent output resistanceThe Thevenin resistance seen by a load connected to the output.

Unloaded Voltage Divider Formula

When no significant load is connected to the output, the same current flows through R1 and R2. The output voltage is:

Vout = Vin × R2 / (R1 + R2)

The divider ratio is:

K = Vout / Vin = R2 / (R1 + R2)

Because R1 and R2 are positive resistance values, the output of this passive divider is between 0 V and Vin when referenced to the same ground.

Deriving the Voltage Divider Equation

The total resistance of the unloaded series circuit is R1 + R2. Using Ohm's law, the divider current is:

I = Vin / (R1 + R2)

The output is the voltage across R2:

Vout = I × R2

Substituting the current expression gives:

Vout = Vin × R2 / (R1 + R2)

Unloaded Voltage Divider Example

Suppose Vin = 5 V, R1 = 1 kΩ, and R2 = 2 kΩ:

Vout = 5 × 2000 / (1000 + 2000)

Vout = 3.333 V

The original calculation must use 1000 + 2000 in the denominator. Dividing one resistor by the other in the denominator would produce an incorrect result.

Loaded Voltage Divider Formula

A connected load draws current from the output node. If the load resistance RL is connected in parallel with R2, first calculate the effective lower resistance:

REQ = R2 × RL / (R2 + RL)

Then calculate the loaded output voltage:

Vout = Vin × REQ / (R1 + REQ)

The effective lower resistance is always smaller than either parallel resistance. Therefore, a finite load connected in parallel with R2 lowers the output voltage compared with the unloaded result.

Loaded Divider Example

Continue with Vin = 5 V, R1 = 1 kΩ, and R2 = 2 kΩ, then connect a 10 kΩ load:

REQ = 2000 × 10000 / (2000 + 10000) = 1666.7 Ω

Vout = 5 × 1666.7 / (1000 + 1666.7) = 3.125 V

The unloaded output is 3.333 V, but the 10 kΩ load reduces it to 3.125 V. This difference is the loading error.

Thevenin Equivalent of a Voltage Divider

From the output node, an ideal two-resistor divider can be represented by a Thevenin voltage and resistance:

VTH = Vin × R2 / (R1 + R2)

RTH = R1 × R2 / (R1 + R2)

With a load connected, the output can also be calculated as:

Vout = VTH × RL / (RTH + RL)

The Thevenin form makes the design tradeoff clear: increasing both divider resistors reduces current consumption, but it also increases output resistance and makes the divider more sensitive to load current, leakage, and input sampling behavior.

Designing R1 and R2 for a Target Output

For an unloaded divider with known input and desired output voltage, the required resistor ratio is:

R1 / R2 = Vin / Vout - 1

If R2 is selected first, calculate R1 with:

R1 = R2 × (Vin / Vout - 1)

Target Output Example

To divide 12 V to 3 V without a significant load:

R1 / R2 = 12 / 3 - 1 = 3

R1 must be three times R2. Possible nominal values include 30 kΩ and 10 kΩ, or 300 kΩ and 100 kΩ. Both pairs have the same ideal ratio, but their current consumption and output resistance are different.

Divider Current and Power Dissipation

For an unloaded divider, current is:

I = Vin / (R1 + R2)

The power dissipated in each resistor is:

P1 = I2 × R1

P2 = I2 × R2

Equivalent voltage-based forms are P1 = (Vin - Vout)2 / R1 and P2 = Vout2 / R2. When a load is connected, current through R1 is no longer equal to current through R2, so calculate each branch separately.

Select resistor power ratings above the calculated dissipation and check maximum working voltage, pulse conditions, ambient temperature, and manufacturer derating guidance.

Choosing Divider Resistance Values

ChoiceAdvantagesTradeoffs
Lower resistance valuesLower output impedance, less loading error, faster charging of input capacitance, better noise immunity in some circuits.Higher continuous current and power consumption.
Higher resistance valuesLower current draw and lower divider power loss.Greater sensitivity to load resistance, leakage current, noise pickup, and ADC sampling requirements.

There is no single best resistance range for every circuit. Choose values using the required divider current, load impedance, source impedance limit, resistor tolerance, noise environment, power budget, and response time.

Voltage Dividers and ADC Inputs

A voltage divider is often used to scale a battery or sensor voltage into an analog-to-digital converter input range. Verify all of the following before connecting it:

  • The maximum divider output remains within the ADC pin limits under normal and fault conditions.

  • The ADC input leakage is small compared with divider current.

  • The divider's source resistance meets the ADC acquisition requirements.

  • The sample-and-hold capacitor has enough acquisition time to settle.

  • Any capacitor placed across R2 is included in startup and sampling-rate calculations.

  • The input protection network is suitable for the maximum possible input voltage.

Large resistor values reduce battery drain but may prevent a switched-capacitor ADC input from settling accurately during a short acquisition period. Depending on the application, solutions include increasing acquisition time, lowering the divider resistance, adding a correctly sized capacitor, or buffering the divider with an amplifier.

Voltage Divider with Multiple Series Resistors

The voltage divider rule also applies to any resistor in an unloaded series chain. For resistor RK in a series string:

VK = Vin × RK / (R1 + R2 + ... + RN)

A tapped resistor string can provide several reference voltages. Each connected load changes the current distribution, so a loaded multi-tap network requires circuit analysis rather than applying the unloaded ratio independently at every tap.

Potentiometer as a Voltage Divider

A potentiometer can act as an adjustable voltage divider. The two ends connect across the input voltage, and the wiper provides an adjustable output. The wiper load still affects the output, and the potentiometer must be rated for the applied voltage, total power, and expected wiper current.

Resistor Tolerance and Output Accuracy

Divider accuracy depends mainly on the resistor ratio, not only on each nominal value. Two separate 1% resistors can produce a larger worst-case ratio error than the nominal calculation suggests. For precision sensing or references, consider tighter-tolerance resistors, matched resistor networks, low temperature coefficients, and ratio-temperature tracking.

Input-source tolerance, load variation, PCB leakage, ADC input behavior, and resistor self-heating may also contribute to the total error. Calculate or simulate the complete error budget when the output must remain within a specified limit.

When a Voltage Divider Is Appropriate

  • Scaling a voltage for a high-impedance ADC or comparator input.

  • Creating transistor, amplifier, or logic bias levels.

  • Setting feedback or reference voltages in regulator circuits.

  • Attenuating low-frequency or DC measurement signals.

  • Creating multiple low-current reference taps from a resistor string.

  • Providing an adjustable voltage with a potentiometer.

When a Voltage Divider Is Not Enough

  • Powering a load that draws substantial or changing current.

  • Producing a regulated output when the input voltage changes.

  • Driving a low-impedance load without a buffer.

  • Scaling high-frequency signals without accounting for capacitance and compensation.

  • Measuring hazardous high voltage without suitable resistor voltage ratings, spacing, protection, and safety design.

  • Protecting an input from overvoltage using the resistor ratio alone.

Use a voltage regulator, reference IC, buffer amplifier, or dedicated signal-conditioning circuit when the load or accuracy requirements exceed what a passive divider can provide.

How to Use the Voltage Divider Calculator

  1. Enter the input voltage Vin.

  2. Enter the upper resistor R1 and select the correct unit.

  3. Enter the lower resistor R2 and select the correct unit.

  4. Enter RL when a load is connected from the output to ground.

  5. Read the calculated output voltage.

  6. Compare loaded and unloaded results to evaluate loading error.

  7. Calculate divider current and resistor power before selecting components.

  8. Confirm tolerance, voltage rating, source impedance, and input protection requirements.

Common Voltage Divider Mistakes

  • Reversing R1 and R2 in the output-voltage formula.

  • Using R1 divided by R2 instead of adding R1 and R2 in the denominator.

  • Ignoring the resistance of the connected load.

  • Assuming the output remains constant while load current changes.

  • Choosing very large resistors without checking leakage or ADC acquisition time.

  • Choosing very small resistors without checking continuous power consumption.

  • Checking total power but not the power and voltage rating of each resistor.

  • Using nominal values without considering resistor tolerance and temperature coefficient.

  • Using a divider as overvoltage protection without evaluating fault conditions.

Frequently Asked Questions

What is the basic voltage divider formula?

For two unloaded series resistors, Vout = Vin × R2 / (R1 + R2), where the output is measured across R2.

Why does a load reduce the divider output?

A load connected from the output to ground is in parallel with R2. This reduces the effective lower resistance and changes the divider ratio.

Can a voltage divider increase voltage?

A passive two-resistor divider cannot produce an unloaded output greater than its input. A boost converter, transformer, charge pump, or active amplifier is required to increase voltage.

Can I use a voltage divider as a power supply?

Usually not. The output depends on load current, so it is poorly regulated and wastes continuous divider current. It is mainly intended for signal scaling, biasing, sensing, and other high-impedance loads.

Does using larger resistors change the ideal output voltage?

Multiplying both resistor values by the same factor leaves the ideal unloaded ratio unchanged. It reduces divider current but increases output resistance and sensitivity to loading and leakage.

How do I calculate the output resistance?

For an ideal input voltage source, the output resistance is R1 in parallel with R2: RTH = R1 × R2 / (R1 + R2).

How accurate is a voltage divider?

Accuracy depends on resistor ratio tolerance, input-voltage accuracy, loading, leakage, temperature, noise, and measurement-device input behavior. Precision designs require an error budget rather than relying only on nominal resistor values.

Should the load be much larger than R2?

A larger load resistance reduces loading error, but the required ratio depends on the allowed error. Calculate the loaded output directly instead of relying on a fixed rule of thumb.

Related Online Calculation Tools

Frequently Asked Questions

How do you calculate voltage divider?

Voltage Divider Circuit  The voltage drops across all three resistors should add up to the supply voltage as defined by Kirchhoff's Voltage Law (KVL). So the sum of the voltage drops is: VT = 6 V + 12 V + 18 V = 36.0 V the same value of the supply voltage, VS and so is correct.

How do you select a voltage divider resistor?

Choosing a resistor value  The value of the resistor R determines the range (maximum and minimum values) of the output voltage Vo. For best results you need Vo to have a large range and this is achieved if R is much larger than the sensor's minimum resistance but much smaller than its maximum resistance.

How do you calculate R1 voltage divider?

A voltage divider circuit will normally look like this in a circuit with a series of 2 resistors. R1 = Resistor closest to input voltage (Vin) R2 = Resistor closest to ground. Vin= Input Voltage. Vout = Output voltage across R2 which is the divided voltage (1/4 of input voltage)

How do you calculate R2 voltage divider?

The voltage divider Resistor calculator calculates the value of the resistor, R2, of the voltage divider network based on the value of resistor, R1, the input voltage, VIN, and the output voltage, VOUT. This resistor value of R2, is calculated by the formula, R2= (VOUT * R1)/(VIN - VOUT) .

Does voltage divider in parallel?

A parallel circuit is often called a current divider for its ability to proportion—or divide—the total current into fractional parts. Once again, it should be apparent that the current through each resistor is related to its resistance, given that the voltage across all resistors is the same.

Does a voltage divider waste power?

A voltage divider is a simple circuit consisting of two resistors that has the useful property of changing a higher voltage (Vin) into a lower one (Vout). Less than that and the circuit will waste a lot of power flowing through R1 and R2 to ground.

How does a voltage divider work?

A voltage divider can be used to scale down a very high voltage so that it can be measured by a volt meter. The high voltage is applied across the divider, and the divider output—which outputs a lower voltage that is within the meter's input range—is measured by the meter.

Does a voltage divider affect current?

Application Dont's. As tempting as it may be to use a voltage divider to step down, say, a 12V power supply to 5V, voltage dividers should not be used to supply power to a load. Any current that the load requires is also going to have to run through R1.
Hot products

ImagePart NumberManufacturerCategoryPackage/CaseDescriptionPriceQuantityBuy/Quote
BLM18PG121SN1DBLM18PG121SN1DMurata ElectronicsFerrite Beads and Chips0603 (1608 Metric)MURATA - BLM18PG121SN1D - Ferrite Bead, 0603 [1608 Metric], 120 ohm, 2 A, BLM18P Series, 0.05 ohm, ± 25%-

In stock : 355131

Minimum: 1

TP3420AV309TP3420AV309Texas InstrumentsInterface - Telecom20-LCC (J-Lead)IC TELECOM INTERFACE 20PLCC-

In stock

Minimum: 1

2920L185DR2920L185DRLittelfuse Inc.PTC Resettable Fuses2920 (7351 Metric), ConcavePTC RESET FUSE 33V 1.85A 2920-

In stock : 7500

Minimum: 1

19-217/R6C-AL1M2VY/3T19-217/R6C-AL1M2VY/3TEverlight Electronics Co LtdLED Indication - Discrete0603 (1608 Metric)LED RED CLEAR 2SMD-

In stock : 6070

Minimum: 1

MPZ2012S102AT000MPZ2012S102AT000TDK CorporationFerrite Beads and Chips0805 (2012 Metric)TDK - MPZ2012S102AT000 - FERRITE BEAD, 0.15OHM, 1.5A, 0805-

In stock : 51745

Minimum: 1

MC33153PMC33153PON SemiconductorPMIC - Gate Drivers8-DIP (0.300, 7.62mm)IC DRIVER GATE SINGLE IGBT 8DIP-

In stock : 10000

Minimum: 1

SE2537L-RSE2537L-RSkyworks Solutions Inc.RF Amplifiers16-VFQFN Exposed PadRF Amplifier 5GHz Gain 30 dB 3.3Volt -10C 85C-

In stock : 10000

Minimum: 1

SKY81294-14-001SKY81294-14-001Skyworks Solutions Inc.PMIC - LED Drivers9-BGA, WLCSPIC LED FLASH DVR 1.2V 9CSP
  • 1:$0.524038
  • 10:$0.494375
  • 100:$0.466392
  • 500:$0.439992

In stock : 22794

Minimum: 1

SKY65084-360LFSKY65084-360LFSkyworks Solutions Inc.RF Amplifiers8-VFDFN Exposed PadIC AMP 1.5-2.4GHZ LN 8QFN-

In stock

Minimum: 1

HMC588LC4BTRHMC588LC4BTRAnalog Devices Inc.RF Misc ICs and Modules24-TFQFN Exposed PadIC OSC VCO WIDEBAND 24SMD-

In stock : 5200

Minimum: 1

MC1458DMC1458DON SemiconductorLinear - Amplifiers - Instrumentation, OP Amps, Buffer Amps8-SOIC (0.154, 3.90mm Width)IC OPAMP GP 2 CIRCUIT 8SOIC
  • 1:$0.841306
  • 10:$0.793685
  • 100:$0.748759
  • 500:$0.706376

In stock : 67

Minimum: 1

80HCPS1432CRM80HCPS1432CRMRenesas Electronics America Inc.Specialized ICs576-BBGA, FCBGAIC SER RAPIDIO SWITCH 576FCBGA-

In stock

Minimum: 1

MAX16816ATJ MAX16816ATJ Maxim IntegratedPMIC - LED Drivers32-WFQFN Exposed PadIC, LED DRIVER, BUCK-BOOST, TQFN-32-

In stock

Minimum: 1

DS21Q48NDS21Q48NMaxim IntegratedInterface - Telecom144-BBGAIC LIU E1/T1/J1 4X 5V LONG144BGA-

In stock

Minimum: 1

ALT6702RM45Q7ALT6702RM45Q7Skyworks Solutions Inc.RF Amplifiers-IC RF AMP CELLULAR SMD-

In stock

Minimum: 1

LQH2HPN4R7MGRLLQH2HPN4R7MGRLMurata ElectronicsFixed Inductors1008 (2520 Metric)Fixed Inductors 1008 4.7uH 1000mA /-20%-

In stock : 100000

Minimum: 1

VLS252012HBX-2R2M-1VLS252012HBX-2R2M-1TDK CorporationFixed Inductors1008 (2520 Metric)FIXED IND 2.2UH 2.3A 102 MOHM-

In stock : 19980

Minimum: 1

GRM188R61A106KAALDGRM188R61A106KAALDMurata ElectronicsCeramic Capacitors0603 (1608 Metric)CAP CER 10UF 10V X5R 0603
  • 1:$0.011836

In stock : 897263

Minimum: 5

GRM0335C1E102GA01DGRM0335C1E102GA01DMurata ElectronicsCeramic Capacitors0201 (0603 Metric)CAP CERAMIC 0.001UF 25V C0G 2% P-

In stock : 15000

Minimum: 1

EEF-CS1E150REEF-CS1E150RPanasonic Electronic ComponentsAluminum - Polymer Capacitors2917 (7343 Metric)Aluminum Organic Polymer Capacitors 15uF 25volt
  • 1:$0.596830
  • 10:$0.563048
  • 100:$0.531177
  • 500:$0.501110

In stock : 80000

Minimum: 1