Precise & reliable results

Scientific Notation Calculator

Convert numbers to and from scientific notation, and perform multiplication, division, addition, and subtraction of numbers in scientific notation.

100% Accuracy
50+ Formulas Built In
Instant Calculation Speed
Free Always Free

Calculator

Convert Number ↔ Scientific Notation


Calculate with Scientific Notation

Your Results

Enter your values and click Calculate to see results

What Is Scientific Notation and Why Do We Use It?

Scientific notation is a way of expressing very large or very small numbers as a product of a number between 1 and 10 (the coefficient) and a power of 10. The format is: a × 10ⁿ, where 1 ≤ |a| < 10 and n is any integer.

Why it exists: science and engineering routinely deal with numbers that are impossibly unwieldy in standard form. The speed of light is 299,792,458 meters per second — in scientific notation, 2.998 × 10⁸. A hydrogen atom's diameter is 0.0000000001 meters — in scientific notation, 1.0 × 10⁻¹⁰. Scientific notation makes these numbers readable, comparable, and calculable without tracking 15 zeros.

The notation also communicates precision. Writing 3.00 × 10⁸ signals three significant figures of precision; writing 3 × 10⁸ signals only one. This distinction matters enormously in experimental science.

How to Read Scientific Notation

The exponent tells you how many places to move the decimal point:

  • Positive exponent: Move decimal right (number is large). 4.5 × 10³ = 4,500
  • Negative exponent: Move decimal left (number is small). 4.5 × 10⁻³ = 0.0045
  • Zero exponent: No movement. 4.5 × 10⁰ = 4.5

Quick mental check: the exponent roughly tells you the number of digits before the decimal point (for positive exponents) or leading zeros after the decimal point (for negative exponents). 10⁶ has 6 zeros → 1,000,000. 10⁻⁶ → 0.000001.

Converting to Scientific Notation: Step-by-Step

From standard to scientific notation:

  1. Move the decimal point until you have one non-zero digit to the left of it
  2. Count how many places you moved — that's your exponent
  3. If you moved left (large number), exponent is positive. If you moved right (small number), exponent is negative

Example: 0.00527 → move decimal 3 places right → 5.27 × 10⁻³

Example: 8,340,000 → move decimal 6 places left → 8.34 × 10⁶

From scientific to standard notation:

  1. Look at the exponent
  2. Positive exponent: move decimal right that many places (add zeros if needed)
  3. Negative exponent: move decimal left that many places (add leading zeros)

Example: 6.02 × 10²³ → move decimal 23 places right → 602,000,000,000,000,000,000,000

Multiplying and Dividing in Scientific Notation

Multiplication and division are the easiest operations in scientific notation because the rules are clean:

Multiplication: Multiply the coefficients, add the exponents.

(a × 10ᵐ) × (b × 10ⁿ) = (a × b) × 10^(m+n)

Example: (3.0 × 10⁴) × (2.0 × 10³) = 6.0 × 10⁷ = 60,000,000

If the product of the coefficients ≥ 10 or < 1, normalize: (5.0 × 10⁴) × (4.0 × 10³) = 20.0 × 10⁷ → normalize to 2.0 × 10⁸

Division: Divide the coefficients, subtract the exponents.

(a × 10ᵐ) ÷ (b × 10ⁿ) = (a ÷ b) × 10^(m−n)

Example: (8.4 × 10⁶) ÷ (2.0 × 10²) = 4.2 × 10⁴ = 42,000

Adding and Subtracting Scientific Notation: Aligning Exponents

Addition and subtraction require the same exponent before you can operate on the coefficients. This is the step most students miss.

Steps for addition/subtraction:

  1. Identify which number has the larger exponent
  2. Convert the other number to use that same exponent (adjust coefficient accordingly)
  3. Add or subtract the coefficients
  4. Normalize the result if needed

Example: (3.5 × 10⁴) + (2.0 × 10³)

Convert 2.0 × 10³ to match 10⁴: 2.0 × 10³ = 0.20 × 10⁴

Now add: (3.5 + 0.20) × 10⁴ = 3.70 × 10⁴ = 37,000

Another example: (5.0 × 10⁵) − (3.0 × 10⁴)

Convert: 3.0 × 10⁴ = 0.30 × 10⁵. Subtract: (5.0 − 0.30) × 10⁵ = 4.70 × 10⁵ = 470,000

E Notation on Calculators

Most calculators and programming languages use "E notation" instead of the × 10ⁿ format. The E stands for "exponent of 10" and the number after E is the power:

  • 3.5E4 = 3.5 × 10⁴ = 35,000
  • 6.02E23 = 6.02 × 10²³ (Avogadro's number)
  • 1.6E-19 = 1.6 × 10⁻¹⁹ (charge of an electron in coulombs)

In Python and most programming languages, you can use this notation directly in code: 6.02e23 is valid and equal to Avogadro's number. On a Texas Instruments calculator, press EE (or 2nd + EE) to enter E notation.

Real-World Examples of Scientific Notation

Scientific notation isn't just for physics class — it appears in everyday contexts:

  • Speed of light: 2.998 × 10⁸ m/s (299,792,458 m/s)
  • Distance to the sun: 1.496 × 10¹¹ meters (about 93 million miles)
  • Size of a hydrogen atom: 1.2 × 10⁻¹⁰ meters
  • U.S. national debt: ~3.6 × 10¹³ dollars ($36 trillion)
  • Human DNA base pairs: ~3.2 × 10⁹ (3.2 billion base pairs per cell)
  • Avogadro's number: 6.022 × 10²³ molecules per mole
  • Mass of an electron: 9.109 × 10⁻³¹ kg
  • World population: ~8.1 × 10⁹

Understanding scientific notation lets you make sense of these magnitudes. The speed of light (10⁸) is a trillion times larger than a hydrogen atom (10⁻¹⁰) — that's what the exponents tell you immediately, without counting digits.

Significant Figures in Scientific Notation

Scientific notation makes significant figures explicit. The number of digits in the coefficient equals the number of significant figures:

  • 3 × 10⁵ → 1 significant figure (rough estimate)
  • 3.0 × 10⁵ → 2 significant figures
  • 3.00 × 10⁵ → 3 significant figures (measured to hundreds place)
  • 3.000 × 10⁵ → 4 significant figures

When multiplying or dividing, the result has the same number of significant figures as the input with the fewest. When adding or subtracting, the result has the same number of decimal places as the input with the fewest decimal places.