Skip to main content

Scientific Notation Calculator - Convert to a × 10^n

Free online tool to convert decimals to scientific notation, expand a × 10^n back to a standard number, or rewrite the value in engineering notation. Runs in your browser.

Input Values

Conversion updates as you type. The coefficient is always normalized so 1 ≤ |a| < 10 (except for zero).

Converted Result

Converted scientific notation will appear here

What Is a Scientific Notation Calculator and Why Do You Need One?

A scientific notation calculator rewrites a number as a coefficient times a power of ten: a × 10n, where the coefficient a satisfies 1 ≤ |a| < 10 and n is an integer. The same idea is called standard form in many school systems outside the United States.

The point of the notation is scale. Avogadro’s number (about 602,214,076,000,000,000,000,000) and the mass of an electron (about 0.0000000000000000000000000000009109 kg) are painful to copy by hand and easy to mistype. Scientific notation keeps the significant digits in the coefficient and parks the magnitude in the exponent, which is what lab reports, physics homework, and spreadsheet E-notation all expect.

This free online scientific notation tool runs entirely in your browser. Nothing is uploaded. You can paste a plain decimal, E-notation such as 6.02e23, or a written form such as 6.02 × 10^23. The calculator normalizes the coefficient, reports the exponent, and can expand the value back to a standard decimal when the digit count is printable.

How to Use This Free Online Scientific Notation Calculator

Using this standard form converter is straightforward:

  1. Enter a number in the input field. Accepted forms include 6500, 0.0042, 6.5e3, 6.5E+3, 6.5x10^3, and 6.5 × 10^3.
  2. Choose what to show: normalized scientific notation, a standard decimal, or engineering notation (exponent a multiple of 3).
  3. Read the coefficient and exponent in the result panel. The tool also shows how many decimal places were moved and in which direction when you started from a plain decimal.
  4. Copy the result, or clear the field to start over. The last input is saved locally in your browser for up to 30 days.

Note: exponents are limited to ±9999. A standard expansion longer than 80 digits is shown in E-notation instead of a wall of zeros.

The Scientific Notation Rule - How It Works

a × 10n
1 ≤ |a| < 10, n an integer

To convert a decimal by hand:

  1. Place the decimal so there is one non-zero digit to its left.
  2. That new number is the coefficient a.
  3. Count how many places the decimal moved. That count is |n|.
  4. If you moved the decimal left, n is positive. If you moved it right, n is negative.

Example - 6,500:

  • Move the decimal three places left: 6.500
  • Coefficient a = 6.5 (trailing zeros after the point can drop if they are not significant in your assignment)
  • 6.5 × 103

Example - 0.0042:

  • Move the decimal three places right: 4.2
  • n = −3 because the original number is smaller than 1
  • 4.2 × 10−3

Example - already in E-notation, 6.02e23:

  • Coefficient 6.02, exponent 23
  • Already normalized: 6.02 × 1023

Scientific Notation vs. E-Notation vs. Engineering Notation

FormLooks likeCoefficient ruleWhere you see it
Scientific6.5 × 10^31 ≤ |a| < 10Textbooks, lab reports
E-notation6.5e3Same as scientificCalculators, code, CSV files
Engineering6.5 × 10^3 or 47 × 10^3Exponent a multiple of 3Electronics, SI prefixes

47,000 is 4.7 × 104 in scientific notation and 47 × 103 in engineering notation. The engineering exponent 3 matches the kilo- prefix: 47 × 103 is 47 k in SI-ish shorthand. This calculator reports both so you can match whichever form your assignment or datasheet uses.

Where Scientific Notation Shows Up in Real Work

1. Chemistry - molar quantities and tiny masses

A mole is 6.022 × 1023 particles. Atomic masses and concentrations in mol/L are almost always written with powers of ten. Pair this page with the molecular weight calculator when a formula mass has to become moles.

2. Physics - constants and orders of magnitude

c = 2.998 × 108 m/s, G = 6.674 × 10−11 N·m²/kg². Order-of-magnitude estimates fail if the exponent is off by one - that is a factor of ten, not a rounding error.

3. Spreadsheets and programming

Excel, Python, and JavaScript accept 1.2e-4. They do not accept a Unicode times sign unless you parse it yourself. If a CSV exported 6.5E+03, paste it here to see the textbook form before you put it in a report.

4. Very large integers

If you need exact arithmetic on numbers with hundreds of digits - not just a × 10^n rounding - use the big number calculator. Scientific notation is a compact display, not unlimited precision.

Significant Figures and Powers of Ten

Scientific notation makes significant figures visible: in 4.20 × 10−3 the trailing zero is a significant digit. In the decimal 0.0042 it is harder to tell whether the measurement had two or three digits. This calculator keeps the digits you typed in the coefficient; it does not invent extra significant figures, and it does not apply a course’s rounding rule. If your teacher wants three significant figures, round the coefficient after you convert.

Multiplying in scientific notation: multiply coefficients and add exponents, then renormalize. (2.0 × 103) × (4.0 × 104) = 8.0 × 107. Dividing: divide coefficients and subtract exponents. Adding is only valid after both numbers share the same exponent.

Frequently Asked Questions (FAQ) - Scientific Notation

What is scientific notation?

Scientific notation writes a number as a coefficient times a power of ten: a × 10^n, where 1 ≤ |a| < 10 and n is an integer. 6500 becomes 6.5 × 10^3. 0.0042 becomes 4.2 × 10^−3.

How do I convert a number to scientific notation?

Move the decimal point until there is one non-zero digit to the left of it. That new number is the coefficient. The number of places you moved the decimal is the exponent - positive if you moved left, negative if you moved right.

What is the difference between scientific notation and E-notation?

They represent the same value. Scientific notation is written 6.02 × 10^23. E-notation is 6.02e23, which calculators and programming languages use because a superscript is awkward to type.

What is engineering notation?

Engineering notation is scientific notation whose exponent is a multiple of 3, so the scale matches SI prefixes (kilo, milli, micro). 47,000 is 4.7 × 10^4 scientifically and 47 × 10^3 in engineering notation.

Does this calculator upload my numbers?

No. Conversion runs in your browser with JavaScript. Nothing is sent to a server. After the page loads, the tool still works if the network drops.

Why is 10.0 × 10^2 not valid scientific notation?

Normalized scientific notation requires the coefficient to satisfy 1 ≤ |a| < 10. 10.0 × 10^2 should be rewritten as 1.00 × 10^3. This calculator always normalizes the coefficient.

Why Choose Our Scientific Notation Calculator?

  • Free, no account. Unlimited conversions.
  • Private. All parsing stays in the browser.
  • Accepts several written forms - decimals, e/E notation, and a × 10^n.
  • Normalized coefficients so the result matches textbook scientific notation.
  • Engineering notation when you need exponents that are multiples of 3.
  • Shows the decimal-move count so you can check a homework step, not only the final answer.
  • Works offline after the first page load.