Calculateus

Metric Prefix Converter

Convert a value between metric prefixes like nano, micro, milli, kilo, mega and giga.

Result

Converted Value
1.0000e+3

Metric prefixes each represent a power of 10 relative to the base unit - converting between them is just multiplying by 10 raised to the difference in their exponents.

About the Metric Prefix

This calculator converts a numeric value from one metric (SI) prefix to another, covering the range from nano up through tera. It's built for quick conversions in electronics, chemistry, and engineering contexts where values are commonly expressed with prefixes like milli, micro, kilo, or mega rather than the base unit.

How It Works

You enter a value and choose its starting prefix and target prefix from matching dropdown lists (nano, micro, milli, base, kilo, mega, giga, tera). Each prefix maps to a power-of-10 exponent internally; the calculator multiplies your value by 10 raised to the difference between the source and target exponents and displays the result in scientific notation.

Result = Value x 10^(exponent_from - exponent_to), where exponents are nano=-9, micro=-6, milli=-3, base=0, kilo=3, mega=6, giga=9, tera=12

Formula & Methodology

Every SI prefix represents a fixed power of 10 relative to the base unit, so converting between any two prefixes is purely a matter of shifting the decimal point by the difference in their exponents. For example, converting from milli (10^-3) to micro (10^-6) means subtracting the target exponent from the source exponent, -3 minus -6 equals 3, so the value is multiplied by 10^3, or 1000. The same logic applies regardless of which two prefixes are chosen, since it's always an exponent subtraction.

Examples

Kilo to Base

Converting 1 kilo-unit to the base unit (exponent difference of 3) returns 1000, shown as 1.0000e+3, since 10^(3-0) equals 1000.

Milli to Micro

Converting 5 milli-units to micro-units (exponent difference of -3 minus -6, or 3) returns 5000, shown as 5.0000e+3, reflecting the standard 1000x relationship between milli and micro.

Advantages

  • Covers eight common SI prefixes spanning nano to tera in one tool, rather than needing separate lookups for each pair.
  • Removes manual exponent arithmetic, which is easy to get backwards, adding instead of subtracting exponents, when done by hand.
  • Displays results in scientific notation, useful when values are very large or very small and a plain decimal would be hard to read.

Common Mistakes

  • Subtracting the exponents in the wrong order, which flips the result to the reciprocal of the intended conversion.
  • Confusing micro and milli, which are only three orders of magnitude apart but represent a 1000x difference in value.
  • Forgetting that base represents the unit itself (10^0), not a placeholder, and selecting it unintentionally when a different prefix was meant.

Edge Cases to Watch For

  • If an unrecognized prefix somehow reaches the calculator, it defaults to an exponent of 0 (base), so double-check the selected prefix labels if a result looks off by an unexpected power of 10.
  • The output is always displayed in scientific (exponential) notation with four decimal places, which can look unfamiliar for everyday values; for instance 1000 displays as 1.0000e+3 rather than a plain integer.
  • Converting a prefix to itself (same from and to selection) returns the original value unchanged, since the exponent difference is zero.

Common Use Cases

  • Electronics students and hobbyists converting between component ratings, such as microfarads and nanofarads on a capacitor.
  • Lab technicians and chemists converting between milligrams, micrograms, and grams for dosing or measurement calculations.
  • Engineers converting between kilo, mega, and giga units when working across data sheets with mixed prefix conventions.
Written & fact-checked by the Calculateus TeamLast updated August 5, 2026How we verify our formulas

Frequently asked questions

How many micrograms are in a milligram?

1,000 micrograms (µg) equal 1 milligram (mg), since milli is 10⁻³ and micro is 10⁻⁶ - the difference between those exponents is 3, meaning a 1000x factor between the two prefixes.

Conclusion

Because every metric prefix is just a power of 10, converting between them reduces to a single exponent subtraction, exactly what this calculator automates. It's a small but reliable time-saver anywhere prefixed SI units show up side by side.