Scientific Notation Calculator and Converter
A scientific notation calculator does two jobs, and most tools online only manage one of them politely. The first job is conversion: take an unwieldy number like 1,568,938 or 0.00000452 and rewrite it as 1.568938 × 10⁶ or 4.52 × 10⁻⁶. The second is arithmetic: multiply, divide, add and subtract numbers while they are still wearing their powers of ten. The calculator above does both — type a number and press equals to see it in every notation at once, or switch to the Calculate tab and work through a full expression, brackets and all, with the working shown underneath.
I have taught enough physics students to know exactly where scientific notation goes wrong: it is never the idea that confuses people, it is the bookkeeping. One dropped exponent and the mass of an electron grows by a factor of a thousand. So this tool was built to keep the bookkeeping honest — it shows the coefficients and the powers of ten being handled separately at every step, which is precisely how you should do it on paper.
Below you will find the full guide: what scientific notation actually is, how to convert any number by hand, how the four common notations relate to each other, and the rules for calculating with powers of ten. If what you need is trigonometry or logarithms, the scientific calculator is the right tool; if you are deciding how many digits of an answer you are allowed to keep, that is the job of the significant figures calculator. Everything lives together on the Monkza calculators page.
What This Scientific Notation Calculator Does
The two tabs at the top match the two jobs.
| Mode | What it answers | Example |
|---|---|---|
| Convert | Rewrite one number in every notation at once | 1568938 → 1.568938 × 10⁶ |
| Calculate | Evaluate a full expression in scientific notation | (3e8 × 2e-3) ÷ 4e5 → 1.5 |
Convert accepts a number in any reasonable form — 3672.2, 2.3e11, 3.5×10^−12, even with commas — and reports the scientific notation, E-notation, decimal notation, and behind the "Engineering & more" button, the engineering notation, order of magnitude and SI prefix. Calculate takes a whole expression with unlimited terms and brackets, waits for you to press equals, and then explains its own answer step by step. As you type, a small line under the box mirrors your input in proper textbook notation, so 2.5e-4 is instantly shown as 2.5 × 10⁻⁴ — nobody has to guess what the letter e means.
What Is Scientific Notation?
Scientific notation is a compact way of writing numbers that are inconveniently large or small. Any number is expressed as a coefficient between 1 and 10, multiplied by ten raised to an integer power:
a × 10n where 1 ≤ |a| < 10 and n is a whole number
The speed of light, 299,792,458 m/s, becomes 2.99792458 × 10⁸. Avogadro's number is 6.022 × 10²³ rather than a 6 followed by twenty-three digits of bookkeeping. The charge of an electron, 0.00000000000000000016 coulombs, collapses into the far more civilised 1.6 × 10⁻¹⁹. Every science that measures anything — chemistry, physics, astronomy, biology, engineering — leans on this notation daily, because it makes absurdly big and absurdly small quantities comparable at a glance: you compare the exponents first and the coefficients second.
A note for readers in the UK and India: what British textbooks call standard form is exactly the same thing as scientific notation. The names differ by region; the mathematics does not.
How to Convert a Number to Scientific Notation
The hand method takes three steps, and the calculator's Convert mode follows the same logic internally.
Step 1. Move the decimal point until exactly one non-zero digit sits to its left. For 1,568,938, the point moves 6 places left to give 1.568938. For 0.00000452, it moves 6 places right to give 4.52.
Step 2. Count how many places the point moved. That count is the exponent.
Step 3. Decide the sign of the exponent. Moved left (the number was large) → positive. Moved right (the number was small) → negative. So 1,568,938 = 1.568938 × 10⁶ and 0.00000452 = 4.52 × 10⁻⁶.
The reverse conversion — from scientific notation back to an ordinary number — simply undoes the move: 3.6 × 10⁴ means "shift the point four places right", giving 36,000. Type any of these into the calculator and press equals to check yourself; the Decimal notation row writes the number out in full, thousands separators included, even for something as vast as Avogadro's 602,200,000,000,000,000,000,000.
Scientific, E, Engineering and Decimal Notation Compared
The same number wears four common outfits, and the calculator shows all of them because different fields insist on different ones.
| Notation | 6,500,000 written as | Who uses it |
|---|---|---|
| Scientific notation | 6.5 × 10⁶ | Science classrooms, papers, textbooks |
| E-notation | 6.5e6 | Calculators, spreadsheets, programming |
| Engineering notation | 6.5 × 10⁶ (exponent a multiple of 3) | Electronics, engineering, SI prefixes |
| Decimal notation | 6,500,000 | Everyday writing |
E-notation is nothing more than scientific notation with the "× 10" abbreviated to the letter e — 6.5e6 and 6.5 × 10⁶ are the same statement. Engineering notation restricts the exponent to multiples of three so that it lines up with the SI prefixes: 10³ is kilo, 10⁶ is mega, 10⁹ is giga, 10⁻³ is milli, 10⁻⁶ is micro, 10⁻⁹ is nano. An electronics engineer would rather read 45 × 10³ ohms — 45 kilo-ohms — than the textbook-correct 4.5 × 10⁴.
One small point of precision, because this site cares about such things: some popular calculators label the written-out form the "Real Number". That label is mathematically sloppy — 6.5 × 10⁶ is every bit as real a number as 6,500,000; the two are one number written two ways. The honest name for the written-out form is decimal notation, and that is what this calculator calls it.
How to Calculate in Scientific Notation
The whole charm of the notation is that arithmetic splits into two easy halves: deal with the coefficients, then deal with the powers of ten. The Calculate tab displays exactly this split for every step.
Multiplication and Division
To multiply, multiply the coefficients and add the exponents. To divide, divide the coefficients and subtract the exponents.
(3.0 × 10⁸) × (2.0 × 10⁻³) → coefficients: 3.0 × 2.0 = 6.0 | exponents: 8 + (−3) = 5 → 6.0 × 10⁵
(6.0 × 10⁵) ÷ (4.0 × 10⁵) → coefficients: 6.0 ÷ 4.0 = 1.5 | exponents: 5 − 5 = 0 → 1.5 × 10⁰ = 1.5
If the coefficient drifts outside the 1–10 range — say a multiplication gives 25 × 10³¹ — you normalise by nudging the exponent: 2.5 × 10³². The calculator does this automatically and shows the tidy final form.
Addition and Subtraction
Here the powers of ten must match before anything else happens, exactly as pounds cannot be added to pence until one is converted. Line up the exponents, then add or subtract the coefficients:
1.23 × 10⁷ + 3.45 × 10² → rewrite: 12,300,000 + 345 → 1.2300345 × 10⁷
This is the step students most often fumble, because it is tempting to add the coefficients while the exponents still disagree. The calculator's step-by-step panel says out loud that it is lining up the powers of ten first, which is the habit worth copying onto paper.
Why This Beats a Typical Scientific Notation Converter
Having built the thing, let me be candid about what is different, because these are the details you only notice after using the usual tools in frustration.
One expression box, not an X-and-Y form. The best-known scientific notation calculators give you two numbers, each split into a coefficient box and a separate exponent box, and a row of operation buttons. Two numbers is the ceiling; brackets are impossible. Here you simply type (3e8 × 2e-3) ÷ (4e5) as one thought — unlimited terms, nested brackets, powers — the way you would write it.
A natural display, like a real calculator. As you type e-notation, the line under the box instantly renders it in textbook form. Beginners stop being intimidated by 2.5e-4 the moment they watch it become 2.5 × 10⁻⁴ as they type. No other converter I have tested teaches its own input syntax.
Working you can learn from. The step-by-step panel splits every operation into its coefficient arithmetic and its exponent arithmetic, with the rule written underneath. That is not a garnish; it is the entire method, made visible.
No clutter. No "Precision: 20" box to puzzle over, no advertisements between you and the answer, nothing to configure. Sensible precision is handled automatically, and the answer arrives in every notation at once.
Worked Examples You Can Tap
Every example under the calculator loads and solves with one tap. These are the ones worth understanding rather than merely copying:
| Problem | Answer | The idea being tested |
|---|---|---|
| Convert 1568938 | 1.568938 × 10⁶ | point moves 6 left → exponent +6 |
| Convert 0.00000452 | 4.52 × 10⁻⁶ | point moves 6 right → exponent −6 |
| 3.0e8 × 2.0e-3 | 6 × 10⁵ | multiply coefficients, add exponents |
| 1.23e7 + 3.45e2 | 1.2300345 × 10⁷ | line up the powers of ten first |
| 6.022e23 ÷ 2 | 3.011 × 10²³ | a plain number divides the coefficient only |
| (2.5e3)² | 6.25 × 10⁶ | square the coefficient, double the exponent |
Order of Magnitude and SI Prefixes
Two bonus readings appear behind the "Engineering & more" button. The order of magnitude is simply the exponent in scientific notation — it answers "roughly how big?" in powers of ten, which is how physicists compare a bacterium (10⁻⁶ m) with a planet (10⁷ m) in one breath: thirteen orders of magnitude apart. The SI prefix translates the engineering exponent into its spoken name — kilo, mega, giga, milli, micro, nano — so 45,000 hertz reads as 45 kHz without further thought. Both are the kind of quantity you need constantly in physics homework and never quite trust yourself to eyeball.
Frequently Asked Questions
How do you convert a number to scientific notation?
What does the letter e mean on a calculator?
Is standard form the same as scientific notation?
How do you multiply numbers in scientific notation?
How do you add numbers in scientific notation?
What is engineering notation?
What is 2.5e3 squared?
What is an order of magnitude?
Is this scientific notation calculator free?
Does it work on a phone?
Scientific notation is one of those rare ideas that repays ten minutes of practice with years of saved effort — every lab report, every physics problem, every astronomy figure becomes easier to write and harder to get wrong. Use the converter above until moving the decimal point feels automatic, and let the Calculate tab check your multiplication of powers. When your work needs the next tool along, the scientific calculator, the sig fig calculator, Standard Form Calculator , Percent error calculator and the basic calculator are all one tap away on the Monkza calculators page — free, fast and honest, every one of them.