Solved.tools — Free Online Calculators & Tools

We use cookies for analytics and advertising. Learn more about our cookie policy

Gauge to mm Converter

Last updated: 14 August 2026

Reviewed by Gavin · Research and drafting assisted by AI

Reverse lookup — diameter → AWG
AWG formulad_in = 0.005 × 92^((36 − n) / 39)
n value (aught → negative)AWG 12 → n = 12
Area formulaA = π × (d / 2)²
Current valueAWG 12 = 2.052525388 mm = 0.08080808616 in = 3.308772876 mm²
Was this helpful?


Gauge to mm Converter

The Gauge to mm Converter turns a gauge number into a real thickness or diameter in millimetres and inches, and back. It covers the two different gauge systems that show up in engineering and trade work: wire gauge (American Wire Gauge, AWG), which is a mathematical relation, and sheet-metal gauge, which is a published lookup table that differs by material. The converter handles both with one mode selector so you can move between electrical wiring, sheet-metal fabrication, jewellery, and piercing-gauge work without leaving the page. The AWG formula is the standard one defined in ASTM B258, translated to mm by the exact 1 inch = 25.4 mm conversion factor in NIST SP 811. The sheet values come from the Manufacturers Standard Gauge for steel and the Aluminium Association standard sheet gauge for aluminium. For wire, the calculator also reports the cross-sectional area in mm², which is the figure electricians actually need for ampacity lookups, and provides a reverse lookup that finds the nearest AWG size for a measured diameter in mm.

How to Use the Gauge to mm Converter

  1. Pick the gauge type from the dropdown: AWG wire or Sheet metal. The relevant input mode appears below.
  2. For AWG wire: choose an AWG size from the dropdown (0000 / 4/0 down to 40, plus the integer and aught sizes). The diameter in inches, the diameter in mm, and the cross-sectional area in mm² all update instantly, and the result box shows the active formula and the n value used.
  3. For AWG reverse lookup: type a diameter in mm in the reverse field. The "Nearest AWG" output shows the AWG label whose standard diameter is closest to your input.
  4. For sheet metal: pick a material (Steel MSG or Aluminium) and then a sheet gauge number from the dropdown. The thickness in mm and the thickness in inches appear in the read-only output fields. The result box shows the material, the gauge number, and the current value.
  5. The result box at the bottom of AWG mode shows the formula, the n value, the area formula, and the current calculation. Sheet-metal mode shows the lookup-table method, the material, the gauge number, and the current value so you can confirm the source of the value before you use it.

The Formulas

AWG wire (formula path). Wire gauge is a closed-form mathematical relation. The standard ASTM B258 formula for the diameter of a solid round AWG conductor in inches is:

d_inches = 0.005 × 92^((36 − n) / 39)

where n is the AWG number. The "0000" / "4/0" sizes are handled by treating 00 = −1, 000 = −2, 0000 = −3 in the formula. For the integer sizes, n is the wire's AWG number directly. The constant 0.005 inches is the diameter of AWG 36, the smallest standard AWG size, and the base 92 is what makes every three gauge numbers halve the cross-sectional area. The diameter in millimetres is then:

d_mm = d_inches × 25.4

because 1 inch is defined as exactly 25.4 mm (NIST SP 811 / 1959 international yard and pound agreement). Cross-sectional area follows from the geometry of a circle:

A = π × (d_mm / 2)²

This is the figure an electrician actually needs for ampacity lookups, because electrical tables are organised by mm² (or thousand circular mils, kcmil) rather than by gauge number. Why the formula has a base of 92. The exponent structure (36 − n) / 39 makes the formula exactly reproduce the original AWG definition: every step of the gauge number multiplies the diameter by the cube root of 2 (≈ 1.1229) and the area by the cube root of 4 (≈ 1.5874). The 39 in the denominator lines up with the gauge range from n = 0 to n = 36, and the 36 in the numerator anchors the diameter at exactly 0.005 inches (AWG 36). The base 92 falls out of the algebra, it is the 39th power of the cube root of 2, scaled to reproduce that 0.005 inch anchor.

