Height Calculator: Convert Between Centimeters, Feet, and Inches
Convert height between centimeters and feet/inches accurately. Learn why cm and feet-inches are both used for human height, how to handle compound foot-inch notation, and the exact conversion formula for medical and athletic records.
What is the Height Calculator?
Height conversion between centimeters and feet-and-inches is one of the most frequently needed personal measurements worldwide. In the United States, human height is expressed in feet and inches (e.g., 5'11"); in virtually every other country, centimeters are used (e.g., 180 cm). International travelers, athletes, patients seeking care abroad, online shoppers choosing clothing, and anyone maintaining health records often need to convert quickly and accurately between these two representations.
The foot-and-inch system is a compound unit: a height is not expressed as a decimal number of feet but as a whole number of feet plus a remainder in inches. This compound notation creates conversion challenges because inches must first be consolidated (total inches = feet × 12 + inches) before applying the metric factor. A height of 5'10" means 70 total inches, not 5.10 feet. Treating it as 5.10 feet and multiplying by 30.48 yields 155.4 cm instead of the correct 177.8 cm — an error of 22.4 cm.
Centimeters are the preferred unit for human height in metric countries because the range of adult heights (roughly 140–220 cm) falls in convenient whole numbers that avoid fractions. A 175 cm person knows exactly how tall they are; the same height in meters (1.75 m) requires a decimal, and in feet-inches (5'9") requires a compound form with ambiguous notation. Metric sporting records, medical files, and passport documents universally use centimeters as the height standard.
In medicine, precise height measurement matters for calculating Body Mass Index (BMI), drug dosing by body surface area (BSA), and fitting of medical devices such as endotracheal tubes. The Mosteller formula for BSA uses height in centimeters: BSA (m²) = √[(height in cm × weight in kg) / 3600]. An error of even 2 cm in height produces a measurable difference in BSA and thus in chemotherapy dose calculations, where dosing errors have direct patient safety consequences.
Athletic records and player profiles amplify the height conversion need. The NBA uses feet-and-inches for player listings in the US but centimeters for international leagues. A 6'8" NBA player listed as 203 cm in European sports databases requires the conversion (6 × 12 + 8) × 2.54 = 80 × 2.54 = 203.2 cm, typically rounded to 203 cm. Scouting databases that mix both systems without consistent conversion logic introduce errors that affect player analysis and comparison statistics.
Key Parameters & Input Variables
Common Use Cases & Applications
- International travelers filling out visa applications or medical forms that request height in centimeters when they only know their height in feet and inches.
- Online clothing shoppers using European or Asian size charts that specify height in cm to select the correct garment length.
- Parents recording their child's growth on metric-based pediatric growth charts when their home measurements are in feet and inches.
- Athletes comparing their height against recruitment databases that use centimeters for international sports federations.
- Medical professionals calculating BMI or body surface area for patients whose height is recorded in both systems across different records.
- Interior designers specifying doorway heights and ceiling clearances that codes require in metric but clients express in feet and inches.
- Patients preparing medical travel documentation where foreign hospitals use centimeters for height in electronic health records.
- Software developers building profile forms who need to validate and convert user-entered height from either system.
- Casting directors in international film productions requiring actor height in both cm and feet-inches for talent databases.
Formula and Mathematical Method
The core conversion: 1 inch = 2.54 cm (exactly, by international definition since 1959). One foot = 12 inches = 30.48 cm. To convert a height in feet and inches to centimeters: total inches = (feet × 12) + inches; centimeters = total inches × 2.54. The result is always exact to the nearest 0.01 cm for whole-inch inputs.
To convert centimeters to feet and inches: first, total inches = centimeters ÷ 2.54; feet = floor(total inches ÷ 12); remaining inches = total inches − (feet × 12). For example: 178 cm ÷ 2.54 = 70.0787 total inches; feet = floor(70.0787 / 12) = 5; remaining inches = 70.0787 − 60 = 10.0787 inches, rounded to 10.1 inches or displayed as 5'10 1/8". The fraction display requires an additional step: multiply the decimal part by the denominator (e.g., 0.0787 × 8 = 0.63, nearest eighth = 1/8 inch).
The floor function is essential in the cm-to-feet-inches direction. A common error is using integer division for the inch remainder. If 178 cm = 70.079 inches, and you divide 70.079 by 12 using integer division, you get 5 with a remainder. But if you convert 70.079 using integer truncation on the original cm/30.48 calculation, you may get a different result depending on floating-point precision. The safest approach: convert to total fractional inches first, then apply floor division.
Precision for medical use: heights should be reported to the nearest 0.1 cm or the nearest 1/8 inch. Rounding to the nearest centimeter introduces an error up to 0.5 cm, equivalent to about 3/16 inch. For most adult health calculations, rounding to the nearest centimeter is acceptable; for pediatric growth chart plotting, 0.1 cm precision may be required to detect subtle growth velocity changes.
For meters: since 100 cm = 1 m, converting cm to meters simply divides by 100. Height in meters is the standard for BMI calculation: BMI = weight (kg) / height (m)². A person 175 cm = 1.75 m tall weighing 70 kg has BMI = 70 / (1.75)² = 70 / 3.0625 = 22.86 kg/m². The same calculation in feet and pounds requires converting both height (to meters) and weight (to kg) first.
Height Calculator Primary Governing Equation
Feet and Inches to Centimeters
Centimeters to Total Inches
Total Inches to Feet and Inches
Centimeters to Meters
BMI from Metric Height
Body Surface Area (Mosteller)
Step-by-Step Worked Calculation Example
A person is 5 feet 9 inches tall. Total inches = (5 × 12) + 9 = 69 inches. Centimeters = 69 × 2.54 = 175.26 cm. This rounds to 175 cm for most purposes or 175.3 cm for medical records. Their height in meters is 1.7526 m.
A European passport lists height as 182 cm. Converting to feet and inches: total inches = 182 ÷ 2.54 = 71.654 inches. Feet = floor(71.654 / 12) = 5. Remaining inches = 71.654 − 60 = 11.654 inches ≈ 11½ inches. Height in US notation: 5 feet 11½ inches, or approximately 5'11.7".
A pediatrician measures a 10-year-old at 4 feet 5 inches. Total cm = (4 × 12 + 5) × 2.54 = 53 × 2.54 = 134.62 cm. The child's weight is 32 kg. BSA = √(134.62 × 32 / 3600) = √(4307.84 / 3600) = √1.1966 = 1.094 m². A chemotherapy dose of 200 mg/m² = 200 × 1.094 = 218.8 mg.
An NBA player is 6'8" (6 feet 8 inches). Total cm = (6 × 12 + 8) × 2.54 = 80 × 2.54 = 203.2 cm, listed as 203 cm in the EuroLeague database. His wingspan of 7'0" = 84 × 2.54 = 213.36 cm. Wingspan-to-height ratio: 213.36 / 203.2 = 1.05, indicating a wingspan 5% greater than height, typical of elite players.
A door frame must accommodate residents up to 6'5" under local building codes. In cm: (6 × 12 + 5) × 2.54 = 77 × 2.54 = 195.58 cm. The minimum door opening height must be at least 200 cm (the nearest standard metric size above 195.58 cm) or 6'6.74", rounded up to 6'7". Building codes in metric countries specify 2,000 mm (200 cm) minimum interior door height.
Parameter Sensitivity & Scenario Analysis
In multi-step engineering calculations, rounding intermediate unit conversion factors prematurely causes cumulative floating-point errors. Always maintain at least 6 significant digits during intermediate calculations.
Using verified NIST conversion constants in the Height Calculator guarantees that values align with official metrology specifications worldwide.
Practical Tips & Best Practices
Common Pitfalls & Mistakes to Avoid
Industry & Professional Applications
Frequently Asked Questions
How precise are the conversion calculations in this tool?
Calculations use 64-bit IEEE 754 double-precision arithmetic and NIST-verified conversion constants, guaranteeing accuracy up to 10 decimal places.
Can I convert backwards and swap units?
Yes. The tool supports instant bidirectional conversion, allowing you to swap source and target units with a single click.
Related Terms and Concepts
Body Mass Index (BMI) is a screening metric that estimates body fat based on height and weight: BMI = kg/m². The World Health Organization classifies BMI below 18.5 as underweight, 18.5–24.9 as normal, 25.0–29.9 as overweight, and 30+ as obese. Because BMI uses height squared in the denominator, a small height measurement error is amplified. A 2 cm height underestimate for a 170 cm person changes the BMI denominator from (1.70)² = 2.89 to (1.68)² = 2.822, inflating the BMI by about 2.4%.
Stadiometers are medical instruments used for accurate height measurement. Wall-mounted stadiometers use a fixed scale and sliding headboard; portable versions use a telescoping rod. Proper technique requires the subject to stand erect without shoes, with heels together touching the wall, looking straight ahead (Frankfurt plane: the lower edge of the eye socket aligned with the upper edge of the ear canal). Height measured in the morning is typically 1–2 cm greater than in the evening due to spinal disc compression during the day.
Growth charts are standardized reference tools published by the WHO and national health agencies. The WHO Child Growth Standards (0–5 years) and the CDC growth charts (2–20 years) plot height (length) as percentiles against age. A child at the 50th percentile for height-for-age is taller than 50% of children of the same age and sex in the reference population. Height in these charts is always in centimeters, reinforcing the global medical standard even in countries where everyday height is expressed in feet and inches.
Key terms and core concepts associated with the Height Calculator include input parameter variance, unit normalization, margin of error, sensitivity analysis, and conversion principles.
Understanding how each input variable impacts the final result enables deeper quantitative insight, allowing you to optimize your real-world decisions and risk management strategies.
By mastering the mathematical relationships presented in this guide, users gain greater confidence when evaluating engineering drawings, international technical datasheets, CAD schematics, or calibration test reports.
Formulas and algorithms on calc-masters are continuously verified against international metrology standards (NIST Special Publication 811, BIPM, and ISO 80000) to ensure complete accuracy.
In addition to immediate numerical calculations, long-term success requires monitoring trends and adjusting inputs as conditions evolve over time. Periodically reviewing your parameters against updated baseline data ensures that your model predictions remain aligned with real-world outcomes.
Finally, documenting your calculation methodology and saving scenario records allows for transparent peer review and seamless collaboration across design engineers, metrology specialists, calibration technicians, and drafting professionals.