Scientific Notation Converter

Last updated: May 2026

Convert between scientific notation, E notation, engineering notation, and standard form — instantly.

Scientific notation
E notation
Engineering notation
Standard form
In words

Rules for Scientific Notation Arithmetic

Multiplication: (a × 10m) × (b × 10n) = (a × b) × 10m+n
Division: (a × 10m) ÷ (b × 10n) = (a ÷ b) × 10m−n
Addition / Subtraction: Match exponents first, then add/subtract coefficients.
Standard form: Coefficient must satisfy 1 ≤ |a| < 10. Adjust exponent accordingly.

SI Prefixes Reference

Prefix Symbol Power of 10 Value
TeraT10121,000,000,000,000
GigaG1091,000,000,000
MegaM1061,000,000
Kilok1031,000
Millim10−30.001
Microμ10−60.000001
Nanon10−90.000000001
Picop10−120.000000000001

Real-World Examples

Quantity Scientific notation Value / unit
Speed of light3 × 108 m/s299,792,458 m/s
Mass of a proton1.67 × 10−27 kg0.00000000000000000000000000167 kg
Earth's mass5.97 × 1024 kg5,970,000,000,000,000,000,000,000 kg
Avogadro's number6.022 × 1023molecules per mole
Planck's constant6.626 × 10−34 J·squantum of action
Distance to the Moon3.84 × 108 m384,400 km

Scientific notation expresses any number as a × 10n, where 1 ≤ |a| < 10 and n is an integer.

E notation (used in computers and calculators) writes the same number as aEn, e.g. 4.5E-4.

Engineering notation restricts the exponent to multiples of 3, aligning with SI prefixes (milli, micro, nano, kilo, mega, etc.).

Conversion steps: (1) Write the number in the form a × 10n. (2) Adjust a so that 1 ≤ |a| < 10, incrementing or decrementing n accordingly. (3) For engineering notation, round n down to the nearest multiple of 3 and adjust a.

Frequently Asked Questions

Why do scientists use scientific notation instead of writing out the full number?

Three reasons: readability, precision, and avoiding errors. Writing 6.022 × 10²³ is far more readable than 602,200,000,000,000,000,000,000. It also makes the number of significant figures immediately clear — 6.022 × 10²³ has four significant figures; the full number obscures that. And it dramatically reduces transcription errors when working with very large or very small numbers.

What does a negative exponent mean in scientific notation?

A negative exponent means the number is very small — a fraction, not a large number. 10⁻³ = 0.001 (one thousandth). 10⁻⁹ = 0.000000001 (one billionth). So 1.67 × 10⁻²⁷ kg (the mass of a proton) is an extremely small number: 0.00000000000000000000000000167 kg. The negative exponent tells you how many places to move the decimal point to the left.

What is the difference between scientific notation and E notation?

They represent the same thing with different symbols. Scientific notation uses × 10ⁿ: 4.5 × 10⁻⁴. E notation (used on calculators and in programming) writes this as 4.5E-4 or 4.5e-4. The "E" stands for "exponent" and means "× 10 to the power of." You'll see E notation on calculator displays and in code (Python, JavaScript, C, etc.) because it's easier to type than a superscript.

How do you add and subtract numbers in scientific notation?

You must match exponents first. Example: (3 × 10⁴) + (2 × 10³). Convert the second term: 2 × 10³ = 0.2 × 10⁴. Now add: (3 + 0.2) × 10⁴ = 3.2 × 10⁴. Multiplication and division are easier — multiply or divide the coefficients and add or subtract the exponents: (3 × 10⁴) × (2 × 10³) = 6 × 10⁷.

What is engineering notation and how does it differ from scientific notation?

Engineering notation restricts the exponent to multiples of 3 (0, 3, 6, 9, −3, −6, etc.), which aligns with SI prefixes. So instead of 4.7 × 10⁴, engineering notation writes 47 × 10³ (= 47 kilo, or 47k). This makes it easier to read values in the context of real-world measurements. 0.000047 amps in engineering notation is 47 × 10⁻⁶ A = 47 μA (microamps) — a unit you can actually say out loud.