Skip to main content

How to Use Significant Figures: Rules, Counting, and Rounding

Significant figures express the precision of a measurement. Learn the four counting rules, how to round to N sig figs, and when to use scientific notation.

What Significant Figures Are

Significant figures (or “sig figs”) are the digits of a number that carry meaningful precision. When a measurement is recorded as 4.72 m, the three digits tell you that the value is known to the nearest centimeter — not the nearest meter or the nearest millimeter. Writing 4.720 m implies precision to the nearest millimeter; writing 5 m implies precision only to the nearest meter.

The concept exists because measurements always carry uncertainty. A balance reading of 12.56 g implies the last digit may vary by ±1 in the hundredths place. Reporting 12.5600 g would suggest a precision the measurement device cannot actually provide. Significant figures are the convention for communicating that uncertainty without requiring a full uncertainty notation (±) on every number.

In scientific and engineering work, carrying the right number of sig figs through calculations prevents false precision — a computed answer that appears more precise than the input data supports.

The Four Counting Rules

Rule 1: Non-zero digits are always significant.

Every digit from 1–9 counts, regardless of position.

NumberSig FigsReason
3473All three digits are non-zero
5.22Both digits are non-zero
891.44All four digits are non-zero

Rule 2: Zeros between non-zero digits are always significant.

Interior (sandwiched) zeros count because they are required to express the value — removing them would change the number.

NumberSig FigsReason
10024The two interior zeros are significant
30.094Both zeros are sandwiched
50,0075Interior zeros are significant

Rule 3: Leading zeros are never significant.

A leading zero only locates the decimal point. It adds no precision information.

NumberSig FigsReason
0.00252The three leading zeros are placeholders
0.4203The leading zero is not significant
0.0078004Leading zeros are not significant; trailing zeros after decimal are

Rule 4: Trailing zeros — context determines significance.

  • Trailing zeros after a decimal point are always significant. They indicate the measurement was made to that precision: 1.50 has 3 sig figs; 1.500 has 4.
  • Trailing zeros in a whole number without a decimal point are ambiguous. The number 1200 might have 2 sig figs (precision to the hundreds), 3 (precision to the tens), or 4 (precision to the ones). The convention used by this calculator and common practice: trailing zeros in an integer without a decimal point are not counted as significant. To make the trailing zeros explicit, use a decimal point (1200.) or scientific notation (1.200 × 10³).
NumberSig FigsReason
1.503Trailing zero after decimal is significant
150.3Decimal point makes trailing zero significant
1502No decimal point; trailing zero ambiguous, not counted
1.5004Both trailing zeros after decimal are significant

Rounding to N Significant Figures

Rounding to N sig figs uses the same half-up rounding convention as rounding to decimal places, but the reference point is the Nth significant digit rather than a fixed decimal position.

Algorithm:

  1. Find the Nth significant digit, counting from the first non-zero digit on the left.
  2. Look at the digit immediately to the right of the Nth significant digit.
  3. If it is 5 or greater, round up. If less than 5, round down (truncate).
  4. Replace all digits after the Nth significant digit with zeros (for integers) or remove them (after a decimal point).

Worked Example

Round 0.006782 to 3 significant figures:

StepAction
Identify sig figs in 0.006782Digits 6, 7, 8, 2 — the leading zeros are not significant; 4 sig figs total
Identify the 3rd significant digitThird digit from the left (ignoring leading zeros): 8
Look at the next digit4th sig fig is 2 — less than 5
Round downDrop the 2; keep 0.00678

Result: 0.00678 (3 significant figures)

OutputValue
Original number0.006782
Original sig figs4
Rounded to 3 sig figs0.00678
Scientific notation6.78 × 10⁻³

The result has 3 significant figures: the digits 6, 7, and 8.

Rounding in Arithmetic

Significant figures propagate through calculations according to two rules, which determine the precision of a computed result.

Multiplication and division: The result has the same number of significant figures as the input with the fewest sig figs.

