Choose Round inches to based on how you want the Length in feet and inches result shownsuch as whole inches or quarter inches.
Open Advanced options only if you want to change Decimal feet shown to for the Length in feet result.
Click Calculate to see Length in feetLength in feet and inchesLength in inchesand the Quick note.
Sanity-check the result: if Length in feet is about 5.58 ftdo not read that as 5 ft 58 in; compare it with Length in feet and inches to see the correct split.
Example inputs for Centimeters to Feet Converter
Definitions
Centimeter (cm): A metric unit of length. There are 100 centimeters in 1 meter.
Foot (ft): An imperial or US customary unit of length equal to 12 inches.
Inch (in): A smaller imperial or US customary unit of length. There are 12 inches in 1 foot.
Decimal feet: A length written as one number in feetsuch as 5.5774 ft. The decimal part is part of a footnot a count of inches.
Feet and inches: The same length split into whole feet and the leftover inchessuch as 5 ft 6.93 in.
Total inches: The full length written only in incheswithout separating feet and inches.
Inch rounding: The rule used to round the inches part to the nearest whole inch1/2 inch1/4 inchor 1/8 inch.
Common heights in feet and inches
Decimal feet and feet-plus-inches describe the same length in two different s.
Common mistakes and quick fixes
Mistake: Reading Length in feet as if the digits after the decimal are inches. Fix: Use Length in feet and inches when you want a result like 5 ft 7 inand use Quick note as a reminder that decimal feet is a different .
Mistake: Typing inches or meters into Length (cm) . Fix: Enter only centimeters in Length (cm) . If your measurement is in another unitconvert it to centimeters first.
Mistake: Picking Round inches to as whole inches when you need a more exact tape-measure result. Fix: Choose Nearest 1/2 inch Nearest 1/4 inch or Nearest 1/8 inch to make Length in feet and inches more precise.
Mistake: Expecting Round inches to to change Length in feet or Length in inches . Fix: That setting only changes Length in feet and inches . Use Decimal feet shown to if you want more or fewer digits in Length in feet .
Mistake: Thinking a rounded inch result is wrong when Length in feet and inches jumps up to the next foot. Fix: If the inches round to 12the calculator correctly carries 1 foot and resets inches to 0.
Mistake: Leaving Length (cm) blank or entering a negative number. Fix: Enter 0 or a positive number in Length (cm) . Blanknegativeor non-numeric entries should be corrected before calculating.
This converter assumes the exact relationships 1 ft = 30.48 cm and 1 in = 2.54 cm.
Round inches to changes only the Length in feet and inches display. It does not change the underlying length.
Length in feet and Length in inches may show more precision than the rounded feet-and-inches displayso small differences are normal.
If rounded inches reach 12the calculator carries 1 foot and resets inches to 0.
Very precise real-world measurements can still differ because the original measurement may already be rounded before you enter Length (cm).
This tool converts length only. It does not estimate body proportionsshoe sizeor any other measurement.
Methodology
How the conversion works
The calculator first converts centimeters into decimal feet and total inches using exact unit relationships. Then it turns decimal feet into a feet-plus-inches display for easier everyday reading.
feet_decimal = cm / 30.48
inches_total = cm / 2.54
feet_whole = floor(feet_decimal)
inches_raw = (feet_decimal - feet_whole) * 12
inches_rounded = round(inches_raw / step) * step
If the rounded inches become 12the calculator adds 1 to the feet part and resets inches to 0. This keeps the feet-and-inches result in normal form.
if inches_rounded >= 12then feet_whole = feet_whole + 1 and inches_rounded = 0
Mini example
For 170 cmdecimal feet is 170 / 30.48 = 5.5774 ftand total inches is 170 / 2.54 = 66.9291 in.
To show feet and inchestake the whole feet first:
5 ft. The remaining part is 0.5774 of a footand 0.5774 x 12 = 6.9291 in. If you round to the nearest 1/4 inchthat becomes 7 inso the display is 5 ft 7 in.
How to interpret the outputs
Length in feet is the main converted value in decimal form. Length in feet and inches shows the same length in a more familiar US . Length in inches is useful when you want one imperial unit only.
Assumptions used
The method uses exact unit definitions for centimetersinchesand feet. Output differences usually come from display roundingespecially in the feet-and-inches formatnot from a different conversion factor.