Wheatstone Bridge Calculator
Enter the three known resistors of a Wheatstone bridge to find the unknown resistor Rx at balance. The bridge balances when the two divider ratios match, so R1 over R2 equals R3 over Rx, which rearranges to Rx = R2 times R3 over R1. Choose ohm, k ohm, or M ohm from the units menu and the result is shown in the most readable unit for its size.
How to use the Wheatstone bridge calculator
- Pick your working unit (ohm, k ohm, or M ohm) from the Units menu at the top; it applies to all three inputs.
- Enter resistor R1, the top of the first divider, in the R1 field.
- Enter resistor R2, the bottom of the first divider, in the R2 field.
- Enter resistor R3, the top of the second divider, in the R3 field.
- Read the unknown resistor Rx shown below, then use Copy to grab the 'Rx = ...' line.
Examples
R1 100, R2 200, R3 150 (ohm)
R1 = 100, R2 = 200, R3 = 150
Rx = 200 * 150 / 100 = 300 ohm
Result that reformats into k ohm
R1 = 2000, R2 = 1000, R3 = 4000
Rx = 1000 * 4000 / 2000 = 2000 ohm, shown as 2 k ohm
All three resistors equal
R1 = 1000, R2 = 1000, R3 = 1000
Rx = 1 k ohm
Frequently asked questions
What is the Wheatstone bridge balance equation?
At balance the two divider ratios are equal, R1 / R2 = R3 / Rx. Rearranged, the unknown resistor is Rx = R2 * R3 / R1. The calculator evaluates that formula directly with the three values you enter.
How is the bridge arranged?
Two voltage dividers share one supply. R1 over R2 forms the first divider and R3 over the unknown Rx forms the second. A galvanometer or null detector bridges the two midpoints and reads zero when the bridge is balanced.
What does a balanced bridge actually mean?
A balanced bridge has equal voltages at the two midpoints, so no current flows through the detector and it reads zero. When you adjust the known arms until the detector nulls, the ratio condition holds exactly and Rx follows from the three known values.
Why use a Wheatstone bridge instead of an ohmmeter?
A bridge compares the unknown against precise reference resistors at a null point, where the eye or meter is most sensitive to a small imbalance. That comparison method can be far more accurate than reading a resistance directly, especially for precise or low-value resistors.
Does the supply voltage change the answer?
No. At balance the result depends only on the ratio of the resistors, so the supply voltage cancels out and never appears in the formula. That independence is a key reason the bridge is so reliable.
Which unit should I enter values in?
Pick one unit from the menu and use it for all three resistors. Because Rx = R2 * R3 / R1 scales with that unit, entering everything in k ohm gives an answer in k ohm, and the display then reformats it into ohm, k ohm, or M ohm automatically.
What happens if I enter a zero or blank value?
The calculator needs positive numbers for R1, R2, and R3. If any field is empty, zero, negative, or non-numeric it shows a prompt to enter positive values instead of a result, since a zero or negative arm has no physical balance point.
How precise is the result?
The engine computes Rx at full floating-point precision and rounds to nine decimal places, then the display rounds each shown figure to four decimals. For real measurements the accuracy of your reference resistors and detector matters far more than the arithmetic.
Is there an API for this calculation?
Yes. This tool exposes a JSON endpoint that accepts r1, r2, and r3 in ohms and returns rx, so you can script balance calculations. Everything on the page itself runs in your browser with no data sent while you type.
Learn more
- How a Wheatstone bridge measures an unknown resistor
The circuit behind the balance formula, why the null method is so accurate, and where Wheatstone bridges are used in real instruments.
Related tools
Voltage Divider Calculator
Calculate the output of a resistive voltage divider. Enter the input voltage and two resistors to get Vout, the current and the divider ratio instantly.
Ohm's Law Calculator
Solve Ohm's law online. Enter any two of voltage, current, resistance or power and get the other two, with the V, I, R and P formulas shown.
Resistor Calculator
Add resistors in series or parallel and get the total resistance in ohms. Enter any number of values and the calculator shows the result with the formula.
555 Timer Calculator
Calculate 555 timer astable frequency, period, high and low times and duty cycle from R1, R2 and the timing capacitor. Free oscillator design helper.
Absolute Humidity Calculator
Calculate absolute humidity in grams of water vapor per cubic meter from air temperature and relative humidity. Fast, free and works in your browser.
Allele Frequency Calculator
Find allele frequencies from genotype counts. Enter the number of AA, Aa and aa individuals to get the A and a allele frequencies and allele totals.