Skip to content
Popular Calculators
Browse Math calculators

Significant Figures Calculator

Count the significant figures in a number, or round it to a chosen number of them, with the reason each digit counts explained.

What do you want to work out?

Type it exactly as written — trailing zeros change the answer.

About the Significant Figures Calculator

A measurement carries two pieces of information: a value and how confident you are in it. Significant figures are how the second one gets written down without saying it out loud.

If a ruler reads 4.5 cm, that is two significant figures, and it claims the true length is somewhere near 4.5 — not 4.50, which would claim something a ruler cannot support. Writing extra digits is not extra accuracy. It is a false claim about what the instrument could see.

This calculator does two jobs: counting the significant figures in a number as written, and rounding a number to a chosen number of them. Both work on the digits you type rather than on the number's stored value, which matters more than it sounds — 0.004560 and 0.00456 are the same number and have different significant figures, and any calculator that converts to a float first has already lost the difference.

How to Use the Significant Figures Calculator

Pick a mode.

Count the significant figures takes a number and tells you how many it has, with a digit-by-digit explanation of which count and why.

Round to significant figures takes a number and a target, and rounds to that many.

Type the number exactly as written. Trailing zeros are the whole point: entering 1.50 and 1.5 will give you different answers, and that is correct behaviour rather than a quirk.

Both modes also show the result in scientific notation, because that form removes the one genuine ambiguity in the whole system — see below.

How Significant Figures Are Counted

Four rules, applied left to right.

Non-zero digits always count. Every 1 through 9 is a measured digit.

Zeros between non-zero digits count. In 1002, both zeros sit between significant digits and could not be placeholders, so all four digits count.

Leading zeros never count. In 0.00456 the three zeros only position the decimal point. Change the units from metres to millimetres and they vanish without the measurement changing, which is the clearest proof that they carry no information. Three significant figures.

Trailing zeros count when there is a decimal point. In 0.004560 the final zero serves no positional purpose whatsoever — the only reason to write it is to say the measurement was good to that place. Four significant figures.

And then the awkward case. Trailing zeros in a whole number with no decimal point are ambiguous. Does 1200 mean two significant figures, three, or four? The notation cannot say. It might be a population counted to the nearest hundred, or a precise count of 1200 items.

This is a genuine flaw in ordinary decimal notation, and it has a standard fix: scientific notation. 1.2 × 10³ is unambiguously two figures. 1.200 × 10³ is unambiguously four. This is one of the main reasons scientific notation exists at all, and it is why the calculator always shows it.

Significant Figures Formula

There is no formula — it is a set of rules — but the counting procedure is exact:

1. Strip the sign and any decimal point; keep the digit string.
2. Find the first non-zero digit. Everything before it is a leading zero:
   discard.
3. Find the last non-zero digit.
4. If a decimal point is present, count from the first non-zero digit to the
   end of the string.
5. If not, count from the first non-zero digit to the last non-zero digit,
   and flag any trailing zeros as ambiguous.

For calculated results, two further rules decide how many figures the answer deserves:

Multiplication and division:
  the answer gets the figure count of the least precise input

Addition and subtraction:
  the answer gets the decimal places of the least precise input

They differ because the two operations propagate uncertainty differently. Multiplying scales relative error, which is what a figure count measures. Adding combines absolute errors, which is what decimal places measure.

Step-by-Step Example

How many significant figures are in 0.004560?

Step 1 — take the digits. 0 0 4 5 6 0

Step 2 — find the first non-zero digit. It is the 4, in the third position. The two zeros before it are leading zeros and are discarded.

Step 3 — check for a decimal point. There is one.

Step 4 — count to the end. 4, 5, 6, 0 — four significant figures.

That final zero is the interesting one. It adds nothing to the value; 0.004560 and 0.00456 are the same number. It is there purely to say the measurement was good to the sixth decimal place.

Now round 123,456 to three significant figures.

