Every digit you write after a measurement is a claim — a claim that your instrument actually measured that precisely. Significant figures (also called sig figs or significant digits) are the system that keeps those claims honest. They tell a reader exactly how much precision your measurement carries, and exactly where your certainty ends. In mathematics, Physics, Chemistry, and every branch of engineering, reporting the right number of sig figs is not a formatting preference — it is scientific honesty.

This guide covers everything you need: what significant figures mean and why they exist, the six counting rules (with the zero cases most students get wrong), how to apply sig figs in addition, subtraction, multiplication, division, and logarithms, worked examples you can check against your own work, and the distinction between accuracy and precision that underpins all of it. For a refresher on how numbers are classified more broadly, see our guide on number types in math.

What Are Significant Figures — and Why Do They Exist?

Significant figures are the digits in a measured or calculated number that carry real information about precision. Every measurement — length, mass, voltage, temperature — is limited by the instrument that took it. Significant figures encode that limit directly into the number itself, so anyone reading it knows the precision without needing to know the equipment.

Consider measuring a steel rod with a standard ruler graduated to the nearest millimetre. You might record 114.8 mm. The first three digits (1, 1, 4) are certain — they read directly from the scale. The last digit (8) is estimated between the nearest marks; it is meaningful but slightly uncertain. All four digits are significant. If you now write 114.80 mm, you are claiming five significant figures — implying a tool accurate to 0.01 mm, which your ruler cannot provide. That fifth digit is false precision, and in engineering it can lead to real errors.

The central insight most sources miss: significant figures are a communication tool, not a rounding rule. They exist so that a reader — a colleague, a manufacturer, an examiner — can reconstruct how reliably your number was measured. When you round correctly and report the right number of sig figs, you are not losing information. You are being honest about the information you actually have.

A helpful anchor example is π. Its decimal expansion never terminates — as of March 2024, more than 100 trillion digits have been computed. But if you are calculating the area of a circular garden plot using a tape measure accurate to 1 cm, using π = 3.14 (3 significant figures) is more than adequate. Writing π = 3.14159265358979 does not make your area calculation more accurate; it only creates an illusion of precision your tape measure cannot support. That is the practical wisdom behind significant figures.

How to Count Significant Figures: The Six Rules

Counting significant figures in a number follows six rules. The cases involving zeros cause the most confusion — the table below isolates each type clearly.

RuleWhat It SaysExampleSig Figs
1. Non-zero digitsAll non-zero digits are always significant.243575
2. Captive zerosZeros sandwiched between non-zero digits are significant.240305078
3. Leading zerosZeros before the first non-zero digit are never significant; they only position the decimal point.0.00252 (only 2 and 5)
4. Trailing zeros — no decimal pointTrailing zeros in a whole number are not significant unless a decimal point is shown.2500 vs 2500.2 vs 4
5. Trailing zeros — with decimal pointTrailing zeros to the right of a decimal point are significant — they indicate measured precision.40.0 / 0.02503 / 3
6. Exact numbersDefined quantities (60 s = 1 min) and pure counts (25 students) have infinite significant figures and never limit a calculation.60 s/min

The zero problem in detail. Zeros are the most frequently misread digits. Leading zeros (0.025 → sig figs: 2 and 5 only) are placeholders, full stop. Captive zeros (1002 → 4 sig figs) are always counted. Trailing zeros are the tricky case: 700 has 1 sig fig by convention, but 700. (with decimal) has 3, and 7.00 × 10² has 3. When ambiguity exists, scientific notation resolves it immediately and unambiguously.

The exact-number rule is widely omitted. Many textbooks and competing resources fail to mention it clearly. If you multiply a measured mass of 2.34 g by the exact conversion factor 1000 mg/g, the answer has 3 sig figs (from 2.34), not some lesser number — because 1000 is exact and carries infinite precision. The same applies to counting: if you count 24 samples exactly, that 24 never limits your calculation.

