SI prefix (original) (raw)

An SI prefix is a prefix which can be applied to any unit of the International System of Units (SI) to give subdivisions and multiples of that unit.

For example, the prefix "kilo" multiplies by one thousand, so a _kilo_metre is 1,000 metres, and a _kilo_watt is 1,000 watts. The prefix "milli" subdivides by a thousand, so a _milli_metre is one thousandth of a metre (1,000 millimetres in a metre), and a _milli_litre is one thousandth of a litre. The ability to apply the same prefixes to any SI unit is one of the key strengths of the SI, since it considerably simplifies the system's learning and use.

The most commonly used prefixes include:

giga = 109, US billion or European milliard, a thousand million

mega = million

kilo = thousand

centi = one hundredth

milli = one thousandth

The full table follows below.

(Sub)multiple Prefix Symbol Name (Americas) Name (European)
1024 yotta Y Septillion Quadrillion
1021 zetta Z Sextillion Thousand trillion (Trilliard)
1018 exa E Quintillion Trillion
1015 peta P Quadrillion Thousand billion (Billiard)
1012 tera T Trillion Billion
109 giga G Billion Thousand million (Milliard)
106 mega M Million
103 kilo k Thousand
102 hecto h Hundred
101 deca or deka da Ten
10-1 deci d Tenth
10-2 centi c Hundredth
10-3 milli m Thousandth
10-6 micro μ Millionth
10-9 nano n Billionth Milliardth
10-12 pico p Trillionth Billionth
10-15 femto f Quadrillionth Billiardth
10-18 atto a Quintillionth Trillionth
10-21 zepto z Sextillionth Trilliardth
10-24 yocto y Septillionth Quadrillionth

Examples:

The prefix always takes precedence over any exponentiation; thus km2 means square kilometre and not kilo - square metre. For example, 3 km2 is equal to 3,000,000 m2 and not to 3,000 m2 (nor to 9,000,000 m2).

Prefixes where the exponent is divisible by three are recommended. Hence '100 metres' rather than 'one hectometre'. Notable exceptions include centimetre, hectare (hecto-are), centilitre, and 1 dm3 (equivalent to one litre).

The accepted pronunciation of the initial G of "giga-" was once soft, /ˈdʒaɪgə/ (like "gigantic"), but now the hard pronunciation, /ˈgɪgə/, is probably more common.

Use outside SI

The abbreviation "k" is often used to mean a multiple of a thousand, so one may talk of "a 40K salary" (40,000), or the Y2K problem. Note that in these cases an upper case K is often used.

Non-SI units

SI prefixes rarely appear coupled with imperial units except in some specialised cases (e.g. megaton). They are often used with cgs units in situations where these are still found (e.g. millitorr). They are also used with "natural" units in some fields (e.g. megaelectron volt, gigaparsec).

Computing

k and greater are common in computing, where they are applied to information and storage units like the bit and the byte. Since these often naturally come in powers of two, the prefixes' meaning changes:

K = 210 = 1,024

M = 220 = 1,048,576

G = 230 = 1,073,741,824

T = 240 = 1,099,511,627,776

P = 250 = 1,125,899,906,842,624.

However, these prefixes usually retain their powers-of-1000 meanings when used to describe rates of data communication (bit rates): 10 Mb/s Ethernet runs at 10,000,000 b/s, not 10,485,760 b/s.

This inconsistency did not seem relevant when computers had little storage and communication links were relatively slow, but the increasing capacity of computing systems and speed of network links began making this inconsistency a more serious problem.

Accordingly, the International Electrotechnical Commission adopted new binary prefixes in 1998, formed from the first syllable of the decimal prefix plus 'bi' (pronounced 'bee'). The symbol is the decimal symbol plus 'i'. So now, one kilobyte (1 kB) equals 1000 bytes, whereas one kibibyte (1 KiB) equals 210 = 1024 bytes. Likewise mebi (220), gibi (230), tebi (240), pebi (250), and exbi (260). For example, at 1 MB/s = 106 bytes per second, it would take slightly longer than one second to transfer an object 1 MiB = 220 bytes in size. The adoption of these prefixes has been very limited.

For more information on these power-of-two prefixes, see Binary prefixes.

See also Orders of magnitude.


† Britain, Ireland and Australia previously used the European number name conventions, but have now largely switched to US usage. Note in particular that above a million and below a millionth, the same name has different values in the two naming systems, so billion and trillion(for example) become unfortunately potentially ambiguous terms internationally. Using the SI prefixes can circumvent this problem. See number names for the details.

This article (or an earlier version of it) contains material from FOLDOC, used with permission.