# Significant Figures Calculator

Count significant figures in any number and round to a specified number of sig figs. Free online significant figures calculator with rules explained.

## What this calculates

Count the significant figures in any number and round to a desired precision. This calculator applies scientific convention rules to determine which digits are significant and provides clear explanations.

## Inputs

- **Number** — The number to analyze for significant figures.
- **Round to N Sig Figs** — min 1, max 20 — Optional: round the number to this many significant figures.

## Outputs

- **Number of Significant Figures** — The count of significant figures in the input number.
- **Rounded Value** — formatted as text — The number rounded to the specified significant figures.
- **Scientific Notation** — formatted as text — The number in scientific notation showing significant digits.
- **Explanation** — formatted as text — Breakdown of which digits are significant and why.

## Details

Significant figures (sig figs) represent the precision of a measurement. They include all digits that are known with certainty plus one estimated digit. Proper use of significant figures ensures that calculations do not imply more precision than the data supports.

Rules for Counting Significant Figures

- All non-zero digits are significant: 1234 has 4 sig figs.

- Zeros between non-zero digits are significant: 1002 has 4 sig figs.

- Leading zeros are NOT significant: 0.0045 has 2 sig figs.

- Trailing zeros after a decimal point ARE significant: 2.300 has 4 sig figs.

- Trailing zeros in integers without a decimal point are ambiguous: 1500 could have 2, 3, or 4 sig figs. Using scientific notation resolves this: 1.5 x 10^3 (2 sig figs) vs. 1.500 x 10^3 (4 sig figs).

Rounding Rules

When rounding to n significant figures, look at the (n+1)th significant digit. If it is 5 or greater, round up; otherwise, round down. In multiplication and division, the result should have as many sig figs as the input with the fewest. In addition and subtraction, the result should match the least precise decimal place.

## Frequently Asked Questions

**Q: What are significant figures?**

A: Significant figures are the digits in a number that carry meaning about its precision. They include all certain digits plus one estimated digit. For example, if a ruler measures to the nearest millimeter and you read 23.4 mm, this has 3 significant figures. Proper sig fig usage prevents false precision in scientific calculations.

**Q: Are leading zeros significant?**

A: No, leading zeros are never significant. They are placeholders that indicate the position of the decimal point. In 0.00456, only the digits 4, 5, and 6 are significant (3 sig figs). Writing this as 4.56 x 10^-3 makes the significance clearer.

**Q: Are trailing zeros significant?**

A: It depends on whether a decimal point is present. Trailing zeros after a decimal point are significant: 2.500 has 4 sig figs. Trailing zeros in a whole number without a decimal point are ambiguous: 4500 could have 2, 3, or 4 sig figs. Using scientific notation resolves this ambiguity.

**Q: How do I round to a specific number of significant figures?**

A: Count from the first non-zero digit to the desired number of sig figs. Look at the next digit: if it is 5 or greater, round up; otherwise, truncate. For example, rounding 0.004567 to 3 sig figs: count 4, 5, 6 as the three significant digits, look at 7 (>= 5), round 6 up to 7, giving 0.00457.

**Q: How do significant figures work in calculations?**

A: For multiplication and division, the result should have the same number of sig figs as the input with the fewest sig figs. For addition and subtraction, the result should be rounded to the same decimal place as the least precise input. For example, 2.5 x 3.42 = 8.55, but since 2.5 has only 2 sig figs, the answer is 8.6.

---

Source: https://vastcalc.com/calculators/math/significant-figures
Category: Math
Last updated: 2026-04-21
