Skip to main content
🔬 Advanced

Significant Figures Calculator

Count significant figures in any number and round to N significant figures. Essential for chemistry, physics, and scientific notation. Free math tool.

★★★★★ 4.8/5 · 📊 0 calculations · 🔒 Private & free

What Are Significant Figures?

Significant figures (also called significant digits or sig figs) are the meaningful digits in a measured or calculated value. They indicate the precision of a measurement and communicate how much confidence you have in the reported number. A measurement of 3.47 meters has three significant figures — the 3, 4, and 7 are all meaningful and carry information about the measurement's precision.

The rules for counting significant figures:

Significant figures answer the question: "How precisely do I know this value?" They distinguish a carefully measured 3.00 meters (ruler precise to 0.01 m) from a rough estimate of 3 meters (could be anywhere from 2.5 to 3.5 m).

Sig Figs Quick Reference Table

Use this table to quickly identify the number of significant figures in common notation formats:

NumberSig FigsReasoning
12344All non-zero digits are significant
12002 (ambiguous)Trailing zeros without decimal are ambiguous
1200.4Decimal point after trailing zeros makes them significant
1200.05All digits including trailing zero after decimal
0.00452Leading zeros not significant; 4 and 5 are
0.004503Trailing zero after decimal is significant: 4, 5, 0
1.00×10³3Scientific notation: coefficient digits only
100015Interior zeros between 1s are significant
0.11Only the digit 1 is significant
100.105Interior zero and trailing zero after decimal both significant

When ambiguity exists (like 1200), use scientific notation to eliminate it. 1.2 × 10³ clearly has 2 sig figs; 1.20 × 10³ has 3; 1.200 × 10³ has 4. Scientific notation is the professional standard for expressing measurements in technical documents.

How to Round to Significant Figures