Quick-check answers for common queries:

  • How many sig figs in 0.25? → 2 (the 2 and 5; leading zero is not significant)
  • How many sig figs in 0.025? → 2 (again, only 2 and 5)
  • How many sig figs in 0.0250? → 3 (the trailing zero after the 5 is now significant)
  • Significant figures in 40.0? → 3
  • How many sig figs in 700000? → 1 (unless written 700000. or in scientific notation)

Significant Figures in Calculations: Addition, Subtraction, Multiplication, Division

Two different rules govern calculations, and swapping them is the most common exam error in this topic. The rule you use depends on the operation, not on personal preference.

Addition and subtraction → match decimal places, not total digit count. The result rounds to the same number of decimal places as the least precise input — meaning the input with the fewest digits after the decimal point.

Worked example: 11.125 + 6.1 = ?
Calculator gives: 17.225
6.1 has one decimal place — the least precise input.
Reported answer: 17.2

Worked example (multi-term):
7.56 kg + 6.052 kg + 13.7 kg = 27.312 kg
Least precise: 13.7 (tenths place)
Reported answer: 27.3 kg

Multiplication and division → match the fewest significant figures in any input. The result has the same number of sig figs as the input with the smallest sig fig count.

Worked example: 1.2 × 6.44 = ?
Calculator gives: 7.728
1.2 has 2 sig figs (the fewest).
Reported answer: 7.7

Worked example: Density = 12.34 g ÷ 5.67 mL = ?
Calculator gives: 2.177248… g/mL
5.67 has 3 sig figs (the fewest).
Reported answer: 2.18 g/mL

Multi-step calculations. When a problem chains multiple operations, resist rounding after each step. Carry all digits through intermediate results and round only once at the very end. Early rounding accumulates error and can shift your final answer by more than one sig fig.

Worked example (combined operations):
(7.1234 + 1.234) × 1.3 = ?
Step 1: 7.1234 + 1.234 = 8.3574 (do not round yet — this is intermediate)
Step 2: 8.3574 × 1.3 = 10.86462
1.3 has 2 sig figs → round to 2 sig figs
Reported answer: 11

A summary comparison of the two rules:

OperationRuleWhat Limits the AnswerExample
Addition / SubtractionMatch decimal placesInput with fewest decimal places11.125 + 6.1 = 17.2
Multiplication / DivisionMatch sig figsInput with fewest sig figs1.2 × 6.44 = 7.7
Mixed (chain operations)Apply each rule at the final step onlyFewest sig figs from the controlling operation(7.12 + 1.23) × 1.3 = 11

Sig Figs in Scientific Notation, Logarithms, and Antilogs

Scientific notation, logarithms, and antilogs each have their own significant figure conventions — and all three are frequently tested in first-year physics and chemistry courses.

Scientific notation. Scientific notation is the cleanest way to express sig figs without ambiguity. Only the digits in the coefficient (the number before × 10ⁿ) count as significant; the exponent itself carries no sig fig information.

  • 2900 with 2 sig figs → 2.9 × 10³
  • 2900 with 4 sig figs → 2.900 × 10³
  • 0.0789 with 3 sig figs → 7.89 × 10⁻²
  • 3.20 × 10⁵ has 3 sig figs (not 2, not 6)

When converting between decimal and scientific notation, the number of significant figures must be preserved exactly. Never drop or add trailing zeros during conversion — they carry meaning.

Logarithms. When you take the log of a number, the integer part of the result (called the characteristic) is determined by the magnitude of the number — it is not significant. Only the decimal part (the mantissa) carries significant figures, and the mantissa should contain as many digits as the original number had sig figs.

log(2.34 × 10³) = 3.369
2.34 has 3 sig figs → the mantissa (.369) has 3 decimal places ✓

Antilogs. When taking an antilog (10ˣ), the number of sig figs in the result equals the number of decimal places in the mantissa of the original value.

10^(2.567) — mantissa .567 has 3 decimal places → antilog result has 3 sig figs → 3.69 × 10²

Accuracy vs. Precision: What Sig Figs Actually Measure

Significant figures measure precision — the fineness of a measurement — not accuracy. These two terms mean different things, and conflating them is one of the conceptual errors that costs students marks on lab reports.

