Significant Figures Calculator — Count, Round & Arithmetic

Count significant figures in any number, round to N sig figs, and perform addition, subtraction, multiplication, and division with automatic sig fig rules applied. Supports scientific notation and explains which rule was used.

Quick Examples

What Is the Significant Figures Calculator — Count, Round & Arithmetic?

This calculator has three modes — Count, Round, and Arithmetic — covering every sig fig task you encounter in chemistry, physics, or any quantitative science.

  • Count mode — enter any number (integer, decimal, or scientific notation) and see exactly how many significant figures it has. The standout feature is the color-coded digit display: significant digits are highlighted in a bold, accented style while non-significant digits appear dim, so you can instantly see which digits count and which do not. A per-digit breakdown table explains the rule applied to each digit.
  • Round mode — enter a number and a target count of sig figs (1–15). The calculator returns the correctly rounded value in both standard form and scientific notation, and walks you through the rounding steps.
  • Arithmetic mode — enter two numbers and pick an operation. For addition and subtraction the answer is limited to the same number of decimal places as the least-precise operand. For multiplication and division the answer is limited to the same number of sig figs as the operand with fewer sig figs. Both rules are explained inline with the limiting factor highlighted.
  • Ambiguity detection — numbers like 1200 are flagged as ambiguous (2, 3, or 4 sig figs) with a suggestion to use scientific notation to remove ambiguity.
  • State preservation — all inputs are saved to localStorage, so switching between tabs or returning to the page restores your last session instantly.

Formula

Sig Fig Count Rules

Non-zero digits → always significant

Zeros between non-zeros → significant (captive zeros)

Leading zeros → NOT significant

Trailing zeros after dec → significant

Trailing zeros before dec → ambiguous (use sci. notation)

Arithmetic Rules

Addition / Subtraction → answer has same decimal places as least precise operand

Multiplication / Division → answer has same sig figs as operand with fewest sig figs

Symbol / InputNameDescription
Any numberCount tab inputInteger, decimal, or scientific notation — e.g. 0.00520, 1200, 3.40×10³
N (1–15)Round tab: targetHow many significant figures to round the number to
Num1, Num2Arithmetic inputsTwo numbers to combine; the calculator applies the correct sig fig rule
+ − × ÷OperationAdd, subtract, multiply, or divide — each uses a different sig fig rule
Sig figsOutputThe number of significant figures in the result
Decimal placesAdd/sub precisionThe number of digits after the decimal point — limits addition/subtraction results

How to Use

  1. 1
    Choose a tab: Select "Count Sig Figs" to identify significant figures, "Round" to round a number to N sig figs, or "Arithmetic" to combine two numbers correctly.
  2. 2
    Enter your number: Type any number — integers (1200), decimals (0.00520), or scientific notation (1.23e4 or 1.23×10⁴). Negative numbers are supported.
  3. 3
    Use a preset: Click one of the quick example buttons to load a common sig fig scenario instantly — great for checking your understanding or exploring edge cases.
  4. 4
    Press Enter or click the button: Press Enter from any input field, or click "Count Sig Figs" / "Round" / "Calculate" to see the result.
  5. 5
    Read the color-coded display (Count tab): Significant digits are highlighted with a colored border and bold text. Non-significant digits are dim. Hover a digit to see the rule tooltip. The table below lists every digit and its rule.
  6. 6
    Check the breakdown: In Count mode, review the digit-by-digit table. In Round mode, follow the numbered steps. In Arithmetic mode, check which operand was the limiting factor and which rule was applied.

Example Calculation

Example 1 — Count: 0.00500

Number: 0.00500

0 (leading) — NOT significant (Rule 3: leading zero)

. (decimal) — punctuation, ignored

0 (leading) — NOT significant (Rule 3: leading zero after decimal)

0 (leading) — NOT significant (Rule 3: leading zero after decimal)

5 — significant (Rule 1: non-zero digit)

0 (trailing) — significant (Rule 4: trailing zero after decimal point)

0 (trailing) — significant (Rule 4: trailing zero after decimal point)

Total: 3 significant figures

Example 2 — Round: 0.0048392 to 2 sig figs

Input: 0.0048392 Target: 2 sig figs

First sig fig: 4 (at position 10⁻³)

Second sig fig: 8 (at position 10⁻⁴) — keep this

Rounding digit: 3 — less than 5, round down

Result: 0.0048 → 4.8 × 10⁻³

Example 3 — Arithmetic: 12.11 + 18.0

12.11 + 18.0 = ?

12.11 has 2 decimal places

18.0 has 1 decimal place ← fewer (limiting)

Full-precision sum: 30.11

Round to 1 decimal place: 30.1

Answer: 30.1 (limited by 18.0 — 1 decimal place)

Key insight — decimal places vs. sig figs in arithmetic

Addition and subtraction use decimal places, not sig fig counts. 12.11 has 4 sig figs and 2 decimal places; 18.0 has 3 sig figs and 1 decimal place. The answer (30.1) is rounded to 1 decimal place — matching 18.0 — even though 18.0 has more sig figs than 12.11.

