Scientific Notation Converter
Convert between decimal and scientific notation both ways. Enter a number to get a×10ⁿ and E-notation, or type e-notation to get the decimal - plus significant figures and engineering notation.
- Free, no account
- No watermark
- No usage limit
About the Scientific Notation Converter
Most scientific notation converters quietly lie to you once the number gets big. Type 6.022e23, ask for the plain decimal, and a lot of them hand back a value that's close but wrong in the low digits, a stray 4 or 8 buried where clean zeros should be. That happens because they push your number through the same floating-point math a spreadsheet uses, and that math gives up somewhere past 15 or 16 significant digits. Nothing here goes through floating point at all. It works on the digits themselves, sliding the decimal point and counting places, so 6.022 × 10²³ comes back as exactly 602,200,000,000,000,000,000,000, the right count of zeros and nothing fake in the tail.
It also goes both ways off the same box. Type a plain number, get scientific notation. Type scientific notation, get the plain number back. No mode switch, no button, it converts the instant you type. And it reads whatever your calculator or spreadsheet handed you, 6.022e23, 1.2E-4, the full 6.022 × 10^23, upper or lower case, then shows four forms at once: the standard a × 10ⁿ, the e shorthand, engineering notation, and the fully expanded decimal, plus a live significant-figure count.
How to use
- Type your number in the box. A plain decimal like
12345or0.00012, or an already-scientific value like6.022e23,1.2e-4, even6.022 × 10^23. It reads all of them. - Read the scientific form at the top. It shows as
a × 10ⁿwith the coefficient sitting between 1 and 10. - Grab the other forms below it. E-notation for spreadsheets and code, engineering notation for anything with metric units, and the fully expanded decimal.
- Check the significant-figure count when precision matters. The tool counts the meaningful digits in your coefficient as you type.
- Tap a preset in the
Try:row to watch it run, Avogadro's number, the electron mass, the speed of light, a plain whole number, so you see both directions and extremes.
To go the other way, from notation back to a plain number, you just type the notation. Put 6.022e23 in the box and you get the expanded decimal. Same box, nothing to toggle.
The rounding tail, and why this one skips it
Standard computer arithmetic holds a number in 64 bits, which buys you roughly 15 to 17 significant digits and no more. Everything past that gets rounded off and sometimes replaced with garbage. For ordinary math you never notice. Scientific notation is the one place it bites, because the notation exists to write numbers with 20, 30, 40 digits, exactly the range where the float falls apart.
So take 6.022 × 10²³ into a spreadsheet or a pocket calculator and expand it, and the machine can't actually store all 24 digits. What you get looks right and isn't. This converter never goes near that math. It keeps your coefficient as its real digits, moves the decimal point by counting places, and pads with actual zeros, so the expanded form stays dead exact. Feed it a 24-digit number and 24 correct digits come back. That is the one thing a lot of the free converters botch, and it's the reason this one is worth using instead.
There's a sane ceiling on it, the exponent tops out around ten thousand, which is far past anything real.
Engineering notation, the form most converters skip
Plenty of converters give you the plain a × 10ⁿ and stop there. This one also shows engineering notation, which you want the moment you're dealing with real-world units. Engineering notation is scientific notation with one rule bolted on: the exponent has to be a multiple of 3. Only ..., -6, -3, 0, 3, 6, 9, and so on.
The reason is that the metric prefixes climb in thousands. Kilo is 10³, mega is 10⁶, giga is 10⁹, and going small, milli is 10⁻³, micro is 10⁻⁶, nano is 10⁻⁹. Lock the exponent to a multiple of 3 and you can read the prefix straight off the number. 4.7 × 10³ ohms is 4.7 kiloohms. 2.2 × 10⁻⁶ farads is 2.2 microfarads. The plain form won't line up like that, 1.5 × 10⁵ tells you nothing about which prefix to grab, but its engineering form 150 × 10³ says kilo right away.
The cost is that the coefficient no longer sits neatly between 1 and 10. In engineering notation it runs anywhere from 1 up to just under 1000, so 72,000 is 7.2 × 10⁴ the standard way and 72 × 10³ the engineering way. The tool shows both at once, so you never do that shift in your head.
Why a negative exponent isn't a negative number
If there's one thing people get backwards, it's the sign of the exponent. A negative exponent does not mean the number is negative. It means the number is small, less than 1, sitting to the right of the decimal point. 3 × 10⁻⁴ is 0.0003, a perfectly positive number. A value only turns negative when there's a minus sign on the coefficient, like -3 × 10⁴, which works out to -30,000.
There are really two minus signs here, and they do different jobs. A minus on the coefficient is the one that actually makes the number negative. The minus that turns up on an exponent isn't doing that at all, it only says the value is small. So -7.5 × 10³ is a negative number with a positive exponent, -7,500, and once you keep those apart the small-number cases stop being a trap.
It's worth doing the easy conversions by hand too, just to catch a tool that's wrong. Slide the decimal point until exactly one non-zero digit sits to its left, then count the places you moved it, and that count is your exponent, positive when you slid the point left across a big number. Go the other way for a value below 1 and the exponent comes out negative instead. 86,400 is 8.64 × 10⁴, 0.0072 is 7.2 × 10⁻³. If a converter ever tells you 5,000 is anything but 5 × 10³, you want to spot that on sight. When the conversion is one step inside a bigger calculation, our scientific calculator will crunch the numbers in this form, the exponent calculator raises a base to a power directly, and the logarithm calculator pulls the exponent back out.
Frequently asked questions
What number formats can I paste in?
More than you'd expect. Plain decimals (12345, -0.00012), the e shorthand in either case (6.022e23, 6.022E23), a signed exponent (1.2e-4, 1.2e+4), and the written-out 6.022 × 10^23 with the times sign and caret. It even takes a bare 10^-9 and reads it as 1 × 10⁻⁹. The idea is that you can paste in whatever a calculator, spreadsheet, or textbook gave you and it just parses it.
Is "standard form" the same as scientific notation?
Yes. "Standard form" is what British and a lot of international schools call a × 10ⁿ. Same notation, same rules, different name. If a maths teacher tells you to "write it in standard form," they want the coefficient between 1 and 10 times a power of ten, which is exactly what the scientific form here gives you. Worth knowing that "standard form" gets used for a couple of other, unrelated ideas in maths too, so lean on context.
Is the "e" in 1.2e4 Euler's number?
No, and it's a genuinely unlucky collision that confuses students every year. In 1.2e4 the e is just keyboard shorthand for "times ten to the," so 1.2e4 is 1.2 × 10⁴, which is 12,000. Euler's number, e around 2.718, is the base of natural logarithms and shows up in growth and calculus. Different thing entirely that happens to share a letter. In this box, read every e as × 10^.
How many significant figures does my number have?
Count the meaningful digits in the coefficient, the ones that carry information rather than just set the scale. Leading zeros never count, so 0.008 reports one significant figure, the 8, and 6.022 × 10²³ reports four. The tool tallies them live as you type, a fast check on whether a number claims more precision than it really has. One caveat on trailing zeros: a scientist writing 5.30 means three figures, but a plain typed number can't signal that the final zero was deliberate, so the tool leaves trailing zeros out of the count. If you know that zero is significant, add one to what it shows.
What's the largest number it'll expand in full?
The exponent can run up to about ten thousand in magnitude either way. That covers every real-world number by a wide margin, a googol is only 10¹⁰⁰. Even very long expansions are shown in full and exact, so you can copy the whole thing with no rounded tail sneaking in.
Does anything I type get uploaded?
No. The whole conversion happens in your browser. Your numbers never leave the page, nothing is sent to a server, and there's no account or sign-up. It also keeps working after the page loads even if your connection drops.