Accuracy is how close a measured value is to the true or accepted value. Precision is how reproducible the measurement is — how tightly repeated readings cluster together. A precise measurement is not necessarily accurate, and an accurate measurement does not guarantee precision.

A classic example: suppose three pharmacy dispensers are tested against a target volume of 296 mL.

  • Dispenser 1 gives 283, 282, 281 mL — precise (tight grouping) but not accurate (all far from 296 mL).
  • Dispenser 2 gives 295, 293, 298 mL — more accurate (closer to 296 mL) but less precise (spread out).
  • Dispenser 3 gives 296.1, 295.9, 296.0 mL — both accurate and precise. This is the goal.

Significant figures reflect the precision of the measuring instrument, which is the resolution of its scale. A standard ruler (graduated to 1 mm) allows measurements to ±0.5 mm. A caliper (graduated to 0.01 mm) allows measurements to ±0.005 mm — one hundred times more precise. The caliper reading legitimately has more significant figures; the ruler reading does not, no matter how many digits your calculator produces.

As a general principle per physics teaching resources at institutions including OpenStax: the last digit written in any measurement is the first digit with some uncertainty, and that uncertainty is set by the instrument, not by arithmetic.

This distinction matters for lab reports specifically. When you report a measurement with more sig figs than your instrument can justify, you are claiming accuracy the tool cannot provide. When you round away too aggressively, you lose real information. Matching sig figs to instrument resolution is the only intellectually honest position.

Why Significant Figures Matter in Engineering and Science

Significant figures are not an abstract classroom exercise — they determine whether engineering specifications are achievable, whether drug dosages are safe, and whether test results mean what they appear to mean.

In structural engineering, material specifications already encode sig figs. A steel beam rated at 250 MPa yield strength carries 3 significant figures because that is the practical limit of measurement and manufacture. Designing as if that value were 250.000000 MPa (7 sig figs) creates false confidence; the manufactured beam cannot guarantee precision beyond those 3 sig figs, and safety margins must reflect that. The chain-is-only-as-strong-as-its-weakest-link principle applies directly: the resolution of your final answer is bounded by the least precise measurement in the chain.

A well-known anecdote from engineering education illustrates this concretely. Two engineers ordered cement bricks for a wall 10 feet wide, to be laid with 30 bricks. The first calculated brick width as 0.3333 feet. The second reported 0.33 feet — correctly recognising that the wall measurement (10 feet) supports only 2 sig figs. The manufacturer had significant difficulty cutting to 0.3333 ft tolerance, generating waste and delay. The 0.33 ft specification was easy to meet with standard machinery. The extra digits in the first engineer’s specification were not more precise — they were a precision claim the system could not honour.

In medicine, the stakes are higher. Drug dosages calculated to false precision can lead to dosing errors in sensitive contexts — particularly in paediatric or oncology settings where concentrations are very small. Reporting a concentration as 2.3456 mg/mL when your assay is precise only to 0.1 mg/mL is not just misleading; it can drive a clinical decision based on digits that carry no real information.

The practical rule for engineering contexts, per multiple engineering education resources: for numbers starting with 1, retain four significant figures; for all others, retain three. This matches the typical resolution of measurement and manufacturing in most civil, mechanical, and electrical engineering contexts. Related skills: see kinematics equations and conversion of units for subjects where sig fig discipline is applied in every worked problem.

Common Significant Figure Mistakes (and How to Fix Them)

Most significant figure errors fall into a small set of identifiable patterns. Recognising them before an exam is considerably more efficient than discovering them in your marked work.

1. Swapping the addition and multiplication rules. This is the single most common calculation error. Students apply the decimal-place rule (intended for addition/subtraction) to multiplication, or vice versa. Fix: before any calculation, identify the operation type first. Write the rule at the top of the working if it helps.

2. Mistaking 14.0 and 14 as equivalent. They are not. 14 has 2 sig figs. 14.0 has 3 sig figs. The trailing zero after the decimal is a measured digit, not a formatting choice. In lab data, these two numbers represent different instrument resolutions.

