Convert any number in scientific notation (a × 10n) to standard decimal notation, or convert a decimal number back to scientific notation. Supports positive and negative exponents for very large and very small numbers.
Enter the number in the form a × 10n.
Input: 2.5 × 104
Step 1: 104 = 10,000
Step 2: 2.5 × 10,000 = 25,000
Step 3: Move the decimal point 4 places to the right in 2.5 to get 25,000
Result: 25,000
Enter any positive or negative decimal number to convert to scientific notation.
Scientific notation is a compact way of writing very large or very small numbers. Any number is expressed as a coefficient multiplied by a power of ten: a × 10n. The coefficient a has exactly one non-zero digit before the decimal point (so 1 is less than or equal to |a| which is less than 10). The exponent n is an integer that can be positive, negative, or zero.
Scientific notation is standard in science, engineering, astronomy, chemistry, and computing because it makes very large and very small numbers much easier to read and compare. For example, the distance from the Earth to the Sun (approximately 150,000,000,000 metres) is written as 1.5 × 1011 m, and the diameter of a hydrogen atom (approximately 0.0000000001 metres) is written as 1 × 10-10 m.
To convert a × 10n to a decimal number:
To convert a decimal number to scientific notation:
| Scientific Notation | Decimal Notation | Description |
|---|---|---|
| 2.5 × 104 | 25,000 | Move decimal 4 places right |
| 1.0 × 100 | 1 | Any number to the power zero is 1 |
| 6.022 × 1023 | 602,200,000,000,000,000,000,000 | Avogadro's number |
| 3.0 × 108 | 300,000,000 | Speed of light (m/s, approx) |
| 1.6 × 10-19 | 0.00000000000000000016 | Charge of an electron (C) |
| 9.8 × 10-3 | 0.0098 | Move decimal 3 places left |
| 4.8 × 104 | 48,000 | Move decimal 4 places right |
Scientific notation is used whenever numbers span many orders of magnitude:
Standard (normalised) scientific notation requires the coefficient to satisfy 1 ≤ |a| < 10. For example, 25,000 in normalised scientific notation is 2.5 × 104, not 25 × 103. This converter uses normalised form when converting decimal to scientific notation. When converting scientific to decimal, any coefficient value is accepted (including non-standard forms such as 25 × 103).
Method: Conversion formula: decimal = a × 10n. For scientific to decimal, the result is computed as coefficient multiplied by Math.pow(10, exponent). For decimal to scientific, the exponent is floor(log10(|x|)) and the coefficient is x divided by 10^exponent. Large integer results are formatted without floating-point rounding errors by using string manipulation for whole-number exponents.
This converter handles numbers within JavaScript's safe integer range accurately. For very large exponents (above 20) the decimal result is displayed in exponential form, as writing out hundreds of digits is not practical. For scientific work, always verify results using your institution's preferred tool or a scientific calculator.
If you've found a bug, or would like to contact us, or learn more about James Graham and Calculate.co.nz.
Calculate.co.nz is partnered with Interest.co.nz for New Zealand's highest quality calculators and financial analysis.
Calculate.co.nz is the sister site of CalculatorHub.com, the world's largest calculator website by tool count.
All calculators and tools are provided for educational and indicative purposes only and do not constitute financial advice.
Calculate.co.nz is proudly part of the Realtor.co.nz group, New Zealand's leading property transaction literacy platform, helping Kiwis understand the home buying and selling process from start to finish. Whether you're a first home buyer navigating your first property purchase, an investor evaluating your next acquisition, or a homeowner planning to sell, Realtor.co.nz provides clear, independent, and trustworthy guidance on every step of the New Zealand property transaction journey.
Calculate.co.nz is also partnered with Health Based Building and Premium Homes to promote informed choices that lead to better long-term outcomes for Kiwi households.
Calculate.co.nz is hosted in Auckland via SiteHost new Zealand.
All content on this website, including calculators, tools, source code, and design, is protected under the Copyright Act 1994 (New Zealand). No part of this site may be reproduced, copied, distributed, stored, or used in any form without prior written permission from the owner.
About & trust: Why Calculate is NZ's most comprehensive · By the Numbers · How we compare · Editorial standards · How we keep data current · NZ finance glossary · Research & data · Financial literacy NZ · About · Privacy policy · Terms of use
Reviewed and maintained. Last reviewed 2026-07-02 and checked on a twice-monthly cycle against IRD, RBNZ and Stats NZ. How we keep data current.
© 2026 Calculate.co.nz. All rights reserved. Building free NZ calculators since 2011.