Scientific Notation Calculator & Converter

Convert any number to and from scientific notation, or perform arithmetic — all with step-by-step working shown. Covers standard form (UK), E notation, and all four operations.

Scientific Notation E Notation Standard Form Step-by-Step Working Add, Subtract, Multiply, Divide
Share this tool

Standard Number → Scientific Notation

Enter any decimal number — commas and E notation (3.2e5) accepted

Scientific Notation → Standard Form

= coefficient × 10 ^ exponent  ·  Exponent must be an integer between −300 and 300

Arithmetic in Scientific Notation

Number A

Operation

Number B

Quick Load:

Calculating...

Select a mode, enter a number, and click Calculate to see the result with full step-by-step working.

How Scientific Notation Works

Standard Number any decimal Locate Decimal Point move to get 1 ≤ a < 10 Count Places Moved left→positive, right→negative Scientific Form a × 10ⁿ
To Scientific Notation
Move decimal left  → positive exp Move decimal right → negative exp Coefficient: 1 ≤ |a| < 10
From Scientific Notation
n > 0 → move decimal right (n places) n < 0 → move decimal left (n places) n = 0 → coefficient = standard form
Multiply & Divide
× : multiply coeffs, add exponents ÷ : divide coeffs, subtract exponents Then normalise result to [1, 10)
Add & Subtract
1. Match exponents (use the larger) 2. Add/subtract coefficients 3. Normalise result to [1, 10)

What Is Scientific Notation?

Scientific notation (called standard form in the UK) is a method for writing any number as a × 10ⁿ, where a is the coefficient — a number satisfying 1 ≤ |a| < 10 — and n is an integer exponent. The system was developed so that scientists could write and compare extremely large and extremely small numbers without counting dozens of zeros.

Physicists use it for the mass of a proton (1.673 × 10⁻²⁷ kg), astronomers use it for stellar distances, and chemists use it for Avogadro's number (6.022 × 10²³). Rather than writing 602,200,000,000,000,000,000,000, the notation cuts it to a single line. It also preserves precision — 1.00 × 10³ signals three significant figures, while plain 1000 does not.

How to Convert a Number to Scientific Notation

Converting any decimal number follows three steps:

  1. Locate the decimal point (or its implied position at the right end of an integer).
  2. Move the decimal point left or right until the number is between 1 and 10 — this is your coefficient.
  3. Count the places moved: left moves give a positive exponent, right moves give a negative exponent.

For example: 84,700,000 → move the decimal 7 places left → 8.47 × 10⁷. And 0.000045 → move the decimal 5 places right → 4.5 × 10⁻⁵. A number already between 1 and 10 has an exponent of zero: 7.3 × 10⁰ = 7.3.

How to Convert from Scientific Notation to Standard Form

The conversion is the reverse of the above. The exponent tells you exactly how far to move the decimal point, and in which direction:

  • For a positive exponent, move the decimal right by that many places (the number gets larger).
  • For a negative exponent, move the decimal left by that many places (the number gets smaller).

Example: 3.2 × 10⁵ — move 5 places right — gives 320,000. Example: 6.674 × 10⁻¹¹ — move 11 places left — gives 0.00000000006674. If the exponent is large (say, 23 or −27), writing out the full standard form is impractical, and the calculator will display the value in E notation instead.

How to Multiply and Divide in Scientific Notation

Multiplication is the most natural operation for scientific notation because the rules follow directly from the laws of exponents:

  • Multiply the coefficients: a × b.
  • Add the exponents: m + n.
  • Normalise if the coefficient is ≥ 10 or < 1.

Example: (3.2 × 10⁴) × (2.5 × 10³). Coefficients: 3.2 × 2.5 = 8.0. Exponents: 4 + 3 = 7. Result: 8.0 × 10⁷.

