Beginner

Height Converter (cm ↔ ft/in)

Convert a height between centimetres and feet plus inches, and see the equivalent in metres.
Last updated: June 20, 2026 · Reviewed by TG we-Calculate Editorial Team

Direction

cm

Feet
5ft

175 cm = 5 ft 9 in

Feet & inches
5 ft 9 in
Centimetres
175 cm
Metres
1.75 m
Total inches
68.9 in
031.362.593.8125156.3187.5218.8250175 cmHeight on a 0–250 cm scale
Step by step
  1. 1

    Total inches

    175 ÷ 2.54 = 68.8976
  2. 2

    Whole feet

    ⌊68.8976 ÷ 12⌋ = 5
    Remaining: round(68.8976 mod 12) = 9 in
Results are estimates for general information only and are not professional advice — always verify important results independently before relying on them. Read the full disclaimer.
Quick answer

How do you convert cm to feet and inches?

Divide the height in centimetres by 2.54 to get total inches. The whole feet are the total inches divided by 12 (rounded down), and the remaining inches are what is left over. To reverse it, multiply feet × 12 plus inches by 2.54 to get centimetres, since one inch equals exactly 2.54 cm.

Formula
totalIn = cm ÷ 2.54; ft = ⌊totalIn ÷ 12⌋, in = round(totalIn mod 12) · cm = (ft × 12 + in) × 2.54
How this is calculated

Height conversion rests on a single exact definition: since 1959 the international inch equals exactly 2.54 centimetres, and one foot is exactly 12 inches. No measured constants or approximations enter the maths, so the only error is from how the result is displayed.

Going from centimetres to feet and inches, the centimetre value is divided by 2.54 to get the total number of inches. The whole feet are that total divided by 12 and rounded down (the floor), and the inches are the remainder, rounded to the nearest whole inch for a clean reading. A guard handles the edge case where rounding pushes the inches to 12 (for example 11.6 in): it carries one foot up and resets inches to 0 so you never see "5 ft 12 in". Going the other way, feet are multiplied by 12 and the inches added, then the total inches are multiplied by 2.54 to give centimetres.

Metres are simply centimetres divided by 100, and total inches are centimetres divided by 2.54. A blank feet or inches field is treated as zero so you can enter just one. Centimetre and metre figures are exact; only the displayed feet-and-inches reading is rounded.

Examples
InputResult
175 cm → ft/in5 ft 9 in (1.75 m)
180 cm → ft/in5 ft 11 in (1.8 m)
6 ft 0 in → cm182.88 cm (1.829 m)

About this calculator

Height is recorded in centimetres in most of the world but in feet and inches in the US and UK, so converting between the two is a common task for passports, fitness apps, medical forms and online profiles. This converter works in both directions and is based on the international inch, which is defined as exactly 2.54 centimetres.

To go from centimetres to feet and inches, divide the centimetres by 2.54 to get the total inches, take the whole feet as the total inches divided by 12 (rounded down), and the remaining inches as the leftover. To go the other way, multiply the total inches (feet × 12 + inches) by 2.54 to get centimetres. One metre is 100 centimetres, so the height in metres is simply the centimetre value divided by 100.

Frequently asked questions

175 cm is about 5 feet 9 inches (5 ft 8.9 in exactly), or 1.75 metres.

6 feet equals 72 inches, and 72 × 2.54 = 182.88 cm, which is about 1.83 metres.

Yes. Since 1959 the international inch has been defined as exactly 2.54 centimetres, so all cm ↔ ft/in conversions here are exact before rounding.

Also known as

height converter
cm to feet and inches
feet and inches to cm
cm to height
convert height
height in metres
cm to ft
ft to cm height

APA

TG we-Calculate Editorial Team. (2026). Height Converter (cm ↔ ft/in) [Online calculator]. TG we-Calculate. https://we-calculate.com/calculator/height-converter

Chicago

TG we-Calculate Editorial Team. "Height Converter (cm ↔ ft/in)." TG we-Calculate. 2026. https://we-calculate.com/calculator/height-converter.

IEEE

TG we-Calculate Editorial Team, "Height Converter (cm ↔ ft/in)," TG we-Calculate, 2026. [Online]. Available: https://we-calculate.com/calculator/height-converter

BibTeX

@misc{wecalculate_height_converter, title = {Height Converter (cm ↔ ft/in)}, author = {{TG we-Calculate Editorial Team}}, howpublished = {\url{https://we-calculate.com/calculator/height-converter}}, year = {2026}, note = {TG we-Calculate} }

Did this calculator help you?