Significant Figures Calculator

Count significant figures in any number, round to N sig figs, and do arithmetic with correct significant figures. Color-coded digit breakdown.

Ad
Ad

About Significant Figures Calculator

Count significant figures in any number, round to a specific number of sig figs, or perform arithmetic with automatic sig fig rules applied. Each digit is colour-coded to show whether it is significant, with hover tooltips explaining the rule for each digit.

The Five Rules for Significant Figures

RuleExampleSig Figs
All non-zero digits are significant12344
Zeros between non-zero digits ("captive zeros") are significant10024
Leading zeros are never significant0.00452
Trailing zeros after a decimal point are significant3.2004
Trailing zeros in a whole number are ambiguous (not significant by convention unless marked)12002 (or 4 if written as 1200.)

Counting Examples

NumberSig FigsExplanation
45.63All non-zero digits
0.003203Leading zeros don't count; trailing zero after decimal does (3, 2, 0)
100.041, 0, 0 are captive/trailing after non-zero; trailing 0 after decimal counts
5.00 x 10³3Scientific notation makes it clear: 5, 0, 0
0.01023Leading zeros don't count; captive zero between 1 and 2 counts (1, 0, 2)
80001Trailing zeros in whole numbers are ambiguous; default is 1 sig fig
8.000 x 10³4Scientific notation clarifies all four digits are significant

Sig Fig Rules for Arithmetic

The rules differ for addition/subtraction vs multiplication/division:

OperationRuleExample
Addition/SubtractionResult has the fewest decimal places of any input12.52 + 1.3 = 13.8 (1 decimal place)
Multiplication/DivisionResult has the fewest sig figs of any input4.56 x 1.4 = 6.4 (2 sig figs)

Worked example (multiplication): 3.24 x 2.1

  • 3.24 has 3 sig figs, 2.1 has 2 sig figs
  • Raw result: 6.804
  • Round to 2 sig figs: 6.8

Worked example (addition): 103.25 + 0.4

  • 103.25 has 2 decimal places, 0.4 has 1 decimal place
  • Raw result: 103.65
  • Round to 1 decimal place: 103.7

How to Round to N Significant Figures

To round 0.004735 to 2 sig figs:

  1. Count from the first non-zero digit: 4, 7 (two sig figs)
  2. Look at the next digit (3): it is less than 5, so round down
  3. Result: 0.0047

To round 123,456 to 3 sig figs:

  1. Count the first three digits: 1, 2, 3
  2. Look at the next digit (4): less than 5, round down
  3. Result: 123,000

Why Significant Figures Matter

Sig figs reflect measurement precision. If you measure a length with a ruler marked in millimetres, your measurement has precision to 1 mm (three sig figs for a measurement like 15.3 cm). Reporting it as 15.300000 cm would falsely imply precision to nanometres.

In chemistry and physics labs, getting sig figs right is essential because:

  • They communicate the precision of your instruments
  • Performing calculations with more sig figs than your measurements justify gives a false sense of accuracy
  • Lab reports lose marks for incorrect sig fig handling
  • Engineering tolerances depend on understanding measurement precision

Scientific Notation and Sig Figs

Scientific notation resolves the ambiguity of trailing zeros in whole numbers:

Standard FormScientific NotationSig Figs
4500 (ambiguous)4.5 x 10³2
4500 (ambiguous)4.50 x 10³3
4500 (ambiguous)4.500 x 10³4

For calculating how far off a measurement is, the percent error calculator computes absolute and relative error. For working with scientific notation directly, the scientific notation calculator handles conversions and arithmetic.

All calculations run in your browser. No data is sent anywhere.

Frequently Asked Questions

How many significant figures does 0.00450 have?

It has 3 significant figures. The leading zeros (0.00) are not significant - they just locate the decimal. The digits 4, 5, and the trailing 0 are all significant because the trailing zero after a decimal point counts.

Are trailing zeros in whole numbers significant?

This is ambiguous. A number like 1200 could have 2, 3, or 4 significant figures depending on context. This tool treats them as not significant by default. Writing 1200. with a decimal point would make all four digits significant.

How does arithmetic with sig figs work?

For addition and subtraction, round the answer to the fewest decimal places of any input. For multiplication and division, round to the fewest significant figures of any input.

What does the colour coding mean?

Purple-highlighted digits are significant. Grey digits are not significant. You can hover over each digit to see the specific rule that applies to it.

Can I round a number to a specific number of sig figs?

Yes. Switch to the Round tab, enter your number, and choose how many significant figures you want. The tool shows the rounded result with step-by-step working.

Link to this tool

Copy this HTML to link to this tool from your website or blog.

<a href="https://toolboxkit.io/tools/sig-figs-calculator/" title="Significant Figures Calculator - Free Online Tool">Try Significant Figures Calculator on ToolboxKit.io</a>