Beginner’s Guide to Scientific Notation

Read and write numbers as a × 10^n with confidence.

Overview

Scientific notation exists to solve one specific problem: some numbers in science and engineering are so large or so small that writing them out in full is both error-prone and hard to read. A number like 602,000,000,000,000,000,000,000 (roughly Avogadro's number) is much easier to work with, compare, and communicate as 6.02 × 10²³.

This guide covers how to convert a number into scientific notation, how to read one back into standard form, and why the format is standard practice in scientific and engineering work.

Normalize the mantissa

Scientific notation writes a number as a mantissa (a value between 1 and 10, not including 10 itself) multiplied by 10 raised to some power. To convert a standard number, move the decimal point until only one non-zero digit sits to its left — that repositioned number is your mantissa. For example, 45,000 becomes 4.5 × 10⁴, and 0.00032 becomes 3.2 × 10⁻⁴.

Count decimal places

The exponent tracks exactly how many places you moved the decimal point, and in which direction. Moving the decimal to the left (for large numbers) gives a positive exponent; moving it to the right (for small numbers, less than one) gives a negative exponent. Counting carefully as you move the decimal is the easiest way to avoid an off-by-one error in the exponent, which is the most common mistake when converting by hand.

Use it for scale

Beyond convenience, scientific notation makes order of magnitude — how large or small a number is, roughly — immediately visible from the exponent alone, without needing to count digits. This matters in fields like astronomy, chemistry, and electronics, where comparing a distance in light-years to a distance in meters, or a resistance in ohms to one in megaohms, is far easier when both are expressed in the same notation.

Multiplying and dividing in scientific notation

One practical advantage of scientific notation is that multiplication and division become simpler: multiply (or divide) the mantissas normally, then add (or subtract) the exponents. For example, (3 × 10⁴) × (2 × 10³) = 6 × 10⁷. This is significantly easier than multiplying the full standard-form numbers directly, especially for very large or small values.

Frequently asked questions

What is the difference between scientific notation and standard form?

Standard form is a number written out in full, digit by digit (like 45,000). Scientific notation expresses the same value as a mantissa times a power of ten (4.5 × 10⁴) — both represent the same number, but scientific notation is generally easier to read and compare at a glance for very large or small values.

Why does the mantissa have to be between 1 and 10?

This is simply the standard convention that makes scientific notation useful for comparing magnitude — since every properly formatted number has the same single-digit structure before the decimal, the exponent alone tells you how the values compare in scale.

Is scientific notation the same as engineering notation?

They are closely related but not identical. Engineering notation restricts exponents to multiples of three (matching common unit prefixes like kilo, mega, and milli), while scientific notation allows any integer exponent. Both use the same mantissa-times-power-of-ten structure.

Try the calculator

Use the free Scientific Notation Calculator for live numbers, then come back to this guide anytime you need a quick refresher.