Rounding to significant figures is different from rounding to decimal places, though the rounding rule itself (look at the next digit and apply half-up or banker's rounding) is the same.

Step-by-step procedure:

  1. Identify the first significant figure (the leftmost non-zero digit)
  2. Count N significant figures from that position — this is your target position
  3. Look at the digit immediately to the right of your target position
  4. If it is 0–4, drop it and all subsequent digits (round down)
  5. If it is 5–9, add 1 to the target digit then drop the rest (round up)
  6. Replace any positions before the decimal with zeros to maintain scale

Examples:

Original NumberRound to N Sig FigsResultExplanation
12,345312,300Third sig fig = 3; next digit = 4 (round down); zeros pad
0.00456730.00457Third sig fig = 6; next digit = 7 (round up: 6→7)
99.953100.0 (or 1.00×10²)Third sig fig = 9; next digit = 5 (round up: 9→10, cascade)
7.896547.897Fourth sig fig = 6; next digit = 5 (round up: 6→7)
0.00100020.0010Second sig fig = 0; next digit = 0 (round down)

Sig Figs in Calculations

Significant figures propagate through calculations according to two rules — one for multiplication/division and one for addition/subtraction. These rules ensure your final result does not claim more precision than your input measurements justify.

Multiplication and Division Rule: The result has the same number of significant figures as the input with the fewest sig figs.

Addition and Subtraction Rule: The result has as many decimal places as the input with the fewest decimal places.

In multi-step calculations, avoid rounding at intermediate steps. Carry extra digits through the calculation and round only the final result. Premature rounding introduces errors that compound through subsequent steps — known as rounding error propagation.

Why Sig Figs Matter in Science and Engineering

Significant figures are not just a classroom formality — they have real consequences in professional scientific and engineering work.

In medicine: Drug dosing is one of the most critical applications. A patient prescription for "0.05 mg/kg" versus "0.5 mg/kg" differs by a factor of 10 — a potentially lethal dose difference for potent medications. Medical professionals are trained to write out decimal places carefully and use leading zeros (0.5, not .5) to prevent misreading.

In engineering: The Tacoma Narrows Bridge collapse (1940) and the Ariane 5 rocket explosion (1996) are often cited in engineering courses as examples of precision errors. The Ariane 5 failure was caused by a floating-point conversion error — effectively a sig figs and data type mismatch that caused an integer overflow, demonstrating how numerical precision issues can have catastrophic real-world consequences.

In analytical chemistry: Reporting a measurement as 14.2345 g when your balance is only accurate to 0.001 g implies false precision. Lab reports must reflect the instrument's actual measurement resolution. Over-reporting precision can make results appear more certain than they are and may lead other researchers to make incorrect conclusions about reproducibility.

In everyday estimation: Even outside formal science, sig figs help communicate confidence. "The distance is approximately 100 miles" (1 sig fig) is a rough estimate; "99.7 miles" (3 sig figs) implies precision from a map; "99.700 miles" (5 sig figs) would imply precision to the nearest 0.001 mile, which is unreasonable for most road distances.

Sig Figs in Laboratory Science: Practical Examples

In a chemistry lab, every measurement tool has a specified precision, and this determines how many sig figs are appropriate to record.

InstrumentTypical PrecisionExample ReadingSig Figs
Ruler (mm markings)±0.5 mm14.2 cm3
Graduated cylinder (10 mL)±0.2 mL8.4 mL2
Analytical balance±0.0001 g12.3456 g6
Digital thermometer±0.1°C36.7°C3
Burette (titration)±0.05 mL23.45 mL4
Barometer±0.1 mmHg760.1 mmHg4

A key lab skill is reading analog instruments to one decimal beyond the smallest division. A ruler with mm markings allows estimating to the nearest 0.5 mm (record to 1 decimal place in cm: "14.2 cm" not "14 cm"). This "estimated digit" practice is fundamental to meaningful significant figure use in experimental science.

Common Mistakes with Significant Figures

Understanding what NOT to do is as important as knowing the rules:

Mistake 1 — Confusing sig figs with decimal places: "2 sig figs" does not mean "2 decimal places." 2.4 × 10⁵ has 2 sig figs but no visible decimal places in standard form (240,000). Always count from the first non-zero digit.

Mistake 2 — Applying multiplication rules to addition: Many students apply the "least sig figs" rule to all operations. But addition/subtraction uses the decimal place rule. 10.0 + 0.345 = 10.3 (not 10.3 or 10.345 — limit to 1 decimal place because 10.0 has only 1).

Mistake 3 — Rounding intermediate results: Always carry extra precision through multi-step calculations. Round only the final answer. Rounding 2.1 × 3.45 = 7.2, then multiplying 7.2 × 1.23 = 8.856 → 8.9 introduces more error than computing 2.1 × 3.45 × 1.23 = 8.90... → 8.9 directly.

Mistake 4 — Misidentifying exact numbers: Counted quantities and defined conversion factors are exact and do not limit sig figs. "12 eggs" is exact (not 2 sig figs). "1 meter = 100 centimeters" is exact. "π = 3.14159..." is exact for calculation purposes. Only measured quantities carry sig fig limitations.

Frequently Asked Questions

How many sig figs does 0.00450 have?

Three significant figures: 4, 5, and the trailing 0. The leading zeros are not significant (they are place holders), but the trailing zero after 5 IS significant because it follows a non-zero digit after a decimal point — it indicates the measurement was precise to the hundred-thousandths place.

Are trailing zeros significant?

Trailing zeros are significant if they appear after a decimal point (e.g., 2.500 has 4 sig figs). Without a decimal point, trailing zeros are ambiguous (e.g., 2500 could have 2, 3, or 4 sig figs). Use scientific notation to be unambiguous: 2.5 × 10³ has 2 sig figs; 2.500 × 10³ has 4.

Why do sig figs matter in science?

Sig figs communicate measurement precision. Reporting 14.2345 cm when your ruler only reads to the nearest mm (0.1 cm) implies false precision. It misleads readers about the certainty of your measurement. Proper sig fig usage ensures reported results accurately reflect instrument resolution and measurement uncertainty.

How do I apply sig figs when multiplying?

The result has the same number of sig figs as the input with the fewest. Example: 3.4 (2 sig figs) × 12.50 (4 sig figs) = 42.5 (calculator) → round to 42 (2 sig figs, matching the least precise input).

How do I apply sig figs when adding?

Align decimal places; the result rounds to the same decimal position as the least precise input. Example: 23.4 + 0.012 = 23.412 → round to 23.4 (23.4 only has precision to the tenths place).

Is the number 1 considered to have 1 significant figure?

If the 1 is a measured value (e.g., "1 kg measured on a rough scale"), yes — 1 has 1 sig fig. If it is an exact integer (e.g., "1 atom" or the integer 1 in a formula), it is exact and does not limit calculation precision. Context determines whether a 1 is a measured value or an exact count.

What about significant figures and zero?

The number zero itself is exact. The digit 0 as part of a number has varying significance depending on position: not significant as a leading zero (0.0045); significant as an interior zero (1.04); significant as a trailing zero after the decimal (2.50); ambiguous as a trailing zero without decimal (150).

How many significant figures should I use in everyday calculations?

For non-scientific contexts, use as many digits as meaningful. A grocery bill to the cent is fine (2 decimal places). A cooking measurement of "2 tablespoons" is fine. Significant figures are most important in scientific and engineering work where measurement precision must be communicated and propagated correctly through calculations.

What is the difference between accuracy and precision?

Accuracy refers to how close a measurement is to the true value. Precision refers to how repeatable or consistent measurements are. A measurement can be precise but not accurate (e.g., consistently measuring 14.32 cm when true length is 15 cm — consistent but wrong). Significant figures relate to precision, not necessarily accuracy.

How do significant figures work in logarithms?

For log₁₀(x), the number of decimal places in the result equals the number of sig figs in x. For example, log(4.56 × 10³) = 3.659 — the "3" before the decimal (the characteristic) is exact; only the ".659" (3 decimal places) carries the sig fig information from the 3 sig figs in 4.56. This rule is often missed in chemistry courses when working with pH.

Sig Figs in Everyday Measurement

Outside the laboratory, significant figures still guide how we report measurements in everyday contexts. When a contractor quotes your kitchen at "approximately 25 square meters," that single significant figure implies an uncertainty of ±5 m². When a navigation app reports your route as "12.3 km," it implies the measurement is precise to the nearest 100 meters. These distinctions matter when ordering materials, calculating travel time, or comparing bids.

In nutrition labeling, values are rounded under regulatory guidelines. A food labeled "100 calories per serving" might actually contain 97–103 calories; the rounding is intentional and legally defined. Similarly, a "20 g protein" label may represent anywhere from 17.5 to 22.4 g depending on FDA rounding rules. Understanding that reported values carry an implied precision level helps you make more informed decisions about the numbers you encounter daily.

Engineers and surveyors use significant figures implicitly through tolerance specifications. A machined part specified as "10.00 mm" (4 sig figs) must be accurate to ±0.005 mm. A dimension specified as "10 mm" (ambiguous sig figs) might have a tolerance of ±0.5 mm. Precision costs money in manufacturing; specifying more sig figs than necessary drives up production costs without functional benefit. Always match the precision of your specifications to the actual functional requirements.

},{"@type":"Question","name":"Are trailing zeros significant?","acceptedAnswer":{"@type":"Answer","text":"Trailing zeros are significant if they appear after a decimal point (e.g., 2.500 has 4 sig figs). Without a decimal point, trailing zeros are ambiguous (e.g., 2500 could have 2, 3, or 4 sig figs). Scientific notation eliminates this ambiguity: 2.5 × 10³ clearly has 2 sig figs."}},{"@type":"Question","name":"Why do sig figs matter in science?","acceptedAnswer":{"@type":"Answer","text":"Sig figs communicate the precision of a measurement. Reporting more sig figs than your instrument can measure implies false precision. For example, measuring a pencil with a ruler marked in mm and reporting 14.2345 cm is misleading — you can only reliably claim 14.2 cm (3 sig figs)."}}]}