Active Living Daily Care Eat Smart Health Hacks
About Contact The Library

How To Calculate Height From BMI And Weight | Compute Height

Height equals √(weight in kg ÷ BMI); convert inches to meters to check your result.

BMI is built from two pieces: weight and height. If you already know your BMI and your weight, you can reverse the math and solve for height. That’s handy when a form shows BMI and weight but hides height, when you’re checking a chart, or when you’re verifying a data export from a smart scale.

This page walks you through the exact formula, shows clean unit conversions, and gives practical ways to sanity-check the result. You’ll also see where the math can mislead, since BMI is a screening number rather than a direct measure of body fat.

What BMI Means In Plain Math

BMI is defined as weight in kilograms divided by height in meters squared. The CDC’s BMI definition lays out the formula and notes BMI is a screening measure, not a diagnosis.

Write the definition like this:

  • BMI = weight (kg) ÷ [height (m)]²

If you want height instead of BMI, you just rearrange the same equation. Multiply both sides by height squared, then divide by BMI, then take the square root.

  • height (m) = √(weight (kg) ÷ BMI)

That single line is the whole trick. The rest is unit discipline and rounding choices.

How To Calculate Height From BMI And Weight Using Clean Units

The height formula expects kilograms and meters. If your weight is in pounds or your height needs to end up in feet and inches, convert once, do the math, then convert back.

Step 1: Confirm The Inputs You Actually Have

Before you touch a calculator, make sure the BMI and weight were computed for the same person at the same time. A BMI from last month paired with today’s weight can spit out a height that looks “off,” even when the math is correct.

  • If BMI is shown with one decimal, keep one decimal for the calculation.
  • If weight is shown with a unit label, trust that label and convert from it.

Step 2: Convert Weight To Kilograms If Needed

If weight is already in kilograms, you’re set. If it’s in pounds, convert with:

  • kg = lb ÷ 2.2046226218

Keep at least two decimal places in kilograms until the end. Early rounding can move the final height by a noticeable amount.

Step 3: Plug Values Into The Height Formula

Compute:

  • height (m) = √(weight (kg) ÷ BMI)

If your calculator has a square-root button, you’re done. If not, raise the result to the power of 0.5.

Step 4: Convert Meters To Centimeters Or Feet And Inches

Centimeters are easy:

  • cm = m × 100

Feet and inches take two steps:

  • inches = meters ÷ 0.0254 (since 1 inch is exactly 25.4 mm, per NIST’s SI length reference)
  • feet = floor(inches ÷ 12), then remaining inches = inches − (feet × 12)

Round inches to the nearest 0.5 or 1.0 inch if you want a familiar, readable height. Keep the metric result with two decimals if you’re logging data.

Step 5: Run A Fast Sanity Check

After you compute height, plug it back into the BMI definition to see if you get the original BMI. Small differences are normal when BMI was rounded on the way in.

Common Inputs And Conversion Shortcuts

Most errors come from unit mix-ups. The table below lists the clean path from the numbers you see on a screen to the numbers the BMI equation expects.

You can also compare your BMI category ranges with published cutoffs. The CDC adult BMI categories page lists the standard cutoffs in one place.

What You Have What To Convert Clean Move
Weight in kg, BMI Nothing Use height (m) = √(kg ÷ BMI)
Weight in lb, BMI lb → kg kg = lb ÷ 2.2046226218, then √(kg ÷ BMI)
Height needed in cm m → cm cm = m × 100
Height needed in inches m → in in = m ÷ 0.0254 (exact inch definition)
Height needed in ft + in inches split ft = floor(in ÷ 12), remainder is inches
BMI shown as whole number precision Expect up to ~1 cm drift after rounding
BMI shown with 1 decimal precision Keep 1 decimal through the square root step
Weight changes day to day timing Pair BMI and weight from the same timestamp

Worked Examples With Real Numbers

Examples make the process feel less abstract. Each one uses the same steps: convert weight to kilograms, divide by BMI, take the square root, then convert the result to a familiar height.

Example A: Metric Inputs (kg And BMI)

Weight: 72.0 kg. BMI: 24.0.

  • Compute kg ÷ BMI: 72.0 ÷ 24.0 = 3.0
  • Square root: √3.0 = 1.7320508 m
  • Convert to cm: 1.7320508 × 100 = 173.20508 cm

Rounded height: 173.2 cm (or 1.73 m).

Example B: Pounds And BMI, Result In Feet And Inches

Weight: 180 lb. BMI: 27.5.

  • Convert to kg: 180 ÷ 2.2046226218 = 81.6466 kg
  • kg ÷ BMI: 81.6466 ÷ 27.5 = 2.9690
  • Square root: √2.9690 = 1.7232 m
  • Convert to inches: 1.7232 ÷ 0.0254 = 67.84 in
  • Split: 67.84 ÷ 12 = 5 ft with 7.84 in left

