Percent Error Calculator
Percent error measures how far a measured value strays from a known true or accepted value, expressed as a percentage of that true value. It is the everyday accuracy check in science labs, engineering tests, and quality control, where you compare what you observed against what the correct answer should have been. This tool takes your measured value and the accepted true value, then reports the absolute percent error, the signed percent error showing direction, and the raw absolute error. The true value must be nonzero, since percent error divides by it.
Percent error formula
Absolute error = |measured - true|
Percent error = (absolute error / |true|) * 100
Signed percent error = ((measured - true) / |true|) * 100
Here the true value is the accepted reference. The absolute percent error ignores direction, while the signed version is positive when the measurement is too high and negative when it is too low.
How percent error works
- Percent error compares a measurement against a known accepted value.
- The standard definition uses the absolute difference, giving a non-negative result.
- The signed version shows whether the measurement was above or below the true value.
- The true value must be nonzero, because percent error divides by it.
- A smaller percent error indicates a more accurate measurement.
Percent error: frequently asked questions
What is the formula for percent error?
Percent error is the absolute difference between the measured value and the true (accepted) value, divided by the true value, then multiplied by 100. In symbols: percent error = |measured - true| / |true| * 100. It expresses how far a measurement strays from the accepted reference as a percentage.
What is the difference between percent error and percent difference?
Percent error compares a measured value against a known true or accepted value, so it has a clear reference. Percent difference compares two values when neither is more correct than the other, dividing by their average. Use percent error in experiments with a known target and percent difference when comparing two equally valid measurements.
Can percent error be negative?
The standard definition uses the absolute value of the difference, so percent error is reported as a non-negative number. Some fields instead keep the sign to show whether the measurement was too high or too low. This calculator reports both the absolute percent error and the signed version so you can use whichever convention you need.
Why must the true value be nonzero?
Percent error divides by the true value, so a true value of zero would require division by zero, which is undefined. When the accepted value is zero, percent error is not meaningful and you should use absolute error instead. This calculator returns n/a if the true value is zero.
What does a small percent error mean?
A small percent error means the measurement is close to the accepted value, indicating good accuracy. A percent error of 1 percent means the measurement differs from the true value by one part in a hundred. The acceptable threshold depends on the field and the precision of the instruments involved.
Official sources
- National Institute of Standards and Technology: Guidelines for Evaluating and Expressing Uncertainty.
- National Aeronautics and Space Administration: Mathematics reference.
Reviewed by the CalculatorHub team, edited by James Graham, 16 June 2026. See our methodology.