Enter value in lb:
Looking to convert pounds (lb) to stones (st)? Especially common in the UK and Ireland, the stone is a traditional unit of weight widely used for expressing body weight. This guide presents formulas, tables, examples, quizzes, and real-world tips for reliable conversions.
In the British Imperial and U.S. customary system, the conversion is:
1 stone (st) = 14 pounds (lb)
To convert from pounds to stones, divide the pound value by 14. For example: 70 lb ÷ 14 = 5 st.
Stones = Pounds ÷ 14
| Pounds (lb) | Stones (st) |
|---|---|
| 70 | 5 |
| 84 | 6 |
| 98 | 7 |
| 112 | 8 |
| 126 | 9 |
| 140 | 10 |
| 154 | 11 |
| 168 | 12 |
| 182 | 13 |
| 196 | 14 |
// Convert pounds to stones (decimal)
function poundsToStones(pounds) {
return +(pounds / 14).toFixed(2);
}
// Convert pounds to stones + pounds remainder
function formatStone(pounds) {
const st = Math.floor(pounds / 14);
const lbRemainder = pounds % 14;
return `${st} st ${lbRemainder} lb`;
}
console.log(poundsToStones(150)); // 10.71
console.log(formatStone(150)); // "10 st 10 lb"
168 ÷ 14 = 12 st.
145 ÷ 14 = 10 st with a remainder of 5 lb → 10 st 5 lb.
The stone is embedded in UK culture and tradition for expressing body weight — a quicker, less granular unit than pounds.
Use Pounds = Stones × 14. For example, 7 st × 14 = 98 lb.
Use this rhyme:
"One stone is fourteen pound,—
Keep it simple, wisdom found."
In the UK and Ireland, it's common to express weight in a two-part format, such as “12 stone 4 pounds”. Here's how it works:
For example, 154 pounds ÷ 14 = 11 stones with no remainder → 11 st. But 160 pounds ÷ 14 = 11 st and 6 lb → 11 st 6 lb.
Here’s how some typical weights translate into stone units:
| Weight | Pounds | Stones + Pounds |
|---|---|---|
| Lightweight Boxer | 135 lb | 9 st 9 lb |
| Average Female (UK) | 154 lb | 11 st |
| Average Male (UK) | 189 lb | 13 st 7 lb |
| Rugby Player | 220 lb | 15 st 10 lb |
Create a mental ladder of stones and their pound equivalents. For example:
This helps quickly estimate weight categories without needing a calculator.
While “stone” is most common in the UK and Ireland, some expat communities and even certain sports communities globally (e.g., rugby and boxing) still use it:
Many smart scales and health apps allow users to select “stones and pounds” as their unit. These devices:
So when your smart scale shows 12 st 8 lb, it's storing it as 176 lb or 79.83 kg internally.
In health contexts, converting pounds to stones helps patients understand their:
The “stone” was historically variable by region and item being weighed, but in 1835, the UK standardized the stone to be 14 pounds for trade. Before that, different commodities had stones of 8, 12, or 16 lb!
| Unit | Symbol | Equivalent in Pounds |
|---|---|---|
| Ounce | oz | 1/16 lb |
| Pound | lb | 1 lb |
| Stone | st | 14 lb |
| Kilogram | kg | 2.20462 lb |
When converting pounds to stones, rounding is essential for presenting clean results—especially in health, sports, or reporting contexts:
Use your calculator to toggle between decimal mode and mixed mode for better control.
To make your weight converter more usable on mobile or web platforms:
Several global sports still use stones to categorize players or match weight classes:
This makes it useful for sports journalists, statisticians, and fans to quickly convert and compare athlete data.
Many international users may not understand “stone” as a unit of weight. Here's how to explain it:
"In the UK, people often say 'I weigh 12 stone 4' instead of using pounds or kilograms. One stone equals 14 pounds, so 12 stone 4 means 172 pounds."
This approach helps improve comprehension, especially for American or metric-based audiences.
| Stones | Pounds | Kilograms (approx) |
|---|---|---|
| 8 | 112 | 50.8 kg |
| 10 | 140 | 63.5 kg |
| 12 | 168 | 76.2 kg |
| 14 | 196 | 88.9 kg |
| 16 | 224 | 101.6 kg |
This comparative table helps users transitioning between imperial and metric systems.
In UK media—especially health shows, sports coverage, and tabloid stories—you’ll frequently see stones used for:
Understanding the stone system helps international viewers contextualize UK-based content better.
In the UK fitness and wellness communities, stones and pounds are often used in body positivity journeys:
Your converter could even feature a “Share your weight goal” function using stones for engagement.
Offer users a free downloadable image or printable table chart listing stones and their pound equivalents, such as:
This is especially helpful in gyms, schools, or weight tracking journals.
Converting between **pounds and stones** is essential for anyone living in or working with UK‑centric measurement systems. It's a practical life skill used in healthcare, fitness, shipping, and everyday conversations. The simple division and remainder method makes it a great teaching example, and memorizing “1 stone = 14 pounds” gives you an instant conversion tool.
Easy Converters provides a reliable, interactive pounds-to-stones tool—share this guide and start converting with confidence!
The stone may be a traditional British unit, but it continues to serve a strong cultural and practical role in everyday life across the UK. Understanding how to convert between pounds and stones gives clarity in communication, supports global web tools, and helps in designing inclusive applications or healthcare services.
Use Easy Converters’ Pounds to Stones Calculator to instantly convert and explore your results with breakdowns, tables, and interactive learning tools!