Wheatstone Bridge Calculator
Enter three known bridge-arm resistances, choose the unknown arm, and optionally enter supply voltage to see the ideal balance relationship.
- Unknown resistance
- ohm
- Left ratio R1/R2
- Right ratio R3/R4
- Ideal balance output
- V
Calculation details
- Calculation basis
- Circuit boundary
Recent results
Formulas
- Balance condition = R1 / R2 = R3 / R4
- Unknown R1 = R2 x R3 / R4
- Unknown R2 = R1 x R4 / R3
- Unknown R3 = R1 x R4 / R2
- Unknown R4 = R2 x R3 / R1
- Ideal balanced bridge output = 0 V
Electrical Purpose
The Wheatstone bridge is a four-arm resistance network used to determine an unknown resistance by comparing it against three known resistances until the bridge reaches electrical balance. This calculator solves for whichever arm is marked as the unknown position and reports the value needed to null the bridge, along with the arm ratios that confirm balance.
In the worked example, R4 is set as the unknown position, with R1 = 100 Ω, R2 = 50 Ω, and R3 = 200 Ω entered as known values. The calculator returns an unknown resistance of 100 Ω.
Inputs and Field Meaning
The interface exposes five fields:
- Unknown resistor position – selects which arm (R1, R2, R3, or R4) the calculator solves for. In this example it is set to R4.
- R1, R2, R3, R4 (ohm) – enter the known resistance for each arm. The arm selected as unknown is left at 0 and is not used in the arithmetic; it is the output.
- Supply voltage (V) – optional. Sets the excitation voltage applied across the bridge, used only to compute the ideal balance output.
These fields correspond directly to the classic bridge diagram: R1 and R2 form one voltage-divider leg, R3 and R4 form the second leg, and the galvanometer or voltmeter connects between the midpoints of the two legs.
Balance Condition and Formula
A Wheatstone bridge is balanced when the ratio of resistances in one leg equals the ratio in the other leg:
\(R1 / R2 = R3 / R4\)
This is algebraically equivalent to the cross-product form:
\(R1 × R4 = R2 × R3\)
When R4 is the unknown, the calculator rearranges this to:
\(R4 = (R2 × R3) / R1\)
Substituting the entered values:
\(R4 = (50 × 200) / 100 = 100 Ω\)
The calculator also reports both side ratios independently so the balance condition can be checked at a glance:
- Left ratio, R1/R2 = 100/50 = 2
- Right ratio, R3/R4 = 200/100 = 2
When both ratios match, as they do here, the bridge is confirmed balanced and the computed unknown value is correct for that condition.
Ideal Balance Output
The ideal balance output represents the theoretical voltage difference between the two bridge midpoints when the network is at true balance. Because the calculator solves R4 so that R1/R2 exactly equals R3/R4, the bridge sits at a null point, and the ideal output is 0 V regardless of the supply voltage entered. This value is not a measured reading; it is the expected null-detector output for a mathematically balanced bridge and is used as a reference point when setting up or verifying a physical bridge circuit before taking a live measurement.
If a technician enters a supply voltage and the bridge is deliberately left off-balance (values that do not satisfy R1/R2 = R3/R4), the same bridge equations produce a nonzero differential output proportional to the imbalance — the basis for how strain gauge, RTD, and load-cell signal-conditioning bridges generate an analog output from a small resistance change.
Practical Use in the Field
This calculator supports resistance-measurement and instrumentation work rather than conductor or load sizing. Typical applications include:
- Determining an unknown resistor value on a bench setup using three known reference resistors and a null detector, when a standard ohmmeter’s accuracy is insufficient for precision work.
- Verifying resistor tolerance for calibration standards or reference resistors used in test equipment.
- Checking the balance arms of strain gauge, RTD, or load cell bridge circuits used in industrial control and instrumentation panels, where the sensor element forms one arm of the bridge.
- Cross-checking lead resistance or contact resistance in low-resistance measurement setups, such as grounding conductor continuity testing, where series resistance in test leads can be modeled as an added arm.
Field and Arithmetic Limitations
The calculation assumes an ideal bridge: zero current flows through the detector branch at balance, and all four arms are pure, temperature-stable resistances with negligible lead or contact resistance. In a physical setup, lead resistance, contact resistance at binding posts, and resistor temperature coefficients introduce measurement error that this arithmetic does not account for — those factors must be measured or compensated separately, typically with a Kelvin (four-wire) bridge configuration for low-resistance work.
The ideal balance output figure is a theoretical null-point value, not a substitute for an actual galvanometer or digital null-detector reading taken during a live balance procedure. This tool performs resistance-ratio arithmetic only; it does not evaluate conductor ampacity, branch-circuit sizing, or any NEC-governed installation requirement, since a Wheatstone bridge calculation is a measurement and instrumentation function, not a load or wiring design function.
FAQs
What does bridge balance mean?
Balance means the ratio of R1 to R2 equals the ratio of R3 to R4, so the ideal differential output between the bridge midpoint nodes is zero.
Does this model a real sensor bridge?
No. Real bridges can be affected by tolerance, temperature, lead resistance, instrumentation loading, excitation limits, noise, and sensor-specific behavior.