# Significant Figures: A Complete Guide for Students & Teachers

Why does 0.00340 have three significant figures while 0.0034 has only two? Significant figures follow five clear rules once you know which zeros count — here they are, plus the 3-step method for rounding to 1, 2, or 3 significant figures with fully worked examples.

---

- **Canonical URL:** https://dothecalculation.com/blog/math/significant-figures-guide
- **Category:** Math
- **Author:** Do The Calculation Team
- **Published:** 2026-08-03
- **Reading time:** 12 min read
- **Publisher:** Do The Calculation (https://dothecalculation.com)
- **Methodology:** https://dothecalculation.com/methodology

---

Significant figures — often shortened to "sig figs" — are one of the more confusing ideas in early math and science, mostly because the confusion is not about rounding itself. It is about zeros. Which zeros count as meaningful digits and which are just placeholders? Why does 0.00340 have three significant figures while 0.0034 has only two, when they look almost identical?

Significant figures are the digits in a number that contribute to its accuracy and precision — they tell you how much you can trust a measurement. The more significant figures a number carries, the more precisely it claims to be known. This guide covers all five rules for counting them, the 3-step method for rounding to a target number of significant figures, and fully worked examples for rounding to 1, 2, and 3 significant figures.

## Quick Answer

- Significant figures start counting at the first non-zero digit in a number.
- All non-zero digits are always significant, and so are zeros sitting between two non-zero digits.
- Leading zeros (before the first non-zero digit) are never significant — they only locate the decimal point.
- Trailing zeros are significant only when a decimal point is present in the number.
- Exact, counted numbers (12 eggs, 100 students) have infinite significant figures — the rules only apply to measured values.
- To round to a target number of significant figures, count from the first non-zero digit, then apply the same "5 or more rounds up" rule used for any other rounding.

Tool: [Try the Rounding Calculator](https://dothecalculation.com/calculators/rounding-calculator) — Switch its Precision Type to Significant Figures and round any value to 1-10 significant figures directly, with step-by-step digit highlighting.

## What Are Significant Figures?

Significant figures are the digits in a number that contribute to its accuracy and precision. The basic idea: the more significant figures a number has, the more precise it is claiming to be. A measurement reported as 3.14 is claiming three meaningful digits of precision; one reported as 3.1 is claiming only two.

**Simple Examples**
| Number | Significant Figures | Why |
| --- | --- | --- |
| 3.14 | 3 | All digits are meaningful |
| 0.0034 | 2 | Leading zeros do not count |
| 100.0 | 4 | A trailing zero with a decimal point counts |
| 100 | 1 | No decimal point, so trailing zeros do not count |

## The 5 Rules of Significant Figures

Every one of these rules exists to answer a single question: does this particular digit represent something that was actually measured, or is it only there to hold a place value? Non-zero digits always answer "measured." Zeros are the ones that need a rule.

### Rule 1: All Non-Zero Digits Are Significant

| Number | Sig Figs | Why |
| --- | --- | --- |
| 123 | 3 | All digits are non-zero |
| 456.7 | 4 | All digits are non-zero |
| 9 | 1 | A single non-zero digit |

### Rule 2: Zeros Between Non-Zero Digits Are Significant

A zero sandwiched between two non-zero digits (sometimes called a "captive zero") was measured just as certainly as the digits around it, so it always counts.

| Number | Sig Figs | Why |
| --- | --- | --- |
| 1005 | 4 | The zeros sit between 1 and 5 |
| 3.04 | 3 | The zero sits between 3 and 4 |
| 2007 | 4 | The zeros sit between 2 and 7 |

### Rule 3: Leading Zeros Are NOT Significant

Zeros that appear before the first non-zero digit exist only to place the decimal point — they carry no information about precision, so they never count.

| Number | Sig Figs | Why |
| --- | --- | --- |
| 0.00123 | 3 | Leading zeros do not count; counting starts at 1 |
| 0.045 | 2 | Leading zeros do not count; counting starts at 4 |
| 0.0005 | 1 | Leading zeros do not count; only the 5 counts |

### Rule 4: Trailing Zeros Are Significant Only With a Decimal Point

This is the rule behind the 0.00340 vs. 0.0034 confusion, and it is worth sitting with. A trailing zero written after a decimal point is a deliberate choice — someone measured that precisely and wrote the zero on purpose. A trailing zero with no decimal point is ambiguous, because it might just be there to show scale.

| Number | Sig Figs | Why |
| --- | --- | --- |
| 100.0 | 4 | The trailing zero after the decimal point counts |
| 1500. | 4 | A decimal point at the end still forces every digit to count |
| 1500 | 2 | No decimal point — the trailing zeros do not count by convention |

_[Figure: The Decimal Point Is What Decides Trailing Zeros — Same digits, same value — a different number of significant figures depending on whether a decimal point is present.]_

### Rule 5: Exact Numbers Have Infinite Significant Figures

Counted or defined quantities were never measured, so the usual rules do not apply to them at all — they are treated as exact, with unlimited precision.

| Number | Sig Figs | Why |
| --- | --- | --- |
| 12 eggs (counted) | ∞ | A counted quantity, not a measurement |
| 100 students (counted) | ∞ | A counted quantity, not a measurement |

## How to Round to a Target Number of Significant Figures

Rounding to significant figures uses the same 5-or-more rule as any other rounding — it just counts from a different starting point.

- Step 1: Locate the first significant figure — the first non-zero digit — and count forward from there to however many significant figures you need.
- Step 2: Look at the next digit to the right, immediately after the last significant figure you are keeping.
- Step 3: Apply the rule — 5 or more rounds the kept digit up, 4 or less leaves it unchanged.
- Step 4 (when needed): If the number being rounded is 10 or larger, fill in zeros after the rounded digit so the number keeps its correct size.

## Example 1: Rounding to One Significant Figure

Problem: round 3692 to 1 significant figure.

| Step | Action | Result |
| --- | --- | --- |
| 1 | First non-zero digit | 3 |
| 2 | Next digit (3¦692) | 6 |
| 3 | Is 6 ≥ 5? | Yes — round up: 3 becomes 4 |
| 4 | Fill in zeros to keep the size correct | 4000 |

> **Answer: 4000 (1 s.f.)** — Skipping the zero-filling step is one of the most common significant-figures mistakes — writing "4" instead of "4000" changes the value of the number by three orders of magnitude, even though only one digit is actually significant.

## Example 2: Rounding to Two Significant Figures

Problem: round 0.07039 to 2 significant figures.

| Step | Action | Result |
| --- | --- | --- |
| 1 | First and second significant figures (leading zeros skipped) | 7, then 0 |
| 2 | Next digit (0.070¦39) | 3 |
| 3 | Is 3 ≥ 5? | No — round down, keep 0.070 |

> **Answer: 0.070 (2 s.f.)** — The zero directly after the 7 has to stay written — dropping it and writing "0.07" would only show one significant figure, understating the precision by half.

## Example 3: Rounding to Three Significant Figures

Problem: round 24.753 to 3 significant figures.

| Step | Action | Result |
| --- | --- | --- |
| 1 | First three significant figures | 2, 4, 7 |
| 2 | Next digit (24.7¦53) | 5 |
| 3 | Is 5 ≥ 5? | Yes — round up: 7 becomes 8 |

> **Answer: 24.8 (3 s.f.)** — The remaining digits (53) are dropped entirely once the rounding decision is made — they are not rounded separately or averaged in.

## Example 4: Rounding a Large Number

Problem: round 76,483 to 2 significant figures.

| Step | Action | Result |
| --- | --- | --- |
| 1 | First two significant figures | 7, 6 |
| 2 | Next digit (76¦483) | 4 |
| 3 | Is 4 ≥ 5? | No — round down, keep 76 |
| 4 | Fill in zeros to keep the size correct | 76,000 |

## Example 5: Rounding a Decimal With Leading Zeros

Problem: round 0.004567 to 2 significant figures.

| Step | Action | Result |
| --- | --- | --- |
| 1 | First two significant figures (leading zeros skipped) | 4, 5 |
| 2 | Next digit (0.0045¦67) | 6 |
| 3 | Is 6 ≥ 5? | Yes — round up: 5 becomes 6 |

> **Answer: 0.0046 (2 s.f.)** — The leading zeros (0.00) stay in the answer to preserve the number’s actual size — they are not significant figures themselves, but they are still necessary digits.

_[Figure: Same Digit Count, Different Significant Figures — How many significant figures each number carries, compared side by side — notice 1005 and 100.0 both have 4, while 1500 (no decimal) has only 2.]_

## Real-World Applications of Significant Figures

**Where Significant Figures Matter**
| Application | Why It Matters |
| --- | --- |
| Chemistry | Measuring precise amounts of chemicals for a reaction |
| Physics | Calculating with measured values without overstating precision |
| Engineering | Designing structures and parts to accurate tolerances |
| Medicine | Dosing medications precisely based on measured patient values |
| Manufacturing | Quality-control measurements against a specification |
| Science experiments | Reporting data at the precision it was actually measured |

In a chemistry lab, measuring a volume as 25.0 mL claims 3 significant figures — meaning the reading is trusted to the nearest 0.1 mL. Writing the same measurement as "25 mL" reports only 2 significant figures, which is a real loss of claimed precision, not just a shorter way to write the same thing.

## Common Mistakes (And How to Avoid Them)

- Counting leading zeros as significant — 0.00467 is 3 significant figures, not 5. Leading zeros never count.
- Not counting zeros between non-zero digits — 1005 is 4 significant figures, not 2. A zero between two non-zero digits always counts.
- Forgetting trailing zeros with a decimal point — 100.0 is 4 significant figures, not 1. A decimal point makes every trailing zero count.
- Counting trailing zeros without a decimal point — 1500 is 2 significant figures by convention, not 4.
- Forgetting to add zeros when rounding large numbers — 3692 rounded to 1 significant figure is 4000, not "4."

## Practice Questions (With Answers)

**Practice: Test Yourself**
| # | Question | Answer |
| --- | --- | --- |
| 1 | Round 76,340 to one significant figure. | 80,000 |
| 2 | Round 0.3897 to one significant figure. | 0.4 |
| 3 | Round 26,460 to two significant figures. | 26,000 |
| 4 | Round 78.56 to two significant figures. | 79 |
| 5 | Round 4.7041294 to three significant figures. | 4.70 |
| 6 | Round 0.0051489 to three significant figures. | 0.00515 |
| 7 | Round 467,983 to two significant figures. | 470,000 |
| 8 | Round 60.7328 to three significant figures. | 60.7 |

## Sources to Verify or Cite

- OpenStax Chemistry 2e, 1.5 Measurement Uncertainty, Accuracy, and Precision — significant-figure rules for leading, captive, and trailing zeros, plus rounding after calculations: https://openstax.org/books/chemistry-2e/pages/1-5-measurement-uncertainty-accuracy-and-precision
- IEEE 754 floating-point standard — round-to-nearest, ties-to-even as the default rounding mode used when software rounds a calculated result: https://en.wikipedia.org/wiki/IEEE_754

## Related Guides and Calculators

Tool: [Convert a Rounded Value to a Fraction](https://dothecalculation.com/calculators/decimal-to-fraction-calculator) — Once a measurement is rounded to the right number of significant figures, convert the decimal into a simplified fraction.

- [Rounding Rules: A Complete Guide](/blog/math/rounding-rules-complete-guide) — The one rounding rule behind every method, including whole numbers, decimal places, and multiples of ten.
- [Scientific Notation Guide](/blog/math/scientific-notation-basics) — How significant figures are read directly from the coefficient once a number is in scientific notation.
- [Rounding Calculator](/calculators/rounding-calculator) — Round a value to any fixed number of decimal places once you have counted its significant figures.

## Frequently Asked Questions

**What are significant figures?**

Significant figures are the digits in a number that contribute to its accuracy and precision — they tell you how much a measurement can be trusted.

**How do you count significant figures?**

Start at the first non-zero digit and count every digit after it, including zeros between non-zero digits and trailing zeros after a decimal point. Leading zeros never count.

**How do you round to significant figures?**

Locate the first significant figure for the precision you need, look at the next digit to the right, and round up if it is 5 or more or down if it is 4 or less — then fill in zeros if the original number was 10 or larger.

**What is 3692 rounded to one significant figure?**

3692 rounds to 4000 (1 s.f.). The 6 after the first digit rounds 3 up to 4, and zeros fill in to keep the number the correct size.

**What is 0.07039 rounded to two significant figures?**

0.07039 rounds to 0.070 (2 s.f.). The trailing zero after the 7 must stay written to show that two significant figures were kept, not one.

**Why does 0.00340 have three significant figures while 0.0034 has only two?**

The leading zeros in both numbers never count. What differs is the trailing zero in 0.00340 — because it comes after other significant digits and the number has a decimal point, it counts as a third deliberately measured digit. 0.0034 simply was not written with that extra digit of precision.

**Do leading zeros ever count as significant figures?**

No. Leading zeros — the zeros before the first non-zero digit — only locate the decimal point and never count as significant figures, no matter how many there are.

**What is the difference between decimal places and significant figures?**

Decimal places count only the digits after the decimal point. Significant figures count all meaningful digits in a number, including those before the decimal point, starting from the first non-zero digit.

**Do exact, counted numbers follow the significant figures rules?**

No. Exact numbers — things you counted directly, like 12 eggs, or defined conversions, like 12 inches in a foot — are treated as having infinite significant figures. The rounding rules only apply to measured quantities.

**Why are significant figures important?**

They communicate how precise a measurement or calculation actually is, which matters most in science and engineering, where reporting more digits than were actually measured overstates how well something is known.

**Does the Rounding Calculator on this site round directly to significant figures?**

Yes — switch its Precision Type control to Significant Figures and choose a count from 1 to 10. It still cannot carry significant figures through an arithmetic calculation (addition, multiplication, and so on); for that, apply the rules on this page by hand at each step.

## Final Summary

Significant figures come down to five rules about which digits represent a real measurement: non-zero digits always count, zeros between them always count, leading zeros never count, trailing zeros count only with a decimal point, and exact counted numbers are not subject to the rules at all. Once counting is straightforward, rounding to a target number of significant figures uses the exact same "5 or more rounds up" rule as any other kind of rounding — the only new skill is knowing where to start counting from.

---

_Source: [Do The Calculation](https://dothecalculation.com/blog/math/significant-figures-guide). Quote freely with attribution and a link to this page._
