Significant Figures Calculator
Round a number to a specified number of significant figures
Enter your number and the desired significant figures. The calculator counts sig figs in the original and shows the rounded result.
Understanding significant figures and how to round them correctly
Significant figures, sometimes called significant digits or sig figs, are the meaningful digits in a number that carry actual measurement precision. They tell you how precisely a value was measured or calculated. When you record a measurement as 4.50 centimeters rather than 4.5, that trailing zero matters -- it signals that you measured to the nearest hundredth, not just the nearest tenth. Significant figures are a core concept in scientific work because they prevent false precision from creeping into calculations.
The rules for counting significant figures are consistent once you learn them. Non-zero digits always count. For example, 3, 47, and 892 each have as many sig figs as they have digits. Zeros between non-zero digits always count. The number 3002 has four significant figures. Leading zeros (zeros before the first non-zero digit) never count. So 0.0045 has only two significant figures: the 4 and the 5. Trailing zeros in a number that contains a decimal point do count. The value 4.500 has four significant figures. Trailing zeros in a whole number without a decimal point are ambiguous and require scientific notation to clarify.
When performing calculations with measured values, the result should be rounded to match the precision of the least precise input. If you multiply 4.5 (two sig figs) by 2.37 (three sig figs), the answer should be reported to two significant figures, giving 11 rather than 10.665. This is a key rule in chemistry and physics labs, and this calculator helps you apply it by rounding any number to your specified number of sig figs.
To use the calculator, enter the number you want to work with in the first field. This can be a decimal, a whole number, or a very small number like 0.0000234. Then enter how many significant figures you want in the result. Click Round to sig figs to see the original sig fig count and the properly rounded value. The calculator counts sig figs in the original entry using standard rules, accounting for leading zeros and trailing zeros after the decimal.
When significant figures matter most
Significant figures matter most in measurement contexts. In a chemistry lab, if you weigh a sample on a balance that reads to 0.01 grams, reporting a result to six decimal places would be misleading. Your balance cannot support that precision. Sig figs enforce honest reporting of precision. The same idea applies in physics experiments, engineering tolerances, and any context where a measurement device has a defined resolution.
In academic settings, exams often specify that answers must be given to a certain number of significant figures. Getting this wrong, even when the underlying calculation is correct, can cost marks. This calculator lets you double-check your rounding before writing down your answer. Enter the raw computed value, specify the required sig figs, and confirm that your manually rounded number matches. It is a quick sanity check that takes seconds.
How the rounding algorithm works
The calculator determines the rounding position by finding the order of magnitude of the number (using the base-10 logarithm), then computes how many decimal places are needed to express that many significant figures. It multiplies the number by a power of 10 to shift the desired digit to the units position, rounds normally using standard half-up rounding, then divides back. The result is then formatted to show the correct number of decimal places so trailing significant zeros are visible where they belong.
One important note: because this calculator uses standard JavaScript floating-point arithmetic, very large or very small numbers near the limits of floating-point precision may show small rounding discrepancies. For most practical purposes in science, engineering, or education this will not be an issue. If you are working at the extreme edges of floating-point precision, consider using a dedicated arbitrary-precision tool. For everyday sig fig rounding, this calculator handles the job reliably and quickly.