Every measurement you take is slightly wrong. Not because you are careless because no steel rule, micrometer or dial gauge in the world is perfect. Uncertainty is simply the honest way of saying how wrong your measurement might be.
The short answer: to find the uncertainty of a measurement, take half the smallest division on an analogue instrument, or ±1 in the last digit on a digital one. If you repeated the measurement, use half the range of your readings, or the standard deviation divided by √n. Then write your result as value ± uncertainty, with matching units.
That’s the summary. Below, we’ll unpack every part of it with worked examples you can copy straight into your lab report or inspection sheet.
What Is Measurement Uncertainty?
Measurement uncertainty is the range of values within which the true value of what you measured probably lies.
If you measure a shaft as 12.46 mm with a micrometer, you can’t honestly claim it is exactly 12.46 mm. What you can say is that it is somewhere around 12.46 mm probably within five microns either way. Writing it as 12.460 ± 0.005 mm communicates both the measurement and your confidence in it.
Every measurement result is incomplete without this second number. A reading on its own tells a reader what your instrument said. A reading with an uncertainty tells them how much to trust it which is exactly why every calibration certificate in the world carries one.
Uncertainty comes from a few places:
- The instrument — its resolution, and how well it was calibrated
- The method — operator feel on a micrometer thimble, parallax when reading a scale
- The part itself — a “round” shaft that is slightly out of roundness
- The environment — temperature drift, vibration, humidity
If you want the full picture of where uncertainty comes from and how labs quantify it formally, GaugeHow’s Uncertainty Measurement course walks through the complete process from basic terms to final calculation.
Uncertainty vs. Error vs. Accuracy vs. Precision
Students lose more marks and engineers lose more audit points confusing these four words than on almost anything else. Here’s the difference in one table:
| Term | What it means | Can you calculate it? |
|---|---|---|
| Uncertainty | The range your true value probably sits in | Yes, from your own data |
| Error | The difference between your value and the true value | Only if the true value is known |
| Accuracy | How close your result is to the true value | Compare with the reference standard |
| Precision | How close your repeated readings are to each other | Look at the spread of your data |
The key insight: uncertainty is not the same as error. Error requires knowing the right answer. Uncertainty is something you can work out from your measurements alone, without ever knowing the true value. That’s exactly why measurement professionals use it.
You can be precise but inaccurate five readings clustered tightly around the wrong number, because your micrometer has a zero error. And you can be accurate but imprecise readings scattered widely, but averaging out near the truth.
The Three Ways Uncertainty Is Written