3. Counting leading zeros as significant. 0.0062 has 2 sig figs, not 4. Leading zeros before the first non-zero digit are purely positional. A quick check: convert to scientific notation (6.2 × 10⁻³) — the leading zeros vanish and the sig fig count becomes obvious.

4. Rounding at intermediate steps. In a three-step calculation, rounding after step 1 and again after step 2 compounds the rounding error. Carry all digits through intermediate steps. Round once, at the final answer.

5. Misreading trailing zeros in whole numbers. 200 has 1 sig fig. 200. has 3. 2.00 × 10² has 3. When you need to express trailing zeros as significant in a whole number, scientific notation or an explicit decimal point is the only unambiguous way to do it.

6. Applying sig fig rules to exact numbers or defined conversions. 1 km = 1000 m exactly. That 1000 has infinite sig figs and never limits a calculation. Applying the sig fig rule to it is an error — not a safe conservative practice.

For Physics homework and lab reports particularly, sig fig errors on correct calculations are a common and preventable source of lost marks. A brief check of your answer against each rule above before submission costs 30 seconds and can recover meaningful credit.

Sig Figs Calculators and Reference Tools

The calculators listed here are each suited to a slightly different use case. Using them to check your manual calculations — rather than to replace them — is the most effective study approach, because the manual process is what is tested in exams.

Calculator Soup Significant Figures Calculator supports all four arithmetic operations (addition, subtraction, multiplication, division) with significant figures and shows the rounded result alongside step-by-step working. It is particularly useful for verifying multi-step calculations and checking that the correct operation rule was applied.

Sig Figs Calculator offers a streamlined interface for identifying the number of significant figures in any number you enter. It is the fastest option when you need a quick count on an unfamiliar value and want to confirm your reading of the zero rules.

Khan Academy — Significant Figures Tutorial provides video-based explanations that work through the rules step by step with visual examples. This is most useful for students encountering sig figs for the first time or returning to the concept after a gap, where watching a worked explanation helps consolidate the rules before practice problems.

Omni Calculator — Sig Fig updates its result in real time as you type, making it especially useful for exploring how a number’s sig fig count changes when you add or remove a decimal point or trailing zero. This interactive feedback is valuable for developing intuition around the zero cases. For deeper checks and cross-referencing, WolframAlpha handles sig fig queries alongside a broader range of mathematical operations.

For online Physics tutoring or Chemistry tutoring where significant figures appear in assessed work, MEB tutors routinely work through sig fig problems as part of lab report and problem set support.

Key Takeaways

  • Significant figures are a precision promise. Every digit you report is a claim that your instrument measured to that level of detail. Getting this right is not a formality — it is scientific honesty.
  • Six rules cover all cases. Non-zero digits are always significant. Captive zeros are always significant. Leading zeros never count. Trailing zeros in whole numbers require a decimal point to be significant. Trailing zeros in decimal numbers are always significant. Exact numbers have infinite sig figs.
  • Two rules govern calculations — and they are not interchangeable. Addition and subtraction: match decimal places. Multiplication and division: match sig fig count. Swapping them is the most common exam error in this topic.
  • Round at the end, not in the middle. Rounding at intermediate steps accumulates error. Carry all digits through the calculation and apply sig fig rounding once, to the final answer.
  • Scientific notation eliminates all zero ambiguity. When in doubt about whether trailing zeros are significant, express the number in scientific notation — the coefficient’s digits are all and only the significant ones.
  • Accuracy and precision are not synonyms. Significant figures measure the precision of a measurement, not its accuracy. An instrument can be consistently precise and still be inaccurate if it is poorly calibrated.
  • In engineering, sig figs match manufacturing reality. Reporting more sig figs than a process can achieve creates false precision that wastes time, material, and safety margin. Three significant figures suit most engineering measurements; four for numbers starting with 1.

Related: Kinematics equations | Conversion of units | Physics Homework Help | Physics Tutor Online

******************************

This article provides general educational guidance only. It is NOT official exam policy, professional academic advice, or guaranteed results. Always verify information with your school, official exam boards (College Board, Cambridge, IB), or qualified professionals before making decisions. Read Full Policies & DisclaimerContact Us To Report An Error