Rounded height: 5 ft 8 in.

Example C: Tiny Rounding Differences Explained

Weight: 60 kg. BMI: 20.1 (shown with one decimal).

  • kg ÷ BMI: 60 ÷ 20.1 = 2.9850746
  • Square root: √2.9850746 = 1.7279 m
  • Convert to cm: 172.79 cm

If the original BMI was 20.06 and got rounded to 20.1 on screen, your height back-calculation will land slightly shorter than the “true” height. That’s a display issue, not a math issue.

When The Result Looks Wrong

If your output height is wildly off, the cause is usually one of three things: the inputs did not match, the units were mixed, or BMI was computed with a different height than the one you expect.

Spot Input Mismatches

Some apps compute BMI from a profile height you entered once, then keep using that stored height even if the number was wrong. If you changed your profile height later, older BMI values may still reflect the earlier setting. The NHLBI BMI page notes BMI is based on height and weight, and it’s only one piece of a bigger assessment.

Catch Unit Mix-Ups

Two common mistakes:

  • Using pounds directly in the metric formula, which inflates the computed height.
  • Using centimeters in place of meters, which shrinks the computed height by a factor of 10.

Check Whether The BMI Was From A Different Formula

Some U.S. tools compute BMI in customary units using a 703 factor. That method is still the same BMI, but you must still convert weight to kilograms when you solve for height with the metric rearrangement. Stick to one route: convert once, compute once, then convert back.

Symptom Likely Cause Fix
Height is 2–3× taller than expected Pounds used as kilograms Convert lb → kg before dividing by BMI
Height is 10× shorter than expected Centimeters used as meters Use meters in the equation, then convert to cm
Height shifts by 1–3 cm across tries BMI rounded on screen Use the most precise BMI value you can access
Height seems plausible, BMI back-check is off Weight and BMI from different dates Pair numbers from the same timestamp
Height seems plausible, but not your known height Profile height stored wrong in an app Update the profile height, then recalc BMI
Height output changes after unit switch Conversion done twice Convert once at the start, once at the end
Height output is stable, but category feels off BMI limits for muscular builds Use BMI as a screen, not a standalone verdict

How To Use The Height You Calculated

Once you have a height estimate, you can use it in three practical ways.

Validate A Data Record

If you export data from a scale or app and see weight and BMI but no height, the back-calculated height can confirm whether the record belongs to you. A consistent height across many entries is a good sign that the BMI math used a fixed profile height.

Cross-Check A BMI Category

After you compute height, you can recompute BMI using the CDC formula and see where it lands in adult categories. The CDC lists standard adult ranges and notes that BMI works best as a screen paired with other health information.

Plan What Number Changes BMI

Because BMI depends on weight divided by height squared, height drives the scale of the number. A small error in height can shift BMI more than most people expect. If you’re using BMI to track trends, using the same height each time keeps the trend line consistent.

BMI Limits You Should Know Before You Trust The Result

BMI is a ratio, not a direct read of fat mass. The CDC states this plainly and notes that BMI does not directly measure body fat. Two people can share a BMI while having different body composition.

That matters when you reverse BMI to height. If the BMI was computed from an estimated height, a shoe-on height, or a rounded profile value, your back-calculated height will inherit that bias. Treat the output as a calculated height tied to the source data, not a measured height.

Height Calculator Checklist You Can Reuse

Use this short checklist each time you need height from BMI and weight:

  • Confirm BMI and weight came from the same timestamp.
  • Convert weight to kilograms if needed.
  • Compute height (m) = √(kg ÷ BMI).
  • Convert meters to cm or to feet and inches.
  • Back-check by recomputing BMI from your computed height.

If you want a second opinion, you can compare your recomputed BMI with an official calculator, then verify category cutoffs with published tables.

References & Sources

  • Centers for Disease Control and Prevention (CDC).“About Body Mass Index (BMI).”Defines BMI and notes it is a screening measure, not a direct body fat measurement.
  • Centers for Disease Control and Prevention (CDC).“Adult BMI Categories.”Lists adult BMI category cutoffs used for basic screening.
  • National Institute of Standards and Technology (NIST).“SI Units – Length.”States the standard inch is defined as exactly 25.4 mm, which anchors inch↔meter conversions.
  • National Heart, Lung, and Blood Institute (NHLBI), NIH.“Calculate Your BMI.”Explains BMI as height-and-weight based screening information and provides an official calculator.
Mo Maruf
Founder & Lead Editor

Mo Maruf

I created WellFizz to bridge the gap between vague wellness advice and actionable solutions. My mission is simple: to decode the research and give you practical tools you can actually use.

Beyond the data, I am a passionate traveler. I believe that stepping away from the screen to explore new environments is essential for mental clarity and physical vitality.