Metric Prefixes Explained: From Nano to Tera and How to Convert Between Them
Every metric prefix is a power of ten, so converting is just moving a decimal point. The full ladder, the capitalisation trap, and why 1 km² is a million m².
Introduction
Milligrams, kilometres, megawatts, nanometres. These look like a long list of separate units to memorise, and they are not. They are one unit each, wearing a prefix that multiplies it by a power of ten.
That is the whole design of the metric system, and it is why converting within it never requires a conversion factor - only a decimal point moved a known number of places. Learn the ladder once and it applies identically to grams, metres, watts, litres, joules and everything else. This guide covers the full set of prefixes, the two mistakes that cause real damage, and the one place where the powers of ten quietly stop being powers of ten.
The Complete Prefix Ladder
Each prefix is a fixed multiplier. Going up, the common ones step in factors of a thousand:
- kilo (k) = 1,000 = 10³
- mega (M) = 1,000,000 = 10⁶
- giga (G) = 10⁹
- tera (T) = 10¹²
- peta (P) = 10¹⁵
- exa (E) = 10¹⁸
Going down, the same pattern in reverse:
- milli (m) = 0.001 = 10⁻³
- micro (μ) = 10⁻⁶
- nano (n) = 10⁻⁹
- pico (p) = 10⁻¹²
- femto (f) = 10⁻¹⁵
- atto (a) = 10⁻¹⁸
Three smaller steps survive in everyday use rather than scientific work: centi (c) at 10⁻², which gives us the centimetre; deci (d) at 10⁻¹, which gives us the decilitre; and hecto (h) at 10², which survives almost solely in the hectare. The rest of that middle range - deca, and the larger use of hecto - has quietly fallen out of use, which is why nobody measures in decagrams.
The ladder is still growing. In 2022 the General Conference on Weights and Measures added four new prefixes at the extremes: ronna (10²⁷) and quetta (10³⁰) at the top, ronto (10⁻²⁷) and quecto (10⁻³⁰) at the bottom. The mass of the Earth is about 6 ronnagrams.
How to Convert Between Any Two Prefixes
You never need a lookup table. Subtract the exponents and shift the decimal point by the difference.
Converting kilometres to millimetres, for example: kilo is 10³ and milli is 10⁻³, so the difference is six. One kilometre is therefore 10⁶ millimetres, or 1,000,000 mm. Going the other way, divide instead.
Shift = exponent of the unit you have − exponent of the unit you want
A positive result means the number gets bigger, so move the decimal point right. A negative result means it gets smaller. That single rule replaces every metric conversion factor you might otherwise try to remember.
The Capitalisation Trap
Metric symbols are case sensitive, and one pair in particular is genuinely dangerous:
- M is mega, meaning one million.
- m is milli, meaning one thousandth.
Those two differ by a factor of a billion. Writing mW when you meant MW is not a typo that produces a slightly wrong answer; it is the difference between a hearing aid and a power station. The same applies to writing a symbol in the wrong case in a spreadsheet column that something downstream will parse.
The convention is worth knowing: prefixes for a million and above take a capital letter (M, G, T, P, E), and everything below takes lowercase (m, μ, n, p). The odd one out is kilo, which is 10³ but written with a lowercase k. A capital K is kelvin, the unit of temperature, and means something else entirely.
Two more worth watching: G is giga while g is grams, and μ is micro while an unadorned u is a common substitute when the Greek letter is not available. "ug" and "μg" mean the same thing; "mg" does not.
Squared and Cubed Units: Where the Ladder Bends
This is the mistake that catches people who otherwise understand the system perfectly, and it is worth slowing down for.
When a unit is squared or cubed, the prefix is squared or cubed along with it. A square kilometre is not a thousand square metres:
- 1 km = 10³ m, so 1 km² = (10³)² = 10⁶ m² - a million, not a thousand.
- 1 m = 10² cm, so 1 m³ = (10²)³ = 10⁶ cm³ - again a million, not a hundred.
- 1 cm = 10 mm, so 1 cm³ = 1,000 mm³.
The error is silent because the answer still looks plausible. Someone converting a floor plan from square metres to square centimetres and applying 100 instead of 10,000 gets a number that is wrong by a factor of a hundred but is not obviously absurd on the page.
The rule to carry: square the factor for area, cube it for volume. It is also why the litre is such a convenient unit - one litre is exactly one cubic decimetre, which makes it 1,000 cubic centimetres, which is why a millilitre and a cubic centimetre are the same thing.
The Binary Exception
Everywhere except computer storage, a kilo is exactly 1,000. In computing, the prefixes were historically borrowed to mean powers of two instead, because memory addressing works in binary: 2¹⁰ is 1,024, close enough to a thousand to reuse the name.
The two meanings have since diverged. Storage manufacturers use the decimal definition, so a drive sold as 1 TB holds 10¹² bytes. Operating systems have often reported that same capacity in powers of two, dividing by 2³⁰ to express it in gibibytes, which returns about 931. Nothing is missing from the drive - the two systems are simply counting in different bases.
The IEC settled this by defining separate binary prefixes: kibi (Ki) for 1,024, mebi (Mi) for 1,024², and gibi (Gi) for 1,024³. They are unambiguous and still not widely used outside technical documentation. Our guide to terabytes and gigabytes covers the practical consequences for storage.
The Kilogram Is a Special Case
One oddity worth knowing: the kilogram is the SI base unit of mass, and it is the only base unit whose name already contains a prefix, for historical reasons.
The practical consequence is that prefixes attach to the gram, not to the kilogram. A millionth of a kilogram is a milligram, never a "microkilogram", and a thousandth of a gram is a milligram rather than anything built on kg. It is a small quirk, but it explains why the mass ladder appears to skip a rung compared with the metre.
Quick Reference: Common Conversions
- 1 kilometre = 1,000 metres = 1,000,000 millimetres
- 1 metre = 100 centimetres = 1,000 millimetres = 1,000,000 micrometres
- 1 gram = 1,000 milligrams = 1,000,000 micrograms
- 1 kilogram = 1,000 grams = 1,000,000 milligrams
- 1 litre = 1,000 millilitres = 1 cubic decimetre
- 1 megawatt = 1,000 kilowatts = 1,000,000 watts
- 1 km² = 1,000,000 m² (not 1,000)
- 1 m³ = 1,000,000 cm³ (not 100)
Common Mistakes Worth Avoiding
Applying a linear factor to area or volume
The single most expensive error in this guide. Square the factor for area and cube it for volume, every time.
Treating symbols as case-insensitive
mW and MW differ by a factor of a billion. Autocorrect and inconsistent spreadsheet entry are both common culprits.
Assuming a kilo is 1,024
That is true only for computer memory, and even there the correct symbol is Ki rather than k.
Stacking prefixes
There is no such thing as a millimicrometre or a kilomegawatt. Use a single prefix and pick the one that puts the number in a readable range.
Conclusion
Metric prefixes are one idea repeated: every step is a power of ten, and converting means counting the difference between two exponents. Watch the capital letters, square the factor for area and cube it for volume, and remember that only computer storage plays by a different set of rules.
Our millimeters to meters converter and milligrams to kilograms converter handle the decimal shifting for you, and the gigabytes to terabytes converter covers the binary side. For the very small end of the scale, our guide to nanometers and micrometers shows the ladder in use.