For division, the process is symmetric — divide the coefficients and subtract the exponents. Example: (6.0 × 10⁸) ÷ (2.0 × 10³) = 3.0 × 10⁵. A common pitfall: if the divided coefficient falls outside [1, 10), you must normalise. (1.5 × 10⁴) ÷ (3.0 × 10²) = 0.5 × 10² → normalise to 5.0 × 10¹.

How to Add and Subtract in Scientific Notation

Addition and subtraction are more involved because you can only combine coefficients when both terms share the same power of 10. The three-step procedure:

  1. Find the larger exponent. Rewrite the other number using that exponent by adjusting its coefficient.
  2. Add or subtract the coefficients; the exponent stays the same.
  3. Normalise the result if the coefficient is outside [1, 10).

Example: 3.2 × 10⁵ + 1.5 × 10³. Convert 1.5 × 10³ → 0.015 × 10⁵. Add: (3.2 + 0.015) × 10⁵ = 3.215 × 10⁵. This is the same logic used for aligning decimal places in column addition — both operands need the same base unit before you can combine them.

Scientific Notation in Real Life

Across science and engineering, scientific notation is the standard for any measurement that spans many orders of magnitude:

QuantityScientific NotationStandard Form
Speed of light2.998 × 10⁸ m/s299,800,000 m/s
Avogadro's number6.022 × 10²³602,200,000,000,000,000,000,000
Earth–Sun distance1.496 × 10¹¹ m149,600,000,000 m
Mass of electron9.109 × 10⁻³¹ kg0.0000000000000000000000000000009109 kg
Wavelength of red light7.0 × 10⁻⁷ m0.0000007 m

Scientific notation makes comparison immediate. One glance confirms that 9.109 × 10⁻³¹ is far smaller than 1.673 × 10⁻²⁷ — the exponents −31 and −27 tell the story. Comparing the standard decimal forms requires counting zeros that are easy to miscalculate.

Scientific Notation FAQ

What is the difference between scientific notation and E notation?
They represent the same value in different formats. Scientific notation writes 3.2 × 10⁵; E notation writes 3.2E+5. Both mean 3.2 multiplied by 10 to the power of 5, giving 320,000. E notation is the format used by calculators and most programming languages because the × 10 part is hard to type.
How do you know if the exponent is positive or negative?
Positive exponent → the original number is 10 or greater (you moved the decimal left). Negative exponent → the original number is between 0 and 1 (you moved the decimal right). For 320,000 the exponent is +5 because the decimal moved 5 places left. For 0.00032 the exponent is −4 because the decimal moved 4 places right.
What is the coefficient in scientific notation?
The coefficient (also called the mantissa or significand) is the number between 1 and 10 in a scientific notation expression. In 3.2 × 10⁵, the coefficient is 3.2. For the notation to be in standard form, the absolute value of the coefficient must satisfy 1 ≤ |a| < 10. If you start with 32 × 10⁴, it is valid but not in standard form — normalising gives 3.2 × 10⁵.
Can the coefficient be negative in scientific notation?
Yes. For negative numbers the coefficient is negative. For example, −32,000 = −3.2 × 10⁴. The absolute value of the coefficient must still be between 1 and 10. So −0.15 × 10⁵ is valid but not normalised; the standard form is −1.5 × 10⁴.
How do you add numbers with different exponents in scientific notation?
First convert both numbers to use the same exponent — choose the larger one. Multiply the coefficient of the smaller-exponent number by 10 raised to the difference, then add the coefficients. Example: 3.2 × 10⁵ + 1.5 × 10³. Difference = 5 − 3 = 2. So 1.5 × 10³ = 1.5 ÷ 100 × 10⁵ = 0.015 × 10⁵. Result: 3.215 × 10⁵.
What is standard form in the UK?
In the UK maths curriculum, standard form is the exact equivalent of scientific notation used in the USA. A number in standard form is written as a × 10ⁿ where 1 ≤ a < 10 and n is an integer. Both terms describe the same mathematical representation — they just use different names depending on where the curriculum was written.