HomeCalculatorsMathScientific Notation Calculator

Scientific Notation Calculator

Math

Convert 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

Conversion
Decimal Number

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:

  1. Select "Number → Scientific Notation", this is the default mode.
  2. Enter the Decimal Number in standard form, including very large or very small values, without comma separators.
  3. 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:

  1. Select "Scientific Notation → Number" to switch modes.
  2. Enter the Coefficient, the part between 1 and 10, the calculator will normalize it automatically if it falls outside that range.
  3. Enter the Exponent as an integer power of 10, using a negative value for numbers smaller than 1.
  4. 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

Scientific notation expresses very large or very small numbers in the compact form a × 10ⁿ, where 1 ≤ |a| < 10 and n is an integer. Writing out 602,214,076,000,000,000,000,000 or 0.00000000000000000000000000167 in standard form is impractical, so scientific notation keeps numbers readable and much easier to multiply, divide, or compare in magnitude.
It works in two directions. In 'Number → Scientific Notation' mode, enter any decimal and it converts it to coefficient × 10^exponent form, also showing the E-notation equivalent (like 1.23E6). In 'Scientific Notation → Number' mode, enter a coefficient and exponent separately and it expands back to the full decimal value.
The coefficient, sometimes called the significand or mantissa, is the numerical part between 1 and 10. The exponent is the power of 10 it's multiplied by. In 4.5 × 10⁶, the coefficient is 4.5 and the exponent is 6, meaning the value is 4,500,000; in 2.3 × 10⁻⁴, the value is 0.00023.
Move the decimal point until you're left with a number between 1 and 10, then count how many places you moved it, that count becomes your exponent. Moving left (making the number smaller) gives a positive exponent; moving right (making it larger) gives a negative one. For 0.00045, moving the decimal 4 places right gives 4.5 × 10⁻⁴.
Multiply the coefficient by 10 raised to the exponent, a positive exponent moves the decimal right, a negative exponent moves it left, adding zeros as needed. For 3.72 × 10⁵, moving the decimal 5 places right gives 372,000; this calculator handles that expansion automatically.
E-notation is a text-friendly stand-in for scientific notation, where the '× 10' part is replaced by the letter E, 1.5 × 10⁶ becomes 1.5E6. It shows up constantly in calculators, spreadsheets, and programming languages like Python and JavaScript, since it can be typed without a superscript.
To multiply (a × 10ᵐ) × (b × 10ⁿ), multiply the coefficients and add the exponents. To divide, divide the coefficients and subtract the exponents. If the resulting coefficient lands outside the 1-10 range, adjust the exponent by one to bring it back in, for example, (3 × 10⁴) × (2 × 10³) = 6 × 10⁷.
Scientific notation makes significant figures explicit, since the coefficient contains all and only the significant digits of a measurement. 1.200 × 10³ has four significant figures, while 1.2 × 10³ has two, writing 1200 in standard form leaves that ambiguous, which is exactly why lab and engineering contexts prefer scientific notation.
On the large side: the speed of light is about 3 × 10⁸ m/s, and Avogadro's number is about 6.022 × 10²³. On the small side: an electron's charge is about 1.6 × 10⁻¹⁹ coulombs, and a hydrogen atom's radius is about 5.3 × 10⁻¹¹ meters. These show up constantly in physics and chemistry coursework.
Yes, the negative sign attaches to the coefficient, not the exponent. −4.7 × 10³ equals −4,700, while −2.5 × 10⁻² equals −0.025. A negative exponent just means the magnitude is small; it says nothing about the sign of the number itself, and both can combine, as in −6.3 × 10⁻⁵.
If you enter a coefficient outside the 1-10 range in 'From Scientific Notation' mode, say 45.2 instead of 4.52, the calculator normalizes it and shifts the exponent to compensate, since standard scientific notation requires the coefficient to stay in that range. The final decimal value is unaffected; only the displayed form changes.
It carries up to 10 significant figures, matching standard double-precision floating-point arithmetic. Numbers needing more precision than that will show a rounded coefficient, for most science, engineering, and coursework use cases this is more than sufficient.
Also known as
scientific notation converterstandard form calculatorpowers of ten calculatorE notation