What is a significant figures calculator?
A significant figures calculator does two related jobs. First, it counts how many significant figures (also called significant digits, or “sig figs”) a number contains. Second, it rounds that number to a precision you choose, keeping exactly the number of significant figures you ask for.
Significant figures express how precisely a quantity is known. A reading of claims far more precision than , even though the two values are numerically equal — the trailing zeros after the decimal point say “we measured this to the nearest hundredth of a gram.” Because that distinction lives in the way the number is written, this calculator reads your input as written text rather than converting it to a plain number, so trailing and leading zeros are never silently dropped.
The counting rules
The calculator applies the standard rules for identifying significant figures:
- Non-zero digits ( through ) are always significant.
- Zeros between significant digits are significant — for example, the middle zero in .
- Leading zeros (zeros to the left of the first non-zero digit) are never significant; they only mark the decimal place.
- Trailing zeros are significant only when a decimal point is present. So has three sig figs, but and make those trailing zeros count.
How does the rounding work?
To round a number to significant figures, find the place value of its most significant digit and round at the position digits to its right:
The calculator then formats the result so that the kept zeros remain visible (for instance keeps both significant digits, and shows the rounded magnitude without resorting to scientific notation).
Worked examples
Counting significant figures
| Number | Significant figures | Why |
|---|---|---|
| 4 | leading zeros don’t count; the trailing zero after the decimal does | |
| 3 | no decimal point, so the trailing zero is not significant | |
| 5 | the decimal point makes every digit, zeros included, significant | |
| 2 | only the and the are significant | |
| 4 | the trailing decimal point makes the final zero significant |
Rounding to significant figures
- Round to 3 sig figs: the first three significant digits are , , , and the next digit () rounds down, giving .
- Round to 2 sig figs: the first two significant digits are and ; the next digit () rounds up, giving .
- Round to 2 sig figs: the first two significant digits are and ; the next digit () rounds the up to , giving .
Practical uses
- Science and lab work — report measurements with a precision that honestly reflects the instrument used.
- Engineering — carry the right number of digits through a calculation so the final answer is neither over- nor under-stated.
- Education — check homework answers and learn why and are not interchangeable.
- Data cleaning — normalise the precision of a column of measurements before further analysis. Pair this with the rounding calculator for decimal-place rounding, or the average calculator when summarising a set of readings.
Notes
- A bare is treated as having one significant figure.
- Scientific notation such as is handled by counting only the mantissa ( has three sig figs); the exponent does not add precision.
- Because the input is read as text, you must type the number exactly as you mean it — including any trailing zeros and a trailing decimal point — for the count to reflect your intended precision.