Scientific Notation Calculator: Converting and Calculating Powers of Ten

Math September 2, 2026

How to read, convert and calculate with scientific notation, including the addition rule that trips people up.

Quick answer: Scientific notation writes any number as a value between 1 and 10 multiplied by a power of ten. 93,000,000 becomes 9.3 Γ— 10^7 and 0.00042 becomes 4.2 Γ— 10^-4. The calculator converts in both directions and multiplies, divides, adds and subtracts numbers in that form without you tracking exponents by hand.

Counting zeros is where the mistakes come from. Not the arithmetic, the zeros. Scientific notation exists so that nobody has to count them, and once the format clicks it turns large-number work into small-number work plus a bit of bookkeeping.

Reading the format

There are two parts: the coefficient (sometimes called the mantissa) and the exponent. The coefficient has to be at least 1 and less than 10, so 42 Γ— 10^3 is a perfectly valid number but it is not valid scientific notation. Written properly it is 4.2 Γ— 10^4. A positive exponent means move the decimal point right, a negative one means move it left, so 4.2 Γ— 10^-4 is 0.00042, four places left.

Why calculators write 6.02E23

E stands for exponent, and it is a typing convention rather than a different kind of number. 6.02E23 and 6.02 Γ— 10^23 are the same value. Spreadsheets use the same shorthand, which is why a long product code pasted into a cell sometimes turns into 1.23E+11 and quietly loses its trailing digits. Format the column as text before you paste, not after.

Run your own numbers

It is free, there is no sign-up, and it works on your phone.

Open the Scientific Notation Calculator

Arithmetic without losing the exponent

Multiplying means multiplying the coefficients and adding the exponents: (3.0 Γ— 10^8) Γ— (2.5 Γ— 10^-3) = 7.5 Γ— 10^5. Dividing means dividing the coefficients and subtracting the exponents: (6.0 Γ— 10^-3) / (2.0 Γ— 10^-6) = 3.0 Γ— 10^3.

Addition is the one that catches people, because the exponents have to match before you can do anything. 4.5 Γ— 10^6 + 3.0 Γ— 10^5 is not 7.5 of anything. Rewrite the second term as 0.3 Γ— 10^6, add the coefficients, and the answer is 4.8 Γ— 10^6. The calculator handles that step internally, which explains why an answer's exponent sometimes comes back different from either input.

When the coefficient overflows

Multiply 8.0 Γ— 10^5 by 4.0 Γ— 10^3 and you get 32 Γ— 10^8. That is correct but not standard form. Normalising shifts one place: 3.2 Γ— 10^9. Any decent tool does this for you, and it is the reason a result can arrive with an exponent one higher than you expected.

Try it with your figures

No sign-up, no ads. Your inputs stay in your browser.

Use the Scientific Notation Calculator

How to use the calculator

Enter each number as a coefficient and an exponent in separate fields rather than typing the whole thing as one string, which removes any ambiguity about where the power starts. Choose the operation and the result comes back normalised, with the plain decimal form underneath so you can sanity-check the magnitude. Going the other way, type an ordinary number like 0.00000075 into the converter and it returns 7.5 Γ— 10^-7.

The exponent field accepts negatives. If you are pulling figures out of a science problem, keep units out of the fields entirely and track them separately, the same discipline that stops a density calculation coming out a thousand times off. For the ordinary arithmetic around it, our other maths tools cover the rest.

Check your own case

Free to use, and it takes less than a minute.

Open the Scientific Notation Calculator

Common questions

How many significant figures should I keep? As many as your least precise input had. If one measurement is 2.5 Γ— 10^3 (two figures) and another is 1.234 Γ— 10^2 (four), the answer gets two. Scientific notation makes this visible, which is half the point of using it: the trailing zeros in 2,500 are ambiguous, but 2.5 Γ— 10^3 is not.

What is engineering notation? The same idea with the exponent locked to multiples of three, so it lines up with kilo, mega, micro and nano. 4.7 Γ— 10^-5 farads becomes 47 Γ— 10^-6, which anyone working with electronics reads instantly as 47 microfarads.

Can the coefficient be negative? Yes. -2.4 Γ— 10^5 is -240,000. The sign belongs to the coefficient and never to the exponent. A negative exponent means a small number, not a negative one, and mixing those up is a common source of answers that are wrong by a factor of a billion.

Why does 10^0 equal 1? Because dividing 10^1 by 10 gives 10^0, and 10 divided by 10 is 1. So any value multiplied by 10^0 is itself, which is what the converter shows when a number is already between 1 and 10.

Have a question, a correction, or a calculator request? Contact our editorial team — we usually reply within a day.