No ads, no sign-upChecked 2026-06-17

Scientific Notation Converter

Result

1.23456 × 10³

Result: 1.23456 × 10³

Scientific notation writes a number as a coefficient with an absolute value between 1 and 10, multiplied by a power of ten. 1234.56 becomes 1.23456 × 10³, and 0.0042 becomes 4.2 × 10⁻³. The exponent counts how many places the decimal point moves: positive for large numbers, negative for small ones.

The numbers at a glance

NumberResult
0.00000000000.000000
500.00000000005.000000
1,000.00000000001.000000
1,234.5600000000Your value1.234560
1,500.00000000001.500000
2,000.00000000002.000000

Worked examples

How it's calculated

value = coefficient × 10^exponent

  1. StepEnter the decimal number you want to rewrite — 1234.56 or 0.0042.
  2. StepRead the coefficient: the digits, with one non-zero digit before the point.
  3. ResultRead the exponent: how far the point moved, left positive, right negative.

What this number means

Scientific notation — also called standard form — writes a number as a coefficient between 1 and 10 multiplied by a power of ten. It keeps long numbers readable: instead of 0.00000000006674 you write 6.674 × 10⁻¹¹. Find the power of ten with the base-10 logarithm, then divide the number by that power to get the coefficient. Take 1234.56: the exponent is floor(log₁₀ 1234.56) = 3, so you divide by 10³ = 1000 and get a coefficient of 1.23456. For a small number like 0.0042 the exponent is −3, because you must multiply 4.2 by 10⁻³ to recover the original — the decimal point moves three places the other way. The coefficient tells you the significant digits, the exponent tells you the scale. A positive exponent means a large number: an exponent of 6 multiplies the coefficient by a million, so 6.022 × 10²³ is a 24-digit number. A negative exponent means a small one: 10⁻³ is a thousandth, so 4.2 × 10⁻³ equals 0.0042. A quick sanity check is that the exponent equals the number of places the decimal point shifts to bring it just after the first non-zero digit — count left for big numbers, right for small ones. When two numbers are both in scientific notation, compare the exponent first and only check the coefficient if the exponents match.

Coefficient and exponent

The converter splits your number into a coefficient (mantissa) with an absolute value from 1 up to 10 and the matching power of ten.

Sign of the exponent

Numbers larger than 10 give a positive exponent; numbers smaller than 1 give a negative one. Zero is the special case 0 × 10⁰.

Normalised form only

This converter returns the normalised form, where the coefficient's absolute value sits between 1 and 10, so 12 × 10³ is reported as 1.2 × 10⁴. Engineering notation, where the exponent is always a multiple of three, is a related but different convention.

Input range

The number field takes values from −10¹⁵ to 10¹⁵, which covers anything typed by hand. Constants beyond that, such as 6.022 × 10²³, appear in the text as examples rather than as input.

Commonly misread

12 × 10³ is scientific notation.

It is not normalised: the coefficient must have an absolute value between 1 and 10, so the number reads 1.2 × 10⁴.

4.2 × 10⁻³ is a negative number.

The minus sign belongs to the exponent, not to the value. 4.2 × 10⁻³ is the positive number 0.0042.

47000 in scientific notation is 47 × 10³.

That is engineering notation, which allows coefficients up to 1000. Scientific notation gives 4.7 × 10⁴.

Reference table

NumberScientific notationCoefficient
5005 × 10²5
10001 × 10³1
15001.5 × 10³1.5
20002 × 10³2
25002.5 × 10³2.5
30003 × 10³3
35003.5 × 10³3.5
40004 × 10³4
45004.5 × 10³4.5
50005 × 10³5

Questions

How do I convert a number to scientific notation?

Move the decimal point until exactly one non-zero digit sits to its left — that gives the coefficient — and count how many places you moved it for the exponent. Moving left makes the exponent positive, moving right makes it negative. For example, 1234.56 becomes 1.23456 × 10³ and 0.0042 becomes 4.2 × 10⁻³.

What is scientific notation?

Scientific notation, also called standard form, writes a number as a coefficient with an absolute value between 1 and 10 multiplied by a power of ten. It makes very large and very small numbers compact and easy to compare, which is why it is used throughout science and engineering.

What are the coefficient and the exponent?

The coefficient (or mantissa) carries the significant digits and always has an absolute value from 1 up to 10. The exponent is the power of ten that sets the scale — it equals the number of places the decimal point shifts. In 6.022 × 10²³ the coefficient is 6.022 and the exponent is 23.

What does a negative exponent mean?

A negative exponent marks a number smaller than 1. The power 10⁻³ means one thousandth, so 4.2 × 10⁻³ equals 0.0042. The more negative the exponent, the smaller the number; a positive exponent works the opposite way and marks a number larger than 10.

How is scientific notation different from engineering notation?

Both write a number as a coefficient times a power of ten, but engineering notation forces the exponent to be a multiple of three so that it lines up with units like kilo, mega and milli, which lets the coefficient range up to 1000. This converter uses standard scientific notation, where the coefficient stays between 1 and 10.

Sources and last check

  1. en.wikipedia.org

Information, not professional advice.