Math

Significant figures calculator

Settings
Reset
Share
Save
Embed
Report a bug

Share calculator

Add our free calculator to your website

Please enter a valid URL. Only HTTPS URLs are supported.


Use as default values for the embed calculator what is currently in input fields of the calculator on the page.


Input border focus color, switchbox checked color, select item hover color etc.


Please agree to the Terms of Use.

Preview

Save calculator

Calculator Settings

Please enter a value within the allowed range.

Please enter a value within the allowed range.

Please enter a value within the allowed range.

Please enter a value within the allowed range.

Share calculator

What is a significant figures calculator?

A significant figures calculator does two related jobs. First, it counts how many significant figures (also called significant digits, or “sig figs”) a number contains. Second, it rounds that number to a precision you choose, keeping exactly the number of significant figures you ask for.

Significant figures express how precisely a quantity is known. A reading of 100.00 g100.00\ \text{g} claims far more precision than 100 g100\ \text{g}, even though the two values are numerically equal — the trailing zeros after the decimal point say “we measured this to the nearest hundredth of a gram.” Because that distinction lives in the way the number is written, this calculator reads your input as written text rather than converting it to a plain number, so trailing and leading zeros are never silently dropped.

The counting rules

The calculator applies the standard rules for identifying significant figures:

  • Non-zero digits (11 through 99) are always significant.
  • Zeros between significant digits are significant — for example, the middle zero in 102102.
  • Leading zeros (zeros to the left of the first non-zero digit) are never significant; they only mark the decimal place.
  • Trailing zeros are significant only when a decimal point is present. So 12301230 has three sig figs, but 1230.1230. and 1230.01230.0 make those trailing zeros count.

How does the rounding work?

To round a number xx to nn significant figures, find the place value of its most significant digit and round at the position nn digits to its right:

d=log10x,xrounded=round ⁣(x10nd)10ndd = \lceil \log_{10}|x| \rceil, \qquad x_{\text{rounded}} = \frac{\operatorname{round}\!\left(x \cdot 10^{\,n-d}\right)}{10^{\,n-d}}

The calculator then formats the result so that the kept zeros remain visible (for instance 0.00460.0046 keeps both significant digits, and 9900099000 shows the rounded magnitude without resorting to scientific notation).

Worked examples

Counting significant figures

NumberSignificant figuresWhy
0.0045600.0045604leading zeros don’t count; the trailing zero after the decimal does
123012303no decimal point, so the trailing zero is not significant
100.00100.005the decimal point makes every digit, zeros included, significant
0.00250.00252only the 22 and the 55 are significant
1230.1230.4the trailing decimal point makes the final zero significant

Rounding to significant figures

  • Round 3.141593.14159 to 3 sig figs: the first three significant digits are 33, 11, 44, and the next digit (11) rounds down, giving 3.143.14.
  • Round 0.00456780.0045678 to 2 sig figs: the first two significant digits are 44 and 55; the next digit (66) rounds up, giving 0.00460.0046.
  • Round 9876598765 to 2 sig figs: the first two significant digits are 99 and 88; the next digit (77) rounds the 88 up to 99, giving 9900099000.

Practical uses

  • Science and lab work — report measurements with a precision that honestly reflects the instrument used.
  • Engineering — carry the right number of digits through a calculation so the final answer is neither over- nor under-stated.
  • Education — check homework answers and learn why 100100 and 100.00100.00 are not interchangeable.
  • Data cleaning — normalise the precision of a column of measurements before further analysis. Pair this with the rounding calculator for decimal-place rounding, or the average calculator when summarising a set of readings.

Notes

  • A bare 00 is treated as having one significant figure.
  • Scientific notation such as 1.23×1041.23 \times 10^{4} is handled by counting only the mantissa (1.231.23 has three sig figs); the exponent does not add precision.
  • Because the input is read as text, you must type the number exactly as you mean it — including any trailing zeros and a trailing decimal point — for the count to reflect your intended precision.

Report a bug

This field is required.