A 10 V divider with R1 = 10 kΩ, R2 = 10 kΩ, and a 10 kΩ load does not produce 5 V. The load sits in parallel with R2, making the effective lower leg 5 kΩ; therefore the loaded output is 10 V × 5 kΩ / (10 kΩ + 5 kΩ) = 3.333 V. The load lowers the output by 1.667 V, or 33.33% of the unloaded 5 V baseline.
Scope and terminology first
This is an ideal steady-state DC calculation. An ideal 10 V source holds its terminal voltage, each resistor has exactly its marked resistance, and wires have zero resistance. The result teaches topology and arithmetic; it does not select a real resistor, probe, ADC input, or power supply.
A voltage divider has an upper resistance from the source to the output node and a lower resistance from the output node to the reference node. In the unloaded case, those are R1 and R2. A load is anything connected from the output to another node that draws current. Here RL connects from Vout to ground, exactly across R2, so the lower leg becomes R2 || RL.
The ideal unloaded relationship is Vout/Vs = R2/(R1 + R2). Analog Devices' November 2018 voltage-divider laboratory note gives the same ratio and makes its boundary explicit: the simple resistive expression assumes ideal resistors and negligible parasitic effects. That boundary matters whenever frequency, input capacitance, or fast edges enter the problem.
Inputs and assumptions
| Quantity | Value | Role |
|---|---|---|
Vs | 10.000 V DC | ideal source voltage |
R1 | 10.000 kΩ | upper divider resistor |
R2 | 10.000 kΩ | lower divider resistor |
RL | 10.000 kΩ | resistive load across the output |
| Reference | 0 V | ideal ground node |
All resistances are positive and expressed in the same unit. The output has no other current path. There is no tolerance, source resistance, leakage, bias current, capacitance, inductance, noise, or temperature dependence.
Establish the unloaded baseline
Remove RL first. Only R1 and R2 carry current, so their series resistance is
Runloaded = R1 + R2
= 10 kΩ + 10 kΩ
= 20 kΩ.
The current through both resistors is
Iunloaded = Vs / Runloaded
= 10 V / 20 kΩ
= 0.500 mA.
The output is the drop across R2:
Vout,unloaded = Iunloaded × R2
= 0.500 mA × 10 kΩ
= 5.000 V.
This 5 V value is a baseline, not a promise about the loaded circuit.
Reduce the loaded lower leg
With RL connected, R2 and RL share the same two nodes. Their parallel equivalent is
Rlower = R2 || RL
= (R2 × RL) / (R2 + RL)
= (10 kΩ × 10 kΩ) / (10 kΩ + 10 kΩ)
= 5.000 kΩ.
Now apply the divider relationship to R1 and Rlower:
Vout,loaded = Vs × Rlower / (R1 + Rlower)
= 10 V × 5 kΩ / (10 kΩ + 5 kΩ)
= 10 V × 1/3
= 3.333 V.
The absolute change is 5.000 V - 3.333 V = 1.667 V. Relative to the unloaded value, the loading error is
(3.333 V - 5.000 V) / 5.000 V × 100% = -33.33%.
Report the sign. Saying only “33.33% error” hides whether loading raised or lowered the output.
Cross-check with current conservation
The total resistance seen by the source is R1 + Rlower = 15 kΩ, so the current through R1 is
IR1 = 10 V / 15 kΩ = 0.6667 mA.
Each 10 kΩ lower branch sees 3.333 V:
IR2 = 3.333 V / 10 kΩ = 0.3333 mA
IRL = 3.333 V / 10 kΩ = 0.3333 mA.
Kirchhoff's current-law check at Vout closes within rounding:
IR1 = IR2 + IRL
0.6667 mA = 0.3333 mA + 0.3333 mA.
If the incoming current does not equal the two outgoing branch currents, the topology, units, or rounding is wrong.
Cross-check with a Thévenin equivalent
MIT OpenCourseWare's Circuit Abstractions presents Thévenin equivalence as a way to replace a linear circuit with a simpler equivalent before connecting it to a larger circuit. Viewed from Vout with RL removed, this divider has
Vth = 5.000 V
Rth = R1 || R2 = 10 kΩ || 10 kΩ = 5.000 kΩ.
Reconnect RL = 10 kΩ:
Vout = Vth × RL / (Rth + RL)
= 5 V × 10 kΩ / (5 kΩ + 10 kΩ)
= 3.333 V.
The direct reduction, KCL check, and Thévenin check agree.
What a 1 MΩ meter would read
A measuring instrument is also a load. Keysight's application note 5988-5021EN explains that attaching a probe draws current; at low frequency, the probe's resistive input and the circuit's source resistance form another voltage divider. Replace the heavy 10 kΩ load with an idealized 1 MΩ meter input:
Rlower = 10 kΩ || 1 MΩ = 9.90099 kΩ
Vmeter = 10 V × 9.90099 / (10 + 9.90099)
= 4.97512 V
error = (4.97512 - 5.00000) / 5.00000 × 100%
= -0.4975%.
That is a DC resistance example only. The same Keysight note warns that probe capacitance and connection inductance become important as frequency and edge rate increase; this article's resistor-only result must not be reused as a bandwidth or transient-accuracy claim.
Reproducible Schematex source
circuit "Loaded 10 kΩ voltage divider"
V1: voltage_source up value="10V" label="V1"
wire right 80
R1: resistor right value="10k" label="R1"
wire right 35
net VOUT: dot
label "Vout" up
at: VOUT
R2: resistor down value="10k" label="R2"
wire down 30
ground
at: VOUT
wire right 80
RL: resistor down value="10k" label="RL"
wire down 30
ground
at: V1.start
wire down 30
ground
Schematex 1.0.13 strictly parsed and rendered this source with no diagnostics on August 26, 2026. The SVG contains one voltage source, three resistors, an explicit VOUT junction, and three ground returns. The current Schematex circuit syntax reference documents positional components, named-net anchors, explicit wire lengths, junction dots, labels, and ground symbols. That owned page establishes renderer behavior; Analog Devices, MIT, and Keysight establish the circuit and measurement principles.
Checks and invariants
- Topology:
R2andRLmust share both endpoints. Sharing onlyVoutdoes not make them parallel. - Unloaded limit: removing
RLmust restore5.000 V. - Short-circuit limit: as
RLapproaches0 Ω,Voutmust approach0 V. - Open-circuit limit: as
RLapproaches infinity,R2 || RLmust approachR2. - Current conservation:
IR1 = IR2 + IRLat the output node. - Unit discipline:
V/kΩ = mA; do not mix ohms and kiloohms without conversion. - Monotonicity: a smaller positive
RLcannot raise this ideal divider's output. - Independent method: direct reduction and Thévenin reduction must return the same voltage.
Failure modes and review boundary
Common errors are applying the unloaded formula after connecting a load, adding parallel resistances directly, treating a voltmeter as infinite impedance, hiding a percent-error sign, and using a DC equivalent for a high-frequency probe. Real output also depends on resistor tolerance and temperature coefficient, source output resistance and current limit, input leakage or bias current, wiring resistance, noise, and frequency-dependent impedance.
Paste the source into the Schematex playground, then run two deliberate perturbations. Remove RL and confirm the output calculation returns to 5.000 V; restore it and change its value to 1M to confirm the result approaches 4.975 V. If the diagram does not preserve the shared vout and ground nets, stop before trusting any arithmetic.