Inch Fraction Converter — Decimal Inch to Fraction

Convert a decimal inch to the nearest fraction (e.g. 0.375 = 3/8") and back — for woodworking, machining and construction.

🪚

Inch Fraction Converter

Numbers • inches

0 chars
0 chars

How to Use the Inch Fraction Converter

  1. Pick a direction — use the toggle at the top (e.g. encode vs decode).
  2. Type or paste your text — the result updates live as you type; large inputs are fine.
  3. Copy the result — one click copies the output to your clipboard.
  4. Swap — flip the direction (⇄) to reverse the conversion instantly.

Why Use This Inch Fraction Converter

🎯

Reversible in one click

Encoding and decoding share the page, so any result can be pasted straight back to confirm it round-trips to the text you started with — the quickest check that nothing was mangled.

Live as you type

Results are recalculated on every keystroke, with no submit step and no page reload, so a value can be adjusted until the answer looks right rather than guessed once.

🔒

100% private

Everything runs in your browser — no account, no uploads, nothing leaves your device.

Understanding the Inch Fraction Converter

On a US tape measure, inches are divided into halves, quarters, eighths, sixteenths and thirty-seconds. Converting a decimal inch to the nearest fraction — 0.625" = 5/8" — is essential for woodworking, machining, carpentry and DIY.

This converter rounds any decimal inch to the closest common fraction and converts fractions back to decimals, so you can move between calculator/CAD numbers and the markings printed on your ruler.

Formula & Logic

US construction and machining work in binary fractions of an inch — halves, quarters, eighths, sixteenths and beyond — because they subdivide by repeated halving, which is what a folding rule and a tape measure physically do. Converting a decimal to the nearest fraction means multiplying by the desired denominator, rounding to a whole number, and reducing. The precision you choose should match the trade: carpentry typically works to 1/16 inch, cabinetmaking to 1/32, and machining abandons fractions for thousandths of an inch entirely.

Numerator = round(decimal × denominator)Fraction = numerator / denominator, reduced by the GCDError = |decimal − (numerator ÷ denominator)|

where:

denominator
the precision: 16 for framing, 32 for joinery, 64 for fine work
reduction
divide both by the GCD, so 8/16 becomes 1/2
thousandths
machining convention; 1/64 inch is about 0.0156 in

Assumptions: Rounds to the nearest available fraction, so some error is unavoidable — that error is at most half the chosen increment, which for sixteenths is 1/32 inch (0.031 in).

Step-by-Step Example: 0.4375 Inches to a Fraction

Convert a decimal measurement to sixteenths, then check the error at a coarser precision.

  • Decimal0.4375 in
  • Working precision1/16
  1. Multiply by the denominator: 0.4375 × 16 = 7.0 exactly.
  2. Since it is a whole number, the fraction is exactly 7/16 with no rounding error.
  3. Check for reduction: GCD(7, 16) = 1, so 7/16 is already in lowest terms.
  4. Now try eighths: 0.4375 × 8 = 3.5, which rounds to 4, giving 4/8 = 1/2.
  5. Error at that precision: 0.5 − 0.4375 = 0.0625 inches, a sixteenth out.
  6. For reference in metric: 7/16 in × 25.4 = 11.11 mm.

Result0.4375 in = 7/16 in exactly

Decimals that are exact in binary fractions — .0625, .125, .1875, .25 and so on — convert with no error because sixteenths are powers of two. A measurement of 0.40 in has no exact fraction and lands at 13/32 (0.40625), which is 0.006 in over.

Inch Fraction Converter FAQ

It returns the closest simple fraction, which for typical inch work lands on common denominators like 1/8, 1/16 or 1/32.

Related Converters

✔ Written & reviewed by Dr Sam — 20+ yrs in management & research leadership📅 Last updated September 2026📚 Sources: NIST & BIPM SI unit definitions📑 How we build & check these