Step 1 — find the first three significant digits. 1, 2, 3.

Step 2 — look at the next digit to decide the rounding. It is 4, so round down.

Step 3 — replace the rest with placeholder zeros. 123,000.

Step 4 — note the ambiguity. Written as 123000, nobody can tell you meant three figures. Written as 1.23 × 10⁵, they can. The calculator gives you both.

Understanding Your Result

In count mode the headline is the number of figures, marked ambiguous if trailing zeros left the answer uncertain. Take that flag seriously: it means the number as written does not communicate its own precision, and if you are reporting it, you should switch to scientific notation.

The which digits count line shows the working digit by digit, marking leading zeros as ignored and ambiguous trailing zeros as such. It is the quickest way to see where a hand count went wrong.

In round mode the headline is the rounded value. If you asked for more figures than the number has, the calculator pads with zeros and says so in the working — that padding adds notation, not precision, and quoting it as though it were measured would overstate what you know.

Scientific notation is shown in both modes and is worth copying when the plain form is ambiguous.

When Should You Use This Calculator?

Laboratory reports. Reporting a calculated result to the precision the measurements actually support is a standard requirement, and getting it wrong costs marks.

Chemistry and physics problems. Multiplication and division chains where the weakest input sets the precision of the whole answer.

Engineering specifications. Tolerances stated to a specific number of figures, where an extra digit implies a tighter requirement than intended.

Data reporting. Deciding how many digits to publish. A survey of 1,000 people does not support a percentage quoted to two decimal places.

Checking someone else's numbers. A result quoted to six figures from inputs good to two is a claim the data cannot back, and spotting it is a useful habit.

Common Mistakes

Counting leading zeros. 0.00456 has three significant figures, not five or six. The zeros place the decimal point and nothing else.

Dropping meaningful trailing zeros. Writing 2.5 when you measured 2.50 discards a genuine claim about precision. In a lab report that is an error, not a tidy-up.

Confusing significant figures with decimal places. 0.00456 has five decimal places and three significant figures. For small numbers the two instructions diverge sharply, and "round to 3" means very different things under each.

Applying the wrong combination rule. Multiplication follows the figure count; addition follows decimal places. Using the figure rule on a sum is the most common mix-up.

Limiting exact numbers. A count of 12 items or a defined conversion like 1000 m in a km is exact, with unlimited figures. Only measurements constrain a result.

Rounding at every step. Carry full precision through the working and apply the significant-figure rule once, to the final answer. Rounding intermediate values compounds the error.

Leaving a whole number ambiguous in a report. If 1200 is good to four figures, write 1.200 × 10³. The reader cannot guess, and most will assume the fewest.

Frequently Asked Questions

Which zeros are significant?

Zeros between non-zero digits always count. Leading zeros never do, because they only place the decimal point. Trailing zeros count when there is a decimal point, since writing them was a choice about precision, and are ambiguous without one.

Why is 1200 ambiguous?

Because there is no way to tell whether the zeros were measured or are simply holding place value. It could be two, three or four significant figures. Scientific notation removes the ambiguity: 1.2 times ten cubed is two figures, while 1.200 times ten cubed is four.

How do significant figures differ from decimal places?

Decimal places count digits after the point; significant figures count meaningful digits wherever they sit. The number 0.00456 has five decimal places and three significant figures. For very small or very large values the two give very different instructions.

How many figures should a calculated answer have?

For multiplication and division, match the input with the fewest significant figures. For addition and subtraction, match the input with the fewest decimal places. The rules differ because the two operations propagate uncertainty in different ways.

Are the digits in a count significant?

Counted quantities and defined constants are exact and have unlimited significant figures. Twelve eggs is exactly twelve, and there are exactly 1000 metres in a kilometre. Only measured values carry uncertainty, so only they limit the precision of a result.

Last reviewed September 17, 2026 by the CalculatorPeak editorial team.