Significant Figures Rounding Calculator

Significant figures express how precisely a number is known, counting the meaningful digits regardless of where the decimal point falls. Rounding to a chosen number of significant figures keeps the relative precision consistent across very large and very small values, which is essential in science and engineering. This calculator rounds any number to the number of significant figures you specify, and shows the result in ordinary and scientific notation. Enter a value and the desired significant figures to see the rounded result.

0.00
-

Significant figures rounding method

d = ceil(log10(|x|)) (order of magnitude)
power = significant figures - d
rounded = round(x * 10^power) / 10^power

The number is scaled so the chosen significant figures fall just above the decimal point, rounded to the nearest integer using the round-half-up rule, then scaled back. Scientific notation makes the surviving significant digits explicit.

Worked example

Round 3,141.59 to three significant figures. The first significant digit is in the thousands place. Keeping three figures (3, 1, 4) and examining the next digit (1, which is below 5) means we round down, giving 3,140. In scientific notation this is 3.14e3.

Significant figures: frequently asked questions

What are significant figures?

Significant figures are the digits in a number that carry meaning about its precision. They include all nonzero digits, any zeros between nonzero digits, and trailing zeros in a number with a decimal point. Leading zeros are never significant. For example, 0.004560 has four significant figures: the 4, 5, 6 and the trailing zero, while the leading zeros only set the decimal place.

How do you round to a given number of significant figures?

Identify the first significant digit, count along to the chosen number of significant figures, then look at the next digit to decide whether to round up or down. If that next digit is 5 or more, round up; otherwise keep the figure as is. For example, 3,141.59 rounded to three significant figures is 3,140, because the fourth significant digit (1) is less than 5.

Why use significant figures instead of decimal places?

Significant figures express precision relative to the size of a number, which matters in science and engineering where measurements span many orders of magnitude. Rounding to a fixed number of decimal places can lose all meaning for very small or very large numbers. Significant figures keep the relative precision consistent: three significant figures convey the same relative accuracy whether the value is 0.00321 or 32,100.

How does scientific notation relate to significant figures?

Scientific notation writes a number as a single nonzero digit, a decimal fraction, and a power of ten, for example 3.14e3. The digits before the power of ten are exactly the significant figures, which is why scientific notation makes the count unambiguous. This calculator shows the rounded result in both ordinary and scientific notation so the significant figures are clear.

Official sources

Reviewed by the CalculatorHub team, edited by James Graham, 19 June 2026. See our methodology.