Decimal to Fractional Inch Converter

Decimal inches in, fractional inches out. Pick your precision and watch the result update on every keystroke.

Precision
Fractional Inches
7/16"
Decimal Inches
0.4375"
Feet
0.036458 ft
Millimeters
11.1125 mm
Centimeters
1.11125 cm
Meters
0.011112 m
Live ruler position
01/41/23/41"0.4375
Formula
0.4375 × 16 = 7.0000 → round to 7 → 7/16 (already simplest form)

What is an inch fraction?

An inch fraction is a fraction whose denominator is a power of 2, typically 2, 4, 8, 16, 32, or 64. Tape measures show 1/16" marks, combination squares and rules often show 1/32" marks, and machinist's scales or CAD drawings sometimes call out 1/64" for tighter tolerances.

Power-of-two denominators exist because halving a length repeatedly is easy to do by eye or with a folding ruler: cut a board in half, then in half again, and you get halves, quarters, eighths, sixteenths, and so on. That is also why you will never see a "1/10 inch" mark on a standard tape measure, and why lumber, plumbing, and hardware sizes are almost always given in eighths, sixteenths, or thirty-seconds rather than tenths. Decimal-inch tools like calipers and CAD software do not have this restriction, which is exactly why a converter is useful when moving between the two systems.

How precision changes the result

The same decimal rounds to a different fraction depending on the precision you choose. 0.41 at 1/8" rounds to 3/8 (0.375). At 1/16" it becomes 7/16 (0.4375). At 1/32" it becomes 13/32 (0.40625). At 1/64" it becomes 26/64, which simplifies to 13/32 again, since 0.41 lands closest to that same value at both fine settings.

Finer precision is not free: it only helps if your tool can actually measure that finely. A result rounded to the nearest 1/16" has a worst-case rounding error of half that interval, 1/32" (0.03125"). Switch to 1/64" precision and the worst case shrinks to 1/128" (0.0078125"), which is tighter than most hand tools can mark or read anyway.

Full inch fraction table

FractionDecimal (in)Millimeters
1/64"0.0156250.3969
1/32"0.031250.7937
3/64"0.0468751.1906
1/16"0.06251.5875
5/64"0.0781251.9844
3/32"0.093752.3812
7/64"0.1093752.7781
1/8"0.1253.175
9/64"0.1406253.5719
5/32"0.156253.9688
11/64"0.1718754.3656
3/16"0.18754.7625
13/64"0.2031255.1594
7/32"0.218755.5562
15/64"0.2343755.9531
1/4"0.256.35
17/64"0.2656256.7469
9/32"0.281257.1437
19/64"0.2968757.5406
5/16"0.31257.9375
21/64"0.3281258.3344
11/32"0.343758.7312
23/64"0.3593759.1281
3/8"0.3759.525
25/64"0.3906259.9219
13/32"0.4062510.3187
27/64"0.42187510.7156
7/16"0.437511.1125
29/64"0.45312511.5094
15/32"0.4687511.9063
31/64"0.48437512.3031
1/2"0.512.7
33/64"0.51562513.0969
17/32"0.5312513.4937
35/64"0.54687513.8906
9/16"0.562514.2875
37/64"0.57812514.6844
19/32"0.5937515.0812
39/64"0.60937515.4781
5/8"0.62515.875
41/64"0.64062516.2719
21/32"0.6562516.6687
43/64"0.67187517.0656
11/16"0.687517.4625
45/64"0.70312517.8594
23/32"0.7187518.2562
47/64"0.73437518.6531
3/4"0.7519.05
49/64"0.76562519.4469
25/32"0.7812519.8438
51/64"0.79687520.2406
13/16"0.812520.6375
53/64"0.82812521.0344
27/32"0.8437521.4312
55/64"0.85937521.8281
7/8"0.87522.225
57/64"0.89062522.6219
29/32"0.9062523.0187
59/64"0.92187523.4156
15/16"0.937523.8125
61/64"0.95312524.2094
31/32"0.9687524.6062
63/64"0.98437525.0031
1"125.4

How simplification works

After multiplying the decimal by the denominator and rounding to a whole number, the calculator divides both the numerator and denominator by their Greatest Common Divisor. 8/16 collapses to 1/2 because GCD(8, 16) = 8. 12/32 collapses to 3/8 because GCD(12, 32) = 4. 24/64 collapses to 3/8 as well, since GCD(24, 64) = 8.

This step matters because raw rounding can produce the same value in several unreduced forms depending on which precision you picked, and nobody wants to read "24/64 inch" off a cut list when "3/8 inch" means the same thing and is faster to say. For a general decimal-to-fraction conversion that is not limited to inch-specific denominators, use the decimal to fraction calculator.

Choosing the right precision for your tool

Pick 1/8" for rough framing and construction, where a sixteenth would not be visible anyway. Pick 1/16" for general woodworking and DIY, since that matches nearly every tape measure and combination square sold. Pick 1/32" for cabinetry, trim work, or anywhere a loose fit shows. Pick 1/64" for machining, metalworking, or matching a manufacturer's drawing that specifies tolerances tighter than a sixteenth.

Going finer than your tool can read does not add accuracy, it just adds false confidence. If your tape measure only has 1/16" marks, converting a CAD decimal to 1/64" precision gives you a number you cannot actually verify by eye.

Worked example: converting a CAD decimal to a shop fraction

A CAD drawing lists a hole center at 0.6875". At 1/16" precision: 0.6875 × 16 = 11 exactly, so the fraction is 11/16" with no rounding at all (GCD(11, 16) = 1, already the simplest form). In millimeters that is 0.6875 × 25.4 = 17.4625 mm, or 1.74625 cm.

Now try a less convenient value: 0.3782". At 1/64" precision, 0.3782 × 64 = 24.2048, which rounds to 24, giving 24/64. Simplify by the GCD of 24 and 64, which is 8, and you get 3/8" (0.375"). The rounding introduced a difference of just 0.0032", well inside the 0.0078" worst case for 1/64" precision.

Rollover: when a fraction rounds up to a whole inch

Rollover happens when the decimal part rounds up to the full denominator, meaning the fraction is actually equal to one whole inch. At 1/8" precision, 0.97" rounds to 8/8, so the calculator reports it as 1" instead of an invalid "8/8". At 1/16" precision, 2.98" rounds to 16/16 in the fractional part, so it carries into the whole number and displays as 3".

This carrying behavior matches how you would read a tape measure by hand: if a mark looks like it is sitting right on the next whole inch, you call it the whole inch. For more on how fractions reduce to their lowest terms, see the equivalent fractions calculator, or convert the result to millimeters with the mm to inches converter.

Frequently Asked Questions

Precision is the smallest fraction the calculator will round your decimal to. Selecting 1/16" rounds every result to the nearest sixteenth of an inch, while 1/64" rounds to the nearest sixty-fourth, a resolution about four times finer. Choosing a coarser precision produces simpler-looking fractions; a finer one produces more exact ones.

Related Tools

Back to the main decimal to inches calculator.