LazyTools Header
Scientific Notation Calculator — Free Math Tool | LazyTools

Free Math Tool · Instant Results

Scientific Notation Calculator

Convert any number to scientific notation, E notation and engineering notation instantly. Or add, subtract, multiply and divide two numbers in scientific notation — with full step-by-step working.

Enter any number to see all notations
Accepts decimal, integer, scientific (1.5e8) or × notation (1.5×10^8)
Output formats
Scientific
E notation
Engineering
Decimal
Step-by-step working
Enter a number on the left to see the conversion steps.
⇄ Convert any number ➕➖✕➗ All 4 operations 🔢 Step-by-step working 📐 Engineering notation 🔬 12 real-world examples ⚡ Real-time results

How to Use the Scientific Notation Calculator

The tool has two modes: Convert and Calculate. Furthermore, results update in real time — no button press is needed. All four output formats appear simultaneously.

  1. Convert mode — enter any numberSelect the Convert tab. Type any number in decimal, integer or exponential form. The tool accepts 0.000045, 45000, 4.5e4 and 4.5×10^4 — all produce the same result. Furthermore, click any real-world example button to load a well-known physical constant or astronomical value instantly.
  2. Calculate mode — enter two scientific numbersSelect the Calculate tab. Enter the coefficient and exponent for each number separately. Furthermore, choose the operation — addition, subtraction, multiplication, division or power. The result updates immediately and the step-by-step panel shows every stage of the working.
  3. Read all four output formatsThe right panel always shows four formats simultaneously: scientific notation (a × 10ⁿ), E notation (aEn), engineering notation (A × 10^(3k)) and standard decimal. Furthermore, click the copy button next to any row to copy that value to your clipboard.
  4. Follow the step-by-step workingFor calculations, the working panel shows how exponents were aligned for addition, how coefficients were multiplied, and how the result was normalised. Furthermore, this is useful for checking homework or learning the method.
  5. Use the power operationSelect the xⁿ operation to raise a scientific notation number to any power. Enter the base in the first row and the exponent (integer or decimal) in the second coefficient field. Furthermore, the step-by-step shows how the coefficient is raised and the exponent is multiplied.

What Is Scientific Notation?

Scientific notation is a compact way of writing very large or very small numbers. It expresses every number as a coefficient multiplied by a power of ten. The coefficient is always between 1 and 10. Furthermore, the exponent tells you how many places to move the decimal point.

The general form is a × 10ⁿ, where 1 ≤ a < 10 and n is any integer. For example, the speed of light is 299,792,458 metres per second. Written in scientific notation, this is 2.99792458 × 10⁸. Furthermore, the exponent 8 tells you that the decimal point has been moved 8 places to the left.

For numbers smaller than 1, the exponent is negative. The diameter of a hydrogen atom is approximately 0.000000000106 metres. In scientific notation, this is 1.06 × 10⁻¹⁰. Furthermore, the negative exponent −10 means the decimal point has moved 10 places to the right from the coefficient.

Scientific notation is not just a notational convenience — it is essential for comparing numbers across vastly different scales. The mass of an electron (9.109 × 10⁻³¹ kg) and the mass of the Sun (1.989 × 10³⁰ kg) differ by a factor of about 10⁶¹. Furthermore, comparing these two numbers in decimal form would be practically impossible.

How to Convert Numbers to Scientific Notation

Converting a decimal number to scientific notation follows a simple procedure. Furthermore, the same procedure works for both large numbers (positive exponents) and small numbers (negative exponents).

Large numbers (exponent positive)

Start with 6,200,000. Place the decimal point after the first non-zero digit: 6.2. Count how many places you moved the decimal to the left: 6 places. Furthermore, the exponent is +6. Result: 6.2 × 10⁶.

Small numbers (exponent negative)

Start with 0.0000034. Move the decimal to the right until you have a number between 1 and 10: 3.4. Count the places moved: 6. Furthermore, because you moved right, the exponent is −6. Result: 3.4 × 10⁻⁶.

