Tested tool guide
Tested browser tools
Checked August 16, 2026
What Error Propagation Calculator does, with a checked example
Turn measurements with stated uncertainties into a nominal calculated value and its propagated uncertainty. Select addition or multiplication for common cases, or enter a formula with values and uncertainties for its variables. The tool combines independent uncertainty contributions according to each input's effect on the result. The point most often misread is the combination rule: independent uncertainties are combined in quadrature, not simply added. Thus uncertainties of 0.3 and 0.4 in a sum produce 0.5, not 0.7.
Worked example
A concrete input and expected output from the current implementation.
Input
Formula: x + y
x: value 3, uncertainty 0.3
y: value 4, uncertainty 0.4
->
Expected output
Result: 7 +/- 0.5
The nominal sum is 3 + 4 = 7. For independent inputs, the propagated uncertainty is sqrt(0.3^2 + 0.4^2) = sqrt(0.25) = 0.5.