Convert millimeters, centimeters, or meters to the nearest inch fraction, or enter an inch fraction to get millimeters and centimeters.

Mm To Fraction Calculator

Enter a metric length and choose how fine the inch fraction should be.
mm → fraction
fraction → mm
inches

Mm to Fraction Formula

Convert millimeters to a decimal inch, then snap to the nearest fraction with your chosen denominator.

inches_decimal = mm / 25.4
numerator = round(inches_decimal * D)
fraction = numerator / D   (reduced)
  • mm — input length in millimeters (cm × 10, m × 1000)
  • 25.4 — exact mm per inch
  • D — fraction denominator (8, 16, 32, 64, or 128)
  • numerator / D — reduced to lowest terms with whole-inch part separated

The reverse mode uses mm = inches × 25.4 and accepts mixed input like 1 3/8, 3/8, or 0.375. Rounding error in mm is reported as (numerator/D − inches_decimal) × 25.4.

Reference Tables

Common millimeter values with their nearest 1/64 inch fraction. Error is how far the rounded fraction sits from the exact value.

mm Decimal in Nearest 1/64 Error mm
10.03943/64+0.1906
30.11811/8+0.1750
50.196913/64+0.1594
60.236215/64−0.0531
100.393725/64−0.0375
120.472415/32−0.0500
150.590619/32+0.0625
200.787425/32−0.1250
250.984363/64+0.0125
25.41.000010

Pick precision based on the work, not habit. Coarser denominators are easier to read; finer denominators reduce error.

Precision Max error Typical use
1/8±1.59 mmRough framing, layout
1/16±0.79 mmGeneral woodworking, trim
1/32±0.40 mmCabinetry, joinery
1/64±0.20 mmMachining, drill sizes
1/128±0.10 mmPrecision fits, gauging

Worked Example

Convert 6 mm to the nearest 1/64 inch.

  1. Decimal inches: 6 ÷ 25.4 = 0.23622
  2. Multiply by 64: 0.23622 × 64 = 15.118
  3. Round: 15
  4. Fraction: 15/64 in (already reduced)
  5. Check: 15/64 × 25.4 = 5.9531 mm, error −0.0469 mm

FAQ

Is 1 inch exactly 25.4 mm? Yes. The international inch has been defined as exactly 25.4 mm since 1959.

Why does my fraction not match the input exactly? Most metric values do not land on a clean inch fraction. The calculator picks the closest fraction at your chosen denominator and reports the leftover difference in mm.

Which precision should I use for drill or wrench sizing? Use 1/64 inch. Standard fractional drill bits and wrenches are sized in 1/64 or 1/32 increments.

Can I enter mixed numbers in the reverse mode? Yes. Formats like 1 3/8, 3/8, 0.375, and 1.375" all parse correctly.