Significant Figures Calculator
Count significant figures, evaluate a measured-number expression, and round the result with transparent precision rules.
Inputs
Live results
Rounded result
19.4
Rounded half up to 3 significant figures.
Raw result
19.3914
Unrounded calculator value
Significant figures
3
Digits retained in the rounded result
Least significant place
Tenths
Last retained digit: 4
Scientific notation
1.94 × 10¹
E notation: 1.94e+1
The rounded result is 19.4 with 3 significant figures.
Precision details
| Item | Entered value | Numeric value | Significant figures | Least significant place |
|---|---|---|---|---|
| Operand 1 | 5.13 | 5.13 | 3 | Hundredths |
| Operand 2 | 3.78 | 3.78 | 3 | Hundredths |
| Final operation | 5.13 × 3.78 | 19.3914 | 3 | Tenths |
How to use the significant figures calculator
What this calculator does
This calculator evaluates a single number or an arithmetic expression and reports a rounded result that preserves an appropriate level of stated precision. It can act as a significant-figure counter, convert a result into decimal, scientific, and E notation, identify the least significant retained place, and show how each numeric literal contributes to the final precision. It supports addition, subtraction, multiplication, division, unary signs, parentheses, and scientific E notation. It does not estimate experimental uncertainty, decide whether an input is an exact defined constant, or replace a laboratory uncertainty analysis; every entered literal is treated as a measured value whose written digits communicate precision.
When to use it
Use it to check chemistry or physics calculations before reporting a measured result, to teach why 100 and 100.00 communicate different precision, to convert a value such as 6.674e-11 into readable notation, or to verify the final rounding of a mixed arithmetic expression. The underlying convention is consistent with the common measurement rules summarized in the LibreTexts guide to significant figures in calculations.
How to calculate
- The calculator opens with the demonstration expression 5.13 × 3.78 and a requested precision of 3 significant figures. The result and a validated Excel workbook are available immediately.
- Replace Number or expression with one number or a supported expression. Use a period as the decimal separator, do not use thousands separators, and write scientific notation as E notation, such as 5.033e23.
- In Round to significant figures (optional), enter a whole number from 1 through 15 to override the automatic operation rule. Leave it blank when you want the calculator to infer precision from the written operands.
- Read Rounded result first, then inspect Raw result, Significant figures, Least significant place, Scientific notation, and the Precision details table.
- Select Download Excel to export the current inputs and typed results to an .xlsx workbook. Reset clears the demonstration and calculated content; export is then disabled until a complete valid expression is entered again.
Input guide
Number or expression is required text. It accepts decimal numbers, whole numbers, E notation, parentheses, and the four basic arithmetic operations. A realistic entry is 128.1 + 1.72 + 0.457. Adding more written decimal places can increase an operand's stated precision, while removing trailing decimal zeros can reduce it. A common mistake is typing a comma as a decimal or thousands separator; this calculator deliberately rejects commas to avoid silently changing the meaning. Another common mistake is assuming trailing zeros in a whole number are significant: 100 is treated as one significant figure, while 100. and 100.00 explicitly retain three and five.
Round to significant figures (optional) accepts either a blank value or one integer from 1 to 15. A realistic override is 3. A larger value retains more digits from the computed result; a smaller value rounds more aggressively. This field changes reporting precision, not the unrounded arithmetic. Decimals, zero, negative values, and scientific notation are invalid here.
Output guide
Rounded result is the final half-up rounded value and is the main answer. Raw result is the finite unrounded JavaScript numeric value used before presentation rounding. Significant figures is the number of meaningful digits retained in the rounded result. Least significant place names the final retained position, such as tenths or thousands, and Last retained digit identifies the digit occupying it. Scientific notation and E notation are equivalent representations of the rounded result. The summary pills report Mode, Operands, Rule, and Precision. The Precision details table lists every numeric operand and the final operation with its entered text, numeric value, significant-figure count, and least significant place. All outputs are deterministic calculations, not measurement recommendations.
Worked example
The startup expression multiplies 5.13 by 3.78. The raw product is 19.3914. Both operands contain three significant figures, so the multiplication rule limits the automatic answer to three significant figures. The optional override is also set to 3, so half-up rounding keeps the first three digits, 1, 9, and 3, then examines the next digit, 9. Because that next digit is at least five, the third retained digit rounds upward. The displayed result is therefore 19.4, its least significant place is the tenths place, its scientific notation is 1.94 × 10¹, and its E notation is 1.94e+1. These same values populate the first-open workbook.
How significant-figure rules work
Nonzero digits are significant. Zeros between nonzero digits are significant. Leading zeros only locate the decimal point, so 0.004562 has four significant figures. Trailing zeros after a visible decimal point are significant because they communicate measured resolution. Trailing zeros in a whole number without a decimal point are treated as placeholders here, which is why scientific notation is the clearest way to state precision for values such as 1200.
Multiplication or division: retain the fewest significant figures among the operands. Addition or subtraction: retain the coarsest least-significant place among the operands.
Mixed expressions are evaluated through their expression tree without rounding intermediate numeric values. Precision metadata is propagated at each operation, and rounding occurs only for the reported final answer. Carrying guard digits until the end follows the general practice described in the NIST guidance on carrying digits through calculations.
The calculator uses round-half-up for the displayed answer. Different software may default to round-half-even, especially in statistical or financial contexts, so a last digit exactly halfway between two choices can differ. For formal calibration or uncertainty reporting, consult the more specific NIST laboratory guidance on rounding reported values and uncertainties.
Interpretation limits and common mistakes
Significant figures describe how a number is written; they do not by themselves quantify a probability distribution, confidence interval, tolerance, or instrument calibration. A computed answer cannot legitimately claim more precision than the measured inputs support, but an exact count or defined conversion factor may be treated as having unlimited precision. Because this calculator cannot know whether a literal is exact, enter an exact factor with enough explicit digits that it does not become the limiting operand.
Avoid rounding every intermediate line. Premature rounding compounds error. Keep the full calculation internally, then round the reported result once according to the limiting rule.
For addition and subtraction, do not simply choose the fewest total significant figures. The decimal place controls. For example, 128.1 + 1.72 + 0.457 equals 130.277 before rounding, but 128.1 is only precise to the tenths place, so the reported result is 130.3. For multiplication and division, place value is not the criterion: 4.321 × 3.14 is limited to three significant figures and reports as 13.6. The LibreTexts addition and subtraction summary gives further examples of the place-value rule.