Sheet metal (lookup-table path). Sheet-metal gauge is not a formula. It is a published table that differs by material. The same gauge number means different thicknesses for steel, aluminium, galvanised steel, stainless steel, and copper. The table is conventional: it evolved from the mass of a sheet of material per unit area in the days before precise rolled-thickness standards, and different industries adopted different conventions. The Manufacturers Standard Gauge (MSG) is the standard for uncoated steel sheet. Aluminium uses the Aluminium Association standard sheet gauge. Galvanised steel has its own table (the "galvanised sheet gauge"), and stainless steel uses the American Iron and Steel Institute (AISI) schedule. The converter ships the two most commonly used tables: steel (MSG) and aluminium. If you need a specialty material, confirm the value against the material supplier's published spec, do not infer it from the wrong table.

The Standard Tables Used

Steel (Manufacturers Standard Gauge, sheet thickness in mm). The MSG table runs from gauge 7 (about 4.55 mm) down to gauge 30 (about 0.61 mm). Values listed only where the published MSG thickness is well-established.

GaugemmGaugemmGaugemm
74.554152.267231.125
84.191162.077241.031
93.835171.903250.944
103.510181.744260.865
113.214191.598270.792
122.946201.464280.726
132.700211.341290.665
142.474221.229300.609

Aluminium (Aluminium Association standard sheet gauge, sheet thickness in mm).

GaugemmGaugemmGaugemm
73.664151.450230.574
83.264161.291240.511
92.906171.151250.455
102.588181.024260.404
112.305190.912270.361
122.053200.813280.320
131.829210.724290.287
141.628220.643300.254

Confidence in the published MSG values is high because the gauge convention for steel sheet has been stable across multiple manufacturers and standards bodies for decades. The aluminium table likewise uses the Aluminium Association standard gauge. For values outside the table range (very heavy plate or very thin foil), switch to a direct thickness specification in mm or inches rather than a gauge number.

Worked Examples

Example 1, AWG 12 wire diameter. A common residential branch-circuit wire is AWG 12. Using the formula: d_in = 0.005 × 92^((36 − 12) / 39) = 0.005 × 92^(24/39) = 0.005 × 92^0.6154 ≈ 0.005 × 16.162 ≈ 0.0808 in. In mm: 0.0808 × 25.4 ≈ 2.0525 mm. The cross-sectional area is A = π × (2.0525 / 2)² ≈ 3.309 mm². Working backward, AWG 12 wire is 2.05 mm across with 3.31 mm² of copper, typical for a 20-amp branch circuit in North American residential wiring.

Example 2, AWG 0 (1/0) cable for service entrance. Heavy service entrance cable is commonly AWG 1/0, which the formula treats as n = 0. d_in = 0.005 × 92^((36 − 0) / 39) = 0.005 × 92^(36/39) = 0.005 × 92^0.9231 ≈ 0.005 × 64.972 ≈ 0.3249 in. In mm: 0.3249 × 25.4 ≈ 8.2515 mm. Area: A = π × (8.2515 / 2)² ≈ 53.46 mm². A 1/0 conductor is about 8.25 mm in diameter and 53.5 mm² in cross-section, which is the rough size range for a 150- to 200-amp residential service.

Example 3, AWG 24 signal wire. Telephone and low-voltage signal wire is often AWG 24. d_in = 0.005 × 92^((36 − 24) / 39) = 0.005 × 92^(12/39) = 0.005 × 92^0.3077 ≈ 0.005 × 4.0202 ≈ 0.0201 in. In mm: 0.0201 × 25.4 ≈ 0.5106 mm. Area: A = π × (0.5106 / 2)² ≈ 0.2047 mm². AWG 24 is 0.51 mm across, about the thickness of a thin needle.

