Scientific Notation Calculator
Convert to/from scientific notation and perform operations
Scientific Notation Calculator tool
Results
—
Standard Form
Mantissa
—
Exponent
—
Step-by-step:
- 1.Number: 1234567
- 2.Find exponent: log10(|1234567|) = 6
- 3.Calculate mantissa: 1234567 / 10^6 = 1.234567
- 4.Result: 1.234567 × 10^6
Scientific Notation Calculator: key facts
- What it does
- Convert to/from scientific notation and perform operations
- Category
- Math Calculators
- Cost
- Free, with no account, sign-up, or install.
- Your data
- Runs entirely in your browser — the files and text you enter are never uploaded to a server.
- Last reviewed
- . Report an incorrect result.
Understanding the Scientific Notation Calculator
Very large and very small numbers are unwieldy in standard form, which is why science writes them as a value times a power of ten. This calculator converts numbers to and from scientific notation, and even performs arithmetic — add, subtract, multiply, or divide — directly on numbers in that form.
Students and anyone working in science or engineering use it to move between 0.00000045 and 4.5 × 10⁻⁷ without miscounting zeros, and to combine such numbers correctly. The operate mode is the real time-saver: it handles the exponent bookkeeping and re-normalizes the result so the mantissa stays in the proper range.
Getting a result
- Choose a mode: Convert (between standard and scientific form) or Operate (arithmetic on two scientific numbers).
- In Convert mode, enter a standard number to see its scientific form, or a mantissa and exponent to see the standard value.
- In Operate mode, pick an operation and enter the mantissa and exponent of each number.
- Read the result in scientific notation and standard form, with the normalization steps shown.
Normalising, and arithmetic on exponents
Converting to scientific notation means finding the power of ten that leaves a mantissa between one and ten. The tool takes the base-ten logarithm, floors it to get the exponent, and divides by that power to recover the mantissa. Converting back is a single multiplication.
For arithmetic between two numbers in this form, the exponent rules do the work: multiplying multiplies the mantissas and adds the exponents, dividing divides and subtracts. Addition and subtraction are harder, because the exponents must be made equal before the mantissas can be combined at all.
Results are renormalised where the arithmetic pushes the mantissa outside the one-to-ten range, so a product of 10 × 10⁵ is reported as 1 × 10⁶.
- The default 1234567 normalises to 1.234567 × 10⁶.
- Multiplying 2.5 × 10³ by 4 × 10² gives 10 × 10⁵, renormalised to 1 × 10⁶.
- A very small quantity such as 0.00000045 becomes 4.5 × 10⁻⁷, where the negative exponent counts places to the right of the point.
Reasons to use it here
- It works both directions — converting standard numbers to scientific notation and back — in one place.
- Its operate mode does arithmetic on scientific-notation numbers and re-normalizes the result so the mantissa stays between 1 and 10.
- It shows the standard form with thousands separators alongside the scientific form for easy reading.
- Everything is computed in your browser instantly.
Significant figures, and related notations
Part of the reason scientific notation is standard in the sciences is that it makes significant figures unambiguous. Written plainly, 1500 could carry two, three, or four significant figures with no way to tell; written as 1.5 × 10³ it plainly carries two, and 1.500 × 10³ plainly carries four. That precision about precision is why journals require it.
Engineering notation is a close relative that restricts exponents to multiples of three, aligning them with the SI prefixes — kilo, mega, giga, milli, micro. It is preferred in electronics for that reason, since 4.7 × 10³ ohms reads directly as 4.7 kilohms.
Computers use the same idea internally as floating point, storing a mantissa and an exponent in binary, and the E notation seen in output — 1.234567E+6 — is the same thing typed on one line. It is also why floating-point arithmetic has limited significant digits regardless of magnitude: the exponent extends the range, while the mantissa fixes the precision.
Frequently Asked Questions
What is scientific notation?
Scientific notation writes a number as a mantissa between 1 and 10 multiplied by a power of ten — for example, 4,500 becomes 4.5 × 10³. It makes very large or very small numbers compact and easy to compare.
How do I multiply numbers in scientific notation?
Multiply the mantissas and add the exponents, then normalize so the mantissa stays between 1 and 10. The operate mode does this automatically — enter both numbers and choose multiply.
What does normalizing the mantissa mean?
After an operation the mantissa can fall outside the 1-to-10 range; normalizing shifts the decimal point and adjusts the exponent to bring it back. The calculator shows this step so the final notation is in proper form.
How do I write a small number like 0.00045 in scientific notation?
Small numbers use a negative exponent: 0.00045 becomes 4.5 × 10⁻⁴, because the decimal point moves four places to the right to reach 4.5. Enter the standard number in Convert mode and the calculator produces the negative-exponent form for you.