Free Scientific Notation Converter

Convert between standard numbers and scientific notation in both directions. Also displays engineering notation (exponent in multiples of 3) for the same value.

Enter your details

Enter any positive or negative real number.

Result
Enter your details on the left, then press Calculate.

What is this calculator for?

You're reading a chemistry textbook that mentions Avogadro's number as 6.022 × 10²³. Your calculator returned 4.2e-8. Or you're a software engineer dealing with floating-point numbers in scientific notation. The scientific notation converter translates between standard decimal numbers and scientific notation (also called "exponential" or "E notation"), useful for very large or very small values that are unwieldy in standard form.

Scientific notation expresses any number as: coefficient × 10^exponent, where the coefficient is between 1 and 10 (exclusive of 10), and the exponent is an integer. 4,200,000,000 = 4.2 × 10⁹. 0.000000042 = 4.2 × 10⁻⁸. The exponent tells you how many places the decimal point moves: positive exponent moves right (big numbers), negative exponent moves left (small numbers).

E notation is the computer-readable form: 4.2 × 10⁹ = 4.2e9 or 4.2E9. 4.2 × 10⁻⁸ = 4.2e-8. Used in code, spreadsheets, and calculators. The "e" is just shorthand for "× 10^".

How to use this calculator

Enter a number in standard form (4,200,000,000 or 0.000042) to convert to scientific notation. Or enter scientific notation (4.2e9 or 4.2×10⁹) to convert to standard. The calculator handles both directions.

For multiplication of scientific notation numbers: multiply coefficients, add exponents. (3.0 × 10⁶) × (2.0 × 10⁴) = 6.0 × 10¹⁰. The calculator handles this automatically; useful for verifying scientific calculations manually.

For scientific notation in different fields: physics uses ×10ⁿ form heavily. Computer science uses Eⁿ. Engineering sometimes uses "engineering notation" — same as scientific but exponents must be multiples of 3 (matching SI prefixes: kilo 10³, mega 10⁶, giga 10⁹, etc.). 4.2 × 10⁵ in standard scientific = 420 × 10³ in engineering (= 420 kilo-units).

Understanding your results

The calculator returns the equivalent in standard decimal notation, scientific notation, E notation, and engineering notation.

Reference numbers and their scientific notation:

Avogadro's number: 6.022 × 10²³ molecules per mole.

Speed of light: 2.998 × 10⁸ m/s (3 × 10⁸ for rough math).

Earth's mass: 5.97 × 10²⁴ kg.

Sun's mass: 1.99 × 10³⁰ kg.

Distance to nearest star (Proxima Centauri): 4.0 × 10¹⁶ m.

Diameter of hydrogen atom: 1.06 × 10⁻¹⁰ m.

Mass of electron: 9.109 × 10⁻³¹ kg.

One million: 1 × 10⁶. One billion: 1 × 10⁹. One trillion: 1 × 10¹². Atto- (very small): 10⁻¹⁸. Zepto-: 10⁻²¹. Yotta- (very large): 10²⁴.

The reading skill. Once you're fluent in scientific notation, large and small numbers become much easier to compare. The diameter of an atom (10⁻¹⁰ m) vs the diameter of a virus (10⁻⁷ m): virus is 1,000× larger than atom. The mass of Earth (10²⁴ kg) vs mass of Sun (10³⁰ kg): Sun is 1,000,000× more massive. Comparing standard-form numbers (0.0000000001 vs 0.0000001) is harder than comparing 10⁻¹⁰ vs 10⁻⁷ (clearly 1,000× difference in the exponents).