4.57 × 2.1 = 9.597 → round to 2 sig figs = 9.6
(4.57 has 3 sig figs; 2.1 has 2 sig figs → result: 2 sig figs)

Addition and subtraction: The result is rounded to the same decimal place as the input with the least precision (fewest decimal places), not sig figs.

12.11 + 0.3 = 12.41 → round to tenths = 12.4
(0.3 is precise only to the tenths place)

A common mistake is applying the multiplication rule (sig figs) to addition and subtraction — always use the decimal-place rule for + and −.

When to Use Scientific Notation

Scientific notation (e.g. 6.78 × 10⁻³) eliminates trailing-zero ambiguity and is the preferred form for extreme magnitudes. The mantissa of the notation directly shows the significant figures:

  • 1.200 × 10³ has 4 sig figs (the trailing zeros are intentional)
  • 1.2 × 10³ has 2 sig figs

When counting sig figs in scientific notation, count the digits in the mantissa only — the exponent is not counted. The sig-figs calculator handles scientific-notation input (e.g. 1.23e4) and reports the sig figs of the mantissa.

How to Use the Significant Figures Calculator

Count mode: Enter a number and select “Count” to see how many significant figures it contains. The calculator applies the four rules above. For scientific notation input, it counts mantissa digits.

Round mode: Enter a number, select “Round,” and enter the target number of significant figures. The calculator applies the standard half-up rounding algorithm and outputs the rounded value, its significant-figure count, and the scientific-notation equivalent.

The calculator does not model advanced topics such as propagation of uncertainty through a full calculation chain, or the distinction between exact numbers (defined constants, counted quantities) and measured values.

Common Mistakes

Mistake 1: Counting leading zeros.

0.0050 is not 4 significant figures — it is 2 (the 5 and the trailing 0 after the decimal). Leading zeros are never significant.

Mistake 2: Dropping significant trailing zeros.

1.500 g should be written with the trailing zeros if the measurement is precise to the thousandths. Writing 1.5 g discards one sig fig and implies less precision than the measurement provides.

Mistake 3: Using the sig-figs rule for addition.

3.21 + 0.4 = 3.6 (not 3.61 — the tenths rule applies, not the 2-sig-fig rule from 0.4).

Mistake 4: Confusing significant figures with decimal places.

“Round to 2 decimal places” means a fixed position after the point (e.g. 12.348 → 12.35). “Round to 2 significant figures” means the first two non-zero digits (12.348 → 12, or 0.01235 → 0.012). These are different operations.

Mistake 5: Applying sig-fig rules to exact numbers.

Exact numbers — like the 2 in “2πr” or the 12 in “there are 12 inches in a foot” — have unlimited significant figures. They do not limit the precision of a calculation.

Frequently Asked Questions

How many significant figures should I report in an answer?

Report as many sig figs as the least-precise measurement in the calculation supports. For a classroom physics lab, 2–3 sig figs is often appropriate. For a peer-reviewed experiment with calibrated instruments, 4–5 sig figs may be justified. The goal is to match the reported precision to the actual measurement precision.

Is 0 significant?

It depends on position. Zero between non-zero digits or after a decimal point (trailing) is significant. Zero before the first non-zero digit (leading) is not. The number 0 itself is typically treated as having 1 significant figure.

What about exact values like π or defined constants?

Defined constants (π = 3.14159…, the speed of light = exactly 299,792,458 m/s by definition) and exact counts (3 apples) have infinite sig figs and do not limit the precision of a calculation.

Does my calculator care about significant figures?

No — a calculator displays all digits it computes internally, regardless of the input precision. Significant-figure rules are a notation convention for reporting results, not an arithmetic constraint. The rounding for reporting must be applied by the person, not the calculator.

Why do whole numbers without decimal points have ambiguous trailing zeros?

Because the trailing zero could have been written simply as the nearest round number. If you measure something as “1200 grams,” a reader cannot tell if you weighed it to the nearest gram (4 sig figs), nearest 10 grams (3 sig figs), or nearest 100 grams (2 sig figs). Writing 1.200 × 10³ or adding a decimal point (1200.) removes the ambiguity.