Percent Error Calculator

Find how far off an experimental measurement is from the true value — as a percentage.

±% Percent Error Calculator
Measured (Experimental) Value
Actual (True / Accepted) Value

±% What is Percent Error?

Percent error (also called percentage error) measures how far an experimental or measured value deviates from the true, accepted, or theoretical value — expressed as a percentage of the true value. The formula is: Percent Error = |Measured − Actual| / |Actual| × 100. It is one of the most common accuracy metrics in science, engineering, and quality control.

The absolute value in the numerator ensures percent error is always non-negative — it measures the magnitude of the error, not its direction. If you also need to know whether you overestimated or underestimated, compute the signed percent error without the absolute value: (Measured − Actual) / |Actual| × 100. A positive signed error means the measured value is too high (overestimate); negative means too low (underestimate).

Percent error is different from absolute error (|Measured − Actual|, in the original units) and from percentage difference (which divides by the average of both values, for comparing two equal-standing measurements). Percent error always uses the accepted/actual value as the denominator because you are measuring accuracy relative to the truth.

Common applications include: chemistry lab reports (how close is your experimental yield to theoretical?), physics measurements (how close is your measured g to 9.81 m/s²?), calibration of instruments, quality control (how close is the manufactured dimension to specification?), and machine-learning model validation (though that usually uses RMSE or MAE rather than a single percent error).

📐 Formula

% Error = |Measured − Actual| ÷ |Actual| × 100
Measured = your experimental or observed value
Actual = the true, theoretical, or accepted value
Always use the actual value in the denominator, never the measured value.
Example: Measured g = 9.75 m/s², Actual g = 9.81 m/s² → |9.75−9.81|/9.81 × 100 = 0.061% ≈ 0.61%
Signed % Error = (Measured − Actual) ÷ |Actual| × 100
Positive = overestimate (measured too high)  ·  Negative = underestimate (measured too low)
Example: Measured 102g, Actual 100g → (102−100)/100 × 100 = +2% (overestimate)

📖 How to Use This Calculator

Steps to Calculate Percent Error

1
Enter the measured value — the result of your experiment, observation, or calculation.
2
Enter the actual value — the theoretical, accepted, or true value (e.g., standard gravity 9.81 m/s², the molar mass from a periodic table, the exact weight of a standard mass).
3
Click Calculate to see the percent error, absolute difference, and signed difference. The note explains whether you over- or under-estimated.

💡 Example Calculations

Example 1 — Physics Lab: Measuring Gravity

Experimental g = 9.75 m/s², accepted g = 9.81 m/s²

1
Absolute error = |9.75 − 9.81| = 0.06 m/s²
2
Percent error = 0.06 / 9.81 × 100 ≈ 0.61%
Percent Error = 0.61% — underestimate (measured too low) — excellent accuracy for a lab setting.
Try this example →

Example 2 — Chemistry: Experimental Molar Mass

Measured molar mass = 18.5 g/mol, true value = 18.015 g/mol (water)

1
Absolute error = |18.5 − 18.015| = 0.485 g/mol
2
Percent error = 0.485 / 18.015 × 100 ≈ 2.69% (overestimate)
Percent Error = 2.69% — acceptable for most general chemistry lab reports (threshold often ±5%).
Try this example →

Example 3 — Quality Control: Machine Part

Manufactured bolt diameter = 10.08 mm, specification = 10.00 mm

1
Absolute error = |10.08 − 10.00| = 0.08 mm
2
Percent error = 0.08 / 10.00 × 100 = 0.80% (oversize)
Percent Error = 0.80% — whether this is acceptable depends on the engineering tolerance specification (e.g., ±2% or ±0.1 mm).
Try this example →

Example 4 — Math: Estimation vs Exact Value

Estimated π = 3.14 vs true π = 3.14159

1
Absolute error = |3.14 − 3.14159| = 0.00159
2
Percent error = 0.00159 / 3.14159 × 100 ≈ 0.0507%
Percent Error = 0.051% — using 3.14 for π introduces only a 0.051% error, acceptable for most practical calculations.
Try this example →

❓ Frequently Asked Questions

What is the formula for percent error?+
Percent Error = |Measured − Actual| / |Actual| × 100. Always divide by the actual (true) value. The absolute value gives the magnitude of error as a percentage. Example: measured 48, actual 50 → |48−50|/50 × 100 = 4%.
What is a good percent error in chemistry?+
In general chemistry labs, ±5% is usually acceptable. Analytical chemistry and titration require ±1% or better. Industrial pharmaceutical or food science specifications often require ±0.1% or tighter. The acceptable range depends on your instruments' precision and the experiment's purpose.
What is the difference between percent error and percentage difference?+
Percent error uses the actual (true) value as denominator: |M−A|/|A|×100. It requires knowing the reference standard. Percentage difference uses the average of both values: |V1−V2|/((V1+V2)/2)×100. It is symmetric — no reference. Use percent error in experiments; use percentage difference when comparing two equivalent measurements.
Can percent error be negative?+
Standard percent error (with absolute values) is always non-negative. Signed percent error — (Measured−Actual)/|Actual|×100 — can be negative (measured too low = underestimate) or positive (measured too high = overestimate). Most lab reports use the unsigned version but may note direction separately.
What is the percent error if measured is 4.5 g and actual is 5.0 g?+
Percent error = |4.5−5.0|/5.0 × 100 = 0.5/5.0 × 100 = 10%. The measured value is 10% below the actual value (underestimate). Signed: (4.5−5.0)/5.0 × 100 = −10%.
Why is the actual value in the denominator?+
Because percent error measures accuracy relative to the known truth. Using the measured value in the denominator would make your accuracy claim depend on the inaccurate measurement itself — circular reasoning. The actual (accepted) value is the reference standard against which all measurements are compared.
What is the difference between percent error and absolute error?+
Absolute error = |Measured−Actual| in original units (e.g., 0.5 grams). Percent error = absolute error / |actual| × 100 — dimensionless. Percent error is more useful for comparing across experiments at different scales: 0.5g error means different things when measuring 5g vs 500g. Percent error standardizes the comparison.
How do I calculate percent error in Excel?+
Use =ABS(A1-B1)/ABS(B1)*100 where A1 = measured, B1 = actual. Format as Number (not Percentage to avoid double-multiplying). For signed percent error: =(A1-B1)/ABS(B1)*100. To display with % sign: =TEXT(ABS(A1-B1)/ABS(B1)*100,"0.00")&"%".
What is acceptable percent error in physics?+
Introductory physics labs: ±5–10% is typical for measuring g, velocity, or density. Advanced labs: ±1% or better. The acceptable range depends on the instruments' precision — a stopwatch (±0.01s) vs a photogate (±0.001s) give very different achievable accuracies for the same experiment.
What causes high percent error in experiments?+
Common causes: (1) parallax error reading analogue instruments; (2) systematic errors from uncalibrated equipment; (3) random errors from environmental fluctuations; (4) reaction-time errors in timing; (5) contaminated samples; (6) rounding in manual calculations. Systematic errors cannot be reduced by averaging; random errors can. Calibrate first, then repeat measurements.