Tools logoTools/
Math & Science/Scientific Notation Calculator

Scientific Notation Calculator

Convert between decimal, scientific, engineering, and E-notation in one place.

Runs locally·Free, no signup·Updated May 6, 2026
Loading tool…
How it works

A walkthrough, end to end.

  1. 1

    Enter any number — decimal, scientific (1.23e6), or engineering form.

  2. 2

    The calculator returns all three forms plus E-notation.

  3. 3

    Useful for science homework, engineering reports, and reading large/small numbers from instruments.

Reference

Scientific notation

A number in scientific notation: m × 10ⁿ, where 1 ≤ |m| < 10 and n is an integer. E-notation: same idea, written 'mEn'. Engineering notation: like scientific but n is restricted to multiples of 3 (so coefficient 1 ≤ |m| < 1000).

Use cases

What you can do with this.

Avogadro's number

6.02214076 × 10²³ — number of particles in a mole. Decimal: 602214076000000000000000. Scientific notation handles the awkward zero count cleanly.

Planck constant

6.62607015 × 10⁻³⁴ J·s. Tiny number, hard to write in decimal. Scientific notation makes the magnitude apparent at a glance.

Engineering notation

1,500 → 1.5e3 (scientific) but 1.5 × 10³ (engineering). Stays at 'kilo' scale (10³, 10⁶, 10⁹). Aligns with metric prefixes (k, M, G, T).

E-notation

Most calculators use '1.5E3' or '1.5e3' for 1.5 × 10³. Identical to scientific notation in math, just different display.

Order of magnitude

Quick way to compare scales. 4.5 × 10⁻⁹ vs. 3.2 × 10⁻⁷: latter is 100× larger. The exponent is the order of magnitude.

Significant figures

Scientific notation makes sig figs explicit. 1.20 × 10² has 3 sig figs; 120 has ambiguous (could be 2 or 3). Use scientific for clear reporting.

Spreadsheet display

Excel and Sheets auto-display very large/small numbers in scientific notation. The calculator helps convert back to decimal when readability matters.

Scientific notation 2026 — what's current

Standard scientific writing convention since 1660s. Modern devices handle this internally; calculator wins for one-off conversions and verification.

FAQ

Frequently asked.

  • Scientific: any integer exponent. Engineering: exponent must be a multiple of 3 (matches metric prefixes k/M/G/T/μ/n/p).

  • 1.5 × 10⁻³ = 0.0015. The 'E' is shorthand for '× 10^'.

  • Standard (decimal): 1234.5. Scientific: 1.2345 × 10³. Same number; different visual layout.

  • No. Calculations run entirely in your browser.