Scientific Notation Calculator
MathConvert any number to scientific notation or expand scientific notation to decimal form. Get coefficient, exponent, and E-notation instantly.
Reviewed by the thecalcu.com team · Last updated July 6, 2026
Enter any number — positive, negative, very large or very small
Scientific Notation
0 × 10⁰
E-Notation
0E0
Exponent
10⁰
Decimal Value
0
What is a Sci Notation?
The Scientific Notation Calculator converts numbers between standard decimal form and scientific notation in both directions. Enter a decimal to express it as a × 10ⁿ, or enter a coefficient and exponent to expand back to the full decimal value. Results show up in both typeset scientific notation (with superscript exponents) and E-notation, the format used by calculators, spreadsheets, and programming languages. Scientific notation is the standard way to write extremely large or extremely small numbers across science, engineering, and math, writing the speed of light as 300,000,000 m/s is unwieldy, while 3 × 10⁸ m/s is compact and instantly conveys the magnitude. The same applies at the other extreme: the mass of an electron, a string of 30-odd zeros in decimal form, becomes the far more manageable 9.109 × 10⁻³¹ kg. If you're working with data that spans many orders of magnitude, the standard-deviation-calculator is a natural next stop once your values are in a usable range.
How to use this Sci Notation calculator
To Scientific Notation mode:
- Select "Number → Scientific Notation", this is the default mode.
- Enter the Decimal Number in standard form, including very large or very small values, without comma separators.
- Read the Scientific Notation result, the coefficient and exponent appear in typeset form, with the E-notation version shown alongside for reference.
From Scientific Notation mode:
- Select "Scientific Notation → Number" to switch modes.
- Enter the Coefficient, the part between 1 and 10, the calculator will normalize it automatically if it falls outside that range.
- Enter the Exponent as an integer power of 10, using a negative value for numbers smaller than 1.
- Read the Decimal Value, the full standard-form expansion appears as the primary result.
Formula & Methodology
To Scientific Notation: given a decimal value V (|V| > 0), exponent n = ⌊log₁₀(|V|)⌋, coefficient a = V / 10ⁿ, giving a × 10ⁿ where 1 ≤ |a| < 10. From Scientific Notation: given coefficient a and exponent n, decimal value V = a × 10ⁿ. E-notation: aEn is equivalent to a × 10ⁿ. Special cases: V = 0 has no well-defined exponent and is shown simply as 0; the minus sign for a negative value belongs to the coefficient, e.g. −3.6 × 10⁴; a negative exponent indicates |V| < 1, e.g. 4.5 × 10⁻³ = 0.0045. Worked example, Avogadro's number: convert 602,214,076,000,000,000,000,000 to scientific notation. The first significant digit is 6, at the 10²³ position. Rewriting with the decimal after that first digit gives 6.02214076..., and the decimal moved 23 places to the left, so the exponent is +23. Result: 6.022 × 10²³ (E-notation: 6.022E23).
What Insights Does the Scientific Notation Calculator Give You?
Scientific Notation Form is the primary output, typeset as coefficient × 10^exponent with the coefficient always kept in the [1, 10) range for positive values, or (−10, −1] for negative ones.
E-Notation shows the same value in the text-compatible format used by spreadsheets and programming languages, useful for pasting straight into code or a formula.
Standard Decimal Value, shown in the reverse-conversion mode, is the full decimal expansion. For large exponents this can be a long number, so the display trims trailing zeros and shows up to 10 significant figures for a clean result.
Common Mistakes to Avoid
Getting the exponent sign backwards is the single most common error, numbers smaller than 1 need a negative exponent, and it's easy to instinctively use positive instead. Forgetting to normalize the coefficient into the 1-10 range is another frequent slip, especially when converting by hand; entering 45.2 × 10⁵ instead of 4.52 × 10⁶ is mathematically inconsistent with standard notation even though the value is the same. Miscounting decimal places when shifting a very small or very large number is easy to do manually, particularly past 15-20 places, which is exactly the kind of error this tool eliminates. Finally, confusing E-notation with actual multiplication by E (as if E were a variable) trips up people new to the format, E just marks where the exponent starts, nothing more.
Quick Reference
| Value | Scientific notation | E-notation |
|---|---|---|
| Speed of light | 3 × 10⁸ m/s | 3E8 |
| Avogadro's number | 6.022 × 10²³ | 6.022E23 |
| Electron mass | 9.109 × 10⁻³¹ kg | 9.109E-31 |
Related tools: standard-deviation-calculator for spread across a dataset, slope-calculator for rates of change, and statistics-calculator for broader descriptive stats.
Frequently Asked Questions