The same uncertainty can be expressed three different ways. Exam questions and inspection reports switch between them constantly, so it’s worth being fluent in all three.
Absolute Uncertainty
The uncertainty written as a plain number, in the same units as your measurement.
12.460 ± 0.005 mm the absolute uncertainty is 0.005 mm.
Use it when you want to know the actual range of possible values.
Relative (Fractional) Uncertainty
The absolute uncertainty divided by the measured value. It has no units.
Relative uncertainty = absolute uncertainty ÷ measured value
0.005 ÷ 12.46 = 0.0004
Percentage Uncertainty
The relative uncertainty multiplied by 100.
Percentage uncertainty = (absolute uncertainty ÷ measured value) × 100
0.0004 × 100 = 0.04%
Percentage uncertainty is the most useful of the three, because it lets you compare measurements with completely different units. Is a ±0.005 mm uncertainty on a diameter worse than a ±0.2 °C uncertainty on a temperature? You can’t tell until you convert both to percentages.
How to Find Uncertainty From a Single Measurement
Most of the time you take one reading from one instrument. Here’s how to assign an uncertainty to it.
Analogue Instruments: Half the Smallest Division
For anything with a printed or graduated scale a steel rule, a vernier caliper, a micrometer, a dial gauge, a pressure gauge — the rule is:
Uncertainty = ½ × smallest scale division (least count)
The logic is simple. If a rule is marked every 1 mm, you can always tell which millimetre a length falls in. The most you could be out by is half of one of those gaps.
| Instrument | Least count | Uncertainty |
|---|---|---|
| Steel rule | 1 mm | ±0.5 mm |
| Vernier caliper | 0.02 mm | ±0.01 mm |
| Outside micrometer | 0.01 mm | ±0.005 mm |
| Dial gauge | 0.01 mm | ±0.005 mm |
| Bourdon pressure gauge | 0.5 bar | ±0.25 bar |
| Thermometer | 1 °C | ±0.5 °C |
Digital Instruments: ±1 in the Last Digit
A digital display can’t show you anything between its last two digits, so the uncertainty is one unit of that final decimal place.
| Reading | Uncertainty |
|---|---|
| 12.46 mm (digital caliper) | ±0.01 mm |
| 24.36 g | ±0.01 g |
| 0.818 V | ±0.001 V |
One caution, and it matters in industry: this is the resolution uncertainty only. If the instrument has a calibration certificate, or the manufacturer quotes a tolerance such as ±0.5% of reading, use that figure instead it will almost always be larger. Understanding how those certificate values are generated is the core of the Calibration Process (ISO/IEC 17025) course.
Worked Example: Measuring a Shaft With a Micrometer
You measure a shaft with an outside micrometer of least count 0.01 mm and read 12.46 mm.
- Least count = 0.01 mm
- Uncertainty = ½ × 0.01 mm = 0.005 mm
- Result: 12.460 ± 0.005 mm
- Percentage uncertainty = (0.005 ÷ 12.46) × 100 = 0.04%
A quick warning that catches people out: if you measure a length using both ends of a scale such as a steel rule, where you line up the zero mark and read the far end you are effectively taking two readings. Many methods double the uncertainty for this reason. Check what your course or procedure expects.
How to Find Uncertainty From Repeated Measurements

