Significant Figures: When Precision Matters
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://calcfyi.com/iframe/guide/significant-figures-guide/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://calcfyi.com/guide/significant-figures-guide/
Add a dynamic SVG badge to your README or docs.
[](https://calcfyi.com/guide/significant-figures-guide/)
Use the native HTML custom element.
What significant figures are, the rules for counting them, and when rounding errors in science, engineering, and finance become costly
What Significant Figures Actually Are
When a scale reads "72.3 kg," the "3" carries real information — it tells you the measurement was precise enough to distinguish 72.3 from 72.2 or 72.4. When a scale reads "72 kg," you only know the weight to the nearest kilogram. Significant figures (also called significant digits) encode this precision information directly in the number.
Significant figures are not about the size of a number — they are about its measured precision. Understanding them prevents you from claiming more accuracy than your data supports.
The Rules for Counting Significant Figures
Rule 1: All non-zero digits are significant. - 1,234 → 4 significant figures (sig figs) - 9.87 → 3 sig figs - 42 → 2 sig figs
Rule 2: Zeros between non-zero digits are significant. - 1,002 → 4 sig figs - 30.07 → 4 sig figs - 4,008.1 → 5 sig figs
Rule 3: Leading zeros (before any non-zero digit) are NOT significant. - 0.004 → 1 sig fig - 0.00720 → 3 sig figs (the 7, 2, and the trailing 0 are significant) - 0.0300 → 3 sig figs
Rule 4: Trailing zeros after the decimal point ARE significant. - 3.00 → 3 sig figs (the zeros indicate the measurement was precise to hundredths) - 1.50 → 3 sig figs - 72.3000 → 6 sig figs
Rule 5: Trailing zeros in a whole number are ambiguous without a decimal point. - 1,200 → ambiguous (could be 2, 3, or 4 sig figs) - 1,200. (with decimal point) → 4 sig figs - 1.200 × 10³ → unambiguously 4 sig figs (scientific notation resolves all ambiguity)
Rules for Calculations
Multiplication and Division: The result should have as many sig figs as the input with the fewest sig figs. - 4.52 × 3.1 = 14.012 → rounded to 14 (2 sig figs, because 3.1 has 2) - 9.876 / 2.3 = 4.2939... → rounded to 4.3 (2 sig figs)
Addition and Subtraction: The result should be rounded to the least precise decimal place of any input. - 12.34 + 5.6 = 17.94 → rounded to 17.9 (limited by 5.6 having only one decimal place) - 100.0 + 0.003 = 100.003 → rounded to 100.0 (limited by 100.0)
This is why adding a small number to a much larger one sometimes changes nothing in the reported result — the precision of the large number limits the combined result.
When Rounding Errors Become Costly
Engineering and construction: A blueprint specifying "10 meters" means something very different from "10.000 meters." Using the wrong precision in structural calculations can result in material waste, fitting errors, or structural failure.
Scientific research: Reporting a measurement as 3.7 g when the instrument precision is only ±0.5 g (meaning the measurement is reliable only to 1 sig fig, i.e., 4 g) misrepresents the quality of the data. In clinical trials, this can affect treatment decisions.
Financial calculations: In compound interest calculations run over 30 years, small rounding errors in intermediate steps can compound to significant final differences. Professional financial software uses more internal precision than displayed figures to avoid this.
The Percentage Error Connection
Percentage error (also called relative error) expresses measurement uncertainty as a fraction of the measured value:
Percentage error = |Measured − True| / |True| × 100%
This is closely related to significant figures: - A measurement with 2 sig figs has a relative precision of roughly 1–10% - A measurement with 3 sig figs has relative precision of roughly 0.1–1% - A measurement with 4 sig figs has relative precision of roughly 0.01–0.1%
Example: A food scale shows 150 g (3 sig figs). If the true weight is 148.5 g: - Percentage error = |150 − 148.5| / 148.5 × 100% = 1.5/148.5 = 1.01%
This is consistent with the ±1% range expected of a 3-sig-fig measurement.
Significant Figures in Everyday Contexts
Cooking: A recipe calls for "2 cups of flour." This is an imprecise measurement (1 sig fig), so measuring to the teaspoon is unnecessary — the recipe can tolerate ±50 mL variation. A scientific baking formula, however, might specify "236 g bread flour" (3 sig figs), requiring a proper kitchen scale.
Finance: A bank balance of $12,345.67 has 7 significant figures and is exact (it is a count of cents, not a measurement). Financial arithmetic is exact arithmetic, not significant-figure arithmetic. Sig figs apply to physical measurements, not financial accounting.
Medicine: A patient's blood pressure reading of 128/82 mmHg is reported to 3 sig figs. Clinical guidelines use cutoffs at 130/80, so the rounding involved in measurement matters directly for diagnosis.
Exact Numbers vs. Measured Numbers
An important distinction: some numbers are exact by definition and have unlimited significant figures: - The number of people in a room: 27 (exact count) - Conversion factors defined by standard: 1 inch = exactly 2.54 cm - Mathematical constants like π or e (although they are irrational, their definition is exact)
These exact numbers do not limit the precision of calculations. The precision limit always comes from the measured quantities.
Scientific Notation as the Universal Solution
When trailing zeros are ambiguous, scientific notation resolves all confusion: - 1.20 × 10³ = 1,200 with exactly 3 sig figs - 1.2 × 10³ = 1,200 with exactly 2 sig figs - 3.00 × 10⁻⁴ = 0.000300 with exactly 3 sig figs
Scientific notation also handles extremely large and small numbers cleanly, which is why it is universal in science and engineering.
The key habit to develop: when you see a number, ask "how precisely was this measured?" That question — and significant figures as its formal expression — is the bridge between raw numbers and meaningful scientific communication.