Scientific Notation Calculator and Converter
This scientific notation calculator does two jobs. Convert takes an unwieldy number like 1,568,938 or 0.00000452 and rewrites it as 1.568938 × 10⁶ or 4.52 × 10⁻⁶, together with its E-notation, engineering notation and full decimal form. Calculate takes a whole expression — unlimited terms, brackets, powers — and works it out while the numbers are still wearing their powers of ten, showing the working underneath.
Scientific notation rarely fails because the idea is hard. It fails on bookkeeping: one dropped exponent and the mass of an electron grows by a factor of a thousand. So the working here keeps the two halves apart at every step — coefficients on one line, powers of ten on another — which is exactly how it should be done on paper.
For trigonometry or logarithms the scientific calculator is the right tool, and for deciding how many digits of an answer you may keep, the significant figures calculator. Everything sits together on the Monkza calculators page.
What This Scientific Notation Calculator Does
| 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, commas and all. Enter something like 45.6e3, where the coefficient sits outside 1 to 10, and it says so before handing back the tidy form. Calculate waits for equals, then explains its own answer step by step. As you type, a line under the box mirrors your input in textbook notation, so 2.5e-4 appears as 2.5 × 10⁻⁴ while you are still typing.
What Is Scientific Notation?
Scientific notation writes any number 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 1.6 × 10⁻¹⁹. That is why every measuring science leans on it: absurdly big and absurdly small quantities become comparable at a glance, exponents first and coefficients second.
A note for readers in the UK and India: what British textbooks call standard form is the same thing, and there is a companion standard form calculator written from that side of the divide.
How to Convert a Number to Scientific Notation
The hand method takes three steps, and the Convert tab follows the same logic.
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 the places moved. That count is the exponent.
Step 3. Decide the sign. 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 undoes the move: 3.6 × 10⁴ means "shift the point four places right", giving 36,000. The Decimal notation row writes any number out in full, thousands separators included, even Avogadro's 602,200,000,000,000,000,000,000.
Scientific, E, Engineering and Decimal Notation Compared
| 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 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 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 point of precision: some calculators label the written-out form the "Real Number", which is sloppy — 6.5 × 10⁶ is every bit as real as 6,500,000. The honest name is decimal notation, and that is what this tool calls it.
How to Calculate in Scientific Notation
Arithmetic here splits into two easy halves: deal with the coefficients, then deal with the powers of ten. The Calculate tab shows exactly that split for every step.
Multiplication and Division
To multiply, multiply the coefficients and add the exponents. To divide, divide the coefficients and subtract them.
(3.0 × 10⁸) × (2.0 × 10⁻³) → coefficients: 3.0 × 2.0 = 6.0 | exponents: 8 + (−3) = 5 → 6 × 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 1–10 — say a multiplication gives 25 × 10³¹ — normalise by nudging the exponent: 2.5 × 10³². The calculator does this and shows the tidy form.
Addition and Subtraction
Here the powers of ten must match first, exactly as pounds cannot be added to pence until one is converted:
1.23 × 10⁷ + 3.45 × 10² → rewrite: 12,300,000 + 345 → 1.2300345 × 10⁷
This is the step most often fumbled, because it is tempting to add the coefficients while the exponents still disagree. The step panel says out loud that it is matching the powers of ten first.
Powers
Raising a number in scientific notation to a power raises the coefficient and multiplies the exponent: (2.5 × 10³)² = 6.25 × 10⁶. One warning worth carrying into an exam: a minus sign in front binds looser than the power, so −2² is −4, not 4. Brackets are what change that, and this calculator follows the same convention your exam board does.
Why This Beats a Typical Scientific Notation Converter
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. Two numbers is the ceiling; brackets are impossible. Here you type (3e8 × 2e-3) ÷ (4e5) as one thought — unlimited terms, nested brackets, powers.
Working you can learn from. The 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 method, made visible.
No clutter. No "Precision: 20" box to puzzle over, no advertisements between you and the answer, nothing to configure — and the answer arrives in every notation at once.
Worked Examples You Can Tap
| 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 readings sit behind the "Engineering & more" button. The order of magnitude is the exponent in scientific notation — it answers "roughly how big?" in powers of ten, which is how a bacterium (10⁻⁶ m) and a planet (10⁷ m) are compared in one breath: thirteen orders of magnitude apart. The SI prefix turns the engineering exponent into its spoken name, so 45,000 hertz reads as 45 kHz.
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 an order of magnitude?
Is this scientific notation calculator free?
Scientific notation 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 powers of ten. When the work needs the next tool along, the scientific calculator, the sig fig calculator, the percent error calculator and the basic calculator are one tap away on the Monkza calculators page.