Logo

MonoCalc

/

Significant Figures Calculator

Math

Digit Breakdown

0.0045200

Significant

Not significant

Significant Figures

5

Unambiguous scientific form

4.5200 × 10⁻³

Rule Applied to Each Digit

DigitSignificant?Rule
0NoLeading zero — never significant.
0NoLeading zero — never significant.
0NoLeading zero — never significant.
4YesNon-zero digit — always significant.
5YesNon-zero digit — always significant.
2YesNon-zero digit — always significant.
0YesTrailing zero after the decimal point — significant.
0YesTrailing zero after the decimal point — significant.

About This Tool

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.

Why 1200 is ambiguous
Written on its own, 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.

Frequently Asked Questions

Is the Significant Figures Calculator free?

Yes, Significant Figures Calculator is totally free :)

Can I use the Significant Figures Calculator offline?

Yes, you can install the webapp as PWA.

Is it safe to use Significant Figures Calculator?

Yes, any data related to Significant Figures Calculator only stored in your browser (if storage required). You can simply clear browser cache to clear all the stored data. We do not store any data on server.

How does this significant figures calculator work?

Choose Count, Round, or Arithmetic mode. Count mode analyzes a number digit-by-digit and highlights which digits are significant and why. Round mode rounds a number to a chosen number of significant figures in both standard and scientific notation. Arithmetic mode adds, subtracts, multiplies, or divides two numbers and applies the correct precision-propagation rule to the result.

What are the rules for counting significant figures?

All non-zero digits are significant. Zeros between two non-zero digits (captive zeros) are significant. Leading zeros before the first non-zero digit are never significant. Trailing zeros after a decimal point are significant. Trailing zeros in a whole number with no decimal point are ambiguous — this calculator treats them as not significant by default, with a toggle to treat them as significant instead.

Why is a trailing zero in a number like 1200 ambiguous?

Written as plain text, 1200 could mean a measurement precise to the nearest 1 (4 sig figs) or one precise only to the nearest 100 (2 sig figs) — there's no way to tell from the digits alone. Scientific notation removes the ambiguity: 1.200 × 10³ is unambiguously 4 sig figs, while 1.2 × 10³ is unambiguously 2.

Why is zero always treated as 1 significant figure?

By convention, the value zero (0, 0.0, 0.00, etc.) is treated as having exactly 1 significant figure regardless of how many zeros are written, since there is no non-zero digit to anchor a normal digit count against.

What is the difference between the decimal-place rule and the significant-figure rule?

Addition and subtraction round the result to the least number of decimal places among the inputs (e.g. 12.11 + 18.0 = 30.1, limited by 18.0's one decimal place). Multiplication and division round the result to the least number of significant figures among the inputs (e.g. 4.56 × 1.4 = 6.4, limited by 1.4's two significant figures).

Does this calculator support scientific notation input?

Yes. You can type numbers like 1.23e4 or 1.23E-4 in either input field, and the calculator normalizes them before counting digits, rounding, or performing arithmetic. Because scientific notation is inherently unambiguous, all digits shown in the mantissa are treated as significant.