Calculator E notation quirk. Most calculators display 4.2 × 10²³ as "4.2E23" or "4.2e+23". Entering 4.2e-8 means 4.2 × 10⁻⁸. Use the "EE" or "EXP" button on scientific calculators to enter exponents (don't multiply by 10 then raise to a power — the operation is built-in). Excel and Google Sheets show very large or very small numbers in E notation automatically; you can force standard formatting via cell formatting options.

A worked example

A chemistry student is calculating the number of water molecules in a glass of water (about 250 mL = 250 g of water).

Mass of water: 250 g. Molar mass of water: 18.015 g/mol. Moles of water: 250 / 18.015 = 13.88 mol. Avogadro's number: 6.022 × 10²³ molecules/mol.

Total molecules: 13.88 × 6.022 × 10²³ = 8.36 × 10²⁴ molecules.

In standard decimal: 8,360,000,000,000,000,000,000,000 molecules. (8.36 septillion.) The scientific notation form (8.36 × 10²⁴) is dramatically more readable. Try saying "eight point three six septillion molecules" vs "eight point three six times ten to the twenty-fourth molecules" — the scientific notation form is the practical way to discuss numbers at this scale.

Multiplication and division simplify. If she wants to compare: number of water molecules in 250mL vs number of grains of sand on Earth (estimated ~7.5 × 10¹⁸):

Ratio = 8.36 × 10²⁴ / 7.5 × 10¹⁸ = (8.36/7.5) × 10²⁴⁻¹⁸ = 1.11 × 10⁶.

So a glass of water contains about 1 million times more molecules than there are grains of sand on Earth. The scientific notation arithmetic (subtracting exponents during division) handled the comparison cleanly. Doing this in standard decimal would be a mess of zeros.

Related resources

For other math conversions, see Percentage Calculator and Unit Converter. For very large compounding math, the Compound Interest Calculator. For very large/small numbers in finance, the Inflation Calculator handles century-scale numbers. The NIST SI prefixes page publishes the authoritative US reference for engineering notation prefixes from yocto (10⁻²⁴) to yotta (10²⁴).

Related calculators

Frequently asked questions

What is scientific notation?

Scientific notation expresses a number as a × 10^n, where 1 ≤ |a| < 10 and n is an integer. For example, the speed of light (299,792,458 m/s) becomes 2.998 × 10^8 — much easier to write and compare than the full digit string. It's standard in physics, chemistry, astronomy, and engineering because most measurements span many orders of magnitude.

What is engineering notation?

Engineering notation is a variant of scientific notation where the exponent is restricted to multiples of 3 (which line up with SI prefixes: kilo=3, mega=6, giga=9, micro=-6, nano=-9, pico=-12). A capacitor value of 4.7 × 10^-9 F (scientific) is written 4.7 × 10^-9 F (engineering) — which translates directly to '4.7 nF' on a parts list. Calculators and oscilloscopes often default to engineering mode for this reason.

How do I enter scientific notation on a calculator?

Most calculators use 'E' or 'EE' notation for input. To enter 2.998 × 10^8, type 2.998 [EE] 8 — not 2.998 × 10 [^] 8 (which works but is slower). The 'E' or 'EE' key directly inserts the × 10^n structure. Scientific calculators display the result as '2.998E8' or '2.998 × 10^8' depending on settings.

When should I use scientific notation?

When numbers have more than 5-6 digits or are very small (less than 0.001). Scientific notation is required for: chemistry (Avogadro's number 6.022 × 10²³), physics (speed of light 3 × 10⁸ m/s), astronomy (cosmic distances), molecular biology (cell sizes), engineering (very small tolerances). It's optional but useful for: large financial figures (US GDP ~$26 × 10¹² in 2024), large data quantities (1 PB = 10¹⁵ bytes). Standard decimal is fine for everyday numbers (under 1 million) where the digit count is manageable. The transition point: when counting zeros becomes harder than reading exponents.

What's the difference between scientific notation and engineering notation?

Scientific notation: coefficient between 1 and 10, any integer exponent. 1.23 × 10⁵. Engineering notation: same form but exponents restricted to multiples of 3 (matching SI prefixes). The same value: 123 × 10³ in engineering notation. Engineering notation is preferred in fields where unit prefixes matter — telecommunications (MHz = 10⁶ Hz, GHz = 10⁹), computer storage (KB, MB, GB, TB), chemistry (μg = 10⁻⁶ g). Scientific notation is preferred in pure math, physics, and astronomy. Both are valid; same value, different presentation.

How do I add or subtract numbers in scientific notation?

Convert to the same exponent first. (3.2 × 10⁴) + (1.5 × 10³). Convert: 3.2 × 10⁴ = 32 × 10³. Now: 32 × 10³ + 1.5 × 10³ = 33.5 × 10³ = 3.35 × 10⁴. Multiplication and division are easier in scientific notation (multiply coefficients, add exponents); addition and subtraction require aligning exponents first. This is why scientific notation is great for some operations and clunky for others — calculators handle the conversions automatically.

Why do calculators show 'E' instead of '× 10'?

Calculator display constraints. The 'E' is just a shorthand for '× 10^' because: (a) limited screen width, (b) typewriter-era keyboards didn't have superscript characters, (c) early computer text only supported single-line characters. So '4.2E23' is read as '4.2 times 10 to the 23rd' — meaning 4.2 × 10²³. Modern scientific calculators and software (Wolfram, Mathematica, modern spreadsheets) often display the proper '×10ⁿ' form when space permits. The 'e' or 'E' notation persists because it's still common in programming languages (Python, JavaScript, C++ all parse '4.2e23' as a valid number) and spreadsheet formulas.

What's the largest and smallest number with a name?

Largest with common name: googol (10¹⁰⁰) — 1 followed by 100 zeros. Googolplex (10^googol) is unimaginably larger. Above googolplex: scientific notation is required; no common names exist for numbers like 10¹⁰⁰⁰⁰⁰⁰. Smallest with common name: similar — atto- (10⁻¹⁸) is the smallest SI prefix. Below that: zepto (10⁻²¹), yocto (10⁻²⁴), then continuing with no widely-known names. Numbers smaller than atoms (10⁻¹⁵ m = femtometer) require scientific notation. Numbers larger than visible universe (~10²⁶ m) require scientific notation. Scientific notation is the only practical way to represent these scales in writing.

Sources