Enter value in stone:
Welcome to the Easy Converters Stones to Pounds Converter – your ultimate reference for converting weight measurements from stones (st) to pounds (lb). Whether you’re tracking body weight, converting historical units, or handling UK-based measurements, this guide will make your conversions quick, accurate, and stress-free.
The stone is a British imperial unit of mass that is commonly used in the UK and Ireland for measuring body weight. It is defined as:
This relationship makes conversion extremely simple — just multiply by 14!
To convert stones to pounds, use this formula:
Pounds = Stones × 14
Convert 11 stone to pounds:
| Stones (st) | Pounds (lb) |
|---|---|
| 1 | 14 |
| 5 | 70 |
| 8 | 112 |
| 10 | 140 |
| 12 | 168 |
| 14 | 196 |
| 18 | 252 |
| 20 | 280 |
function stoneToPounds(stones) {
return stones * 14;
}
// Example:
console.log(stoneToPounds(12)); // Output: 168
Need both metric and imperial? Here's a helpful chart:
| Stones | Pounds | Kilograms (approx.) |
|---|---|---|
| 8 | 112 | 50.80 |
| 10 | 140 | 63.50 |
| 12 | 168 | 76.20 |
| 14 | 196 | 88.90 |
The stone unit dates back to ancient Europe when merchants used literal stones as consistent weight measures in trade. The stone’s actual value varied by country and commodity until it was officially standardized in the UK as 14 pounds in 1835.
Historically, different stone weights were used for wool, meat, and grain, ranging from 8 lb to 16 lb depending on region and market. Today, it’s primarily retained for measuring human body weight in the UK and Ireland.
While the metric system dominates globally, many people in the UK still express their body weight in stones and pounds due to cultural familiarity. For example, someone might say “I weigh 12 stone 7” rather than “79.38 kg.”
Fitness apps, personal trainers, and healthcare systems in Britain often support stones and pounds to provide better user experience for local users.
{
"input": {
"stones": 10
},
"output": {
"pounds": 140
}
}
Ideal for health tracking apps, shipping tools, or fitness dashboards with user-defined units of measurement.
Voice assistants can instantly compute stone to pound conversions, especially helpful for fitness goals or medical use on the go.
Modern health apps, especially UK-focused platforms like NHS BMI calculator or fitness trackers like Fitbit and MyFitnessPal, support stones and pounds input. Having fast and clear conversions available supports better self-monitoring and tracking goals in familiar units.
For international readability, it's useful to go from stones to kilograms via pounds:
Therefore, to convert stones to kilograms directly, multiply by 6.35029.
Outside the UK and Ireland, other countries use different units to measure weight. Here’s how the stone compares globally:
Understanding how stone fits into this global landscape ensures your communication and data entry are aligned with international expectations.
For users with visual or cognitive impairments, clear unit labeling and plain language matter. Here are tips:
// Convert stones to both pounds and kilograms
function convertStoneUnits(stones) {
const pounds = stones * 14;
const kilograms = stones * 6.35029;
return { pounds, kilograms };
}
// Example:
console.log(convertStoneUnits(10));
// Output: { pounds: 140, kilograms: 63.5029 }
This is ideal for integrated tools that show both imperial and metric results for global users.
| Unit | System | Approx. Kilograms | Common Usage |
|---|---|---|---|
| 1 Stone | Imperial | 6.35 | UK body weight |
| 1 Pound | Imperial | 0.45 | USA, sports |
| 1 Kilogram | Metric | 1.00 | Global standard |
Want to share your weight conversion or chart online? Try these shareable captions:
Include a Copy to Clipboard button or shareable link with UTM parameters to boost traffic.
12 stone is equal to 168 pounds (or about 76.2 kilograms). It’s a common adult weight, depending on height and build.
It’s a cultural tradition. Though metric units are official, stones and pounds remain part of daily language, especially for body weight.
Divide by 14: 210 ÷ 14 = 15 stone.
The stone remains a culturally significant and mathematically useful unit for weight conversion. Especially in regions like the UK and Ireland, it's vital for digital tools, health data, sports apps, and educational systems to support stone-to-pound conversion.
Use Easy Converters to empower your conversions with clarity, consistency, and confidence—whenever you need to convert stones to pounds.
No. The US uses pounds exclusively for body weight and mass.
It means 10 stone and 6 pounds. So: 10 × 14 + 6 = 146 pounds.
Yes. To convert pounds to stones, divide by 14.
The stone to pounds conversion is one of the simplest and most useful in the imperial system, especially for health, sports, and legacy data from the UK. Whether you're converting your weight, analyzing historical records, or building a weight conversion tool, understanding that 1 stone equals 14 pounds will keep your calculations clean and accurate.
Use Easy Converters to instantly convert stones to pounds anytime—fast, free, and frustration-free!