Scientific Notation Converter

Convert between standard numbers and scientific notation

Examples

299792458

2.99792458 x 10^8

0.000001

1 x 10^-6

6022000000000000000000000

6.022 x 10^23

0.00000000000000000016

1.6 x 10^-19

What is Scientific Notation?

Scientific notation is a way of expressing numbers as a product of a coefficient (mantissa) and a power of 10. It is written in the form a × 10^n, where "a" is a number between 1 and 10 (or -1 and -10), and "n" is an integer exponent. For example, the speed of light is 299,792,458 m/s, which is more conveniently written as 2.998 × 10^8 m/s in scientific notation.

Scientific notation is essential in science, engineering, and mathematics because it makes it easy to work with extremely large or extremely small numbers. Astronomers deal with distances in light-years (9.461 × 10^15 meters), chemists work with atomic masses (1.661 × 10^-27 kg), and computer scientists handle data storage in bytes (1 GB = 10^9 bytes). Without scientific notation, these numbers would be unwieldy strings of digits that are difficult to read, compare, and compute with.

This converter handles bidirectional conversion: type a standard decimal number to get its scientific notation, or type a scientific expression to get the standard decimal. It supports multiple input formats including "a × 10^n", "a x 10^n", "a*10^n", and the compact "aEn" (e-notation) commonly used in programming and calculators.

The Scientific Notation Formula

Converting a number to scientific notation involves finding the exponent and then calculating the mantissa. The exponent determines how many places the decimal point moves.

Scientific Notation Conversion

N = a × 10^n, where 1 ≤ |a| < 10 and n is an integer

Where:

  • N= The original number
  • a= The mantissa (coefficient), 1 ≤ |a| < 10
  • n= The exponent (power of 10)
  • 10^n= The base raised to the exponent power

Common Notation Formats

Scientific notation appears in several equivalent formats depending on context:

Format Example Context
× 10^n2.998 × 10^8Textbooks, papers
e-notation2.998e8Programming, calculators
E-notation2.998E8Excel, scientific software
Power of 102.998 * 10^8Manual calculations

How to Use This Calculator

Convert between standard and scientific notation:

  1. Select Mode: Choose "To Scientific" (standard → scientific) or "To Decimal" (scientific → standard).
  2. Enter Your Number: Type a standard number (e.g., 123456789) or scientific expression (e.g., 1.23 x 10^8 or 1.23e8).
  3. View Results: The calculator displays the converted value along with the mantissa and exponent breakdown.

The calculator accepts multiple input formats for scientific notation, including the × 10^n style, the x 10^n style, the * 10^n style, and the compact e-notation (e.g., 1.23e8). This flexibility means you can paste values from calculators, programming languages, or spreadsheets directly.

Real-World Applications

Astronomy and space science uses scientific notation constantly. The distance from Earth to the nearest star (Proxima Centauri) is 4.017 × 10^16 meters. The mass of the Sun is 1.989 × 10^30 kg. Without scientific notation, these numbers would be impossible to work with practically. Converting between notations helps astronomers communicate distances and masses across different scales.

Chemistry and molecular biology deal with Avogadro's number (6.022 × 10^23) for counting atoms and molecules, the Planck constant (6.626 × 10^-34 J⋅s) for quantum mechanics, and the charge of an electron (1.602 × 10^-19 C). Converting these to standard notation helps visualize the actual magnitudes involved.

Computer science and data storage uses powers of 2, but storage capacity is often expressed in powers of 10. 1 terabyte = 10^12 bytes. Network speeds, memory addresses, and data transfer rates all benefit from scientific notation when the numbers span many orders of magnitude.

Worked Examples

Converting a Large Number

Problem:

Convert 299,792,458 (speed of light in m/s) to scientific notation.

Solution Steps:

  1. 1Find the exponent: count digits from the right — 8 digits, so n = 8
  2. 2Place decimal after first digit: 2.99792458
  3. 3Scientific notation: 2.99792458 × 10^8
  4. 4Rounded to 4 significant figures: 2.998 × 10^8

Result:

299,792,458 = 2.998 × 10^8

Converting a Small Number

Problem:

Convert 0.0000000016 to scientific notation.

Solution Steps:

  1. 1Find the exponent: count decimal places to first non-zero digit — 9 places, so n = -9
  2. 2Place decimal after first non-zero digit: 1.6
  3. 3Scientific notation: 1.6 × 10^-9
  4. 4This is 1.6 nanounits (the prefix nano means 10^-9)

Result:

0.0000000016 = 1.6 × 10^-9

Converting from Scientific to Standard

Problem:

Convert 6.022 × 10^23 (Avogadro's number) to standard notation.

Solution Steps:

  1. 1The exponent is 23, so move the decimal 23 places to the right
  2. 2Starting with 6.022, move the decimal: 6.022 → 602200000000000000000000
  3. 3Add trailing zeros to fill: 602,200,000,000,000,000,000,000
  4. 4This is approximately 602.2 sextillion

Result:

6.022 × 10^23 = 602,200,000,000,000,000,000,000

Tips & Best Practices

  • Move the decimal right for negative exponents (small numbers), left for positive exponents (large numbers)
  • Use e-notation (e.g., 1.23e8) when typing scientific notation in programming or spreadsheets
  • A positive exponent means the number is greater than 1; a negative exponent means it is less than 1
  • The mantissa always has exactly one non-zero digit before the decimal point
  • Check your exponent by counting decimal places from the mantissa to the original number
  • Avogadro's number (6.022 × 10^23) and the speed of light (3 × 10^8) are good reference points

Frequently Asked Questions

Scientific notation uses any power of 10, while engineering notation requires the exponent to be a multiple of 3 (corresponding to standard SI prefixes: kilo, mega, giga, milli, micro, nano). For example, 1.23 × 10^4 is valid scientific notation but not engineering notation; it would be 12.3 × 10^3 in engineering notation (12.3 kilo-).
To multiply, multiply the mantissas and add the exponents: (a × 10^m) × (b × 10^n) = (a × b) × 10^(m+n). For example, (2 × 10^3) × (3 × 10^4) = 6 × 10^7. If the resulting mantissa is not between 1 and 10, adjust by shifting the decimal and updating the exponent.
A negative exponent means the number is less than 1. The expression 10^-n equals 1/(10^n). For example, 10^-3 = 0.001. So 5.2 × 10^-3 = 0.0052. Negative exponents are used for very small quantities like atomic distances, electrical charges, and chemical concentrations.
This is a convention that makes scientific notation unique — every number has exactly one representation in scientific notation. If the mantissa were allowed to be any value, then 12 × 10^2 and 1.2 × 10^3 would both represent 1,200, creating ambiguity. The 1 ≤ |a| < 10 rule ensures a single canonical form.
You can use several formats: type '1.23 x 10^8', '1.23*10^8', '1.23e8', or '1.23E8'. All are accepted. The compact e-notation (e.g., 1.23e8) is commonly used in programming languages and scientific calculators. The 'x' or '*' can be lowercase or uppercase.

Sources & References

Last updated: 2026-06-06

💡

Help us improve!

How would you rate the Scientific Notation Converter?

<>

Editorial Note

MyCalcBuddy Editorial Team

This page is maintained as an educational calculator reference.

Source

Formula Source: NIST Guide to SI Units

by National Institute of Standards

UpdatedLast reviewed: May 2026
CheckedFormula checks are based on standard references and internal QA review.