Gpakit
Enter any number — decimal, integer, or scientific notation (1.20e3 or 1.20E3).
Quick examples
Green digits are significant; grey digits are placeholders (non-significant zeros).
Ambiguous. Trailing zeros in a whole number without a decimal point could be significant or not. We report the maximum plausible count. Use scientific notation to disambiguate.

How the significant figures calculator works

Significant figures (sig figs) are the digits in a measurement that carry real precision. Placeholder zeros that only serve to locate the decimal point do not count. This tool parses the number you enter, walks each digit, and applies the five standard rules to decide which digits are significant and which are merely placeholders.

The five rules

  1. All non-zero digits are significant. 1, 2, 3, 4, 5, 6, 7, 8, 9 always count. In 347, all three digits are significant.
  2. Zeros between non-zero digits are significant. These are "captive" zeros. In 1002, all four digits — including both zeros — count.
  3. Leading zeros are not significant. They only position the decimal point. In 0.00450, the three zeros before the 4 are not significant. Sig figs = 3 (the 4, 5, and trailing 0).
  4. Trailing zeros in a decimal number are significant. Writing 12.300 rather than 12.3 is a deliberate statement of precision. 12.300 has five sig figs.
  5. Trailing zeros in a whole number without a decimal point are ambiguous. 12000 could mean anywhere from two to five sig figs. The honest fix is scientific notation: 1.2 × 10⁴ (two sig figs) or 1.2000 × 10⁴ (five).

Worked examples

0.004500 — The three leading zeros are placeholders. The 4 and 5 are significant, and so are the two trailing zeros (they are after the decimal). Count: 4 sig figs.

1.20 × 10³ — In scientific notation, every digit in the coefficient is significant. The 1, 2, and 0 all count. Count: 3 sig figs.

1002 — All four digits are significant; the interior zeros are captive. Count: 4 sig figs.

12000 — Ambiguous. Could be anywhere from 2 to 5 sig figs. The calculator flags this and reports the maximum plausible count (5). To be unambiguous, write 1.2 × 10⁴, 1.20 × 10⁴, 1.200 × 10⁴, or 1.2000 × 10⁴.

Edge cases and gotchas

Pure zero. The number 0 is a special case — conventions vary, but most textbooks treat it as undefined for sig figs since there is no measurement precision encoded. If you enter 0, the tool returns a non-positive result.

Exact numbers. Counts of discrete objects (12 students) and defined constants (exactly 100 cm in a metre) have infinite significant figures. Sig-fig rules apply to measurements, not counts.

Scientific notation with negative exponents. 6.02 × 10⁻⁴ has three sig figs. The sign of the exponent does not affect the count — only the coefficient matters.

Bar-notation for ambiguous trailing zeros. Some textbooks draw a bar over the last significant zero (e.g., 1200̄ for three sig figs). We do not parse this notation — use scientific notation instead, which is universal.

Why sig figs matter

Significant figures communicate measurement uncertainty. Reporting a temperature as 23.456 °C implies you measured to the thousandths place; reporting it as 23 °C implies only unit precision. Using the wrong number of sig figs in a lab report overstates or understates the reliability of the data. In arithmetic, the result should not be more precise than the least-precise input: multiplying 2.5 (two sig figs) by 3.14159 (six sig figs) should yield 7.9, not 7.854.

What this calculator is not

This tool counts sig figs in a single number. It does not perform sig-fig-aware arithmetic — for that, you would round each intermediate to the appropriate precision based on the operation (multiplication/division uses the least sig-fig input; addition/subtraction uses the least decimal-place input). It also does not handle bar-notation or uncertainty ranges like 12.3(4). For those, write the number in explicit scientific notation first.

Frequently asked questions

What are significant figures?
Significant figures (sig figs) are the digits in a number that carry real measurement precision. They exclude placeholder zeros that only show scale. A measurement of 12.30 cm has four significant figures; a measurement of 0.012 cm has two.
Are leading zeros significant?
No. Leading zeros only fix the decimal point — they do not add precision. In 0.00450, the three zeros before the 4 are not significant. The sig figs are 4, 5, and the trailing 0, giving three significant figures total.
Are trailing zeros significant?
It depends on the decimal point. In 12.300, the trailing zeros are significant (five sig figs) because the decimal signals intended precision. In 12300 with no decimal, the trailing zeros are ambiguous — the number could have three, four, or five sig figs, which is why scientific notation is used to remove the ambiguity.
How does scientific notation handle sig figs?
Scientific notation makes the count unambiguous: every digit in the mantissa is significant. 1.20 × 10³ has three significant figures; 1.2 × 10³ has two. The exponent never affects the sig fig count — only the coefficient does.
Why does 12000 flag as ambiguous?
A whole number with trailing zeros and no decimal point is genuinely ambiguous in standard notation. 12000 might mean 12000. (five sig figs), 1.200 × 10⁴ (four), 1.20 × 10⁴ (three), or 1.2 × 10⁴ (two). Without a decimal or explicit scientific notation, we flag the value and report the maximum plausible count.
Are zeros between non-zero digits significant?
Yes, always. "Captive" zeros surrounded by non-zero digits are significant. In 1002, all four digits count. In 50.07, all four digits count. There is no ambiguity for interior zeros.
How do sig figs propagate through arithmetic?
For multiplication and division, the result takes the sig fig count of the least-precise input. For addition and subtraction, the result takes the decimal place of the least-precise input. This tool counts sig figs in a single number; it does not perform sig-fig-aware arithmetic.
From the blog

Learn more