Significant Figures Calculator – Count, Round, and Calculate with Precision
Every measured number carries a hidden signal about how precisely it was determined. Significant figures(often shortened to "sig figs") are the digits in a number that carry real measurement information, as opposed to digits that merely place the decimal point. This calculator handles the three tasks students, scientists, and engineers run into most often: counting how many significant figures a number has, rounding a number to a target number of significant figures, and performing arithmetic between two measured values without overstating or understating the result's precision.
The Four Counting Rules
Determining significance comes down to four rules. Non-zero digits are always significant. Captive zeros — zeros sandwiched between two non-zero digits, like the middle 0 in 105 — are always significant too. Leading zeros, the ones before the first non-zero digit (as in 0.0045), are never significant; they only locate the decimal point. Trailing zeros are significant whenever a decimal point is present (1.500 has 4 sig figs), but become ambiguous in a whole number with no decimal point, such as 1200.
1200 could represent a measurement precise to the nearest unit (4 sig figs) or one precise only to the nearest hundred (2 sig figs). This calculator defaults to treating unmarked trailing zeros as not significant, with a toggle to switch the convention, and always offers the unambiguous scientific-notation form alongside the count.Rounding to N Significant Figures
To round a number to N significant figures, find the position of its first significant digit, then round at the digit N places to the right of that position. For example, 123456 rounded to 3 sig figs becomes 123000, shown alongside 1.23 × 10⁵ so there is no ambiguity about whether those trailing zeros are meaningful. The calculator supports both round-half-up (the everyday convention, where an exact .5 rounds away from zero) and round-half-to-even, also called banker's rounding, which rounds an exact .5 to the nearest even digit to reduce cumulative bias across many calculations.
Arithmetic: Two Different Propagation Rules
Sig-fig rules diverge depending on the operation. For addition and subtraction, the result is rounded to the least number of decimal places among the inputs — not the least number of significant figures. So 12.11 + 18.0 gives a raw sum of 30.11, but since 18.0 only has one decimal place, the reported result is 30.1. For multiplication and division, the rule flips: the result is rounded to the least number of significant figures among the inputs. 4.56 × 1.4 gives a raw product of 6.384, but 1.4 has only two significant figures, so the reported result is 6.4.
Scientific Notation Removes the Guesswork
Because scientific notation always writes a single non-zero digit before the decimal point, every digit shown in the mantissa is significant by construction — there is no leading-zero or ambiguous-trailing-zero case to worry about. Converting 45000 to 4.50 × 10⁴ makes it explicit that the value is known to 3 significant figures, something the plain decimal form alone cannot convey. This calculator always offers the scientific-notation equivalent of every result for exactly this reason.
Special Cases Worth Remembering
A value of exactly zero is treated as having 1 significant figure by convention, regardless of how many zeros are written. Division by zero is flagged as undefined rather than displayed as Infinity. And if you request more significant figures than a number actually has — say, rounding 3.1 to 4 sig figs — the calculator pads with trailing zeros but flags that this implies more precision than the original measurement supports.
Where This Matters in Practice
Sig-fig rules show up constantly in chemistry and physics lab reports, where reporting a computed value with too many digits implies false precision, and too few throws away real information. Engineers rely on the same logic when combining sensor readings of differing resolution, and students learning the scientific method use it to build good habits around measurement uncertainty before those habits matter in a real lab.