Example 4, AWG 36 (the smallest standard size). AWG 36 is the smallest AWG conductor and is the diameter anchor of the formula. d_in = 0.005 × 92^((36 − 36) / 39) = 0.005 × 92^0 = 0.005 in. In mm: 0.005 × 25.4 = 0.127 mm. This is the diameter of the formula's base, 0.127 mm is just thicker than a human hair.

Example 5, Reverse lookup for a 2.05 mm diameter. A measured wire diameter comes back as 2.05 mm. The reverse lookup finds the AWG label whose formula-driven diameter is closest. AWG 12 is 2.0525 mm (difference 0.0025 mm), AWG 11 is 2.30 mm (difference 0.25 mm). The nearest AWG is 12. Reverse lookup is essential when an engineer specifies a diameter in mm and you need to match it to a standard AWG wire or specify a non-standard custom drawing.

Example 6, Sheet gauge 18 steel. 18-gauge steel under MSG is 1.744 mm thick (about 0.0687 in). This is the typical thickness for residential HVAC ductwork and light-gauge framing. Note that an 18-gauge aluminium sheet is 0.813 mm, about half the thickness of 18-gauge steel for the same gauge number.

Example 7, Sheet gauge 22 across materials. 22 MSG steel is 1.229 mm. 22-gauge aluminium is 0.643 mm. The same gauge number means very different thicknesses depending on the material, this is the most common source of cross-material confusion and is one of the reasons the converter forces a material selection.