Multiplication and division work differently: the answer gets the sig fig count of the operand with fewer sig figs, regardless of decimal places.

Understanding Significant Figures — Count, Round & Arithmetic

Why Significant Figures Matter

Every measurement carries uncertainty. A ruler that reads to the nearest millimeter cannot distinguish 12.3 mm from 12.35 mm — reporting the result as 12.35 mm would be false precision. Significant figures (sig figs) are the convention scientists use to communicate exactly how precise a measurement is, and to ensure that calculations do not manufacture precision that was never there.

When you multiply 4.5 cm × 2.13 cm on a calculator, the display might show 9.585 cm². But 4.5 has only 2 sig figs, so the answer cannot honestly have more than 2: the correct answer is 9.6 cm². Reporting 9.585 suggests you measured to the nearest 0.001 cm² — which is not what your instruments could do.

  • Sig figs communicate the precision of a measurement to the next person who reads your work.
  • They prevent the compounding of errors across multi-step calculations.
  • They are required in every published chemistry, physics, and engineering paper.
  • Violating sig fig rules can produce dangerously wrong results in engineering and pharmaceutical contexts.

The Five Rules for Counting Sig Figs

Apply these five rules in order to determine how many significant figures a number contains:

  • Rule 1 — Non-zero digits are always significant. The digits 1–9 always count. In 3.47, all three digits are significant → 3 sig figs.
  • Rule 2 — Captive zeros are significant. A zero between two non-zero digits is trapped and must be counted. 1002 has 4 sig figs (the two zeros are captive). 3.04 has 3 sig figs.
  • Rule 3 — Leading zeros are NOT significant. Zeros that appear before the first non-zero digit are placeholders only. 0.0052 has only 2 sig figs (4 and 2); the leading zeros are not counted. Writing 5.2 × 10⁻³ makes this clearest — the three leading zeros vanish.
  • Rule 4 — Trailing zeros after a decimal point ARE significant. Someone wrote 1.200 instead of 1.2 deliberately — those trailing zeros tell you the measurement was made to four significant figures. 1.200 has 4 sig figs. 2.50 has 3 sig figs.
  • Rule 5 — Trailing zeros before a decimal point are ambiguous. The number 1200 is genuinely ambiguous: it could have 2, 3, or 4 sig figs depending on how precisely the measurement was made. Use a decimal point (1200.) or scientific notation (1.200 × 10³) to remove the ambiguity.

Quick reference: sig figs in common numbers

NumberSig FigsReason
3.473All non-zero — Rule 1
10024Captive zeros — Rule 2
0.00522Leading zeros — Rule 3
1.2004Trailing zeros after decimal — Rule 4
12002–4Ambiguous — Rule 5
1200.4Decimal point makes all zeros significant
1.200×10³4Scientific notation removes ambiguity
6.022×10²³4Coefficient determines sig figs

Sig Figs in Arithmetic

Significant figures propagate through calculations according to two distinct rules — one for addition and subtraction, another for multiplication and division. Mixing them up is the most common mistake students make.

Addition and Subtraction — use decimal places

For addition and subtraction, the result must have the same number of decimal places as the input with the fewest decimal places, regardless of how many total sig figs each number has.

12.11 (2 decimal places)

+ 18.0 (1 decimal place) ← limiting

──────

30.11 (full precision)

→ 30.1 (rounded to 1 decimal place)

The logic is spatial: 18.0 is uncertain in the tenths place. Adding a more precise number (12.11) cannot reduce that uncertainty — the result is still only reliable to the tenths place.

Multiplication and Division — use sig figs

For multiplication and division, the result must have the same number of significant figures as the input with the fewest sig figs.

4.56 × 1.4 → 6.384 (full precision)

4.56 has 3 sig figs

1.4 has 2 sig figs ← limiting

→ 6.4 (2 sig figs)

8.314 ÷ 2.0 → 4.157 (full precision)

2.0 has 2 sig figs ← limiting

→ 4.2 (2 sig figs)

Scientific Notation and Sig Figs

