All calculators

Education

Scientific Notation Calculator

Pick a direction. The calculator converts a standard number into coefficient times a power of 10, or expands a scientific-notation pair back into its standard form.

Positive or negative; decimals OK. · e.g. 12345

Scientific notation writes any number as coefficient × 10^exp, with the coefficient between 1 and 10 (or 0).

Scientific notation

Scientific notation

1.2345 × 10^4

12,345 written as a × 10^b

Standard12,345
Coefficient1.2345
Exponent4
Scientific1.2345 × 10^4

The decimal point moves 4 places right to convert the coefficient back into standard form.

Was this helpful?

Examples

12,345 → scientific

= 1.2345 × 10^4

0.00045 → scientific

= 4.5 × 10^-4

3.4 × 10^5 → standard

= 340,000

How it works

Scientific notation puts every nonzero number in the form a × 10^b, where the coefficient a has exactly one nonzero digit to the left of the decimal point. The calculator detects how many places the decimal point shifts and records that as the exponent.

Form · a × 10^b, 1 ≤ |a| < 10

Standard → scientific · b = ⌊log₁₀|x|⌋, a = x ÷ 10^b

Scientific → standard · x = a × 10^b

Related math calculators

Frequently asked questions

Scientific notation writes any number as coefficient × 10^exponent, with the coefficient between 1 and 10 (or 0). It is a compact way to express very large numbers like 5.97 × 10^24 (mass of the Earth in kilograms) or very small numbers like 6.626 × 10^-34 (Planck's constant in joule-seconds).

Move the decimal point until exactly one nonzero digit is to its left. Count the moves: if you moved left, the exponent is positive (you reduced a large number); if you moved right, the exponent is negative (you scaled up a small number). For 12,345 the exponent is 4 because the decimal moved 4 places left: 1.2345 × 10^4.

Move the decimal point right until exactly one nonzero digit is to its left. For 0.00045 that takes 4 moves to get 4.5, so the exponent is -4: 4.5 × 10^-4. Negative exponents indicate values smaller than 1.

Yes. The sign attaches to the coefficient. For -0.0072 the coefficient is -7.2 and the exponent is -3, so the scientific form is -7.2 × 10^-3. The exponent is governed by the magnitude only.

Any time the numbers are too large or too small to read comfortably in standard form. It is the default in physics, chemistry, astronomy, and any field that deals with extreme scales. Calculators and computer math also use it internally to keep precision and avoid overflow.

Scientific notation lets the exponent be any whole number. Engineering notation restricts the exponent to a multiple of 3 (so coefficients sit between 1 and 1000), which lines up with SI prefixes like kilo, mega, micro, and nano. This calculator returns standard scientific notation, not engineering.