How the Ideal Weight Calculator Works
AnyTool Ideal Weight Calculator computes four classic ideal-body-weight (IBW) formulas in the browser from height and sex. Each shares the same shape: a baseline weight in kilograms at 5 ft (60 inches) plus an increment per inch above that. Devine (1974) uses 50 kg + 2.3 kg/in for men and 45.5 kg + 2.3 kg/in for women; Robinson (1983) uses 52 + 1.9 and 49 + 1.7; Miller (1983) uses 56.2 + 1.41 and 53.1 + 1.36; Hamwi (1964) uses 48 + 2.7 and 45.5 + 2.2. The page reports each formula, their average, the recommended span from lowest to highest, and an optional ±10% body-frame adjustment. All arithmetic is pure client-side JavaScript shared through a unit-tested engine.
- Each formula = baseline at 5 ft + a per-inch increment, by sex
- Devine 50/45.5 +2.3; Robinson 52/49 +1.9/+1.7; Miller 56.2/53.1 +1.41/+1.36; Hamwi 48/45.5 +2.7/+2.2
- Height entered in cm or feet+inches; results in kg or lb
- Reports each formula, the average and a recommended range
- Optional small/large frame applies a −10% / +10% factor