Where the Conversion Shows Up

  • Electrical wiring and ampacity. AWG → mm → mm² is the standard chain for sizing electrical conductors. Electricians translate a wire's gauge number into mm² to look up the ampacity in NEC (NFPA 70) tables, IEC 60364 tables, and manufacturer datasheets. The converter handles the first two steps; the actual ampacity decision depends on insulation, installation method, ambient temperature, and bundling, so always check the relevant code.
  • Electronics and PCB work. Wire-wrap, jumper wire, and magnet wire are commonly specified in AWG. The mm² value is useful for calculating resistance per metre (from copper's resistivity) and current capacity at a given temperature rise.
  • Jewellery and piercing gauges. Body-piercing jewellery is sized in gauge (often the same scale as AWG, sometimes Birmingham Wire Gauge / BWG, sometimes Standard Wire Gauge / SWG). The converter handles AWG piercing sizes; for BWG and SWG, consult a gauge-specific chart.
  • HVAC ductwork. Sheet-metal ductwork is sized in gauge (typically steel at 22 to 30 MSG or aluminium at 22 to 26). The gauge system tells the fabricator which roll former to use and what fastener length to spec.
  • Automotive body panels and chassis. Body panels are typically 18 to 22 MSG steel; aluminium-intensive vehicles use 18 to 22 gauge aluminium. The mm figure is what the press brake programmer needs.
  • Construction and roofing. Standing-seam roofing, gutter coil, and flashing are sheet-metal gauge products. The gauge drives the spacing of fasteners and clips.
  • Reverse lookup for measurement. When a spec is given in mm (a European spec, an instrument reading, a hole size), the reverse lookup finds the nearest standard AWG so the right wire size can be ordered.

Common Mistakes

  • Assuming one gauge system covers all materials. AWG is wire. MSG is steel sheet. The Birmingham Wire Gauge (BWG) and Standard Wire Gauge (SWG) are still used in tubing and other contexts. Brass, galvanised steel, and stainless steel sheets have their own tables. Confusing them is the most common gauge mistake in fabrication and electrical work.
  • Assuming bigger gauge number = thicker wire. For AWG and most sheet gauges, higher number = thinner. AWG 12 is thicker than AWG 18; 22 MSG steel is thinner than 18 MSG. The intuitive "more = bigger" rule is wrong, and the inversion has cost real money in wrong-sized components.
  • Using AWG tables for sheet steel. A vendor quoting "12 gauge" almost always means 12 gauge steel sheet (about 2.95 mm) when discussing sheet metal, and 12 AWG (about 2.05 mm diameter) when discussing wire. The numbers happen to be close but the meaning is different.
  • Ignoring aught sizes. AWG 1/0 (sometimes written 0), 2/0, 3/0, and 4/0 are heavier than AWG 1. The aught sizes exist because the original gauge system extended only as far as 0000, and going thicker meant using n = 0, −1, −2, −3 in the formula. Treat the aught sizes as the heaviest practical AWG conductors.
  • Translating to mm² by remembering a single number. The formula d_mm × π × d_mm / 4 is what gives the cross-sectional area. Electricians often use the rule "AWG 12 ≈ 3.31 mm², AWG 10 ≈ 5.26 mm², AWG 8 ≈ 8.37 mm²" but these are specific cases; the converter handles them all from the same formula.
  • Ignoring the sheet metal table uncertainty. Some gauge tables have changed historically. For example, MSG sheet steel thickness was revised in the mid-20th century to reflect tighter rolling tolerances. The values in this converter reflect the current published MSG table; older instruments may carry a slightly different label. For critical fabrication work, confirm against the material supplier's current spec.
  • Confusing sheet gauge with sheet metal thickness in decimal inches. A fabricator who quotes "18 gauge steel" is talking about the table (1.744 mm). A fabricator who quotes "0.060 steel" is talking about a direct decimal-inch thickness (1.524 mm). These are similar but not identical, and the difference matters for tight-tolerance work.
  • Reading an ampacity from a wire's diameter alone. Ampacity depends on the conductor's cross-sectional area, the insulation temperature rating, the installation method, ambient temperature, and bundling. A correct mm² figure is necessary but not sufficient for an ampacity decision. Always check the relevant NEC table or IEC 60364 method.

When to Use a Different Tool

Use this converter for gauge-to-mm / gauge-to-inches conversions and the AWG cross-sectional area calculation. For a wire's electrical resistance, use a wire-resistance calculator (which combines the cross-section with the material's resistivity and length). For the current-carrying capacity of a specific wire in a specific installation, use the NEC (NFPA 70) ampacity tables for the relevant wire type, insulation temperature, and raceway fill. For non-AWG wire gauges (Birmingham Wire Gauge / Standard Wire Gauge / Steel Wire Gauge), consult a dedicated gauge table, the formulas differ.

Frequently Asked Questions

What is AWG? AWG stands for American Wire Gauge, a standardised logarithmic gauge system for solid round electrical conductors widely used in North America since 1857. Each step of the gauge number corresponds to a fixed ratio of diameter, so the system works as a closed-form formula: d_inches = 0.005 × 92^((36 − n) / 39). The same gauge system is used informally for some non-electrical applications, including body-piercing jewellery, but for sheet metal and most other gauges it is the wrong system.

How thick is AWG 12 wire in millimetres? AWG 12 wire is 0.0808 inches in diameter, which converts to 2.0525 mm (exactly 2.05 mm to four significant figures). The cross-sectional area is about 3.31 mm². AWG 12 is the standard conductor for 20-amp residential branch circuits in North American wiring.

What is the difference between AWG and sheet-metal gauge? AWG is a formula-driven system for round wire diameters. Sheet-metal gauge is a published lookup table for the thickness of flat sheet material, and the table differs by material. The same gauge number on a steel sheet and an aluminium sheet means different thicknesses, for example, 18 MSG steel is 1.744 mm thick, while 18-gauge aluminium is 1.024 mm. The converter forces you to pick the material because the value depends on it.

