Imagine you must measure a resistance to within a fraction of a percent, but your voltmeter is mediocre, your battery sags, and the room temperature drifts all afternoon. Measuring the resistor's voltage directly would inherit every one of those flaws. The classic answer, popularized by Charles Wheatstone in 1843, is to stop measuring a value and start measuring a difference. Arrange four resistors in a diamond, watch the voltage across the middle, and adjust until that voltage reads exactly zero.
At that null point the unknown resistance is fixed by three known ones, and almost nothing else matters. The supply voltage can wander, the detector can be coarse near zero, and the answer still holds. That trick made the Wheatstone bridge the workhorse of resistance measurement, and it still lives at the heart of nearly every strain gauge and load cell in use today. This article explains how the bridge works, walks through a balance calculation, and flags the mistakes that catch people out.
Why this calculation matters
A great deal of sensing comes down to a small change in resistance. A metal foil strain gauge stretches and its resistance rises by a fraction of a percent. A platinum thermometer warms and its resistance climbs. A pressure transducer flexes a diaphragm and shifts a resistive element. In every case the signal is a tiny resistance change buried inside a much larger baseline value.
Measuring such a change by absolute methods is hard, because the change can be one part in a thousand of the total. The Wheatstone bridge solves this by comparison. It pits the unknown against known references and reports only the imbalance. A small resistance change produces a clean, amplifiable output voltage, while the large, uninteresting baseline is subtracted away by the circuit itself. That is why understanding the bridge is a prerequisite for understanding how load cells, torque sensors, and pressure transmitters actually produce their numbers.
The core method
The bridge is two voltage dividers fed from the same supply. One leg carries resistors R1 and R2 in series; the other carries R3 and R4 in series. The excitation voltage Vin is applied across the whole diamond, and the detector is connected between the midpoints of the two legs.
Each divider produces a fraction of Vin at its midpoint. The first leg gives one fraction, the second leg gives another, and the detector sees the difference between them:
Vout = Vin * ( R1/(R1 + R2) - R3/(R3 + R4) )
The bridge is balanced when those two fractions are equal, so that Vout is exactly zero. Setting the two divider ratios equal and rearranging gives the balance condition in its cleanest form:
R1 / R2 = R3 / R4
Equivalently, the bridge balances when the products of opposite arms are equal: R1*R4 = R2*R3.
This is the key idea. If three resistors are known and the fourth is unknown, you adjust until the detector nulls, and the balance condition hands you the unknown directly:
R4 = R3 * R2 / R1
The power of the null method is what it removes from the equation. At balance, Vout does not depend on the exact value of Vin. A drifting supply still gives a null at the same resistance ratio. The detector only has to answer one question well: is this voltage zero or not? It never has to measure an absolute value accurately. That is a far easier instrument to build, and it is why the bridge can be so precise with such modest parts.
A worked example
Suppose you have a bridge with three known resistors and one unknown, and you have adjusted the circuit until the detector reads zero.
The known values are R1 = 100 ohm, R2 = 200 ohm, and R3 = 150 ohm. The fourth arm, R4, is the unknown resistance you want to find.
Step 1 — write the balance condition. At the null point:
R1 / R2 = R3 / R4
Step 2 — solve for R4. Rearranging for the unknown:
R4 = R3 * R2 / R1
Step 3 — substitute the known values.
R4 = 150 * 200 / 100
R4 = 30000 / 100
R4 = 300 ohm
So the unknown resistance is 300 ohm.
Notice what never entered the calculation: the supply voltage. The result depends only on the ratios of the known resistors. If Vin were 5 V or 9 V or drifting between the two, the balance point would not move. The bridge converts a hard absolute-voltage measurement into an easy null detection, and that is the whole reason it has lasted so long.
Common mistakes
Pairing the wrong arms in the balance condition. The condition is R1/R2 = R3/R4, with the arms taken in the order they sit around the diamond. Crossing the pairing, for instance writing R1/R3 = R2/R4, produces a plausible-looking but wrong answer. Sketch the diamond and follow the legs.
Believing a null means a perfect measurement. The result is only as good as the three reference resistors and the sensitivity of the detector near zero. If the references are loosely specified, or the detector cannot resolve a small Vout, the bridge inherits that uncertainty. Precision comes from the references, not from the topology alone.
Ignoring lead and contact resistance. When the unknown sits at the end of long wires, the wire resistance adds into that arm and biases the result. This is why precise resistance thermometry uses three-wire or four-wire connections that route the lead resistance out of the balance equation.
Forgetting temperature. Resistors change value with temperature, including the reference arms. In a strain gauge bridge, a temperature swing can masquerade as strain. Practical bridges use dummy gauges or multiple active arms so that thermal drift appears equally in both legs and cancels at the detector.
Self-heating the resistors. Too much excitation voltage pushes real power into the arms, warms them, and shifts their resistance during the measurement. The unknown can drift while you are trying to null it. Keep the excitation modest enough that self-heating stays negligible.
Try the interactive NovaSolver calculator
Solving one balance equation is quick, but watching the output voltage swing as the arms move builds a much stronger intuition. The Wheatstone Bridge Simulator — Balance Condition & Sensitivity on NovaSolver lets you set all four resistors R1 to R4, then shows the open-circuit output voltage Vout, the sensitivity Vout/Vin, the value of R4 that would balance the bridge, and the imbalance away from that point, with a live diagram of the diamond that turns green when the bridge nulls.
Related calculators
- Thevenin equivalent calculator — reduces the bridge seen by the detector to a single source and resistance, which is how you analyze a loaded, unbalanced bridge.
- RC / RL circuit calculator — for the time response of the filtering and amplification stages that usually follow a bridge.
- Coulomb's law calculator — a step back to the electrostatic force that underlies every voltage and current in the circuit.
You can browse the rest in the electromagnetics tools hub.
Closing note
The Wheatstone bridge endures because it reframes a hard problem as an easy one. Instead of measuring a voltage accurately, you only have to recognize when a voltage is zero, and a circuit of four resistors does the rest. At balance the unknown depends only on three known references, free of the supply voltage and most of the noise around it. Pair the arms correctly, respect your references, watch for temperature and lead resistance, and a handful of resistors becomes one of the most trustworthy measuring instruments an engineer can build.
Top comments (0)