Decimal numberScientific notationE notationExponent
1,000,0001 × 10⁶1E6+6
299,792,4582.99792458 × 10⁸2.99792458E8+8
0.0011 × 10⁻³1E-3−3
0.00000454.5 × 10⁻⁶4.5E-6−6
6,022,000,000,000,000,000,000,0006.022 × 10²³6.022E23+23

Adding and Subtracting Scientific Notation

Addition and subtraction require both numbers to have the same power of ten. Furthermore, this is the key difference from multiplication and division — you must align the exponents before performing the arithmetic.

To add (3.5 × 10⁴) + (2.1 × 10³): first convert the smaller exponent to match the larger. 2.1 × 10³ = 0.21 × 10⁴. Now add: (3.5 + 0.21) × 10⁴ = 3.71 × 10⁴. Furthermore, always check whether the result needs to be normalised — if the coefficient is ≥ 10 or < 1, adjust the exponent.

A common mistake is adding the exponents instead of the coefficients. Exponent addition is used for multiplication — not addition. Furthermore, for addition and subtraction, the exponents must be made equal first, and only then do you add or subtract the coefficients.

Multiplying and Dividing Scientific Notation

Multiplication is the simplest operation in scientific notation. Furthermore, you multiply the coefficients and add the exponents. For (3 × 10⁴) × (2 × 10³): multiply coefficients: 3 × 2 = 6. Add exponents: 4 + 3 = 7. Result: 6 × 10⁷.

Division works similarly. Divide the coefficients and subtract the exponents. For (8 × 10⁶) ÷ (4 × 10²): divide coefficients: 8 ÷ 4 = 2. Subtract exponents: 6 − 2 = 4. Result: 2 × 10⁴. Furthermore, if the resulting coefficient is outside the range [1, 10), normalise by adjusting the coefficient and exponent.

Multiplication rule

(a × 10ᵐ) × (b × 10ⁿ) = (a × b) × 10^(m+n). Multiply coefficients, add exponents. Furthermore, normalise if coefficient is outside [1, 10).

Division rule

(a × 10ᵐ) ÷ (b × 10ⁿ) = (a ÷ b) × 10^(m−n). Divide coefficients, subtract exponents. Furthermore, normalise the result if needed.

Power rule

(a × 10ᵐ)ⁿ = aⁿ × 10^(m×n). Raise coefficient to the power, multiply exponent by n. Furthermore, normalise to ensure the coefficient stays in [1, 10).

E Notation and Engineering Notation

E notation is identical to scientific notation but uses the letter E instead of × 10. For example, 6.02 × 10²³ becomes 6.02E23. Furthermore, E notation is universally supported in programming languages, spreadsheets and scientific calculators because it uses only standard ASCII characters — no superscripts are needed.

Engineering notation is a variant that restricts the exponent to multiples of 3 (0, 3, 6, 9, −3, −6, etc.). This aligns with the SI prefix system. Furthermore, 1,500 becomes 1.5 × 10³ (kilo-), 0.0045 becomes 4.5 × 10⁻³ (milli-), and 0.000000008 becomes 8 × 10⁻⁹ (nano-).

Engineering notationSI prefixSymbolExample use
× 10¹²TeraTTerabyte (1 TB = 10¹² bytes)
× 10⁹GigaGGigahertz (GHz)
× 10⁶MegaMMegawatt (MW)
× 10³KilokKilometre (km)
× 10⁻³MillimMillimetre (mm)
× 10⁻⁶MicroμMicrometre (μm)
× 10⁻⁹NanonNanometre (nm)
× 10⁻¹²PicopPicofarad (pF)

Scientific Notation in Science and Engineering

Scientific notation is fundamental across all quantitative sciences. Furthermore, physical constants span dozens of orders of magnitude and would be unworkable without compact notation.

QuantityValueScientific notation
Speed of light299,792,458 m/s2.998 × 10⁸ m/s
Avogadro's number602,214,076,000,000,000,000,0006.022 × 10²³ mol⁻¹
Planck's constant0.000000000000000000000000000000000662607 J·s6.626 × 10⁻³⁴ J·s
Earth's mass5,972,000,000,000,000,000,000,000 kg5.972 × 10²⁴ kg
Electron mass0.000000000000000000000000000000911 kg9.109 × 10⁻³¹ kg
Hydrogen atom diameter0.000000000106 m1.06 × 10⁻¹⁰ m

