🏥 Health

Bmi Calculator Stone And Feet

Free bmi calculator stone and feet — instant accurate results with step-by-step breakdown. No signup required.

⚡ Free to use 📱 Mobile friendly 🕒 Updated: June 03, 2026
🧮 Bmi Calculator Stone And Feet
st
lbs
ft
in
let currentUnit = 'imperial'; function setUnit(btn, unit) { currentUnit = unit; document.querySelectorAll('.unit-btn').forEach(b => b.classList.remove('active')); btn.classList.add('active'); if (unit === 'imperial') { document.getElementById('imperial-fields').style.display = 'block'; document.getElementById('metric-fields').style.display = 'none'; } else { document.getElementById('imperial-fields').style.display = 'none'; document.getElementById('metric-fields').style.display = 'block'; } document.getElementById('result-section').style.display = 'none'; } function calculate() { let weightKg, heightCm; if (currentUnit === 'imperial') { const stone = parseFloat(document.getElementById('i1').value) || 0; const lbs = parseFloat(document.getElementById('i2').value) || 0; const feet = parseFloat(document.getElementById('i3').value) || 0; const inches = parseFloat(document.getElementById('i4').value) || 0; if (stone <= 0 && lbs <= 0) { alert('Please enter a valid weight (stone and/or pounds)'); return; } if (feet <= 0 && inches <= 0) { alert('Please enter a valid height (feet and/or inches)'); return; } const totalLbs = (stone * 14) + lbs; weightKg = totalLbs * 0.453592; const totalInches = (feet * 12) + inches; heightCm = totalInches * 2.54; } else { weightKg = parseFloat(document.getElementById('i5').value) || 0; heightCm = parseFloat(document.getElementById('i6').value) || 0; if (weightKg <= 0) { alert('Please enter a valid weight in kg'); return; } if (heightCm <= 0) { alert('Please enter a valid height in cm'); return; } } const heightM = heightCm / 100; const bmi = weightKg / (heightM * heightM); const roundedBMI = Math.round(bmi * 10) / 10; let category, colorClass, colorHex; if (bmi < 18.5) { category = 'Underweight'; colorClass = 'yellow'; colorHex = '#f9a825'; } else if (bmi < 25) { category = 'Normal weight'; colorClass = 'green'; colorHex = '#2e7d32'; } else if (bmi < 30) { category = 'Overweight'; colorClass = 'yellow'; colorHex = '#f9a825'; } else { category = 'Obese'; colorClass = 'red'; colorHex = '#c62828'; } const weightStones = Math.floor(weightKg / 6.35029); const weightLbsRemainder = Math.round((weightKg / 6.35029 - weightStones) * 14); const weightStr = `${weightStones}st ${weightLbsRemainder}lbs`; const heightFeet = Math.floor(heightCm / 30.48); const heightInchesRemainder = Math.round((heightCm / 30.48 - heightFeet) * 12); const heightStr = `${heightFeet}ft ${heightInchesRemainder}in`; const healthyMin = 18.5 * heightM * heightM; const healthyMax = 24.9 * heightM * heightM; const healthyMinStones = Math.floor(healthyMin / 6.35029); const healthyMinLbs = Math.round((healthyMin / 6.35029 - healthyMinStones) * 14); const healthyMaxStones = Math.floor(healthyMax / 6.35029); const healthyMaxLbs = Math.round((healthyMax / 6.35029 - healthyMaxStones) * 14); const minWeightLoss = Math.max(0, weightKg - healthyMax); const minWeightGain = Math.max(0, healthyMin - weightKg); const primaryValue = roundedBMI; const primaryLabel = `BMI (${currentUnit === 'imperial' ? 'st/ft' : 'kg/cm'})`; const primarySub = `Category: ${category}`; const gridData = [ { label: 'Weight', value: weightStr }, { label: 'Height', value: heightStr }, { label: 'BMI Score', value: roundedBMI, cls: colorClass }, { label: 'Category', value: category, cls: colorClass } ]; showResult(primaryValue, primaryLabel, gridData,
📊 BMI Categories for Stone and Feet Measurements

What is Bmi Calculator Stone And Feet?

A BMI Calculator in Stone and Feet is a specialized health assessment tool that calculates your Body Mass Index using body weight measured in stones and pounds alongside height measured in feet and inches. This calculator is specifically designed for individuals in the United Kingdom, Ireland, and other regions where the imperial system of stones and feet remains the standard for personal weight and height measurement, eliminating the need to convert to kilograms or meters before checking your body composition status.

This tool is primarily used by adults monitoring their weight management progress, healthcare professionals conducting initial health screenings, fitness enthusiasts tracking body composition changes, and individuals preparing for medical consultations where BMI is a standard metric. Understanding your BMI in familiar units matters because it directly correlates with health risk assessments for conditions such as cardiovascular disease, type 2 diabetes, and metabolic syndrome, making regular monitoring a practical step toward proactive health management.

Our free online BMI Calculator Stone and Feet tool provides instant, accurate results with a comprehensive step-by-step breakdown of the calculation process, requiring no registration, personal data collection, or software installation—simply enter your weight in stones and pounds and your height in feet and inches to receive your BMI score immediately.

How to Use This Bmi Calculator Stone And Feet

Using our BMI Calculator in Stone and Feet is straightforward and takes less than thirty seconds from start to finish. Follow these five simple steps to get your accurate BMI score and health category classification.

  1. Enter Your Weight in Stones and Pounds: Locate the weight input fields on the calculator interface. In the first field, enter your body weight in stones (each stone equals 14 pounds). In the adjacent field, enter the remaining pounds. For example, if you weigh 12 stones and 6 pounds, type "12" in the stone field and "6" in the pounds field. Ensure you do not combine the values—stones and pounds must be entered separately for accurate calculation.
  2. Enter Your Height in Feet and Inches: Move to the height input section. In the first field, enter your height in feet. In the second field, enter the remaining inches. For instance, if you are 5 feet 9 inches tall, type "5" in the feet field and "9" in the inches field. Double-check that you are using whole numbers for feet and inches, as decimal entries may cause calculation errors.
  3. Select Your Age Range (Optional but Recommended): Some advanced versions of this tool include an age selector. Choose your age bracket from the dropdown menu—typically options like "Under 18," "18-59," or "60 and over." This adjustment refines the interpretation of your BMI result because BMI norms shift slightly for older adults and adolescents. If your age group is not listed, select the default adult range.
  4. Click the "Calculate BMI" Button: Once all fields are filled correctly, click the prominent "Calculate BMI" button. The tool processes your inputs using the standard BMI formula adapted for imperial units. Results appear instantly on the same page, typically displaying your BMI number, the corresponding weight category (underweight, normal weight, overweight, or obese), and a color-coded health risk indicator.
  5. Review Your Results and Breakdown: After calculation, examine the detailed output section. You will see your numeric BMI score rounded to one decimal place, your weight category label, and a step-by-step explanation of how the calculation was performed. Some tools also provide a visual BMI chart showing where your score falls relative to standard ranges. Take note of any health recommendations that accompany your specific category.

For best results, always weigh yourself at the same time of day—preferably in the morning after using the bathroom and before eating or drinking. Wear minimal clothing and stand on a calibrated scale. When measuring height, remove shoes and stand straight against a wall with heels together. Recalculate your BMI every four to six weeks to track meaningful changes in your body composition over time.

Formula and Calculation Method

The BMI Calculator Stone and Feet uses the standard World Health Organization (WHO) BMI formula, mathematically adapted to accept imperial units of stones, pounds, feet, and inches. The formula converts these inputs into metric equivalents internally before performing the calculation, ensuring compatibility with internationally recognized BMI thresholds. This conversion process is automatic and transparent, allowing you to use familiar units without sacrificing accuracy.

Formula
BMI = [Weight in pounds ÷ (Height in inches)²] × 703

This formula, known as the "imperial BMI formula," multiplies the weight-to-height-squared ratio by the constant 703. This constant converts the result from the imperial unit system into the standard kg/m² scale that defines BMI categories. Without the 703 multiplier, the raw number would be meaningless—the constant bridges the gap between pounds/inches and kilograms/meters. The formula was developed by Adolphe Quetelet in the 19th century and remains the gold standard for population-level body fat estimation.

Understanding the Variables

The formula contains three core variables that you provide. The first variable is your body weight measured in pounds. Since most users enter weight in stones and pounds, the calculator first converts stones to pounds by multiplying the stone value by 14 (because one stone equals exactly 14 pounds) and then adds any remaining pounds. For example, 11 stones 3 pounds becomes (11 × 14) + 3 = 154 + 3 = 157 pounds total. This total pound value is the "Weight in pounds" used in the formula.

The second variable is your height measured in inches. Similar to weight conversion, the calculator multiplies the feet value by 12 (since one foot equals 12 inches) and adds any remaining inches. A height of 5 feet 10 inches becomes (5 × 12) + 10 = 60 + 10 = 70 inches total. This inch value is squared in the denominator of the formula, meaning small height measurement errors are magnified—a one-inch mistake can shift your BMI by one to two points.

The third variable is the constant 703, which is not user-adjustable. This number is derived from the relationship between pounds and kilograms (1 kg = 2.20462 lbs) and inches and meters (1 m = 39.3701 inches). Specifically, 703 equals (2.20462 × 39.3701²) / 10000, mathematically ensuring that the imperial formula produces the exact same BMI value as the metric formula. This constant is fixed and identical for all users regardless of age, gender, or ethnicity.

Step-by-Step Calculation

To understand how your BMI is computed, follow this internal calculation process. First, the tool converts your stone weight to pounds: multiply stones by 14, then add pounds. For a person weighing 10 stones 7 pounds, this step yields (10 × 14) + 7 = 147 pounds. Second, the tool converts your feet and inches to total inches: multiply feet by 12, then add inches. For a height of 5 feet 6 inches, this gives (5 × 12) + 6 = 66 inches. Third, the tool squares the total inches: 66 × 66 = 4,356 square inches. Fourth, the tool divides total pounds by the squared inches: 147 ÷ 4,356 = 0.03375. Fifth and finally, the tool multiplies this result by 703: 0.03375 × 703 = 23.7. This final number, 23.7, is your BMI score, which falls within the "normal weight" category (18.5–24.9). The entire calculation happens in milliseconds, but understanding each step empowers you to verify results manually if needed.

Example Calculation

To demonstrate exactly how the BMI Calculator Stone and Feet works in real life, consider a specific scenario involving a 35-year-old woman from London who is tracking her weight before a routine health checkup. She weighs 13 stones 2 pounds and stands 5 feet 7 inches tall. She wants to know her BMI category and whether she falls within the healthy range recommended by her general practitioner.

Example Scenario: Sarah, a 35-year-old office worker, weighs 13 stones 2 pounds (13st 2lbs) and is 5 feet 7 inches tall (5ft 7in). She uses the BMI Calculator Stone and Feet to assess her weight status before her annual physical examination. Her goal is to understand if her current weight puts her at increased risk for conditions like hypertension or joint strain.

Let's walk through the calculation step by step using Sarah's numbers. First, convert her weight to total pounds: 13 stones × 14 pounds per stone = 182 pounds, plus 2 extra pounds = 184 pounds total. Second, convert her height to total inches: 5 feet × 12 inches per foot = 60 inches, plus 7 inches = 67 inches total. Third, square the height: 67 × 67 = 4,489 square inches. Fourth, divide weight by squared height: 184 ÷ 4,489 = 0.04099. Fifth, multiply by 703: 0.04099 × 703 = 28.8. Sarah's BMI is 28.8.

According to the WHO BMI classification, a BMI of 28.8 falls within the "overweight" category (25.0–29.9). This means Sarah's weight exceeds the healthy range for her height by a moderate margin. Her result places her close to the "obese" threshold of 30.0, suggesting she may benefit from discussing dietary adjustments and physical activity levels with her doctor. The calculator also indicates that Sarah's weight of 184 pounds is approximately 20 pounds above the upper limit of the healthy weight range for her height, which tops out around 164 pounds at a BMI of 24.9.

Another Example

Consider a contrasting scenario with John, a 52-year-old construction worker from Manchester who weighs 17 stones 8 pounds and is 6 feet 2 inches tall. Converting his weight: 17 stones × 14 = 238 pounds, plus 8 pounds = 246 pounds. Converting his height: 6 feet × 12 = 72 inches, plus 2 inches = 74 inches. Squaring height: 74 × 74 = 5,476. Dividing weight by squared height: 246 ÷ 5,476 = 0.04492. Multiplying by 703: 0.04492 × 703 = 31.6. John's BMI is 31.6, which classifies him in the "obese class I" category (30.0–34.9). Despite his muscular build—common in physically demanding jobs—his BMI indicates excess body weight relative to his height. John should consult his healthcare provider for a more comprehensive body composition assessment, as BMI alone may overestimate body fat in individuals with high muscle mass. This example illustrates why BMI is a screening tool, not a diagnostic one, and why additional context like waist circumference and body fat percentage matters for accurate health evaluation.

Benefits of Using Bmi Calculator Stone And Feet

Using a dedicated BMI Calculator in Stone and Feet offers numerous practical advantages that generic metric calculators cannot match, especially for users accustomed to imperial measurements. This tool removes conversion friction, reduces calculation errors, and provides immediate clarity about your weight status using units you already understand intuitively.

  • No Unit Conversion Required: You never need to convert stones to kilograms or feet to meters before using this calculator. The tool handles all unit transformations internally, saving you mental effort and eliminating the common mistakes that occur when manually converting between imperial and metric systems. For example, converting 12 stones 6 pounds to kilograms requires multiple steps and introduces rounding errors; this calculator bypasses that entirely.
  • Familiar Measurement Context: Using stones and feet keeps your health data in the measurement system you use daily. When you step on your bathroom scale at home, it likely shows stones and pounds. When your height is measured at the doctor's office, it's recorded in feet and inches. This calculator mirrors your real-world measurements, making it easier to track changes over time without translating numbers back and forth between systems.
  • Immediate Health Risk Awareness: The tool instantly categorizes your BMI into one of six standard classifications (underweight, normal weight, overweight, obese class I, obese class II, or obese class III), each linked to specific health risk profiles. This immediate feedback helps you understand where you stand relative to population norms and whether your weight places you at increased risk for conditions like heart disease, stroke, or type 2 diabetes.
  • Progress Tracking Over Time: Because the calculator uses consistent units, you can easily record your BMI results alongside your weight in stones and pounds in a simple journal or spreadsheet. Tracking your BMI monthly reveals trends—whether your weight is stable, increasing, or decreasing—and helps you evaluate the effectiveness of diet, exercise, or medical interventions. A drop from BMI 27.5 to 26.0 over three months represents meaningful progress toward a healthier weight.
  • Educational Value and Transparency: The step-by-step calculation breakdown included with our tool teaches you exactly how BMI is derived. Understanding the formula empowers you to estimate your BMI mentally when a calculator is unavailable, and it demystifies a health metric that healthcare providers commonly reference. This educational aspect fosters greater health literacy and encourages informed conversations with medical professionals about weight management strategies.

Tips and Tricks for Best Results

Getting the most accurate BMI measurement from your Stone and Feet calculator requires attention to measurement technique, timing, and interpretation. These expert tips will help you obtain reliable, actionable results every time you use the tool.

Pro Tips

  • Weigh yourself at the same time each morning after using the bathroom and before consuming food or drink—this eliminates daily fluctuations caused by hydration, meals, and bladder content that can shift your weight by 2 to 4 pounds over the course of a day.
  • Measure your height without shoes and with your back flat against a wall, looking straight ahead. Have someone mark the wall at the top of your head, then measure from the floor to the mark using a tape measure. Standing height decreases by about 0.5 to 1 inch over the course of a day due to spinal compression, so morning measurements are most consistent.
  • Use a digital scale that displays weight in stones and pounds to the nearest 0.1 pound for maximum precision. Analog scales with dials are subject to parallax error and mechanical wear. Place the scale on a hard, level surface—carpet or uneven flooring can add or subtract several pounds from your reading.
  • Recalculate your BMI every four to six weeks rather than daily or weekly. BMI is designed to track long-term trends, not short-term fluctuations. Weekly checks can be discouraging due to normal water weight variations, while monthly checks provide meaningful data about actual changes in body composition.

Common Mistakes to Avoid

  • Mixing Stones and Pounds Incorrectly: A frequent error is entering the stone value and pound value in the wrong fields, or entering the total weight as a single number. For example, someone weighing 10 stones 8 pounds might mistakenly type "108" in the stone field. Always double-check that stones are in the left field and pounds in the right field. Remember that 1 stone = 14 pounds, so 10 stones 8 pounds is 148 pounds total, not 108 pounds.
  • Using Inconsistent Measurement Units: Do not mix feet with meters or stones with kilograms. The calculator expects all inputs in imperial units. If you mistakenly enter height in meters or weight in kilograms, the result will be wildly inaccurate—potentially showing a BMI of 100+ or less than 10. Stick exclusively to stones, pounds, feet, and inches for correct operation.
  • Ignoring Age and Muscle Mass Adjustments: BMI does not account for age-related changes in body composition or differences between muscle and fat. An athletic person with high muscle mass may have a BMI in the "overweight" range despite having low body fat. Conversely, older adults may have a "normal" BMI but high body fat percentage. Use BMI as a screening tool, not a definitive health diagnosis, and consult a healthcare provider for personalized assessment.
  • Weighing at Inconsistent Times: Weighing after a large meal, after exercise (where you may be dehydrated), or late in the evening produces unreliable results. A single post-meal weight can be 3 to 5 pounds higher than your morning weight. Always standardize your weighing conditions—same time, same scale, same clothing level—for comparable results across measurements.

Conclusion

Our free BMI Calculator in Stone and Feet provides a fast, accurate, and user-friendly way to assess your body mass index using the imperial measurement system familiar to millions of people across the UK and Ireland. By eliminating the need for unit conversions and delivering instant results with a transparent step-by-step calculation breakdown, this tool empowers you to take control of your health monitoring without technical barriers or confusing metric conversions. Understanding your BMI is a foundational step in weight management, disease prevention, and informed healthcare decision-making—and having that information in units you use every day makes the process intuitive and actionable.

We encourage you to use the BMI Calculator Stone and Feet right now to discover your current BMI score and weight category. Bookmark this page for regular check-ins every four to six weeks, and share the tool with family members who also prefer imperial measurements. Combined with regular physical activity, balanced nutrition, and professional medical guidance, tracking your BMI with this free tool can be a simple yet powerful component of your long-term health strategy. Start your assessment today

Frequently Asked Questions

This calculator measures your Body Mass Index (BMI) using British imperial units: weight in stones and pounds, and height in feet and inches. It calculates your BMI by converting your stone-and-feet inputs into kilograms and meters, then applies the standard BMI formula to give a numeric score that categorizes you as underweight, normal, overweight, or obese. For example, a person who is 5 feet 10 inches tall and weighs 12 stone 5 pounds would get a specific BMI value like 24.1.

The calculator first converts your weight from stones to kilograms (1 stone = 6.35029 kg) and your height from feet and inches to meters (1 foot = 0.3048 m, 1 inch = 0.0254 m). It then applies the standard BMI formula: weight in kilograms divided by height in meters squared (kg/m²). For instance, 12 stone equals 76.2 kg, and 5 feet 10 inches equals 1.778 meters, so the calculation would be 76.2 ÷ (1.778 × 1.778) = 24.1.

For this calculator, the standard World Health Organization BMI ranges apply: a result below 18.5 is underweight, 18.5 to 24.9 is normal or healthy, 25.0 to 29.9 is overweight, and 30.0 or above is obese. For example, a 5-foot-8-inch person weighing between 8 stone 12 pounds and 12 stone 2 pounds would typically fall within the healthy 18.5–24.9 range. These thresholds are identical to metric BMI calculators.

This calculator is mathematically accurate to within 0.1 BMI points when you input correct stone and feet measurements, as the conversion factors are precise. However, its accuracy depends entirely on you entering your exact weight (to the nearest quarter stone or pound) and height (to the nearest inch). For example, a 0.5-stone error in weight can shift your BMI by about 1.5 points, potentially moving you from "normal" to "overweight" category.

The main limitation is that BMI itself does not distinguish between muscle and fat mass, so a muscular athlete who is 6 feet tall and weighs 15 stone might get a BMI of 28.5 (overweight) despite being very lean. Additionally, the stone-and-feet input system can be less precise than metric—for example, rounding weight to the nearest half stone can introduce a 3–4% error. It also does not account for age, gender, or body fat distribution, making it a screening tool rather than a diagnostic one.

Professional methods like DEXA scans or hydrostatic weighing measure body fat percentage directly, whereas this calculator only estimates BMI from weight and height. For example, a DEXA scan might show a 5-foot-11-inch person at 14 stone has 12% body fat (athletic), but this calculator would give a BMI of 27.6 (overweight). The stone-and-feet version is simply a convenience for UK users who think in imperial units—it uses the same underlying formula as any metric BMI tool but is less precise than body composition analysis.

A common misconception is that the "stone and feet" version gives a different result than a metric BMI calculator. In reality, the underlying math is identical—the calculator just handles the unit conversions automatically. For example, 12 stone 6 pounds is exactly 79.38 kg, and 5 feet 9 inches is exactly 1.7526 meters, so the BMI will be the same as if you entered those metric values. Another myth is that this calculator is only for British people, but anyone can use it if they know their weight in stones and height in feet.

A practical use is for a UK-based personal trainer who needs to quickly assess a client's BMI during an initial consultation without converting units. The trainer can ask the client "How tall are you in feet and inches?" and "What's your weight in stone?" and get an instant BMI reading. For example, a 45-year-old male client who is 6 feet 1 inch tall and weighs 14 stone 4 pounds would receive a BMI of 26.3, indicating he is in the overweight category, which the trainer can then use to recommend a weight management plan.

Last updated: June 03, 2026 · Bookmark this page for quick access

🔗 You May Also Like