Significant Figures Calculator

Count significant digits or round any decimal or scientific-notation value to a chosen precision.

Calculate significant figures
Analyze a written number or round its numeric value to a target precision.

About significant figures

Significant figures are the digits in a recorded value that communicate its precision. They include digits known with confidence and the final estimated digit. Scientists, engineers, and students use significant figures to avoid implying more measurement certainty than an instrument provides. The written form matters: 5, 5.0, and 5.00 have the same mathematical value, but they conventionally communicate one, two, and three significant figures. Every nonzero digit is significant. Zeros between nonzero digits are also significant, so 1002 contains four significant figures. Leading zeros only locate the decimal point and are not significant; 0.0045 has two significant figures. Trailing zeros to the right of a decimal are significant, which makes 0.0520 a three-significant-figure value. Trailing zeros in a whole number without a decimal point are conventionally ambiguous. This calculator follows the common classroom rule of not counting those ambiguous trailing zeros. Scientific notation removes that ambiguity because every digit in the coefficient is significant. The value 1.20e3 clearly has three significant figures, while 1.2e3 clearly has two. Exponent digits do not affect the count. The calculator analyzes the coefficient exactly as typed, preserving trailing decimal zeros that would disappear if the input were immediately converted to an ordinary JavaScript number. Rounding to significant figures begins at the first nonzero digit. Look one digit beyond the requested precision: if that digit is five or greater, increase the retained final digit; otherwise leave it unchanged. Thus 18,439 rounded to three significant figures is 18,400, and 0.009472 rounded to two is 0.0095. The scientific-notation result makes the intended precision explicit even when an ordinary whole-number result ends in zeros. Significant-figure rules for calculations depend on the operation. Multiplication and division generally use the smallest significant-figure count among measured inputs. Addition and subtraction instead use the least precise decimal place. Keep extra digits during intermediate steps and round once at the end to reduce accumulated error. Exact counts and defined constants do not restrict precision. This calculator handles counting and direct rounding, while the meaning of the final precision should still reflect the quality and context of the original data.

Significant figure examples

InputResultExplanation
Count 0.05203 significant figuresLeading zeros are placeholders; the trailing decimal zero is significant.
Count 7.80e-33 significant figuresOnly the coefficient determines the count.
Round 18,439 to 318,400The next digit is three, so the retained digits stay 184.
Round 0.009472 to 20.0095The third significant digit is seven, so 94 rounds up to 95.

How to use the significant figures calculator

  1. Choose whether to count existing significant figures or round to a target count.
  2. Enter the number exactly as written, including decimal zeros or scientific notation.
  3. For rounding, enter the positive number of significant figures to retain.
  4. Select Calculate and review the count, rounded value, or scientific notation.

Significant figures FAQ

Are leading zeros significant?

No, leading zeros only position the decimal point. In 0.0045, only four and five are significant.

Are trailing zeros significant?

Trailing zeros after a decimal point are significant. Whole-number trailing zeros without a shown decimal are ambiguous and are not counted by this calculator.

Do exponent digits count in scientific notation?

No, the exponent only scales the coefficient. Significant figures are counted from the coefficient itself.

When should I round during a multi-step calculation?

Keep guard digits through intermediate calculations and round the final result. Rounding every step can compound small errors.

How do significant figures differ from decimal places?

Significant figures begin at the first nonzero digit and describe overall precision. Decimal places count positions to the right of the decimal point regardless of leading zeros.