How to Convert Numbers to Standard Form

Convert decimals to standard form (a × 10ⁿ), compare scientific and engineering notation, and track sig figs — free converter guide.

By Generatr Team

In much of UK and international school math, standard form means writing a number as a × 10ⁿ with 1 ≤ |a| < 10 and n an integer. That is the same structure many curricula call scientific notation — same powers of ten, sometimes different classroom vocabulary.

This guide shows how to convert large and small decimals into standard form, how engineering notation groups exponents by threes, how significant figures ride along with a, and how to convert back. Practice with the free standard form converter — decimal ↔ a×10ⁿ, engineering form, sig figs, and order of magnitude client-side.

For a dedicated scientific-notation walkthrough, see the scientific notation guide; powers of ten themselves are covered in the power calculator guide.

Free tool

Use the Standard Form Converter now

Open the interactive standard form converter in your browser — free, instant, no signup.

Open Standard Form Converter

What Is Standard Form (a × 10ⁿ)?

Normalized standard form (scientific notation style):

  • a — coefficient (mantissa) with 1 ≤ |a| < 10
  • n — integer exponent (can be positive, negative, or zero)

Examples:

  • 45,000 = 4.5 × 10⁴
  • 0.00067 = 6.7 × 10⁻⁴
  • 3 = 3 × 10⁰
  • −8.1 × 10³ = −8100

Some texts loosen the range on a; school exams usually want the strict 1 ≤ |a| < 10 rule. “Standard form” can mean other things in other subjects (e.g. Ax + By = C for lines) — here we mean the powers-of-ten number form.

US materials often say “scientific notation” for the same a×10ⁿ pattern. The free standard form converter and the scientific notation converter both encode that pattern; pick the label your course uses.

Order of magnitude is essentially the exponent n once a is normalized — useful for rough comparisons of scale.

How Do You Convert a Decimal to Standard Form?

Move the decimal point until the coefficient sits in [1, 10), and count the moves as n.

  • Move left (number ≥ 10) → n positive
  • Move right (number between 0 and 1) → n negative

Large numbers

6,020,000 → decimal after 6 → 6.02, moved 6 places left → 6.02 × 10⁶.

91 → 9.1 × 10¹.

Small numbers

0.00045 → 4.5, moved 4 places right → 4.5 × 10⁻⁴.

0.07 → 7 × 10⁻².

Count zeros carefully; a common error is off-by-one on n. Expand a×10ⁿ by moving the decimal n places (fill zeros) to check. Powers of ten are ordinary exponents — the power calculator evaluates 10ⁿ when you want a decimal expansion of the place-value factor alone.

Paste either direction into the free standard form converter after you finish the hand count.

How Do Standard Form and Scientific Notation Overlap?

For numbers, UK “standard form” and general “scientific notation” usually mean the same a×10ⁿ structure with 1 ≤ |a| < 10. Differences students hit:

  • Vocabulary — exam boards may insist on the phrase “standard form”
  • E-notation — calculators/code write 4.5e-3 for 4.5 × 10⁻³
  • Engineering notation — exponent multiple of 3, coefficient often in [1, 1000)
  • Normalized vs unnormalized — 45 × 10³ is scientific-ish but not normalized standard form (should be 4.5 × 10⁴)

Engineering examples: 4,700 = 4.7 × 10³ (already ×10³) or 4.7 × 10³; 0.000047 = 47 × 10⁻⁶ in engineering-style grouping (micro scale).

When a problem says “standard form,” normalize a. When a problem says “engineering notation,” prefer n divisible by 3. The converter’s modes should label which you are viewing. Deeper scientific-notation edge cases sit in the scientific notation converter guide.

Percent of a quantity in standard form still uses ordinary percent arithmetic after you convert to decimal if needed — see the percentage guide.

How Do Significant Figures Work with Standard Form?

Significant figures (sig figs) capture measured precision. In standard form, the significant digits live in a:

  • 3.40 × 10⁵ has three sig figs (trailing zero after decimal counts)
  • 3.4 × 10⁵ has two
  • 3.400 × 10⁵ has four

Writing 340000 in plain decimal hides whether trailing zeros are significant; 3.40 × 10⁵ makes three sig figs explicit. That is a major reason science prefers standard form for lab data.

Rounding to k significant figures: adjust a to k digits, then renormalize if rounding pushes a to 10 (e.g. 9.99 × 10² to 2 sig figs → 1.0 × 10³).

Multiplication/division: result sig figs follow the factor with the fewest sig figs. Addition/alignment is about decimal places — convert to the same power of ten first when adding in standard form.

The free standard form converter may show significant-figure counts beside a; use that as a check, not a substitute for your course’s rounding rules.

