Significant Figures Calculator
Count significant figures with digit-by-digit highlighting, round to any precision, and calculate with the correct add/subtract and multiply/divide rounding rules โ automatically.
โก Quick Tips for Working With Significant Figures
Features
See exactly which digits count as significant, color-coded directly on the number you typed.
Round to 1โ15 significant figures, shown in both plain and unambiguous scientific notation.
Add/subtract rounds by decimal places; multiply/divide rounds by sig figs โ applied automatically.
Type e-notation or ร10โฟ notation directly in Count and Round mode.
Every result states exactly which rule applied and why, not just the final number.
Toggle highlighting, scientific notation and step explanations independently.
Three Tasks, One Set of Rules
Most free "sig fig calculator" pages online do exactly one job โ usually rounding a single number โ and leave counting and arithmetic to separate tools or to a paragraph of rules you have to apply by hand. In practice, working with significant figures usually means moving between all three: first checking how many sig figs a measurement actually has, then rounding an intermediate result to match, then combining two or more measurements in a calculation without accidentally implying more precision than the data supports. This tool keeps Count, Round and Calculate as three modes sharing the same clean interface, so the underlying rules โ captive zeros, ambiguous trailing zeros, decimal-place versus sig-fig rounding โ only need to be understood once.
The Trailing Zero Problem, Solved by Highlighting
Trailing zeros cause more confusion than every other significant-figures rule combined, because the exact same digits โ 1, 5, 0, 0 โ can represent 2, 3 or 4 significant figures depending entirely on whether a decimal point is present and where. Rather than just stating the rule in a paragraph, Count mode color-codes every digit directly on the number you typed: significant digits are highlighted, everything else stays muted. Typing 1500 versus 1500. versus 1500.0 visibly changes which digits light up, which makes the rule concrete instead of abstract โ you can literally see why a decimal point changes the answer instead of memorizing it as a fact.
Two Different Rounding Rules, and Why They're Not Interchangeable
Addition and subtraction propagate absolute uncertainty, which is anchored to decimal place โ 12.11 (uncertain in the hundredths place) plus 18.0 (uncertain in the tenths place) can only be trusted to the tenths place once combined, giving 30.1, not the falsely precise 30.11. Multiplication and division propagate relative uncertainty instead, which is anchored to sig fig count rather than decimal position โ 4.56 (3 sig figs) times 1.4 (2 sig figs) can only be trusted to 2 sig figs, giving 6.4, not 6.384. Applying the multiplication rule to an addition problem (or vice versa) is one of the most common mistakes in an introductory chemistry or physics course, and it's exactly what Calculate mode is built to get right automatically every time.
The trap gets worse across multi-step problems, because a rounding rule applied at the wrong stage doesn't just produce a slightly-off answer โ it can produce a differently-shaped error depending on which operation came first. Sum three lengths and then divide by a count, and the intermediate sum should be rounded by decimal places before the division step rounds the final quotient by sig figs; reverse that order or skip the intermediate rounding entirely and the final digit can come out different even though every individual arithmetic step was performed correctly. This is exactly why textbooks insist on "round only at the end unless told otherwise" as a blanket rule โ it sidesteps the whole class of order-dependent error by carrying full calculator precision through every step and rounding exactly once.
The One Rule This Calculator Can't Apply for You
Not every number in a calculation was actually measured. A conversion factor like 12 inches per foot, or a simple count like 4 test tubes, is an exact defined value with infinite significant figures โ it never limits how precise a final answer can be, no matter how few digits it's written with. This calculator has no way to know, from the digits alone, whether the "2" you typed means "exactly two, by definition" or "measured as 2, with some uncertainty in that last digit," so it treats every entered number as a measured value by default. The practical fix is simple: before reading the final rounded result, mentally set aside any input that's actually an exact constant or count, and judge the answer's precision against only the genuinely measured numbers in the calculation.
Who Actually Reaches for a Significant Figures Calculator
Chemistry and physics students checking lab-report calculations, where reporting a density as 2.3457 g/mL when the measurements only support 3 sig figs (2.35) is marked wrong regardless of whether the arithmetic itself is correct. Engineering students carrying precision through multi-step calculations where an early rounding mistake compounds into a materially wrong final answer. Teachers and TAs generating correctly-rounded answer keys quickly rather than reworking each rule by hand. Anyone reading a scientific paper or spec sheet who needs to interpret whether "1500 rpm" means exactly that or an approximation. For the underlying rounding and decimal-based math outside a strict sig-fig context, the Scientific Calculator handles general arithmetic without enforcing precision rules.
Two Calculations Worth Walking Through
A density calculation: a lab measures a sample's mass as 24.4 g (3 sig figs) and its volume as 8.34 mL (3 sig figs). Density = mass รท volume = 2.9256595... in Calculate mode, which correctly rounds to 2.93 g/mL โ 3 sig figs, matching the least precise input, not the calculator's full unrounded decimal output.
Combining measurements: three lengths โ 12.11 cm, 18.0 cm, and 1.4 cm โ need to be summed for a total. Adding 12.11 + 18.0 first (Add mode) gives 30.1 cm (1 decimal place, limited by 18.0), and that intermediate result then combined with 1.4 cm gives 31.5 cm โ correctly limited by the least precise decimal place at every step, rather than accumulating false precision by adding all three unrounded values and rounding only once at the end.
Why Browser-Based Beats a Rules Chart Taped to the Wall
A printed significant-figures rules chart tells you what the rule is; it can't tell you whether you applied it correctly to your specific number. This tool applies the actual rule to the actual digits you typed, shows which ones counted and why, and never sends your data anywhere โ every calculation runs client-side in JavaScript. That makes it equally useful for checking homework, verifying a lab report before submission, or working through practice problems without a textbook's worked-example numbers constraining what you can test.
Where This Calculator Draws the Line
It applies the standard sig-fig conventions used in most US high school and introductory college chemistry and physics courses โ some instructors and some fields (particularly certain engineering and measurement-standards contexts) use slightly different conventions for ambiguous trailing zeros, so always defer to your specific course or standard's stated rules if they differ. It also doesn't currently support mixed scientific/plain-notation arithmetic in Calculate mode, and treats every entered number as a measured value rather than automatically detecting which inputs might be exact defined constants.