Finance & Loan Free · No Signup

Scientific Notation Calculator

Convert numbers to and from scientific notation

Loading calculator…

Results are estimates for informational purposes only. Disclaimer — all calculations run privately in your browser.

Scientific notation is a standard way to express very large or very small numbers concisely, used universally in science, engineering, physics, chemistry and astronomy. Our calculator instantly converts any number to and from scientific notation and E notation, making it easy to work with extreme values in science and mathematics.

Scientific Notation Format

Scientific notation expresses numbers in the form a × 10^n, where the coefficient a satisfies 1 ≤ |a| < 10 and n is a positive or negative integer.

Formula
Number = a × 10^n (where 1 ≤ |a| < 10)
Converting to scientific notation: 6,200,000 → Move decimal 6 places left → 6.2 × 10^6 0.00045 → Move decimal 4 places right → 4.5 × 10^−4 300,000,000 (speed of light m/s) → 3 × 10^8 E notation (used in calculators and programming): 6.2 × 10^6 = 6.2E6 4.5 × 10^−4 = 4.5E−4

Converting To and From Scientific Notation

Converting a standard number to scientific notation:
Step 1: Identify the first significant digit (first non-zero digit).
Step 2: Place the decimal point after this digit to create the coefficient (1 ≤ a < 10).
Step 3: Count how many places the decimal moved — this is the exponent. Moving left = positive exponent. Moving right = negative exponent.

Examples:
45,000,000 → decimal moved 7 places left → 4.5 × 10^7
0.000012 → decimal moved 5 places right → 1.2 × 10^−5
837.5 → decimal moved 2 places left → 8.375 × 10^2

Converting back from scientific notation:
1. Take the coefficient and move the decimal by the exponent places.
2. Positive exponent: move right. Negative exponent: move left.
3. Fill gaps with zeros.

2.56 × 10^4 → move decimal 4 right → 25,600
7.8 × 10^−3 → move decimal 3 left → 0.0078

💡
Pro Tip: A quick memory trick: positive exponent = large number (move decimal right). Negative exponent = small number (move decimal left). The magnitude of the exponent tells you how many zeros are involved.

Arithmetic in Scientific Notation

Performing arithmetic on numbers in scientific notation is efficient once you understand the rules:

Multiplication: Multiply the coefficients and add the exponents.
(3.2 × 10^4) × (2.5 × 10^3) = (3.2 × 2.5) × 10^(4+3) = 8.0 × 10^7

Division: Divide the coefficients and subtract the exponents.
(6.4 × 10^8) ÷ (1.6 × 10^3) = (6.4 ÷ 1.6) × 10^(8−3) = 4.0 × 10^5

Addition/Subtraction: First convert both numbers to the same power of 10, then add or subtract coefficients.
(3.2 × 10^5) + (4.5 × 10^4)
= (3.2 × 10^5) + (0.45 × 10^5)
= 3.65 × 10^5

After multiplying or dividing, adjust if the coefficient is no longer between 1 and 10.
12.5 × 10^6 → 1.25 × 10^7

Scientific Notation in the Real World

Scientific notation is indispensable wherever numbers reach extreme scales:

Astronomy: The distance from Earth to the nearest star (Proxima Centauri) is 4.0 × 10^16 metres. The observable universe is approximately 8.8 × 10^26 metres in diameter. Without scientific notation, these comparisons would be practically impossible.

Chemistry: Avogadro's number — the number of atoms in one mole of substance — is 6.022 × 10^23. The mass of a single hydrogen atom is 1.67 × 10^−27 kg.

Physics: The speed of light is 3 × 10^8 m/s. The charge of an electron is 1.6 × 10^−19 coulombs.

Computing: Storage capacity and processing speed are often expressed in scientific notation. 1 terabyte = 10^12 bytes. Modern CPUs execute billions of operations per second (10^9 per second).

Finance: National debts and GDP figures often reach 10^12 (trillions) or beyond. The US national debt exceeds $3 × 10^13.

In many countries, "billion" means 10^9 in the US but 10^12 in the old British system. Scientific notation eliminates this ambiguity — always specify exact powers of 10 in international or technical documents.

Frequently Asked Questions

Scientific notation makes very large and very small numbers easier to write, compare and use in calculations. The distance from Earth to the Sun (149,600,000,000 metres) becomes 1.496 × 10^11 m. The diameter of a hydrogen atom (0.0000000001 m) becomes 1 × 10^−10 m. The exponent instantly tells you the scale, making magnitude comparisons immediate without counting zeros.
They represent the same thing in different formats. Scientific notation uses explicit multiplication: 6.2 × 10^6. E notation (used in calculators, spreadsheets and programming) replaces "× 10^" with "E": 6.2E6. Both mean "6.2 multiplied by 10 to the power of 6." E notation is more compact for typing and is universally understood in computing contexts.
Convert both numbers to the same power of 10 first, then add the coefficients. For (4.5 × 10^7) + (2.3 × 10^6): convert the second to match the first: 2.3 × 10^6 = 0.23 × 10^7. Now add: (4.5 + 0.23) × 10^7 = 4.73 × 10^7. Always convert to the larger exponent to keep the coefficient manageable.
A negative exponent indicates a number less than 1 (a small number, not a negative number). 5 × 10^−3 means 0.005 — the number is positive but very small. Moving the decimal left (negative direction) gives a smaller number. 10^−6 = 0.000001 = one millionth. This is distinct from a negative number: −5 × 10^3 = −5,000 (negative value).
Excel and Google Sheets automatically display very large or small numbers in scientific notation (E notation). You can enter numbers in E notation: type 6.2E6 and it will be stored as 6,200,000. To force display in scientific notation, format the cell as "Scientific" with your preferred decimal places. In formulas, =1E9 equals 1,000,000,000. This is standard in engineering and scientific spreadsheet work.