Sig Fig Calculator
See exactly which digits count, and round to any number of significant figures.
Decimals and e notation both work — try 0.004560 or 4.56e-3.
Optional. Leave blank to only count.
The rules, applied to 0.004560
Significant figures are the digits in a measurement that were actually determined by the instrument. Everything else is bookkeeping. Four rules cover almost every case, and the number 0.004560 exercises all of them at once.
Rule 1 — every non-zero digit is significant. The 4, the 5 and the 6 all count. That gives three straight away.
Rule 2 — zeros between significant digits are significant. These are called captive zeros. In 4056 the zero sits between measured digits, so it counts and the number has four sig figs. In 0.004560 there is no captive zero, but the rule is what stops you from throwing away interior zeros in numbers like 20.08.
Rule 3 — leading zeros are never significant. The 0 before the decimal point and the two zeros after it are placeholders. They only tell you where the decimal point sits, and they vanish the moment you rewrite the value as 4.560 x 10-3. They add nothing to precision.
Rule 4 — trailing zeros count only when there is a decimal point. The final 0 in 0.004560 is deliberate: the person who wrote it is claiming they measured that digit as zero rather than 1 through 9. So 0.004560 has four significant figures — 4, 5, 6 and the trailing 0 — and its scientific form is 4.560 x 10-3. Drop the last zero and you have made a different, less precise claim.
The 1200 problem
Plain 1200 breaks the system. Did someone measure to the nearest unit, or round a bus timetable to the nearest hundred? Written that way you cannot tell, so the standard reading — the one this calculator uses — is two significant figures. Scientific notation removes the doubt entirely: 1.2 x 103 is two sig figs, 1.20 x 103 is three, and 1.200 x 103 is four. A trailing decimal point (1200.) is a shorter convention for "all four are real", but it is easy to miss on a printed page, so lab reports usually prefer the exponent form.
Sig figs in arithmetic
Counting digits is only half the job; the other half is carrying the right precision through a calculation. Two different rules apply, and mixing them up is the single most common source of lost marks.
Addition and subtraction: match decimal places
Line the numbers up at the decimal point and keep as many decimal places as the least precise term. 12.11 + 0.3 = 12.41 on a calculator, but 0.3 is only known to one decimal place, so the answer is 12.4. Note that the result has three sig figs even though one input had only one — with addition it is decimal places, not sig figs, that carry over.
Multiplication and division: match significant figures
Here the answer takes the sig-fig count of the least precise factor. 4.56 x 1.4 = 6.384 exactly, but 1.4 has only two sig figs, so report 6.4. Density is the classic worked example: 25.3 g divided by 12.0 mL gives 2.108333... and both inputs have three sig figs, so the honest result is 2.11 g/mL.
One practical rule beats all of this: round once, at the end. Rounding after every intermediate step lets small errors compound, which is why chemists carry a guard digit or two through the working and apply the sig-fig rule only to the final reported value.
What the digits actually mean
Writing 2.11 g/mL is a claim about your equipment. It says the true value lies roughly between 2.105 and 2.115 — that you trust the hundredths place but not the thousandths. Writing 2.108333 claims a balance and a graduated cylinder a thousand times better than the ones on the bench. That is why sig figs are graded so strictly in first-year chemistry and physics: the digits are a statement about uncertainty, not a formatting preference.
Limits of this tool
It analyses one number at a time as you typed it, so the ambiguity of a bare whole number is reported, not guessed away. Rounding uses standard IEEE 754 double arithmetic, which occasionally rounds a value like 1.005 down because the stored binary is a hair under the decimal you typed — every spreadsheet and pocket calculator behaves the same way. For that reason it is limited to 15 significant figures, roughly the point where a double stops being exact. Exact quantities such as counted objects or defined conversion factors have unlimited significant figures and should never be entered as the limiting term.
Sources & further reading
Frequently asked questions
How many sig figs does 1200 have?
Written plainly it is ambiguous, and this calculator assumes 2. Trailing zeros in a whole number with no decimal point may just be placeholders. Write 1.2 x 10^3 for two, 1.20 x 10^3 for three, 1.200 x 10^3 for four, or add a decimal point (1200.) to show all four are measured.
Do exact and counted numbers have significant figures?
No. Counted items (12 test tubes) and defined conversions (1 inch = 2.54 cm exactly, 60 s in a minute) are exact, so they have infinite significant figures. They never limit the precision of a result — only measured values do. Enter only your measurements here.
Are the rules the same for adding and multiplying?
No, and this is the most common mistake. Addition and subtraction keep the fewest decimal places: 12.11 + 0.3 = 12.4, not 12.41. Multiplication and division keep the fewest significant figures: 4.56 x 1.4 = 6.4. Round once at the end, not after every step.
Why does my calculator show so many digits?
A calculator does not know how precise your measurements were, so it prints every digit its hardware holds. Dividing 2.0 by 3.0 gives 0.666666667 on screen but the honest answer is 0.67 — two sig figs, because both inputs had two. Reporting the extra digits claims precision your instrument never had.