5.13*3.78)Step-by-step output
- All non-zero digits are significant.
- Zeros between non-zero digits are significant.
- Leading zeros before the first non-zero digit are not significant.
- Trailing zeros are significant only when there is a decimal point.
- Rounding uses “half-up” (5 rounds up).
- Add/Subtract → round the final result to the fewest decimal places among inputs.
- Multiply/Divide → round the final result to the fewest significant figures among inputs.
Use this Significant Figures Calculator to count significant figures, round numbers, and format values in decimal notation, scientific notation, and E notation. Enter a number or expression, optionally choose how many significant figures to round to, and review the result with step-by-step output.
Important Note: This Significant Figures Calculator is for educational significant-figure counting, rounding, expression evaluation, decimal notation, scientific notation, and E notation. It uses common classroom-style significant-figure rules and half-up rounding.
Significant figures are a reporting convention for measured values and calculated results. Some laboratory, metrology, engineering, publication, statistical, or regulatory contexts may require different rounding conventions, exact-number handling, uncertainty analysis, or instrument-resolution rules.
Use this calculator for learning, homework checks, and general precision reporting support. For formal lab reports, calibration records, engineering documentation, regulatory reporting, or publication work, follow your instructor, lab manual, organization standard, or required style guide.
Reviewed by: AjaxCalculators Editorial Team
Last updated: April 28, 2026
Method source: Standard significant-figure counting rules, half-up rounding, expression evaluation, and common sig-fig rules for addition, subtraction, multiplication, and division
Editorial standards: AjaxCalculators Editorial Policy
What This Significant Figures Calculator Does
This calculator helps analyze and round numbers using significant figures. It can work with a single number or with a mathematical expression.
The calculator can show:
- Decimal notation
- Number of significant figures
- Number of decimal places
- Scientific notation
- E notation
- Step-by-step sig-fig output
- Rounded result when a target number of significant figures is entered
The live calculator accepts numbers and expressions such as 12000, 0.00450, 5.13*3.78, or (12.4+3.51)/2.0. Use a period as the decimal separator. Commas are allowed only as thousands separators.
What Significant Figures Mean
Significant figures, also called sig figs, are the meaningful digits in a number. They show the precision of a measured or reported value.
For example:
- 5.13 has 3 significant figures.
- 0.00450 has 3 significant figures.
- 1200 may have 2, 3, or 4 significant figures depending on context.
- 1200. with a decimal point usually indicates 4 significant figures.
Significant figures are especially important in science, chemistry, physics, engineering, statistics, lab reports, and measurement-based calculations because calculated answers should not imply more precision than the input data supports.
How the Significant Figures Calculator Works
1) Read the Number or Expression
The calculator first reads the value entered in the input field. It accepts plain numbers and supported arithmetic expressions.
Supported expression characters include:
- digits
- decimal point
- plus sign: +
- minus sign: −
- multiplication sign: *
- division sign: /
- exponent operator: ^
- parentheses
- E or e notation for powers of 10
2) Count Significant Figures
After evaluating or reading the value, the calculator counts significant digits using standard sig-fig rules.
Basic rules include:
- All non-zero digits are significant.
- Zeros between non-zero digits are significant.
- Leading zeros before the first non-zero digit are not significant.
- Trailing zeros after a decimal point are significant.
- Trailing zeros in whole numbers without a decimal point may be ambiguous.
3) Count Decimal Places
The calculator also reports the number of decimal places. Decimal places are the digits to the right of the decimal point.
For example:
- 12.34 has 2 decimal places.
- 0.0050 has 4 decimal places.
- 1200 has 0 decimal places.
4) Convert to Scientific Notation
The calculator can express the number in scientific notation.
Scientific notation = a × 10n
In this format:
- a is a number greater than or equal to 1 and less than 10
- n is an integer exponent
For example:
12500 = 1.25 × 104
5) Convert to E Notation
E notation is a calculator-friendly version of scientific notation.
For example:
1.25 × 104 = 1.25E4
This format is common in spreadsheets, calculators, programming, data exports, and scientific software.
6) Round to a Target Number of Significant Figures
If you enter a value in the optional significant-figures field, the calculator rounds the result to that many significant figures.
For example:
3.14159 rounded to 3 significant figures = 3.14
The live calculator uses half-up rounding, meaning a 5 in the first dropped position rounds the previous digit upward.
Significant Figures Rules
Significant figures show which digits in a number carry meaningful precision. The table below summarizes the common classroom rules used by this calculator.
| Rule | Example | Significant Figures |
|---|---|---|
| All non-zero digits are significant. | 247 | 3 |
| Zeros between non-zero digits are significant. | 2005 | 4 |
| Leading zeros before the first non-zero digit are not significant. | 0.0042 | 2 |
| Trailing zeros after a decimal point are significant. | 4.200 | 4 |
| Trailing zeros in whole numbers without a decimal point may be ambiguous. | 4200 | Often 2 unless context says otherwise |
| Scientific notation makes significant figures explicit. | 4.200 × 103 | 4 |
Sig Fig Rules for Calculations
When working with expressions, the reporting rule depends on the operation. Addition and subtraction use decimal places, while multiplication and division use significant figures.
| Operation Type | Rounding Rule | Example | Reported Result |
|---|---|---|---|
| Addition | Round to the fewest decimal places among the inputs. | 12.11 + 18.0 = 30.11 | 30.1 |
| Subtraction | Round to the fewest decimal places among the inputs. | 10.50 − 2.1 = 8.40 | 8.4 |
| Multiplication | Round to the fewest significant figures among the inputs. | 5.13 × 3.78 = 19.3914 | 19.4 |
| Division | Round to the fewest significant figures among the inputs. | 12.4 ÷ 2.0 = 6.2 | 6.2 |
| Mixed operations | Apply operation order and the appropriate rule for each operation. | (12.4 + 3.51) / 2.0 | Depends on operation order and reporting rule |
Worked Example: Count Significant Figures
Suppose you enter:
0.00450
Step 1: Ignore leading zeros
The zeros before 4 are placeholders and are not significant.
Step 2: Count non-zero digits
The digits 4 and 5 are significant.
Step 3: Count the trailing zero after the decimal
The final zero is significant because it is after the decimal point and after a non-zero digit.
Result: 0.00450 has 3 significant figures.
Worked Example: Round to Significant Figures
Suppose you want to round 9876 to 3 significant figures.
Step 1: Identify the first 3 significant digits
The first three significant digits are 9, 8, and 7.
Step 2: Look at the next digit
The next digit is 6.
Step 3: Round up
Since 6 is 5 or greater, 987 becomes 988 in the relevant place.
Result: 9876 rounded to 3 significant figures is 9880, or more clearly 9.88 × 103.
Worked Example: Multiplication with Sig Figs
Suppose you enter:
5.13 * 3.78
Step 1: Count significant figures in each input
5.13 has 3 significant figures.
3.78 has 3 significant figures.
Step 2: Multiply normally
5.13 × 3.78 = 19.3914
Step 3: Apply the multiplication rule
The result should have the same number of significant figures as the input with the fewest significant figures.
Step 4: Round to 3 significant figures
19.3914 → 19.4
So, using significant-figure rules, 5.13 × 3.78 = 19.4.
Worked Example: Addition with Decimal Places
Suppose you enter:
13.77 + 908.226
Step 1: Add normally
13.77 + 908.226 = 921.996
Step 2: Check decimal places
13.77 has 2 decimal places.
908.226 has 3 decimal places.
Step 3: Apply the addition rule
The final answer should be rounded to the fewest decimal places, which is 2.
Step 4: Round the result
921.996 → 922.00
The trailing zeros are included because they show the result is reported to the hundredths place.
Worked Example: Scientific Notation
Suppose you enter:
4500
If written as 4.5 × 103, the number has 2 significant figures.
If written as 4.50 × 103, the number has 3 significant figures.
If written as 4.500 × 103, the number has 4 significant figures.
This is why scientific notation is useful: it removes ambiguity from trailing zeros.
How to Use This Significant Figures Calculator
- Enter a number or expression in the Number or expression field.
- Use a period as the decimal separator.
- Use commas only as thousands separators, if needed.
- Optionally enter a target number of significant figures if you want a rounded result.
- Review the decimal notation result.
- Check the number of significant figures and decimal places.
- Use the scientific notation or E notation output when you need a compact format.
- Open the step-by-step output to see the calculation logic.
- Click Reload to clear the calculator and start again.
How to Interpret the Results
| Result | What It Means | Important Caution |
|---|---|---|
| Decimal notation | Shows the result as a standard decimal number. | Large or very small values may be easier to read in scientific notation. |
| Number of significant figures | Shows how many meaningful digits are present in the displayed value. | Trailing zeros in whole numbers may be ambiguous without a decimal point or scientific notation. |
| Number of decimals | Shows how many digits are present after the decimal point. | Decimal places and significant figures are related but not the same thing. |
| Scientific notation | Shows the value as a coefficient multiplied by a power of 10. | Scientific notation can make significant figures clearer for large or small numbers. |
| E notation | Shows scientific notation in calculator, spreadsheet, and programming style. | For example, 1.23E4 means 1.23 × 104. |
| Step-by-step output | Explains the counting, rounding, or expression rule used by the calculator. | Use it to check whether the result came from counting, rounding, addition/subtraction, or multiplication/division logic. |
Decimal Notation vs Scientific Notation vs E Notation
| Format | Example | Best Use |
|---|---|---|
| Decimal notation | 12300 | Everyday reading and simple reporting |
| Scientific notation | 1.23 × 104 | Science, engineering, lab reports, and clear significant-figure reporting |
| E notation | 1.23E4 | Calculators, spreadsheets, programming, databases, and data exports |
Why Significant Figures Matter
Significant figures help prevent over-reporting precision. A calculated result should not look more precise than the measurements used to create it.
For example, if a length is measured as 4.2 cm, reporting a calculated result as 8.346291 cm may imply a level of precision that the original measurement did not support.
Using significant figures helps keep reported values consistent with measurement precision.
Exact Numbers and Significant Figures
Some numbers are exact and are not usually treated as limiting significant figures.
Examples include:
- counted objects, such as 12 eggs
- defined unit relationships, such as 1 meter = 100 centimeters
- simple multipliers used by definition
Measured values are different because they usually carry uncertainty. Significant figures are most useful for measured quantities and calculations based on measurements.
Rounding Convention Used by This Calculator
This calculator uses half-up rounding. That means if the first dropped digit is 5 or greater, the previous retained digit is increased by 1.
| Original Number | Rounded to 3 Significant Figures | Reason |
|---|---|---|
| 2.344 | 2.34 | The next digit is 4, so it rounds down. |
| 2.345 | 2.35 | The next digit is 5, so it rounds up. |
| 2.349 | 2.35 | The next digit is 9, so it rounds up. |
| 9.995 | 10.0 | Rounding can increase the place value while preserving the requested number of significant figures. |
Some scientific, statistical, metrology, publication, or regulatory contexts may use a different rounding convention, such as round-half-even. Follow the rule required by your instructor, lab manual, journal, organization, or reporting standard when a specific rounding convention is required.
Common Mistakes to Avoid
| Mistake | Why It Causes Problems |
|---|---|
| Counting leading zeros as significant figures | Leading zeros are placeholders and do not show measurement precision. |
| Ignoring trailing zeros after a decimal point | Trailing zeros after a decimal point are significant because they show reported precision. |
| Assuming trailing zeros in whole numbers are always significant | Whole-number trailing zeros can be ambiguous unless notation or context makes them clear. |
| Using multiplication/division rules for addition/subtraction | Addition and subtraction should be rounded by decimal places, not significant figures. |
| Using addition/subtraction rules for multiplication/division | Multiplication and division should be rounded by significant figures, not decimal places. |
| Rounding intermediate values too early | Early rounding can change the final answer in multi-step calculations. |
| Confusing decimal places with significant figures | A value can have many decimal places but only a few significant figures, or the reverse. |
| Using commas as decimal separators | The calculator expects a period as the decimal separator. Commas are allowed only as thousands separators. |
Formula and Rule Summary
| Situation | Rule | Example |
|---|---|---|
| Non-zero digits | Always significant | 247 has 3 significant figures. |
| Zeros between non-zero digits | Significant | 2005 has 4 significant figures. |
| Leading zeros | Not significant | 0.0042 has 2 significant figures. |
| Trailing zeros after a decimal point | Significant | 4.200 has 4 significant figures. |
| Addition and subtraction | Round to the fewest decimal places among inputs | 12.11 + 18.0 → 30.1 |
| Multiplication and division | Round to the fewest significant figures among inputs | 5.13 × 3.78 → 19.4 |
| Scientific notation | All digits in the coefficient are significant | 4.200 × 103 has 4 significant figures. |
| E notation | aEb means a × 10b | 1.23E4 means 1.23 × 104. |
Practical Uses
This Significant Figures Calculator can be useful for:
- chemistry homework
- physics calculations
- lab reports
- scientific notation formatting
- rounding measured results
- checking calculator answers for proper precision
- learning sig-fig rules
- working with decimal and E notation
- checking multiplication, division, addition, and subtraction results
Important Assumptions and Limitations
| Assumption or Limitation | What It Means |
|---|---|
| Educational sig-fig rules | The calculator applies common classroom-style significant-figure rules. |
| Half-up rounding | Values with a first dropped digit of 5 or greater are rounded upward. |
| No full uncertainty analysis | The calculator does not propagate measurement uncertainty or confidence intervals. |
| No instrument-resolution check | The calculator does not know the measuring instrument or its smallest readable unit. |
| Exact numbers may need separate judgment | Counted objects and defined constants may not limit significant figures in the same way measured values do. |
| Whole-number trailing zeros can be ambiguous | Values like 1200 may need a decimal point or scientific notation to show intended precision. |
| Expression support is limited | The calculator accepts supported arithmetic symbols only, not full symbolic algebra. |
| Displayed values may be rounded | Formatting and readability may affect how many digits are shown. |
| Formal reporting may require another standard | Lab, calibration, engineering, regulatory, or publication work may require specific reporting rules. |
When You May Need a Different Calculator
This calculator is best for significant figures, rounding, notation formatting, and supported arithmetic expressions. You may need a different calculator or formal method if you want to:
| Need | Better Tool or Method |
|---|---|
| Calculate measurement uncertainty | Use an uncertainty or error-propagation method. |
| Propagate uncertainty through formulas | Use formal uncertainty propagation, not only significant figures. |
| Perform statistical error analysis | Use statistics tools such as standard deviation, confidence intervals, or regression analysis. |
| Solve algebraic equations | Use an algebra or equation solver. |
| Simplify symbolic expressions | Use a symbolic math tool. |
| Use complex numbers or advanced scientific functions | Use a scientific calculator or computer algebra system. |
| Prepare regulated lab, calibration, or publication results | Follow the required reporting standard, lab manual, or organization rule. |
References
- OpenStax Chemistry 2e — Measurement Uncertainty, Accuracy, and Precision
- OpenStax Chemistry 2e — Mathematical Treatment of Measurement Results
- Chemistry LibreTexts — Significant Figures in Calculations
- Chemistry LibreTexts — Significant Figures in Addition and Subtraction
- NIST SP 811 — Guide for the Use of the International System of Units
Related Calculators
- Scientific Notation Calculator
- Percentage Calculator
- Exponent Calculator
- Log Calculator
- Square Root Calculator
- Standard Deviation Calculator
- Variance Calculator
- Theoretical Yield Calculator
Significant Figures Calculator Disclaimer
This Significant Figures Calculator provides educational rounding, significant-figure counting, expression evaluation, decimal notation, scientific notation, and E notation support. It uses common classroom-style sig-fig rules and half-up rounding.
Formal scientific, laboratory, calibration, engineering, statistical, publication, or regulatory reporting may require a specific uncertainty method, exact-number treatment, instrument-resolution rule, rounding convention, or reporting standard. This calculator does not replace a full uncertainty analysis, lab protocol, calibration procedure, publication guide, or organization standard. Always follow the required rule when precision reporting matters.