Percent Error, Explained: Measured vs. True Value Without the Guesswork
A clear guide to percent error — the measured-vs-true formula, why we take the absolute difference, lab accuracy thresholds, and how it differs from percent difference.
Percent Error, Explained: Measured vs. True Value Without the Guesswork
The first time I graded a stack of physics labs, I kept seeing the same three lines at the bottom of every report: a measured number, an accepted number, and a percent error that did not match either of them. Half the students had divided by the wrong value. A quarter had reported a negative percent and then apologized for it. And one had written "infinite error" with a straight face. Percent error is a tiny calculation, but it trips people up because the rules behind it are rarely spelled out. Here is the whole thing, start to finish.
What percent error actually measures
Percent error tells you how far a measured value sits from a value you already accept as correct. That accepted value might be a textbook constant, a certified reference standard, or the answer key your teacher is holding. The point is that one of your two numbers is treated as the truth, and the other is being judged against it.
The formula is:
percent error = |measured − true| / |true| × 100
The numerator is the gap between what you got and what you should have gotten. Dividing by the true value turns that raw gap into a fraction of the correct answer, and multiplying by 100 turns the fraction into a percentage. So if you are off by half a gram on a value that should be 50 grams, that is 1% error — small. Off by half a gram on a value that should be 1 gram, and that is 50% error — enormous. The same absolute miss means very different things depending on what you were measuring, which is exactly why we scale it.
Why we take the absolute difference
Look closely at the numerator: |measured − true|. Those vertical bars are absolute value, and they are there on purpose. Percent error answers the question "how far off was I?", and distance has no direction. Being 2% high and being 2% low are both being 2% off. If we let the sign through, you could measure wildly in both directions across many trials and have the positive and negative errors cancel into a falsely reassuring near-zero — which would hide bad data instead of exposing it.
That is why percent error is conventionally reported as a non-negative number. But direction is not worthless. Whether your instrument reads high or low is a real clue about why it is wrong, so the honest move is to keep the magnitude (percent error) and the sign (the raw measured − true difference) as two separate facts. A good calculator gives you both. The Percent Error Calculator reports the percent error magnitude alongside a signed error field, so you see "1.8% off, and reading low" instead of having to reconstruct the direction yourself.
A worked example: timing gravity
Suppose your students drop a ball, time the fall, and estimate the acceleration due to gravity at 9.8 m/s². The accepted value is 9.81 m/s². Plug them in:
percent error = |9.8 − 9.81| / |9.81| × 100
= 0.01 / 9.81 × 100
= 0.10%
A tenth of a percent, measured with a hand-held stopwatch — that is excellent, and it earns full credit. Now compare a second group that reported 8.9 m/s²:
percent error = |8.9 − 9.81| / |9.81| × 100
= 0.91 / 9.81 × 100
= 9.3%
The signed difference here is −0.91, meaning the measurement reads low. A 9.3% error with a consistent negative sign is not random scatter; it points at a systematic problem. With a stopwatch, the usual culprit is reaction-time delay making every fall look a little longer, which drags the computed g downward. The number and its sign together tell a story the raw measurement alone cannot.
How much percent error is acceptable
There is no universal threshold, and anyone who quotes you one is wrong. Acceptable error depends entirely on the experiment and the equipment:
- A high-school physics lab timing gravity with a stopwatch might call anything under 5% a success.
- An analytical chemistry titration usually targets under 1%, because a burette and a calibrated standard make that achievable.
- A precision instrument calibration might demand under 0.1%.
The real test is whether your error is consistent with the precision of your tools. If your stopwatch resolves to a hundredth of a second but your percent error is 9%, the tools are not the problem — your method is. Percent error that is far larger than your instrument's resolution would predict is a flag for a systematic mistake: a miscalibration, a wrong unit, a procedural slip. Ordinary random scatter stays small; a big consistent error means something is genuinely off.
Percent error vs. percent difference: don't confuse them
This is the distinction that catches the most people. Percent error needs a true value. Percent difference does not — and using one when you mean the other quietly corrupts your result.
Percent difference is for when neither number is the accepted truth: two trials, two instruments, two students, two thermometers, with no reference to call correct. Instead of dividing by a true value (because there isn't one), you divide by the average of the two readings:
percent difference = |a − b| / ((a + b) / 2) × 100
Say two thermometers read 36.6 °C and 37.1 °C on the same patient and you have no calibrated reference. Forcing percent error here would mean arbitrarily crowning one thermometer as "true," which is dishonest. Percent difference gives you 1.36% — the fair way to state how far apart two uncalibrated instruments are without pretending either is the gold standard. Reach for percent error when you have an accepted value (g = 9.81 m/s², a 0.1000 M standard); reach for percent difference when you only have two measurements staring at each other.
The edge case everyone botches: a true value of zero
If the true value is zero, percent error is undefined. You cannot divide by zero, and |measured − 0| / |0| has no meaning. The answer is not "infinite error" — it is "wrong metric." A true value of exactly zero almost always means percent error is the wrong tool for the job. Report the absolute error instead, or, if you have two comparable readings near zero, use percent difference (which guards against a zero mean). Any calculator that prints Infinity or NaN here is hiding the real lesson, which is that you reached for the wrong formula.
Reporting it cleanly in a lab write-up
When you write the discussion section, give the reader more than one bare percentage. State the percent error, the signed direction, and ideally the relative error as a plain fraction (percent error divided by 100), because the fraction makes propagation into later calculations easier. For example, a copper density measurement of 8.91 g/cm³ against an accepted 8.96 gives a 0.56% error and a relative error of 0.0056, reading low — which neatly frames a discussion of whether trapped air bubbles biased the volume high.
If your work is about how a value moved between two states rather than how far a measurement strayed from a truth, that is a different question entirely, and the Percentage Change Calculator is the right tool — change measures growth or decline from an old value to a new one, while percent error measures accuracy against a fixed reference. Knowing which question you are actually asking is the whole game. Get that right, and the arithmetic takes care of itself.
Made by Toolora · Updated 2026-06-13