Skip to content

Scientific notation calculator

Convert a number to scientific notation (a × 10ⁿ) and back to decimal form.

Scientific notation
1.23 × 10⁻⁴
Mantissa1.23
Exponent-4

How the calculation works

Scientific notation is a compact way to write very large or very small numbers without a long row of zeros. The number becomes:

a × 10ⁿ, with a between 1 and 10 (the "mantissa") and n the exponent.

The exponent counts how many places the decimal point moved: to the right for small numbers (negative n), to the left for large ones (positive n).

Step by step

  • 0.000123 → the point moves 4 places right → 1.23 × 10⁻⁴
  • 45,000,000 → the point moves 7 places left → 4.5 × 10⁷

Real-world orders of magnitude

QuantityDecimal formScientific notation
Avogadro constant602,200,000,000,000,000,000,0006.022 × 10²³
Earth–Sun distance149,600,000 km1.496 × 10⁸ km
Speed of light299,792,458 m/s≈ 3 × 10⁸ m/s
World population8,100,000,0008.1 × 10⁹
Thickness of a human hair0.00007 m7 × 10⁻⁵ m
Hydrogen atom radius0.000000000053 m5.3 × 10⁻¹¹ m
Electron mass0.00000…9109 kg9.109 × 10⁻³¹ kg

This is where the notation earns its keep: comparing 10⁻⁵ with 10⁻¹¹ is instant — six orders of magnitude, a million times over. Comparing the two decimal forms means counting zeros by eye and getting it wrong.

Arithmetic in scientific notation

Multiply: multiply the mantissas and add the exponents.
(2 × 10³) × (3 × 10⁴) = 6 × 10⁷

Divide: divide the mantissas and subtract the exponents.
(6 × 10⁸) ÷ (2 × 10³) = 3 × 10⁵

Add or subtract: here is the most common mistake. You cannot add directly — the exponents must match first.
(3 × 10⁵) + (4 × 10⁴) → rewrite the second as 0.4 × 10⁵ → 3.4 × 10⁵

If a product overflows the range (say 5 × 10³ times 4 × 10³ = 20 × 10⁶), normalize it: 2 × 10⁷.

Engineering notation

Same idea with one constraint: the exponent is always a multiple of 3. That makes the number line up with SI prefixes — kilo (10³), mega (10⁶), giga (10⁹), milli (10⁻³), micro (10⁻⁶), nano (10⁻⁹).

So 47,000 Ω is 4.7 × 10⁴ in scientific notation, but 47 × 10³ Ω = 47 kΩ in engineering notation — which is how the value is printed on the component.

Significant figures

Scientific notation resolves an ambiguity decimal form has. Writing 4500 does not say whether the measurement has 2, 3 or 4 reliable digits. But:

  • 4.5 × 10³ → 2 significant figures
  • 4.50 × 10³ → 3 figures
  • 4.500 × 10³ → 4 figures

In a lab that distinction is not fussiness: it reports the precision of the instrument that took the measurement.

The calculator "e"

When the screen shows 6.022e23 or 6.022E23, the "e" means exponent — it is 6.022 × 10²³. It is not Euler's number and not exponentiation: 6.022e23 is nothing like 6.022²³. Spreadsheets and programming languages accept the same form as input.

Examples

  • 299,792,458 (speed of light) ≈ 3 × 10⁸ m/s.
  • 0.0000001 = 1 × 10⁻⁷.

Frequently asked questions

How to write Avogadro's number?

6.022 × 10²³ — or 6.022e23 in calculator form.

What does the "e" mean (e.g. 1.5e9)?

It is the machine form of scientific notation: 1.5e9 = 1.5 × 10⁹. The "e" means "exponent", not Euler's number.

Does a negative exponent mean a small number?

Yes. 10⁻³ = 0.001. The more negative the exponent, the closer to zero.

How do I multiply two numbers in scientific notation?

Multiply the mantissas and add the exponents: (2 × 10³) × (3 × 10⁴) = 6 × 10⁷. To divide, divide the mantissas and subtract the exponents.

Why can't I add 3 × 10⁵ and 4 × 10⁴ directly?

Because addition requires equal exponents — they are different "units". Rewrite 4 × 10⁴ as 0.4 × 10⁵ and add the mantissas: 3.4 × 10⁵. Adding 3 + 4 and keeping the exponent is the classic mistake.

What is engineering notation?

Scientific notation with the exponent restricted to multiples of 3, to match SI prefixes. 47,000 Ω becomes 47 × 10³ Ω — that is, 47 kΩ, exactly as printed on the component.

How do I know how many significant figures a number has?

In scientific notation you just count the mantissa digits: 4.5 × 10³ has 2; 4.500 × 10³ has 4. That is precisely the ambiguity plain "4500" leaves open.

Related calculators

More Math calculators

See all →

Updated on June 18, 2026 · by Rafael Rossi · Methodology & sources