In chemistry, Avogadro's number (6.022 × 10²³) represents the number of particles in one mole of a substance. Furthermore, multiplying and dividing numbers of this magnitude is where scientific notation becomes not just convenient but essential for error-free calculation.

Common Mistakes in Scientific Notation

Several systematic errors occur repeatedly when working with scientific notation. Furthermore, knowing them helps you spot mistakes quickly in your own calculations.

Coefficient outside [1, 10)

Writing 12.5 × 10⁴ instead of 1.25 × 10⁵. Furthermore, the coefficient must be at least 1 and less than 10. If it is outside this range, normalise by shifting the decimal and adjusting the exponent accordingly.

Adding exponents when adding numbers

Adding (3 × 10⁴) + (2 × 10³) and incorrectly getting 5 × 10⁷. Furthermore, exponents are only added during multiplication. For addition, you must first convert both numbers to the same power of ten.

Wrong sign on the exponent

Writing 4.5 × 10⁶ for 0.0000045. Furthermore, small numbers (less than 1) always have negative exponents. Moving the decimal to the right produces a negative exponent, not a positive one.

Forgetting to normalise after operations

After multiplying (5 × 10³) × (4 × 10²) = 20 × 10⁵. This is not in proper scientific notation. Furthermore, normalise to 2.0 × 10⁶ by moving one decimal place left and increasing the exponent by 1.

Frequently Asked Questions

Scientific notation expresses numbers as a coefficient between 1 and 10 multiplied by a power of 10. For example, 6,020,000,000,000,000,000,000,000 is written as 6.02 × 10²³. Furthermore, it simplifies working with very large or very small numbers in science, engineering and mathematics.
Move the decimal point until you have a number between 1 and 10. Count the number of places moved — this is the exponent. Moving left gives a positive exponent; moving right gives a negative one. Furthermore, 0.000045 becomes 4.5 × 10⁻⁵ (decimal moved 5 places right).
Multiply the coefficients and add the exponents. (3 × 10⁴) × (2 × 10³) = (3 × 2) × 10^(4+3) = 6 × 10⁷. Furthermore, if the resulting coefficient is not between 1 and 10, normalise by moving the decimal and adjusting the exponent.
Convert both numbers to the same power of ten. Then add the coefficients. For example, (3.5 × 10⁴) + (2.1 × 10³) = (3.5 × 10⁴) + (0.21 × 10⁴) = 3.71 × 10⁴. Furthermore, this is different from multiplication — do not add the exponents.
Divide the coefficients and subtract the exponents. (8 × 10⁶) ÷ (4 × 10²) = (8 ÷ 4) × 10^(6−2) = 2 × 10⁴. Furthermore, if the result needs normalising, adjust the coefficient and exponent until the coefficient is between 1 and 10.
E notation writes the × 10^ part as the letter E. So 6.02 × 10²³ becomes 6.02E23. Furthermore, it is universally supported in programming languages and calculators. It is identical to scientific notation — just formatted with ASCII characters instead of superscripts.
Engineering notation is like scientific notation but the exponent must be a multiple of 3 (0, 3, 6, −3, −6, etc.). This aligns with SI prefixes: kilo (10³), mega (10⁶), milli (10⁻³), micro (10⁻⁶). Furthermore, engineers prefer this because it maps directly to standard unit prefixes used in circuit design, telecommunications and mechanics.
They are the same thing. Furthermore, "standard form" is the term used in British mathematics education while "scientific notation" is the international scientific convention. Both express numbers as a × 10ⁿ where 1 ≤ a < 10 and n is an integer.
Physical quantities span enormous ranges. The proton diameter (8.5 × 10⁻¹⁶ m) and the observable universe diameter (8.8 × 10²⁶ m) differ by a factor of 10⁴². Furthermore, writing either in decimal form would be impractical. Scientific notation makes both readable, comparable and calculable.

References and Sources

The formulas, constants and definitions on this page draw from the following authoritative sources. Furthermore, all physical constants use NIST CODATA 2018 recommended values.