Scientific notation is the clearest way to express a number with an unambiguous sig fig count. The form is: a × 10b where 1 ≤ |a| < 10. The number of significant figures equals the number of digits in the coefficient a.

  • 1.2 × 10³ → 2 sig figs (coefficient is "1.2")
  • 1.20 × 10³ → 3 sig figs (the trailing zero in "1.20" is explicitly significant)
  • 1.200 × 10³ → 4 sig figs (all four digits in the coefficient count)
  • 6.022 × 10²³ (Avogadro's number as usually written) → 4 sig figs
  • The exponent (10³, 10²³, 10⁻⁵) never contributes to the sig fig count.

This is why scientific notation is strongly preferred in chemistry and physics: it removes every ambiguity about trailing zeros. The difference between 1200 (ambiguous) and 1.200 × 10³ (unambiguously 4 sig figs) is critical when communicating measurement precision.

Common Mistakes and How to Avoid Them

  • Using the add/sub rule for multiplication. 4.5 × 2.13 is NOT rounded to the same decimal places as the least precise input. You round to the same sig fig count (2, not 2 decimal places). Answer: 9.6, not 9.57.
  • Counting leading zeros. 0.0052 has 2 sig figs, not 4. The two zeros before the 5 are just placeholders. Think of it in scientific notation: 5.2 × 10⁻³ — clearly 2 sig figs.
  • Forgetting that trailing zeros after a decimal point are significant. 1.200 ≠ 1.2 in terms of precision. A student who records 1.200 g has measured to four significant figures; one who records 1.2 g has only measured to two.
  • Treating exact numbers as limiting. Constants defined by counting (e.g., exactly 6 items) or mathematical constants (π, e) have infinite sig figs and never limit the sig fig count of a calculation.
  • Rounding intermediate steps. Always carry extra digits through intermediate steps and round only the final answer. Rounding too early compounds errors. The calculator always shows full-precision intermediate values before the final rounding step.
  • Ambiguous trailing zeros in large integers. When you measure 1200 g, always clarify: is it 1.2 × 10³ (2 sig figs) or 1.200 × 10³ (4 sig figs)? Never leave the reader guessing.

Frequently Asked Questions

How many sig figs does 0.0050 have?

0.0050 has 2 significant figures.

  • The "0." at the start: leading placeholder zeros — NOT significant (Rule 3)
  • The "00" after the decimal: still leading zeros before the first non-zero — NOT significant (Rule 3)
  • The "5": first non-zero digit — significant (Rule 1)
  • The final "0": trailing zero after a decimal point — significant (Rule 4)

In scientific notation: 5.0 × 10⁻³ — the coefficient makes the 2-sig-fig count instantly clear.

How many sig figs does 1200 have?

1200 is ambiguous — it could mean 2, 3, or 4 sig figs.

  • Minimum (2 sig figs): only 1 and 2 are significant — the zeros are placeholders
  • Middle (3 sig figs): 1, 2, and the first 0 are significant
  • Maximum (4 sig figs): all four digits are significant

Disambiguate using scientific notation:

  • 1.2 × 10³ — unambiguously 2 sig figs
  • 1.20 × 10³ — unambiguously 3 sig figs
  • 1.200 × 10³ — unambiguously 4 sig figs
  • 1200. (with decimal point) — unambiguously 4 sig figs

What is the rule for addition and subtraction?

Decimal places rule: the result matches the input with the fewest decimal places.

  • 12.11 + 18.0 → 30.11 → 30.1 (18.0 limits to 1 decimal place)
  • 100.0 − 99.5 → 0.5 (both have 1 decimal place → answer: 0.5)
  • 0.001 + 1000 → 1000 (1000 has 0 decimal places → answer rounded to nearest unit)

The intuition: 18.0 is uncertain in the tenths column. Adding 12.11 — which is precise to hundredths — cannot improve that uncertainty. The result is only reliable to the tenths.

What is the rule for multiplication and division?

Sig figs rule: the result matches the input with the fewest significant figures.

  • 4.56 × 1.4 → 6.384 → 6.4 (1.4 has 2 sig figs)
  • 8.314 ÷ 2.0 → 4.157 → 4.2 (2.0 has 2 sig figs)
  • 6.022×10²³ × 2.00 → 1.2044×10²⁴ → 1.20×10²⁴ (2.00 has 3 sig figs; 6.022×10²³ has 4)

Note: do not confuse with the addition rule. Multiplication uses sig fig count, not decimal places.

How do I write a number to remove sig fig ambiguity?

Two approaches eliminate ambiguity:

  • Scientific notation — every digit in the coefficient counts. 1.20 × 10³ is unambiguously 3 sig figs. 1.200 × 10³ is 4 sig figs.
  • Trailing decimal point — writing 1200. (with a period after the last zero) signals that all four digits are significant. Less common in publishing but accepted.

When writing numbers in lab reports, always use scientific notation for any integer ending in zeros to avoid misinterpretation by readers.

Are exact numbers (like π = 3.14159…) considered to have infinite sig figs?

Exact numbers have infinite significant figures and never limit a calculation.

  • Mathematical constants: π = 3.14159265… (infinite sig figs)
  • Defined constants: 1 inch = 2.54 cm exactly (infinite sig figs)
  • Counting numbers: 6 molecules, 12 items (infinite sig figs — no measurement involved)
  • Conversion factors defined by decree: 1 kg = 1000 g exactly

Example: the circumference of a circle with radius 3.14 cm is 2π × 3.14 = 19.7 cm (3 sig figs, limited by 3.14 — not by π which is exact).

Does this calculator save my inputs?

Yes — all inputs are automatically saved to your browser's localStorage:

  • Active tab (Count / Round / Arithmetic) is preserved
  • Count tab: the number input is saved
  • Round tab: the number and target sig fig count are saved
  • Arithmetic tab: both numbers and the selected operation are saved
  • All data stays in your browser — nothing is sent to any server

Click Reset All to clear both the form and the localStorage data.

Related Calculators