UTILS.
100% in-browser
🔟

SI / Metric Prefix Converter

Rescale a number between SI metric prefixes — nano, micro, milli, kilo, mega, giga and the full quecto-to-quetta range — for any base unit.

Enter a value above to rescale.

About this tool

The SI / Metric Prefix Converter rescales a number from one metric prefix to another for any base unit — metres, grams, hertz, watts, bytes-as-decimal, whatever you like. Enter a value, choose the source and target prefixes, and it reports the equivalent magnitude in both plain decimal and scientific notation. The optional base-unit label is purely cosmetic; the mathematics depends only on the prefixes.

Each SI prefix maps to a power-of-ten exponent, from quecto (10⁻³⁰) up through pico (10⁻¹²), nano (10⁻⁹), micro (10⁻⁶), milli (10⁻³), kilo (10³), mega (10⁶), giga (10⁹), tera (10¹²) all the way to quetta (10³⁰), and includes centi and deci. The result is value × 10^(exponent[from] − exponent[to]). For example 1500 (none) is 1.5 kilo, and 2.5 giga is 2500 mega. The full 2022 revision of the SI prefixes (quecto, ronto, ronna, quetta) is included.

To keep long conversions exact, the decimal result is produced by shifting the decimal point of your input string rather than by floating-point multiplication, so a value spanning many orders of magnitude does not accumulate rounding error. Everything is computed locally in your browser. This is the fast way to move between micrograms and milligrams, kilohertz and megahertz, or nanometres and metres without counting zeros by hand.

Frequently asked questions

How is the conversion calculated?
Each prefix corresponds to a power of ten. The tool multiplies your value by 10 raised to (exponent of the source prefix minus exponent of the target prefix). Moving from a larger prefix to a smaller one increases the number and vice versa.
Does the base unit affect the result?
No. The base-unit label (metre, gram, hertz…) is only for display. Prefix scaling is identical regardless of the unit, so the numeric conversion depends solely on the two prefixes you select.
Are the newest SI prefixes included?
Yes. The full range from quecto (10⁻³⁰) and ronto (10⁻²⁷) to ronna (10²⁷) and quetta (10³⁰), added by the 2022 CGPM, is available alongside centi and deci and all the classic prefixes.
Why show both decimal and scientific notation?
Plain decimal is easiest to read for everyday magnitudes, while scientific notation stays compact for very large or very small results. The decimal form is computed by exact decimal-point shifting to avoid floating-point error.

More tools