⌒ Significant Figures Calculator
Round any number to the exact number of significant figures you need. Enter a value and the target sig-fig count to get a precise, correctly rounded result.
What is this tool?
Significant figures (often abbreviated sig figs) are the digits in a number that carry meaningful information about its precision. In science and engineering, the number of significant figures reflects how precisely a value was measured or is known — reporting 3.140 m implies more confidence than reporting 3.14 m. Miscounting significant figures is a common source of error in lab reports and technical calculations, so a reliable tool to count and round them is genuinely useful. This calculator does two things. First, it tells you how many significant figures a number currently has, applying the standard rules: non-zero digits are always significant, zeros between non-zero digits are significant, leading zeros are never significant, and trailing zeros are significant only when a decimal point is present. Second, it rounds the number to however many significant figures you specify, so you can present a result at exactly the right precision. Everything happens locally in your browser. The calculator accepts whole numbers, decimals and scientific-notation input, handles the rounding rules correctly (including the round-half-up convention), and never stores your values anywhere.How it works
Counting significant figures follows a precise set of rules. All non-zero digits count. Zeros trapped between non-zero digits count, so 101 has three significant figures. Leading zeros never count, so 0.005 has one significant figure. Trailing zeros count only when a decimal point is shown, so 2.50 has three significant figures but 250 written without a decimal has only two. The calculator parses the input as text (not as a bare number) so that trailing zeros are preserved and counted correctly — this is the single most important detail, because converting to a float would silently drop them. Rounding to a chosen number of significant figures works by finding the most significant digit, counting forward the requested number of digits, and then rounding at that position using the round-half-up rule. If the digit just after the cut-off is 5 or greater, the last kept digit is increased by one; otherwise it is left unchanged. The result is then formatted so that any trailing zeros needed to show the correct precision are preserved, for example rounding 3.14159 to three significant figures gives 3.14, while rounding 2.500 to three significant figures correctly keeps it as 2.50.How to use
- Enter the number whose significant figures you want to count or round.
- Enter the number of significant figures you want to round to.
- Press the Calculate button.
- Read how many significant figures the original number has, and the rounded result.
- Change either value to recalculate instantly.
Frequently Asked Questions
Frequently Asked Questions
How do I count significant figures in a number?
Non-zero digits always count. Zeros between non-zero digits count. Leading zeros never count, and trailing zeros count only when a decimal point is present. For example, 0.0050 has two significant figures (the 5 and the trailing 0), while 5030 has three or four depending on whether a decimal point is shown.
Why does 250 have two significant figures but 250. have three?
Without a decimal point, the trailing zero in 250 is considered a placeholder and is not significant. Adding a decimal point (250.) signals that the zero is a measured digit, so all three digits count. This is why the calculator treats your input as text, so trailing zeros are never lost.
Which rounding rule does the calculator use?
It uses round-half-up: if the first digit dropped is 5 or greater, the last kept digit is increased by one. This is the convention taught in most science classes. So 2.5 rounded to one significant figure becomes 3, and 2.4 becomes 2.
Can I enter numbers in scientific notation?
Yes. You can enter values such as 6.022e23, and the calculator will count the significant figures of the mantissa (here 6.022 has four) and round accordingly. The exponent itself is not counted as a significant figure.
Tips & Advice
When you copy a result into a lab report, keep the trailing zeros — they carry meaning. Writing 2.50 instead of 2.5 tells the reader that the value is precise to the hundredths place, which is the whole point of tracking significant figures. During multi-step calculations, carry one or two extra guard digits through the intermediate steps and only round at the very end, because rounding at every step compounds small errors into a noticeable final error. Be careful with whole-number measurements that end in zero: if the zero was actually measured, write the number with a decimal point or in scientific notation so the precision is unambiguous. For addition and subtraction the rule is different from multiplication and division — the result is limited by the least precise decimal place, not by the count of significant figures — so this calculator is best used on individual values rather than on a full expression.