Why is the formula 92^((36 − n) / 39)? The base 92 and the 39 in the denominator encode the cube-root-of-2 step ratio between gauge numbers. The 36 in the numerator anchors the formula at AWG 36 = 0.005 inches, the smallest standard AWG size. The algebraic rearrangement works out to: every increase of 3 in n multiplies the diameter by approximately 0.8909 (1 / cube root of 2 ≈ 1 / 1.1229), and every decrease of 3 in n multiplies it by approximately 1.1229. The 92^((36 − n) / 39) is the same algebra, written in a single compact closed form.

What does AWG 1/0 mean? AWG 1/0 (often written 1/0 or sometimes 0) is the "aught" size just heavier than AWG 1. The aught sizes increase in the opposite direction from the integer sizes: AWG 1/0 (n = 0) is heavier than AWG 1 (n = 1), AWG 2/0 (n = −1) is heavier than 1/0, AWG 3/0 (n = −2) is heavier than 2/0, and AWG 4/0 (n = −3) is the heaviest standard AWG conductor. The converter's AWG dropdown includes 0000, 000, 00, and 0 alongside the integer sizes for this reason.

Can I use this converter for bounding wire resistance? The mm² cross-sectional area is the right input for a wire-resistance calculator: R = ρ × L / A, where ρ is the resistivity of the conductor material (≈ 1.68 × 10⁻⁸ Ω·m for copper at 20 °C), L is the length in metres, and A is the cross-sectional area in m². The Gauge to mm Converter gives you A in mm²; convert to m² by dividing by 1,000,000 before plugging into the formula. The temperature coefficient of resistivity means a 10 °C change in ambient temperature shifts copper resistance by roughly 4 %.

Can I use this calculator for professional or commercial purposes? Yes, the AWG formula is the standard industry formula (ASTM B258) and the sheet-metal tables are the published MSG and Aluminium Association values. For commercial work, confirm the sheet-metal spec against the material supplier's current datasheet, some specialty alloys and coated products use a different gauge convention. For electrical work, pair the gauge-to-mm conversion with the relevant NEC (NFPA 70) ampacity table for the wire type, insulation, and installation method; the gauge alone is not a code-compliant sizing.

How often are the underlying tables updated? The AWG formula is fixed by ASTM B258 and the exact 25.4 mm/inch conversion factor in NIST SP 811, these have been stable for decades and change only when the standards bodies revise them. The sheet-metal gauge tables reflect the current Manufacturers Standard Gauge (steel) and the Aluminium Association standard sheet gauge. Historical revisions exist (e.g., MSG tightens tolerance specifications over time), so for legacy specifications, match the table to the era of the spec.

References

  • ASTM B258, Standard Specification for Standard Nominal Diameters and Cross-Sectional Areas of AWG Sizes of Solid Round Wires Used as Electrical Conductors, the authoritative AWG size specification. The 0.005 × 92^((36 − n) / 39) formula and the standard AWG diameter table both trace back to this standard.
  • NIST Special Publication 811, Guide for the Use of the SI Units, defines the conversion factor 1 inch = 25.4 mm exactly, which is the bridge between the AWG formula's inch output and the mm output of this converter.
  • NFPA 70, National Electrical Code (NEC), the U.S. standard for safe electrical wiring. NEC ampacity tables (notably Chapter 9, Table 8) give the current-carrying capacity of wire by AWG size, insulation type, and installation method. The mm² figure produced by this converter is the right input for ampacity lookups in NEC and in the related IEC 60364 international wiring rules.
  • Manufacturers Standard Gauge (MSG), the standard uncoated steel sheet gauge used in North America. The values in the steel table above are the published MSG thicknesses in mm.
  • Aluminium Association standard sheet gauge, the standard sheet gauge for aluminium sheet and plate. The values in the aluminium table above come from this standard.
  • BIPM SI Brochure (9th edition), the formal definition of the SI units used in this converter (the metre, the millimetre, and by extension the inch via the 25.4 mm exact conversion).
  • American Iron and Steel Institute (AISI), publisher of stainless-steel sheet gauge tables, which are not included in this converter because the standard for stainless steel is more nuanced and uses different tables for different product forms.