How scientific notation works, step-by-step conversion in both directions, and worked examples for the very large and very small numbers that show up in science, engineering, and everyday data.
Published August 30, 2026 · Reviewed by the Ihsabha Editorial Team
The distance from Earth to the Sun is about 149,600,000,000 meters. The mass of a single hydrogen atom is about 0.0000000000000000000000000016735 kilograms. Both numbers are accurate, and both are almost impossible to read, compare, or type correctly without miscounting a zero somewhere along the way. Scientific notation exists to solve exactly this problem: it rewrites any number, no matter how large or small, as a short expression built from a single-digit coefficient and a power of ten — turning that distance into 1.496 × 10¹¹ meters and that mass into 1.6735 × 10⁻²⁷ kilograms. This guide covers what scientific notation actually means, the exact steps to convert a number into it and back out of it again, how to multiply and divide numbers that are already in scientific notation, and the mistakes that trip up most people the first time they use it.
Scientific notation writes any number as two parts multiplied together: a coefficient between 1 and 10 (including 1, but always less than 10), and 10 raised to an exponent — written generally as a × 10ⁿ, where a is the coefficient and n is a whole number (positive, negative, or zero). The number 4,200,000 becomes 4.2 × 10⁶, because 4.2 multiplied by 10 six times (10⁶ = 1,000,000) reconstructs the original number: 4.2 × 1,000,000 = 4,200,000. The exponent essentially counts how many places the decimal point has to move, and its sign tells you which direction: a positive exponent means the original number was large (decimal moved left to reach the coefficient), and a negative exponent means the original number was a small decimal (decimal moved right to reach the coefficient). If you want to go further, Reverse Percentage: How to Find the Original Number explains this point in more depth. You can use the Scientific Notation Calculator to get the result instantly, with no manual math.
To convert a large whole number, move the decimal point to the left until exactly one non-zero digit remains in front of it, then count how many places it moved — that count becomes the positive exponent. Take 93,000,000 (roughly the distance from Earth to the Sun in miles):
A quick check that always works: count the total digits in the original number and subtract 1 — for 93,000,000 (8 digits), 8 − 1 = 7, matching the exponent found above.
For numbers smaller than 1, the process runs in the opposite direction: move the decimal point to the right until one non-zero digit sits in front of it, and the number of places moved becomes a negative exponent. Take 0.00047:
The rule of thumb: moving the decimal point left (for large numbers) always produces a positive exponent, and moving it right (for small decimals) always produces a negative exponent — the direction of the move and the sign of the exponent are opposites of each other, which is a common point of confusion worth double-checking on every conversion.
To reverse the process, move the decimal point in the opposite direction indicated by the exponent's sign, by exactly as many places as the exponent's value. For a positive exponent, move the decimal point right (making the number larger); for a negative exponent, move it left (making the number smaller). Two worked examples:
Any empty spaces created by the move are filled with zeros, as shown in both examples above — this is the step people most often get wrong by miscounting the zeros needed.
The approximate distance from Earth to the Sun is 149,600,000,000 meters. Converting it:
Compare the two forms side by side: "149,600,000,000" requires counting eleven digits after the 1 to avoid an error, while "1.496 × 10¹¹" carries the same information in a form that's far harder to misread or mistype — which is exactly why scientific fields standardize on this notation for anything beyond a few digits. For a deeper look, our guide on Markup vs. Margin: How to Calculate Each Percentage Correctly covers this in more detail.
The mass of a single electron is approximately 0.00000000000000000000000000000091094 kilograms. Converting it:
This is the clearest case for why scientific notation exists at all: the standard decimal form has 30 zeros to count correctly, and a single miscounted zero changes the value by a factor of ten — an error that's essentially invisible when scanning a long string of zeros, but immediately obvious as a wrong exponent in scientific notation. Rather than working this out by hand every time, the Scientific Notation Calculator can handle the whole calculation for you.
To multiply two numbers already in scientific notation, multiply the coefficients together and add the exponents. For (3 × 10⁴) × (2 × 10³): multiply the coefficients, 3 × 2 = 6, and add the exponents, 4 + 3 = 7, giving 6 × 10⁷. If multiplying the coefficients produces a result of 10 or more, the answer needs one more adjustment step, covered in the next section, to keep the coefficient within the required 1-to-10 range.
Division works the same way in reverse: divide the coefficients and subtract the exponents. For (8 × 10⁶) ÷ (2 × 10²): divide the coefficients, 8 ÷ 2 = 4, and subtract the exponents, 6 − 2 = 4, giving 4 × 10⁴. As with multiplication, keep an eye on whether the resulting coefficient still falls between 1 and 10 — if it doesn't, it needs to be renormalized.
Multiplying or dividing coefficients can sometimes produce a result of 10 or greater (or less than 1), which breaks the "coefficient between 1 and 10" rule that defines proper scientific notation. Take (5 × 10³) × (4 × 10²): multiplying the coefficients gives 5 × 4 = 20, and adding the exponents gives 3 + 2 = 5, producing 20 × 10⁵ — not yet valid scientific notation, since 20 is greater than 10. The fix is to shift the decimal point in the coefficient one place left (turning 20 into 2.0) and add 1 to the exponent to compensate: 2.0 × 10⁶. This extra normalization step is easy to forget, and skipping it is one of the most common scientific notation mistakes in multiplication and division problems. This naturally leads to a related question, answered in How to Calculate a Tip: The Complete Tip Percentage Guide.
Addition and subtraction are the one case where the exponents can't simply be combined — the two numbers must first be rewritten with a matching exponent before their coefficients can be added or subtracted directly. For (4.2 × 10⁵) + (3.1 × 10⁴), rewrite the second term so its exponent matches the first: 3.1 × 10⁴ becomes 0.31 × 10⁵. Now the coefficients can be added directly: 4.2 + 0.31 = 4.51, giving 4.51 × 10⁵. This extra alignment step is unique to addition and subtraction — multiplication and division never require matching exponents first.
| Scientific notation | Standard form | Common name |
|---|---|---|
| 10⁹ | 1,000,000,000 | One billion |
| 10⁶ | 1,000,000 | One million |
| 10³ | 1,000 | One thousand |
| 10⁰ | 1 | One |
| 10⁻³ | 0.001 | One thousandth |
| 10⁻⁶ | 0.000001 | One millionth |
| 10⁻⁹ | 0.000000001 | One billionth |
Because typing a raised exponent isn't always possible on a keyboard or calculator screen, scientific notation is commonly displayed using an "E" or "e" in place of "× 10", so 4.2 × 10⁶ appears as 4.2E6 or 4.2e+6 on many calculators and in programming languages and spreadsheet software. A negative exponent follows the same pattern: 9.1 × 10⁻³¹ becomes 9.1E-31. This "E notation" carries exactly the same meaning as standard scientific notation — the E simply stands in for "times ten to the power of" — and it's worth recognizing on sight, since spreadsheets like Excel and Google Sheets automatically switch a very large or very small number into this format without being asked.
Engineering notation is a close cousin of scientific notation that follows a slightly different rule: instead of requiring the coefficient to fall strictly between 1 and 10, engineering notation requires the exponent to always be a multiple of 3 (…−6, −3, 0, 3, 6, 9…), which allows the coefficient to range from 1 up to just under 1,000. The reason is practical rather than mathematical — exponents that are multiples of 3 line up directly with common unit prefixes like kilo- (10³), mega- (10⁶), giga- (10⁹), milli- (10⁻³), and micro- (10⁻⁶), which engineers and technicians use constantly. Under standard scientific notation, 47,000 becomes 4.7 × 10⁴; under engineering notation, the same number becomes 47 × 10³ instead, since 10³ (aligning with "kilo") is the nearest multiple of 3. Both forms are mathematically valid and represent the same value — engineering notation simply trades the strict 1-to-10 coefficient rule for direct alignment with real-world unit prefixes. To save time, enter your values into the Scientific Notation Calculator and get an instant result.
The exponent in scientific notation is often called a number's "order of magnitude," and it gives an instant sense of scale without needing to read the full coefficient. Two numbers with the same exponent are roughly the same size, while a difference of just one in the exponent means one number is roughly ten times larger than the other — a difference of two exponents means roughly a hundred times larger, and so on. This is why scientists frequently describe a result as being "three orders of magnitude larger" rather than stating the exact multiplier: saying a nanometer (10⁻⁹ meters) is nine orders of magnitude smaller than a meter (10⁰) communicates the scale of the difference far more directly than saying it's 0.000000001 times the size. Getting comfortable reading exponents this way turns scientific notation from a writing convention into an actual comparison tool. It's also worth reading How to Calculate Percentage Off: Discount & Sale Price Formula if this situation applies to you.
Scientific notation shows up well beyond physics and chemistry classrooms. Global population figures, national debt totals, and total data stored worldwide are all commonly expressed with scientific or engineering notation because the plain decimal versions run to a dozen digits or more — global data creation is frequently cited in the range of 10²¹ bytes (a "zettabyte" scale), a figure that's essentially meaningless written out in full but immediately graspable as an order of magnitude. Computing itself relies on powers of two rather than powers of ten for memory and storage (kilobytes, megabytes, gigabytes), but the underlying logic of representing enormous or tiny values compactly is identical to scientific notation's core idea: express the scale separately from the precise digits, so both stay readable at a glance.
Skip the manual decimal-shifting. Ihsabha's Scientific Notation Calculator converts any decimal number to scientific notation, or a scientific notation value back to standard decimal form, instantly and accurately.
Scientific notation isn't just a shorthand — it makes numbers across wildly different scales directly comparable in a way that standard decimal notation makes difficult. A chemist working with Avogadro's number (about 6.022 × 10²³, the number of particles in one mole of a substance) or an astronomer comparing the distances to different stars, measured in numbers with a dozen or more digits, both rely on scientific notation to keep calculations manageable and errors visible. Because the exponent alone reveals the general size of a number, two values can be roughly compared just by glancing at their exponents, without needing to count digits — a number with an exponent of 10¹² is immediately recognizable as vastly larger than one with an exponent of 10³, long before comparing the coefficients in detail.
A way to write a number as a value between 1 and 10 multiplied by 10 raised to a power, such as 4.2 × 10⁶ instead of 4,200,000. It makes very large or very small numbers shorter and easier to compare.
Move the decimal point left until only one non-zero digit remains before it, then multiply by 10 raised to the number of places moved. For 93,000,000, moving the decimal 7 places gives 9.3 × 10⁷.
Move the decimal point right until only one non-zero digit remains before it, then multiply by 10 raised to the negative of the number of places moved. For 0.00047, moving the decimal 4 places gives 4.7 × 10⁻⁴.
Multiply the two coefficients together and add the exponents. For (3 × 10⁴) × (2 × 10³), multiply 3 × 2 = 6 and add the exponents 4 + 3 = 7, giving 6 × 10⁷.
Scientific notation comes down to two consistent moves: converting into it means shifting the decimal point until one digit remains before it and recording how far and which direction it moved as the exponent, and converting out of it means reversing that shift using the exponent's sign as the direction guide. Once those two moves feel automatic, both very large and very small numbers become just as easy to read, compare, and calculate with as any ordinary number — which is precisely the problem scientific notation was invented to solve.
Work it out instantly with Ihsabha's Percentage Calculator and Percentage Change Calculator. For related reading on Ihsabha's blog, see How to Use a Scientific Calculator: Every Function Explained, Degrees vs. Radians: The Complete Guide to Angle Units and Significant Figures: Rules, Examples & How to Round Correctly.