Calculateus

Decimal Feet to Feet & Inches Converter

Convert a decimal feet measurement (like 5.75 ft) into feet and inches (5'9").

Result

Feet & Inches
5' 9"

The whole number part is feet; the decimal remainder is multiplied by 12 to get inches, rounded to the nearest eighth inch.

About the Decimal Feet to Feet-Inches

The Decimal Feet to Feet & Inches Converter takes a measurement like 5.75 feet, as commonly output by surveying, CAD or GPS-based tools, and converts it into the feet-and-inches format used on site, such as 5' 9". It rounds the inch remainder to the nearest eighth of an inch, matching how a tape measure is typically read on a job site.

How It Works

Enter a decimal feet value. The whole-number portion becomes the feet, and the remaining fractional portion is multiplied by 12 to convert it into inches. That inch figure is then rounded to the nearest eighth of an inch, a finer resolution than most tape measures need. If the rounding pushes the inches up to a full 12, the calculator carries that over into an extra foot so the inch figure never displays as 12.

Feet = floor(decimal feet). Inches = (decimal feet - feet) x 12, rounded to the nearest 1/8 inch. If inches reaches 12, add 1 to feet and reset inches to 0.

Examples

5.75 Feet (the Default Value)

5.75 feet splits into 5 whole feet, with the 0.75 remainder multiplied by 12 to give exactly 9 inches, so the result is 5' 9" with no fractional eighths needed.

10.32 Feet

10.32 feet gives 10 whole feet, with the 0.32 remainder multiplied by 12 to give 3.84 inches; rounded to the nearest eighth that becomes 3 7/8 inches, so the result is 10' 3 7/8".

Advantages

  • Rounds automatically to the nearest eighth inch, the resolution most tape measures and site drawings actually use.
  • Handles the carry-over case where rounding would otherwise produce an invalid 12-inch reading.
  • Saves the manual step of multiplying a decimal remainder by 12 and then converting that into a readable fraction.

Common Mistakes

  • Reading the decimal portion of a feet value as inches directly, treating 5.75 as 5 feet 75 inches, instead of multiplying it by 12 first.
  • Rounding the inch remainder to a decimal like 3.8 rather than to a construction-standard fraction like 3 7/8, which doesn't match how it would be marked on a tape.
  • Forgetting that a rounded remainder close to a whole foot can carry over, so the feet figure isn't always simply the input's integer part.

Edge Cases to Watch For

  • Rounding to the nearest eighth inch can push the inch value up to exactly 12, which the calculator then carries into an extra foot rather than displaying an invalid 12-inch result.
  • When the rounded inch remainder lands on a whole number, the fractional eighths portion is simply omitted from the output rather than shown as 0/8.
  • Very small fractional inputs still round to the nearest eighth inch, so sub-eighth precision in the original decimal value is not preserved in the displayed result.

Common Use Cases

  • Contractors and surveyors converting decimal-feet output from CAD software or GPS equipment into a field-readable measurement.
  • DIY builders translating a decimal measurement from an online plan into a tape-measure-friendly figure.
  • Anyone double-checking a feet-and-inches conversion by hand against decimal survey data.
Written & fact-checked by the Calculateus TeamLast updated August 5, 2026How we verify our formulas

Frequently asked questions

How do I convert 5.75 feet into feet and inches?

The whole number (5) is feet. The decimal part (0.75) is multiplied by 12 inches/foot to get 9 inches, so 5.75 feet equals 5 feet 9 inches (5'9").

Conclusion

By handling both the inch conversion and the eighth-inch rounding, including the occasional carry into an extra foot, this tool produces a feet-and-inches figure that reads the way it would on an actual tape measure rather than a raw decimal-to-inches multiplication.