Centimeters to Feet Converter

Convert centimeters to feet fast, and see the same length as decimal feet, feet plus inches, and total inches.

Advanced options
Did we solve your problem today?


How to use our Centimeters to Feet Converter

  1. Enter your value in Length (cm).
  2. Choose Round inches to based on how you want the Length in feet and inches result shown, such as whole inches or quarter inches.
  3. Open Advanced options only if you want to change Decimal feet shown to for the Length in feet result.
  4. Click Calculate to see Length in feet, Length in feet and inches, Length in inches, and the Quick note.
  5. Sanity-check the result: if Length in feet is about 5.58 ft, do 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
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 feet, such as 5.5774 ft. The decimal part is part of a foot, not a count of inches.

Feet and inches: The same length split into whole feet and the leftover inches, such as 5 ft 6.93 in.

Total inches: The full length written only in inches, without separating feet and inches.

Inch rounding: The rule used to round the inches part to the nearest whole inch, 1/2 inch, 1/4 inch, or 1/8 inch.


Common heights in feet and inchesQuick cm-to-ft+in reference for familiar height values. Decimal feet and feet-plus-inches describe the same length in two different styles.Common heights in feet and inchesQuick cm-to-ft+in reference for familiar height values150 cm4.92 ft160 cm5.25 ft170 cm5.58 ft180 cm5.91 ft190 cm6.23 ftCommon height values
Common heights in feet and inches
Decimal feet and feet-plus-inches describe the same length in two different styles.

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 in, and use Quick note as a reminder that decimal feet is a different style.

Mistake: Typing inches or meters into Length (cm) .
Fix: Enter only centimeters in Length (cm) . If your measurement is in another unit, convert it to centimeters first.

Mistake: Picking Round inches to as whole inches when you need a more exact tape-measure style 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 12, the 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) . Blank, negative, or non-numeric entries should be corrected before calculating.


Limitations & Key Assumptions / Boundary Conditions

  • 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 display, so small differences are normal.
  • If rounded inches reach 12, the 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 proportions, shoe size, or 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 12, the 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 >= 12, then feet_whole = feet_whole + 1 and inches_rounded = 0

Mini example

For 170 cm, decimal feet is 170 / 30.48 = 5.5774 ft, and total inches is 170 / 2.54 = 66.9291 in.

To show feet and inches, take the whole feet first:

5 ft. The remaining part is 0.5774 of a foot, and 0.5774 x 12 = 6.9291 in. If you round to the nearest 1/4 inch, that becomes 7 in, so 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 style. Length in inches is useful when you want one imperial unit only.

Assumptions used

The method uses exact unit definitions for centimeters, inches, and feet. Output differences usually come from display rounding, especially in the feet-and-inches format, not from a different conversion factor.


Sources