Area or length measurements often enter formulas already rounded — the area guide still multiplies those lengths; report the product with an appropriate sig-fig policy.

How Do You Multiply and Divide in Standard Form?

Use exponent rules on the powers of ten:

  • (a × 10ᵐ) × (b × 10ⁿ) = (a×b) × 10ᵐ⁺ⁿ, then renormalize if |a×b| ≥ 10 or < 1
  • (a × 10ᵐ) / (b × 10ⁿ) = (a/b) × 10ᵐ⁻ⁿ, then renormalize

Examples

(3 × 10⁴) × (2 × 10⁵) = 6 × 10⁹.

(4 × 10³) × (5 × 10⁶) = 20 × 10⁹ = 2.0 × 10¹⁰ after normalizing.

(9 × 10⁻²) / (3 × 10³) = 3 × 10⁻⁵.

Addition needs common exponents: 3.0×10⁴ + 4.0×10³ = 3.0×10⁴ + 0.40×10⁴ = 3.4×10⁴.

These are the same laws as general exponents — review with the power calculator guide. For pure 10ⁿ values, the power calculator confirms place values.

After each hand calculation, expand both sides with the free standard form converter to ordinary decimals when numbers stay in a friendly range.

What Standard Form Mistakes Should You Avoid?

Watch for:

  • Leaving |a| ≥ 10 or |a| < 1 when the exam demands normalized form
  • Wrong sign on n for decimals less than 1
  • Off-by-one decimal moves
  • Writing 10^n without the × a when a ≠ 1
  • Treating E-notation 2e3 as 2 × e³ — the e means ×10^
  • Confusing algebraic “standard form” of a line with numerical standard form

Negative numbers: keep the sign on a (or on the whole quantity consistently). Example: −4500 = −4.5 × 10³.

Zero is simply 0; some systems write 0 × 10ⁿ but ordinary 0 is fine.

Calculator overflow displays in scientific/E form for a reason — copy n carefully when transcribing into homework standard form. Percent displays (like 3%) are not standard form; convert percent ↔ decimal with the percentage calculator first (3% = 0.03 = 3 × 10⁻²).

If two tools disagree, expand both results to full decimals and compare.

How Do You Use Generatr’s Standard Form Converter?

Convert either direction and compare notations.

  1. Open the free standard form converter.
  2. Enter a plain decimal (large or small) or an a×10ⁿ style input.
  3. Read normalized standard form with 1 ≤ |a| < 10.
  4. Compare engineering notation when you need exponents in multiples of 3.
  5. Check significant figures shown for the coefficient a.
  6. Note order of magnitude from the exponent.
  7. Convert back to ordinary decimal to verify.
  8. Cross-check hard cases with the scientific notation converter.

Related tools: power calculator for 10ⁿ and percentage calculator for percent ↔ decimal before standard form.

Step-by-Step Instructions

  1. 1Open the free standard form converter on Generatr.
  2. 2Write the number in ordinary decimal form first.
  3. 3Move the decimal until the coefficient a satisfies 1 ≤ |a| < 10.
  4. 4Set n equal to how many places you moved (positive if left, negative if right).
  5. 5Write the result as a × 10^n and enter it into the converter to confirm.
  6. 6Round a to the required significant figures and renormalize if needed.
  7. 7For engineering form, adjust so n is a multiple of 3.
  8. 8Expand back to a full decimal once to catch off-by-one exponent errors.

Frequently Asked Questions

What is standard form of a number?+

In school mathematics (especially UK), standard form means a × 10^n with 1 ≤ |a| < 10 and n an integer. Example: 56,000 = 5.6 × 10^4. This matches common scientific notation.

Is standard form the same as scientific notation?+

For numbers, yes in most classrooms: both use a × 10^n with a normalized coefficient. Names differ by region and textbook; E-notation is the calculator shorthand for the same idea.

How do you convert 0.00056 to standard form?+

Move the decimal point 4 places right to get 5.6, so 0.00056 = 5.6 × 10^(−4).

What is engineering notation?+

A cousin of scientific notation where the exponent is a multiple of 3 (…, −6, −3, 0, 3, 6, …), aligning with SI prefixes like milli, kilo, and mega. The coefficient may sit in a wider range such as 1 to 1000.

How do significant figures appear in standard form?+

They are shown in the coefficient a. For example, 2.30 × 10^6 has three significant figures. Standard form makes trailing significance clearer than a long integer with zeros.

Is Generatr’s standard form converter free?+

Yes. Convert between decimals and standard form, compare engineering notation, and review sig figs in your browser without an account.

Ready to try it yourself?

Use the free Standard Form Converter — no download, no account.

Launch Standard Form Converter