Decimal to Fractional Inch Converter
Decimal inches in, fractional inches out. Pick your precision and watch the result update on every keystroke.
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
| Fraction | Decimal (in) | Millimeters |
|---|---|---|
| 1/64" | 0.015625 | 0.3969 |
| 1/32" | 0.03125 | 0.7937 |
| 3/64" | 0.046875 | 1.1906 |
| 1/16" | 0.0625 | 1.5875 |
| 5/64" | 0.078125 | 1.9844 |
| 3/32" | 0.09375 | 2.3812 |
| 7/64" | 0.109375 | 2.7781 |
| 1/8" | 0.125 | 3.175 |
| 9/64" | 0.140625 | 3.5719 |
| 5/32" | 0.15625 | 3.9688 |
| 11/64" | 0.171875 | 4.3656 |
| 3/16" | 0.1875 | 4.7625 |
| 13/64" | 0.203125 | 5.1594 |
| 7/32" | 0.21875 | 5.5562 |
| 15/64" | 0.234375 | 5.9531 |
| 1/4" | 0.25 | 6.35 |
| 17/64" | 0.265625 | 6.7469 |
| 9/32" | 0.28125 | 7.1437 |
| 19/64" | 0.296875 | 7.5406 |
| 5/16" | 0.3125 | 7.9375 |
| 21/64" | 0.328125 | 8.3344 |
| 11/32" | 0.34375 | 8.7312 |
| 23/64" | 0.359375 | 9.1281 |
| 3/8" | 0.375 | 9.525 |
| 25/64" | 0.390625 | 9.9219 |
| 13/32" | 0.40625 | 10.3187 |
| 27/64" | 0.421875 | 10.7156 |
| 7/16" | 0.4375 | 11.1125 |
| 29/64" | 0.453125 | 11.5094 |
| 15/32" | 0.46875 | 11.9063 |
| 31/64" | 0.484375 | 12.3031 |
| 1/2" | 0.5 | 12.7 |
| 33/64" | 0.515625 | 13.0969 |
| 17/32" | 0.53125 | 13.4937 |
| 35/64" | 0.546875 | 13.8906 |
| 9/16" | 0.5625 | 14.2875 |
| 37/64" | 0.578125 | 14.6844 |
| 19/32" | 0.59375 | 15.0812 |
| 39/64" | 0.609375 | 15.4781 |
| 5/8" | 0.625 | 15.875 |
| 41/64" | 0.640625 | 16.2719 |
| 21/32" | 0.65625 | 16.6687 |
| 43/64" | 0.671875 | 17.0656 |
| 11/16" | 0.6875 | 17.4625 |
| 45/64" | 0.703125 | 17.8594 |
| 23/32" | 0.71875 | 18.2562 |
| 47/64" | 0.734375 | 18.6531 |
| 3/4" | 0.75 | 19.05 |
| 49/64" | 0.765625 | 19.4469 |
| 25/32" | 0.78125 | 19.8438 |
| 51/64" | 0.796875 | 20.2406 |
| 13/16" | 0.8125 | 20.6375 |
| 53/64" | 0.828125 | 21.0344 |
| 27/32" | 0.84375 | 21.4312 |
| 55/64" | 0.859375 | 21.8281 |
| 7/8" | 0.875 | 22.225 |
| 57/64" | 0.890625 | 22.6219 |
| 29/32" | 0.90625 | 23.0187 |
| 59/64" | 0.921875 | 23.4156 |
| 15/16" | 0.9375 | 23.8125 |
| 61/64" | 0.953125 | 24.2094 |
| 31/32" | 0.96875 | 24.6062 |
| 63/64" | 0.984375 | 25.0031 |
| 1" | 1 | 25.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
Related Tools
Back to the main decimal to inches calculator.