Scientific Notation Converter

Updated July 2026

Convert any number to scientific notation, E-notation and engineering notation — or paste scientific notation to get the plain decimal back. The coefficient and exponent are shown separately, and negatives, very large and very small values are all handled. Everything runs privately in your browser.

Scientific notation writes a number as a × 10n, where the coefficient a satisfies 1 ≤ |a| < 10 and n is an integer. For example 45,000 becomes 4.5 × 104, and 0.00045 becomes 4.5 × 10-4.
Enter a standard number (45000) or scientific / E-notation (4.5e-4, 4.5 × 10^-4).
Optional. Leave blank to keep all digits.
Scientific notation
E-notation
Engineering notation
Standard (decimal)
Coefficient (a)
Exponent (n)

How this scientific notation converter works

Scientific notation expresses a number as a coefficient multiplied by a power of ten: a × 10n. The coefficient is normalised so that exactly one non-zero digit sits to the left of the decimal point, meaning its absolute value is at least 1 but less than 10. The exponent records how many places the decimal point was shifted to reach that form.

To go from a standard number to scientific notation, you slide the decimal point until one non-zero digit remains in front of it. Moving the point left (for large numbers) gives a positive exponent; moving it right (for small numbers below 1) gives a negative exponent. To go the other way, you shift the point back by the size of the exponent to rebuild the plain decimal.

Worked example: take 0.00045. Move the decimal point four places to the right so one non-zero digit (the 4) is in front of it, giving a coefficient of 4.5. Because the point moved right, the exponent is negative: the result is 4.5 × 10-4, written 4.5e-4 in E-notation.

Reference note: this tool parses input as a JavaScript number, so results carry roughly 15–17 significant digits of precision. Extremely large integers or very long decimals may be rounded at that boundary; for exact arbitrary-precision arithmetic use a dedicated bignum tool.

Frequently asked questions

What is scientific notation?
Scientific notation writes a number as a × 10^n, where the coefficient a has an absolute value of at least 1 but less than 10, and n is an integer exponent. For example 4500 becomes 4.5 × 10^3. It is a compact way to express very large or very small numbers.
How do I convert a number to scientific notation?
Move the decimal point so that exactly one non-zero digit remains to the left of it, giving a coefficient between 1 and 10. The number of places you moved the point becomes the exponent: positive if you moved left, negative if you moved right. For 0.00045 you move the point four places right, so it becomes 4.5 × 10^-4.
What is E notation?
E notation is the way calculators and computers write scientific notation, replacing × 10^ with the letter e. So 1.23 × 10^4 is shown as 1.23e4, and 4.5 × 10^-4 is shown as 4.5e-4. The digit after the e is the exponent.
What is engineering notation?
Engineering notation is a variant of scientific notation where the exponent is always a multiple of 3, so the coefficient sits between 1 and 1000. This lines up with metric prefixes such as kilo, mega and milli. For example 12300 is 12.3 × 10^3 in engineering notation rather than 1.23 × 10^4.
How do negative exponents work?
A negative exponent means the number is less than 1. The value 10^-n equals 1 divided by 10^n, so 4.5 × 10^-4 equals 4.5 divided by 10000, which is 0.00045. The more negative the exponent, the smaller the number.
Why use scientific notation?
Scientific notation keeps very large and very small numbers short and readable, makes the number of significant figures explicit, and simplifies multiplication and division because you can add or subtract exponents. It is standard in science, engineering and on calculators.
⚡ Scientific Notation Converter — by larely ↗

Related tools

Slope Calculator

Find the slope, angle, distance and equation of a line from two points.

Speed, Distance & Time Calculator

Solve for speed, distance or time from the other two, in any units.

Density Calculator

Solve density = mass / volume for any of the three, with unit conversion.

Square Root Calculator

Find and simplify square roots, with perfect-square and radical form.

Exponent Calculator

Raise any base to any power, including negative and fractional exponents.

Prime Number Checker

Check if a number is prime and get its prime factorization.

Circle Calculator

Find a circle's radius, diameter, circumference and area from any one value.

Permutation & Combination Calculator

Calculate combinations and permutations for n and r.

Logarithm Calculator

Compute log of any base, plus log10, ln and log2, with change of base.

Factorial Calculator

Calculate n! exactly for any non-negative integer, including huge values.

Fibonacci Calculator

Generate the Fibonacci sequence and find the Nth Fibonacci number.

Molarity Calculator

Solve molarity = moles / liters, including from mass and molar mass.

Browse all 251 free tools →