1
CODATA Internationally Recommended Values of the Fundamental Physical Constants
NIST (National Institute of Standards and Technology) · US Department of Commerce · CODATA 2018
The primary source for all physical constants used in the real-world examples panel: speed of light (2.99792458 × 10⁸ m/s), Planck's constant (6.62607015 × 10⁻³⁴ J·s), electron mass (9.1093837015 × 10⁻³¹ kg), Boltzmann constant (1.380649 × 10⁻²³ J/K), gravitational constant (6.67430 × 10⁻¹¹ m³ kg⁻¹ s⁻²) and Avogadro's number (6.02214076 × 10²³ mol⁻¹).
📊 Primary constants source
2
Scientific Notation Calculator
CalculatorSoup · Mathematics calculators · CalculatorSoup, LLC
A widely cited reference for scientific notation arithmetic methodology. Covers significant figures handling, multi-number operations and the distinction between scientific, E and engineering notation outputs. Used as a methodology cross-reference for the addition (exponent alignment), multiplication (coefficient × and exponent +), and normalisation steps shown in this calculator's step-by-step working.
📖 Arithmetic methodology
3
Scientific Notation Review
Khan Academy · 8th Grade Math · Sal Khan
An authoritative educational reference for the rules of scientific notation, including the requirement that the coefficient be in the range [1, 10), the definition of the exponent as the number of decimal places moved, and the conventions for positive vs negative exponents. Referenced for the conversion procedure section and the common mistakes content on this page.
📖 Educational reference
4
SI Prefixes
BIPM (Bureau International des Poids et Mesures) · International System of Units (SI) · Paris
The official source for SI prefix definitions used in the engineering notation section: kilo (10³), mega (10⁶), giga (10⁹), tera (10¹²), milli (10⁻³), micro (10⁻⁶), nano (10⁻⁹) and pico (10⁻¹²). The BIPM is the intergovernmental organisation responsible for the International System of Units worldwide. Referenced for the engineering notation table and the explanation of why engineers prefer exponents that are multiples of 3.
🏛️ Official SI authority
5
Scientific Notation — Wikipedia
Wikipedia · The Free Encyclopedia · Citing IEEE, ISO and international standards
Comprehensive reference covering the history of scientific notation, its relationship to E notation and engineering notation, the normalised form convention (coefficient in [1, 10)), and applications in computing and international standards. Referenced for the E notation definition, the distinction from standard form (British terminology), and the discussion of how scientific notation is used in programming languages and spreadsheets.
📚 Background & context
6
Scientific Notation Calculator
Calculator.net · Mathematics · Regularly updated
A comprehensive scientific notation calculator with detailed worked examples for all four arithmetic operations. Includes a multi-number addition example with exponent alignment and a clear explanation of the normalisation step. Referenced for the example calculations in the Adding and Subtracting section and for cross-checking the step-by-step output of this calculator against an independent reference implementation.
📖 Cross-check reference

Related Math and Science Tools

Scientific Notation Converter

Convert between scientific notation and decimal with additional format options. Furthermore, supports batch conversion for multiple numbers at once.

Scientific Calculator

Full scientific calculator with trigonometric functions, logarithms and exponents. Furthermore, handles all standard scientific and engineering calculations in one interface.

Significant Figures Calculator

Round numbers to a specified number of significant figures. Moreover, significant figures and scientific notation always go together in precise scientific reporting.

Exponent Calculator

Calculate powers and exponents for any base and exponent combination. Furthermore, the exponent calculator covers the power operation for standard numbers in decimal form.

Logarithm Calculator

Calculate log₁₀, ln and log base n for any number. Additionally, logarithms are directly related to scientific notation — log₁₀(a × 10ⁿ) = log₁₀(a) + n.

Moles to Atoms Converter

Convert moles to atoms using Avogadro's number. Furthermore, Avogadro's number (6.022 × 10²³) is one of the most important constants in all of chemistry.

Rate this tool

4.4
out of 5
156 ratings
5 ★
68%
4 ★
18%
3 ★
6%
2 ★
1%
1 ★
7%
How useful was this tool?