Significant Figures Calculator
Count the significant figures in a number, round to a given number of them, and apply the arithmetic rules that decide how many a result may keep.
How to use this calculator
- 1Choose whether to count, round, or apply the arithmetic rules.
- 2Type the number exactly as written — trailing zeros are information and change the answer.
- 3For calculations, enter both numbers and the operation; the correct rule is applied automatically.
How the calculation works
multiply / divide → keep the fewest SIGNIFICANT FIGURES add / subtract → keep the fewest DECIMAL PLACES- significant figure
- A digit that carries information about precision — all non-zero digits, zeros between them, and trailing zeros after a decimal point
- leading zero
- A zero before the first non-zero digit. Never significant; it only places the decimal point
- trailing zero
- A zero at the end. Significant after a decimal point, ambiguous in a whole number without one
The two arithmetic rules are different and are constantly confused. Multiplication and division work on significant figures because they scale relative precision. Addition and subtraction work on decimal places because they align absolute precision at the decimal point.
Trailing zeros in a whole number are genuinely ambiguous: 4500 might have 2, 3 or 4 significant figures depending on how it was measured. Scientific notation removes the ambiguity, which is why it is preferred in scientific writing.
Exact numbers — counted quantities, defined conversions like 2.54 cm per inch — have infinite significant figures and never limit a result.
Round once, at the end. Rounding intermediate steps introduces error that compounds through a calculation.
Worked example
Counting in 0.004560
- 1.The three leading zeros do not count — they only place the decimal point.
- 2.The significant digits start at the first non-zero digit: 4, 5, 6, 0.
- 3.The final zero counts because it comes after the decimal point; it would not have been written otherwise.
- 4.So 0.004560 has 4 significant figures.
- 5.In scientific notation this is 4.560 × 10⁻³, where the mantissa shows all four unambiguously.
Result: 4 significant figures
Multiplying with different precision
- 1.12.34 has 4 significant figures; 1.2 has 2.
- 2.The exact product is 12.34 × 1.2 = 14.808.
- 3.For multiplication the result keeps the fewest significant figures of the inputs, which is 2.
- 4.Rounded to 2 significant figures: 15.
- 5.Reporting 14.808 would claim precision the 1.2 measurement never had.
Result: 15 — two significant figures
Adding uses a different rule
- 1.The exact sum is 12.34 + 1.2 = 13.54.
- 2.Addition keeps the fewest DECIMAL PLACES, not significant figures.
- 3.12.34 has 2 decimal places; 1.2 has 1.
- 4.So the result keeps 1 decimal place: 13.5.
- 5.Note this leaves 3 significant figures, more than the 2 that multiplication would have allowed — the rules genuinely differ.
Result: 13.5 — one decimal place
Why trailing zeros are the whole problem
Significant figures exist to communicate how precisely something was measured. Writing 1.2 says the measurement was good to a tenth; writing 1.200 says it was good to a thousandth. The values are identical and the claims are not.
This is why counting has to be done on the number as written. A computer storing 1.2 and 1.200 holds the same double-precision float and cannot tell them apart — the information lives in the notation, not the value. Any tool that parses first and counts second gets this wrong, which is why this one reads the text you type.
Whole numbers are where it breaks down. Does 4500 have two significant figures or four? Written that way it is genuinely ambiguous, and the usual convention treats trailing zeros in a whole number as not significant. If you measured to four, the only unambiguous way to say so is 4.500 × 10³ — which is a large part of why scientific notation exists.
Two rules, and the reason they differ
Multiplication and division keep the fewest significant figures. Addition and subtraction keep the fewest decimal places. Students mix these up constantly, and the reason they differ is worth understanding rather than memorising.
Multiplication scales relative uncertainty. If one factor is known to 1 part in 100 and the other to 1 part in 10,000, the product is only known to about 1 part in 100 — the worse relative precision dominates, and relative precision is what significant figures measure.
Addition aligns numbers at the decimal point, so what matters is absolute precision. Adding 12.34 to 1.2, the second number is uncertain in its hundredths place, so the sum is too — regardless of how many digits either number has. That is a decimal-place limit, not a significant-figure one.
The consequence catches people out: 12.34 + 1.2 = 13.5 keeps three significant figures, while 12.34 × 1.2 = 15 keeps only two. Same inputs, different rule, different precision.
When significant figures do not apply
Exact numbers have infinite significant figures and never limit a result. Counted quantities are exact — if there are 24 students in a room, that is 24, not 24 ± 0.5. Defined conversions are exact too: an inch is exactly 2.54 cm by definition, so converting never costs precision.
Mathematical constants are exact in principle but limited in practice by however many digits you use. Using 3.14 for π introduces an error at the third significant figure whether you intended it or not, which is why carrying more digits than you need through a calculation is good practice.
And significant figures are a convention for tracking precision, not a substitute for real uncertainty analysis. Serious measurement work propagates uncertainties explicitly and reports a value with its confidence interval. Significant figures are the quick approximation of that, adequate for school and for back-of-envelope work, and not a replacement for the proper treatment.
What this assumes, and where it stops
Assumptions
- Numbers are read as written, so trailing zeros in the text are treated as intentional.
- Trailing zeros in a whole number with no decimal point are treated as not significant, which is the common convention.
- Scientific notation is unambiguous: only the mantissa is counted.
- Zero is treated as having no significant figures.
Limitations
- The ambiguity of trailing zeros in whole numbers is a real feature of the notation, not something a calculator can resolve. Write such numbers in scientific notation to state your precision.
- Applies the rule to one operation at a time. Multi-step calculations should carry extra digits and round once at the end, which this cannot do for you.
- Does not know which of your inputs are exact. Counted quantities and defined conversions have infinite significant figures and should be excluded from the rule by hand.
- Significant figures approximate uncertainty propagation. Where uncertainty matters seriously, propagate it explicitly rather than relying on digit counting.
Common questions
How many significant figures does 0.00450 have?
Three. The leading zeros only place the decimal point and never count. The significant digits are 4, 5 and the final 0 — that last zero counts because it follows a decimal point, and would not have been written unless the measurement supported it.
What is the difference between significant figures and decimal places?
Decimal places count digits after the point; significant figures count digits that carry precision, wherever they sit. They diverge badly for small numbers: 0.004560 has 6 decimal places but 4 significant figures, and rounding it to 2 decimal places gives 0.00, destroying the value entirely.
Which rule applies when multiplying versus adding?
Multiplication and division keep the fewest significant figures of the inputs. Addition and subtraction keep the fewest decimal places. They differ because multiplying scales relative precision while adding aligns absolute precision at the decimal point.
Does 4500 have two or four significant figures?
It is genuinely ambiguous, and the common convention reads it as two. If the measurement really was precise to four figures, write it as 4.500 × 10³ — scientific notation exists largely to remove this ambiguity, since the mantissa states the precision exactly.
Sources
Formula and content last reviewed on .
Results are estimates for information only, not professional advice.
Related calculators
Tools people commonly use alongside the significant figures calculator.