# [Wheatstone Bridge Calculator](https://blog.hirnschall.net/tools/wheatstone-bridge/)

author: [Sebastian Hirnschall](https://blog.hirnschall.net/about/)

meta description: Calculate the Wheatstone bridge balance condition or output voltage. Solve for any unknown resistor or compute V_out for an unbalanced bridge.

meta title: Wheatstone Bridge Calculator — Balance and Output Voltage

date published: 01.04.2025 (DD.MM.YYYY format)
date last modified: 22.04.2025 (DD.MM.YYYY format)

---

Calculator
----------

Provide any three of \( R\_1 \)–\( R\_4 \) to solve for the fourth using the balance condition. Provide all four plus \( V\_s \) (\(A\) to \(C\)) to calculate the output voltage \( V\_{out} \) of an unbalanced bridge.

* R1:
* Ω
  kΩ
  MΩ

* R2:
* Ω
  kΩ
  MΩ

* R3:
* Ω
  kΩ
  MΩ

* R4:
* Ω
  kΩ
  MΩ

* Supply voltage (Vs) — optional:
* V
  mV
  kV

Provide any three of R1–R4 to calculate.

Calculate



Wheatstone Bridge — Explanation
-------------------------------

A Wheatstone bridge consists of four resistors arranged in a diamond configuration with a supply voltage \( V\_s \) across one diagonal and a measurement point across the other. It is used to measure an unknown resistance precisely, or to detect small resistance changes in sensor applications such as strain gauges and RTDs.

Balance Condition
-----------------

The bridge is balanced when no current flows through the galvanometer — i.e. when both branches have the same voltage ratio:
\[
\frac{R\_1}{R\_2} = \frac{R\_3}{R\_4}
\]
Which is equivalently written as:
\[
R\_1 \cdot R\_4 = R\_2 \cdot R\_3
\]
At balance, the output voltage \( V\_{out} = 0 \). Solving for any one resistor given the other three:
\[
\begin{align}
R\_1 &= \frac{R\_2 \cdot R\_3}{R\_4} \\
R\_2 &= \frac{R\_1 \cdot R\_4}{R\_3} \\
R\_3 &= \frac{R\_1 \cdot R\_4}{R\_2} \\
R\_4 &= \frac{R\_2 \cdot R\_3}{R\_1}
\end{align}
\]

Unbalanced Bridge — Output Voltage
----------------------------------

When the bridge is not balanced, a voltage appears across the output. For a high-impedance load (no current drawn from the output):
\[
V\_{out} = V\_s \cdot \left(\frac{R\_3}{R\_1 + R\_3} - \frac{R\_4}{R\_2 + R\_4}\right)
\]
The sign of \( V\_{out} \) indicates which branch has the higher voltage. This formula assumes no loading. If a low-impedance load is connected, the output voltage will be lower due to the bridge's output impedance.

Use in Sensor Applications
--------------------------

In practice one or more of the resistors is a sensor — a strain gauge, thermistor, or RTD — whose resistance changes with a physical quantity. The bridge is first balanced at a reference condition. Any deviation from balance then produces a \( V\_{out} \) proportional to the resistance change, which can be amplified and measured. This is the principle behind load cells, pressure sensors, and precision temperature measurement.

More info
---------

Looking for more helpful tools and calculators? Explore a wide range of resources to simplify your engineering projects and calculations. Head over to our [tools section](https://blog.hirnschall.net/tools/) to find our free online calculators.  
For actual projects and informational articles head over to [blog.hirnschall.net](https://blog.hirnschall.net/).