When you repeat a measurement several times, the spread of your readings tells you more than the instrument’s scale ever could. Two methods are standard.
Method 1: The Range Method
Fast, and accepted for most coursework and shop-floor checks.
Uncertainty = (largest reading − smallest reading) ÷ 2
Report the mean of your readings as the value, with this as the uncertainty.
Method 2: The Standard Deviation Method
More rigorous, and what accredited laboratories use. It’s officially called the standard uncertainty of the mean, or Type A uncertainty.
Uncertainty = s ÷ √n
Where s is the standard deviation of your readings and n is how many readings you took. Notice what this formula tells you: taking more readings shrinks your uncertainty, but only as √n. To halve your uncertainty you need four times as many measurements.
Worked Example: Five Readings on the Same Shaft
You measure the same shaft five times and record: 12.46, 12.48, 12.45, 12.47, 12.46 mm.
Step 1 — Find the mean: (12.46 + 12.48 + 12.45 + 12.47 + 12.46) ÷ 5 = 62.32 ÷ 5 = 12.464 mm
Step 2a — Range method: (12.48 − 12.45) ÷ 2 = 0.03 ÷ 2 = 0.015 mm → Result: 12.46 ± 0.02 mm
Step 2b — Standard deviation method: Standard deviation s = 0.011 mm Uncertainty = 0.011 ÷ √5 = 0.011 ÷ 2.24 = 0.005 mm → Result: 12.464 ± 0.005 mm
The standard deviation method gives a smaller uncertainty because it uses all five readings, not just the two extremes. Either is acceptable just state which one you used.
One thing repeating cannot fix: if your micrometer reads 0.02 mm with the anvils closed, every single reading is shifted the same way. Averaging won’t help. That’s a systematic error, and you have to find and remove it which is precisely what routine calibration and traceability to a reference standard exist to catch.
How to Combine Uncertainties When You Calculate Something
You rarely measure the quantity you actually want. You measure length and width, then calculate area. Each measurement carries uncertainty into the final answer this is called propagation of uncertainty, and it has three rules.
Rule 1: Adding or Subtracting → Add the ABSOLUTE Uncertainties
If y = a + b or y = a − b, then Δy = Δa + Δb
Two lengths: 12.5 ± 0.1 mm and 8.3 ± 0.1 mm Total length = 20.8 mm Uncertainty = 0.1 + 0.1 = 0.2 mm Result: 20.8 ± 0.2 mm
Note that the uncertainty grows even when you subtract. Uncertainties never cancel out they only accumulate.
Rule 2: Multiplying or Dividing → Add the PERCENTAGE Uncertainties
If y = a × b or y = a ÷ b, then %Δy = %Δa + %Δb
Plate length = 50.0 ± 0.1 mm → 0.2% Plate width = 25.0 ± 0.1 mm → 0.4% Area = 50.0 × 25.0 = 1250 mm² Percentage uncertainty = 0.2% + 0.4% = 0.6% Absolute uncertainty = 0.6% × 1250 = 7.5 mm² Result: 1250 ± 8 mm²
Rule 3: Powers and Roots → Multiply the Percentage Uncertainty by the Power
If y = aⁿ, then %Δy = n × %Δa
Cube of side 20.0 ± 0.1 mm → 0.5% Volume = 8000 mm³ Percentage uncertainty = 3 × 0.5% = 1.5% Absolute uncertainty = 1.5% × 8000 = 120 mm³ Result: 8000 ± 120 mm³
A square root counts as a power of ½, so it halves the percentage uncertainty.
A More Advanced Option: Adding in Quadrature
The rules above are deliberately cautious they assume every error pushes in the same unhelpful direction at once, which is unlikely. For independent random uncertainties, the statistically correct approach is to combine them in quadrature:
Combined % uncertainty = √( %Δa² + %Δb² + … )
For the plate example: √(0.2² + 0.4²) = 0.45%, rather than 0.6%. Most coursework wants the simple addition method; accredited laboratories and the GUM require quadrature. Check which applies to you before you use it.
Standard, Combined and Expanded Uncertainty
Once you move from coursework into real inspection and calibration work, three terms appear on every certificate:
- Standard uncertainty (u) — one contribution, expressed as one standard deviation. Roughly 68% confidence.
- Combined standard uncertainty (u_c) — all contributions merged in quadrature into a single figure.
- Expanded uncertainty (U) — the combined value multiplied by a coverage factor, usually k = 2, giving roughly 95% confidence.
U = k × u_c
So a certificate reading “±0.004 mm (k = 2)” means the combined standard uncertainty was about 0.002 mm, and the lab is 95% confident the true value falls inside that band.
Getting from a list of uncertainty sources to a defensible expanded uncertainty is the whole job of an uncertainty budget. GaugeHow covers budgets, coverage factors and confidence levels in the Uncertainty Measurement course, and the laboratory requirements behind them in the ISO/IEC 17025:2017 awareness programme.
How to Report Your Final Answer Correctly
Getting the number right and the formatting wrong still costs marks and fails audits. Four rules:
1. Round the uncertainty to one significant figure. 0.0387 becomes 0.04. The exception: if the first digit is a 1, keep two figures (0.134 → 0.13), because rounding to 0.1 would throw the value off too much.
2. Round the measurement to the same decimal place as the uncertainty. Writing 12.46384 ± 0.005 is meaningless. If you’re uncertain in the thousandths place, you cannot report hundred-thousandths. Write 12.464 ± 0.005.
3. Always include units on both numbers. 20.8 ± 0.2 mm, not 20.8 mm ± 0.2. Or factor the unit out: (20.8 ± 0.2) mm.
4. Say where the uncertainty came from. One line in your method “uncertainty taken as half the least count” shows the marker or auditor that you understand what you did.
The 7-Step Method (Quick Reference)
Use this as a checklist for any measurement task:
- Define what you’re measuring and what you’ll calculate from it.
- Take your measurements, repeating where practical.
- Find the uncertainty in each individual measurement — least count, last digit, or spread of repeats.
- Convert them all to percentage uncertainties so they can be compared.
- Propagate them through your calculation using the add / multiply / power rules.
- Convert back to an absolute uncertainty in the units of your final answer.
- Round and report your result as value ± uncertainty, with units.
Common Mistakes When Calculating Uncertainty
These are the errors that show up again and again in marked reports and inspection records.
Quoting the uncertainty to too many significant figures. Writing ±0.00387 mm implies you know your uncertainty to three figures you don’t. One significant figure, almost always.
Mismatched decimal places. 12.46 ± 0.0015 mm is inconsistent: the value stops at hundredths but the uncertainty runs to ten-thousandths. Make them line up.
Adding percentages when you should add absolutes. Adding two lengths? Add the absolute uncertainties. Multiplying two lengths? Add the percentages. Getting this backwards is the single most common propagation mistake.
Confusing uncertainty with percentage error. Percentage error compares your result to a known reference value. Percentage uncertainty describes the spread in your own measurement. They are different quantities and often have very different values.
Dividing the range by the number of readings. The range method divides by 2, always not by n. It’s the standard deviation method that involves n.
Using the full least count instead of half. A rule marked in millimetres gives ±0.5 mm, not ±1 mm.
Assuming repeated measurements fix everything. Repeats reduce random uncertainty. A zero error or a drifted instrument survives any number of repeats untouched.
Ignoring the instrument’s calibration certificate. Resolution is only one contributor. If the certificate quotes a larger uncertainty, that’s the number you use.
Forgetting temperature. Steel expands roughly 11 µm per metre per °C. On a precision dimension measured outside 20 °C, this is often the largest single contributor and the one most often left out of the budget.
Frequently Asked Questions
What is the formula for uncertainty?
There isn’t one single formula. For a single reading from an analogue instrument, uncertainty = ½ × least count. For a digital instrument, it’s ±1 in the last digit displayed. For repeated readings, it’s either (max − min) ÷ 2 or the standard deviation divided by √n.
Is uncertainty the same as error?
No. Error is the difference between your measured value and the true value, which you can only calculate if you already know the true value. Uncertainty is the range your true value probably falls within, and you can work it out from your own measurements alone.
What is the uncertainty of a vernier caliper?
A vernier caliper with a least count of 0.02 mm gives ±0.01 mm from resolution alone. For any serious measurement, check the calibration certificate the certified uncertainty is usually larger.
How many readings should I take?
Three is a minimum; five or more is better. Because uncertainty falls as √n, the improvement slows quickly going from 5 readings to 20 only halves your uncertainty.
What does ±2% uncertainty mean?
It means the true value probably lies within 2% either side of your measured value. A reading of 50.0 mm with 2% uncertainty means the true dimension is likely between 49.0 mm and 51.0 mm.
Can uncertainty ever be zero?
No. Every measurement has some uncertainty. Counted quantities 12 parts, 5 trials are exact, but those aren’t measurements. If you calculate an uncertainty of zero, something has gone wrong in your method.
What’s the difference between standard and expanded uncertainty?
Standard uncertainty is roughly one standard deviation, covering about 68% of likely values. Expanded uncertainty multiplies it by a coverage factor usually k = 2 to give roughly 95% confidence. Calibration laboratories report expanded uncertainty; students usually report standard uncertainty.
Do I need to include uncertainty in every report?
Yes, for any quantitative result. A measurement without a stated uncertainty is an incomplete result, and ISO/IEC 17025 requires accredited laboratories to evaluate and report it.
Key Takeaways
- Uncertainty tells your reader how much to trust a measurement it is not a mistake or a failure.
- Single reading: half the least count (analogue) or ±1 in the last digit (digital).
- Repeated readings: half the range, or standard deviation ÷ √n.
- Adding or subtracting → add absolute uncertainties. Multiplying or dividing → add percentage uncertainties. Powers → multiply the percentage by the power.
- Expanded uncertainty = combined standard uncertainty × coverage factor, usually k = 2.
- Round the uncertainty to one significant figure, then match your value’s decimal places to it.

















