By EnginStack Engineering Team | Verified by engineers, built on NIST metrology standards About →
inches
25.4 mm
1 inch = 25.4 mm 1 mm = 0.0393701 inches

Verified against NIST Special Publication 811 and BIPM SI definitions. The conversion factor is exact and traceable to the 1959 treaty constants.

Why Precision Matters on Cross-Border Shop Floors

In aerospace machining and CNC job shops, approximating conversions between US engineering drawings and metric tooling is a one-way ticket to scrap metal. When translating inch-based drawings into metric CAD environments — SolidWorks, CATIA, Fusion 360 — there is one immutable rule: 1 inch equals exactly 25.4 millimeters.

We do not use 25.4001. We do not round intermediate values. This calculator applies the legal metrology definition from the 1959 International Yard and Pound Agreement directly to IEEE 754 double-precision floating-point logic. That means your G-code translates across the Atlantic without a single micron of legacy coordinate drift.

The 1999 Mars Climate Orbiter failure is usually reduced to a one-liner: pound-force-seconds versus newton-seconds. The ground navigation software output thruster impulse in pound-force-seconds. The spacecraft flight software expected newton-seconds. The ×4.44822 conversion factor was missing from the trajectory correction model. But one level deeper, the thruster calibration tables were built from engineering data that mixed inches and millimeters across propulsion, attitude control, and navigation subsystems. The propulsion team worked in imperial. The navigation team worked in SI. The inches-to-millimeters conversion — the same 25.4 factor on this page — had to be applied correctly at every interface between those teams' data products. When it was not, each small trajectory burn nudged the spacecraft slightly off course. After 286 days of accumulated error, the orbiter entered the Martian atmosphere at 57 km instead of the planned 140–150 km altitude. The aeroshell was not designed for that atmospheric density. Total loss. The 25.4 factor is not a convenience. It is a $327 million lesson in unit discipline.

The Conversion Formula

mm = inches × 25.4

This is not an approximation. The yard and pound agreement of 1959 — signed by the national standards bodies of the US, UK, Canada, Australia, New Zealand, and South Africa — defined 1 yard = 0.9144 m exactly, from which 1 inch = 25.4 mm follows without rounding. This number has zero measurement uncertainty. It cannot drift. It cannot be recalibrated. It is legal metrology, not physical metrology.

Worked Examples

Example 1: Convert 1 inch to millimeters

1 × 25.4 = exactly 25.4 mm — the anchor of all imperial-to-metric length conversion.

Example 2: Convert 0.001 inch (1 thou / 1 mil) to mm

0.001 × 25.4 = 0.0254 mm (25.4 microns). PCB designers: 8-mil trace = 0.2032 mm. A fab house rounding to 0.2 mm introduces a 1.6% impedance deviation.

Example 3: Convert 3/4 inch to mm

0.75 × 25.4 = 19.05 mm. NPT pipe thread nominal diameter. Not 19 mm. 19.05.

The Cumulative Dimensioning Trap (The 25.4 Rule in GD&T)

If a machinist rounds 1/16 inch to 1.58 mm instead of the exact 1.5875 mm, a 20-hole bolt circle accumulates a 0.15 mm mismate across the pattern. The locating pins will not seat. The part goes back to the mill — or into the scrap bin. Always rely on the exact 25.4 multiplier to maintain geometric dimensioning and tolerancing (GD&T) integrity, especially when converting inch-based hole patterns into metric toolpaths.

The Inches-to-mm Toggle in 3D Printing

Most desktop 3D printers run on millimeters. Filament diameter: 1.75 mm or 2.85 mm. Nozzle diameter: 0.4 mm (0.0157 inches). Every slicer setting — layer height, extrusion width, retraction distance — expects millimeter input. But CAD exports from Fusion 360 and SolidWorks default to inches for US users. A mechanical part modeled at 10 inches and exported to STL without the unit toggle produces a 10 mm part: 25.4× too small. The printer extrudes it perfectly, and the user posts to a forum with a photo of a benchy the size of a grain of rice. The inches-to-mm toggle in the CAD export dialog is the single most common print-failure cause in US hobbyist 3D printing forums. The slicer will not catch the unit mismatch. Check it before you export every single time.

Common Inches to mm Conversions

inches mm (exact) Where you see it
1/64"0.396875 mmDrill bit sizing, watchmaking
1/32"0.79375 mmSheet metal gauge
1/16"1.5875 mmHex key, bolt-circle step
1/8"3.175 mmShaft keyway, PCB connector pitch
1/4"6.35 mmUNC/UNF fastener diameter
1/2"12.7 mmCopper pipe (nominal)
3/4"19.05 mmNPT pipe thread (nominal OD)
1"25.4 mmThe anchor — defined by law
6"152.4 mmUS stud spacing (16" OC = 406.4 mm)
12"304.8 mm1 foot — shipping container cross-brace

Related Unit Converters

Frequently Asked Questions

Is 1 inch exactly 25.4 mm?

Yes — by international law. The International Yard and Pound Agreement of 1959 defines 1 yard = 0.9144 m exactly. Since 1 yard = 36 inches, 1 inch = 0.9144 ÷ 36 × 1,000 = 25.4 mm exactly. There are no trailing decimals. Any CAD system, calculator, or conversion table that says otherwise is rounding incorrectly or using a pre-1959 definition.

Why does my CAD export say 25.4001 mm instead of 25.4?

That 0.0001 mm offset — one-tenth of a micron — is a floating-point precision artifact, not a real conversion error. It comes from the IEEE 754 double-precision representation used by every modern CAD kernel. For single features it is negligible. For cumulative chain dimensions across a large assembly (aircraft fuselage, bridge girder), it can accumulate to visible misalignment. Always set your CAD export precision to at least 1 micron (0.001 mm) when converting inches to metric.

What is the formula to convert inches to millimeters?

Multiply inches by 25.4: mm = inches × 25.4. That's it. There is no secondary constant, no temperature correction, and no measurement uncertainty. The reciprocal — converting mm to inches — divides by 25.4, giving 1 mm = 0.03937007874... inches (the decimal repeats because 1/25.4 is not a terminating decimal in base 10).

Engineering Context

Inches-to-millimeters is arguably the most important unit conversion in precision manufacturing. Every mechanical drawing that bridges US and international suppliers uses it. The 25.4 factor is exact — the math is perfect. But the practical pitfall lives in the thousandth-of-an-inch: the "thou" (US) or "mil" (PCB world). One thou equals 0.0254 mm. A shop converting a 0.005-inch press-fit interference to "about 0.13 mm" instead of the exact 0.127 mm creates a 3-micron loose fit — enough to rattle under vibration, not enough to spot on a go/no-go gauge at final inspection. In semiconductor packaging, where bond pad pitches are measured in single-digit microns, even the exact 25.4 factor needs to be carried to 6+ significant digits in the toolpath math. The converter on this page uses the exact 25.4 multiplier with IEEE 754 double precision. What you type is what gets converted — no hidden rounding, no intermediate approximations.

More: mm to inches · inches to cm · inches to feet · feet to mm · Guide