StatGardenREF. DESK
Calculators/Maths/Scientific notation
Maths

Scientific notation calculator

Converts between plain numbers and a × 10ⁿ.

What this calculator does

Scientific notation writes any number as a value between 1 and 10 multiplied by a power of ten. It keeps extremely large and extremely small quantities readable, and makes their order of magnitude immediately visible: which is usually the thing that matters when quantities span many powers of ten.

Engineering notation is a variant that restricts the exponent to multiples of three, aligning it with the SI prefixes: kilo, mega, milli, micro. That makes it the more practical form whenever a result will be spoken aloud or labelled on a component.

The formula

Formulax = a × 10ⁿ where 1 ≤ |a| < 10 and n = ⌊log₁₀|x|⌋

The exponent is the number of places the decimal point must move to leave a single non-zero digit before it. Moving left gives a positive exponent, moving right a negative one. Engineering notation then rounds the exponent down to the nearest multiple of three, adjusting the coefficient to compensate.

TermMeaning
CoefficientThe value between 1 and 10.
ExponentThe power of ten.
E-notationThe calculator form: 3.45E−4.
Engineering notationExponent restricted to multiples of three.
Order of magnitudeThe exponent alone: a rough size class.

The inputs explained

FieldWhat to enter
NumberThe number to convert. Very large and very small values are exactly what this is for.

When to use it

Recording scientific measurements

Quantities in physics and chemistry routinely span dozens of orders of magnitude. Scientific notation is the only practical way to write them consistently.

Labelling engineering values

Engineering notation maps directly onto SI prefixes, so 4.7 × 10⁻³ farads is 4.7 millifarads. That is how components are actually marked.

Comparing sizes quickly

The order of magnitude alone often answers the question. Two quantities three orders apart differ by a factor of a thousand, whatever the leading digits are.

Reading calculator output

When a display shows 6.022E23, the E-notation line explains what that means and gives the expanded form.

Worked examples

Every figure in the tables below is produced by this page’s own calculator at build time, so the numbers and the tool always agree. Select any row to load that scenario.

Small numbers in scientific notation

Small quantities and the notation forms they take.

Values below one
NumberScientific notationE-notationEngineering notationOrder of magnitude
0.55.000 × 10^-15.000000e-1500.000 × 10^-310^-1: nearest SI prefix: N/A
0.055.000 × 10^-25.000000e-250.000 × 10^-310^-2: nearest SI prefix: milli
0.003453.450 × 10^-33.450000e-33.450 × 10^-310^-3: nearest SI prefix: milli
0.0000011.000 × 10^-61.000000e-61.000 × 10^-610^-6: nearest SI prefix: micro
2e-92.000 × 10^-92.000000e-92.000 × 10^-910^-9: nearest SI prefix: nano
The order of magnitude column names the nearest SI prefix, which is what turns 0.000001 into "micro" and makes engineering notation practical for labelling.

Large numbers

Large quantities in the same forms.

Values above one
NumberScientific notationEngineering notationOrder of magnitude
1,5001.500 × 10^31.500 × 10^310^3: nearest SI prefix: kilo
93,0009.300 × 10^493.000 × 10^310^4: nearest SI prefix: kilo
4,200,0004.200 × 10^64.200 × 10^610^6: nearest SI prefix: mega
7,500,000,0007.500 × 10^97.500 × 10^910^9: nearest SI prefix: giga
300,000,000,0003.000 × 10^11300.000 × 10^910^11: nearest SI prefix: tera
Engineering notation keeps the exponent at a multiple of three, so 4,200,000 becomes 4.2 × 10⁶ rather than being rewritten with an awkward power.

Questions

What is standard form?

Another name for scientific notation, used more commonly in British and Australian curricula. Both mean a coefficient between 1 and 10 multiplied by a power of ten.

What is the difference between scientific and engineering notation?

Scientific notation keeps the coefficient between 1 and 10. Engineering notation allows it between 1 and 1000 so the exponent stays a multiple of three, matching the SI prefixes.

What does the E mean on a calculator?

It is shorthand for "times ten to the power of". 6.022E23 means 6.022 × 10²³. It exists because calculator displays cannot easily show superscripts.

How do I multiply numbers in scientific notation?

Multiply the coefficients and add the exponents. For division, divide the coefficients and subtract the exponents. Then adjust so the coefficient falls back between 1 and 10.

What is an order of magnitude?

A factor of ten. Two quantities differing by three orders of magnitude differ by a factor of a thousand. It is a deliberately rough measure, useful precisely because it ignores the detail.

For powers and roots, see the exponent calculator. For controlling precision, use rounding and significant figures.