Skip to main content
ilovecalcs logoilovecalcs.

Math · Live

Scientific notation calculator, convert & operate.

Convert any number between standard decimal and scientific notation instantly. Then use the Operations mode to add, subtract, multiply, or divide two numbers in scientific notation, with full step-by-step working shown for each calculation.

How it worksStep-by-step

Scientific notation

Convert & calculate

Direction

Also accepts E notation: 4.5e-4 or 9.3e7

Significant figures

Scientific notation

4.5 × 10-4

Input: 0.00045

All notation forms

Scientific notation
4.5 × 10-4
Engineering notation
4.5 × 10-4
E notation
4.5e-4
Standard decimal
0.00045

Famous scientific numbers

Avogadro's number6.022 × 10²³
Speed of light (m/s)2.998 × 10⁸
Earth–Sun distance (m)1.496 × 10¹¹
Planck's constant (J·s)6.626 × 10⁻³⁴
Electron mass (kg)9.109 × 10⁻³¹
Proton mass (kg)1.673 × 10⁻²⁷
Earth mass (kg)5.972 × 10²⁴
Boltzmann constant (J/K)1.381 × 10⁻²³

Field guide

Scientific notation — what it is, why it exists, and how to use it.

Scientific notation is a way of expressing numbers that are very large or very small using powers of ten. The form is:

a × 10b

where a (the mantissa or significand) satisfies 1 ≤ |a| < 10, and b (the exponent) is any integer. Every non-zero real number has a unique representation in this form.

Why scientists use scientific notation

Consider Avogadro's number: 602,214,076,000,000,000,000,000. Written in scientific notation: 6.022 × 1023. The advantages are immediate:

  • Readability. Large numbers written in full are easy to miscount by a zero. Scientific notation makes the magnitude explicit.
  • Precision. Scientific notation encodes significant figures directly. "6.022 × 1023" has four significant figures; writing "602,200,000,000,000,000,000,000" implies 24 significant figures, most of which are not actually known.
  • Arithmetic. Multiplication, division, and order-of-magnitude estimates are dramatically easier in scientific notation — you multiply the coefficients and add the exponents.
  • Universal language. Scientific notation works the same regardless of whether you write numbers with commas or periods as decimal separators — it avoids the ambiguity of regional number formatting.

How to convert a decimal number to scientific notation

The procedure has three steps:

  1. Identify the first significant digit. Move the decimal point so that it sits immediately after the first non-zero digit.
  2. Count the moves. The number of places you moved the decimal point is the exponent. Moving left (making a large number smaller) gives a positive exponent. Moving right (making a small number larger) gives a negative exponent.
  3. Write it out. Express as a × 10b.

Examples

DecimalMove decimalScientific notation
93,000,0007 places left → positive9.3 × 107
0.000454 places right → negative4.5 × 10−4
602,200,000,000,000,000,000,00023 places left6.022 × 1023
0.00000000000000000000000000000000066260734 places right6.626 × 10−34
1,0003 places left1 × 103
−0.00723 places right, negative−7.2 × 10−3

How to convert scientific notation back to decimal

Reverse the process: multiply the coefficient by 10 raised to the exponent.

  • Positive exponent: move the decimal point right by b places (adding zeros if needed).
    3.7 × 104 → 37,000
  • Negative exponent: move the decimal point left by |b| places (adding leading zeros if needed).
    8.1 × 10−5 → 0.000081

Operations in scientific notation

Multiplication

Multiply the coefficients and add the exponents. Normalize if the result's coefficient is outside [1, 10).

(3 × 104) × (2 × 103) = (3 × 2) × 104+3 = 6 × 107

(4 × 105) × (3 × 106) = 12 × 1011 → normalize → 1.2 × 1012

Division

Divide the coefficients and subtract the exponents. Normalize as needed.

(8 × 106) ÷ (2 × 102) = (8 ÷ 2) × 106−2 = 4 × 104

(3 × 105) ÷ (6 × 102) = 0.5 × 103 → normalize → 5 × 102

Addition and subtraction

Addition and subtraction require aligned exponents, unlike multiplication and division:

  1. Rewrite both numbers with the same exponent (use the larger one).
  2. Add or subtract the coefficients.
  3. Normalize the result.

(3.2 × 108) + (4.7 × 106)

Step 1: Rewrite 4.7 × 106 = 0.047 × 108

Step 2: 3.2 + 0.047 = 3.247

Step 3: Result = 3.247 × 108 (already normalized)

E notation — the programmer's version

E notation (also called "scientific E notation") replaces "× 10b" with just "e" followed by the exponent:

  • 4.5 × 10−4 becomes 4.5e-4
  • 6.022 × 1023 becomes 6.022e+23

This notation is used in all major programming languages (Python, JavaScript, C, Java, etc.), spreadsheets, and scientific calculators. When you type a number like 1.5e8 into a calculator or code editor, it's interpreted as 150,000,000.

Engineering notation

Engineering notation is a variant of scientific notation where the exponent is always a multiple of 3. The coefficient can range from 1 to 999. This aligns with the SI prefix system:

ExponentSI prefixSymbolExample
1024yottaY1 Ym = 1024 metres
1021zettaZ
1018exaE1 EB = 1018 bytes
1015petaP1 PB = 1015 bytes
1012teraT1 THz = 1012 Hz
109gigaG1 GHz = 109 Hz
106megaM1 MW = 106 W
103kilok1 km = 1,000 m
10−3millim1 mm = 10−3 m
10−6microμ1 μm = 10−6 m
10−9nanon1 nm = 10−9 m
10−12picop1 pF = 10−12 F

Significant figures in scientific notation

The number of digits in the coefficient gives the number of significant figures — one of the clearest advantages of scientific notation:

  • 3 × 105: 1 significant figure (we only know it's somewhere around 300,000).
  • 3.0 × 105: 2 significant figures (we know it's 300,000 ± 5,000).
  • 3.00 × 105: 3 significant figures (we know it's 300,000 ± 500).

This is impossible to express unambiguously in standard decimal form — "300,000" could mean anywhere from 1 to 6 significant figures depending on context.

Order of magnitude estimates

One of the most powerful uses of scientific notation is order-of-magnitude estimation: a technique beloved by physicists and engineers for quickly checking whether an answer is reasonable.

Instead of computing exact values, you approximate everything to the nearest power of 10. For example, to estimate how many piano tuners there are in Chicago (a classic Fermi problem):

  • Chicago population: ~3 × 106
  • Fraction with pianos: ~1/20 → 1.5 × 105 pianos
  • Tunings per piano per year: ~1 → 1.5 × 105 tunings/year
  • Hours per tuning: ~2 → 3 × 105 tuning-hours/year
  • Hours a tuner works per year: ~2,000 → 2 × 103
  • Tuners needed: 3 × 105 / 2 × 103 = 150 piano tuners

The real answer is approximately 125–225, which validates the estimate.