Relative Error Calculator

Calculate absolute, relative, and percentage error between measured and actual values. Includes tolerance checking, error propagation, and visual comparison.

Absolute Error
0.300000
|10.30 - 10.00| = 0.300000
Relative Error
0.030000
|Error| / |Actual| = 0.300000 / 10.00 = 0.030000
Percentage Error
3.0000%
Relative error × 100 = 3.0000%
Direction
Overestimate
Signed error: +0.300000 (overestimate)
Tolerance Check
✅ Within 5%
3.00% vs allowed 5%
Significant Figures
3
Measurement has 3 significant figures

Error Visualization

Actual
10.00
Measured
10.30

Tolerance Levels

ToleranceMax Allowed ErrorYour ErrorStatus
\u00B11%0.10000.3000FAIL
\u00B12%0.20000.3000FAIL
\u00B15%0.50000.3000PASS
\u00B110%1.00000.3000PASS
\u00B115%1.50000.3000PASS
\u00B120%2.00000.3000PASS

Error Propagation (if Squared)

OperationPropagated Abs ErrorPropagated Rel Error
x (original)0.3000003.0000%
x\u00B2 (squared)6.0000006.0000%
2x (doubled)0.6000003.0000%
\u221Ax (sqrt)0.0474341.5000%
Planning notes, formulas, and examples

About the Relative Error Calculator

The Relative Error Calculator computes absolute, relative, and percentage error between a measured value and the true (actual) value. It also checks tolerance limits, propagates errors through mathematical operations, and visualizes the error with an interactive comparison chart.

Error analysis is essential in science, engineering, and quality control. Absolute error tells you how far off a measurement is in the original units, relative error normalizes this against the true value, and percentage error expresses it as a familiar percentage. Together they paint a complete picture of measurement accuracy.

This calculator goes beyond the basic formulas by showing tolerance pass/fail results, simple propagation rules for common operations, significant-figure context, and a visual comparison against the accepted value. That makes it useful both for lab writeups and for checking whether a part or measurement still fits a stated specification.

When This Page Helps

Use this calculator when you need the raw error, the normalized error, and a quick tolerance decision in one place. It is practical for lab reports, calibration checks, and production measurements where you need to explain both how far a reading missed and whether that miss is still acceptable.

How to Use the Inputs

  1. Enter the measured (observed) value from your experiment or instrument.
  2. Enter the actual (true, accepted) value for comparison.
  3. Set a tolerance percentage for pass/fail assessment.
  4. Use presets for common scenarios like lab measurements or weight scales.
  5. Review absolute, relative, and percentage error in the output cards.
  6. Check the tolerance table to see which specifications your measurement meets.
  7. Use the error propagation table to understand how errors compound in calculations.
Formula used
Absolute Error = |Measured - Actual|. Relative Error = |Error| / |Actual|. Percentage Error = Relative Error × 100. Error Propagation (f=x²): δf = 2|x| × δx.

Example Calculation

Result: Absolute Error = 0.3, Relative Error = 0.03, Percentage Error = 3.0%

Absolute: |10.3 - 10.0| = 0.3. Relative: 0.3 / 10.0 = 0.03. Percentage: 0.03 × 100 = 3.0%. This is within the 5% tolerance (3.0% < 5%).

Tips & Best Practices

  • Always report both the value AND the error: "10.3 ± 0.3" is more informative than "10.3" alone.
  • Use relative error to compare measurements on different scales (e.g., micrometer vs. kilometer).
  • When adding/subtracting values, add absolute errors. When multiplying/dividing, add relative errors.
  • Percentage error is most intuitive for non-technical audiences.
  • If your error exceeds the tolerance, check for systematic errors (consistent bias) first.
  • Significant figures should match your measurement precision — don't report 10.3000 if your instrument reads to 0.1.

Types of Measurement Error

Measurement errors fall into two categories: systematic and random. Systematic errors consistently bias measurements in one direction (e.g., a miscalibrated scale). Random errors scatter unpredictably and are reduced by averaging multiple measurements. Relative error captures the combined impact of both types.

Error Propagation Rules

When a measured value enters a calculation, its uncertainty propagates. The basic rules: for f = ax, δf = |a|δx. For f = x + y, δf = δx + δy. For f = xy, δf/f = δx/x + δy/y. For f = xⁿ, δf/f = |n|δx/x. These rules let you trace uncertainty through any calculation chain.

Tolerance and Specifications

In manufacturing and quality control, tolerance defines the acceptable range around a nominal value. A 100Ω resistor with 5% tolerance can be anywhere from 95Ω to 105Ω. The tolerance table in this calculator checks your measurement against multiple common tolerance bands, quickly showing which specifications are met and which are violated.

Sources & Methodology

Last updated:

Frequently Asked Questions

  • Absolute error is the raw difference in measurement units (e.g., 0.3 grams). Relative error divides by the actual value to create a unitless ratio (e.g., 0.03). Relative error is better for comparing accuracy across different scales.