KG to LBS Converter
Convert kilograms to pounds instantly. Perfect for fitness, cooking, and shipping calculations.
Formula: kg × 2.20462 = lbs
Common Conversions
How to convert kilograms to pounds
Converting kilograms to pounds is a single multiplication. The formula is kg × 2.20462 = lbs, which means one kilogram equals 2.20462 lbs. Going the other way, one pound equals 0.453593 kg.
The calculator above applies this automatically as you type, but it is worth knowing the arithmetic if you need to sanity-check a figure or work one out without a device to hand.
Worked examples
7 kg to lbs: multiply 7 by 2.20462, which gives 15.43234 lbs.
45 kg to lbs: multiply 45 by 2.20462, which gives 99.2079 lbs.
250 kg to lbs: multiply 250 by 2.20462, which gives 551.155 lbs.
KG to LBS conversion table
The values below are calculated with the same function as the converter above, so they agree to the digit. Use it as a quick reference when you need a rough figure without typing anything.
| Kilograms | Pounds |
|---|---|
| 1 kg | 2.20462 lbs |
| 2 kg | 4.40924 lbs |
| 3 kg | 6.61386 lbs |
| 4 kg | 8.81848 lbs |
| 5 kg | 11.0231 lbs |
| 6 kg | 13.22772 lbs |
| 7 kg | 15.43234 lbs |
| 8 kg | 17.63696 lbs |
| 9 kg | 19.84158 lbs |
| 10 kg | 22.0462 lbs |
| 15 kg | 33.0693 lbs |
| 20 kg | 44.0924 lbs |
| 25 kg | 55.1155 lbs |
| 30 kg | 66.1386 lbs |
| 40 kg | 88.1848 lbs |
| 50 kg | 110.231 lbs |
| 75 kg | 165.3465 lbs |
| 100 kg | 220.462 lbs |
| Pounds | Kilograms |
|---|---|
| 1 lbs | 0.453593 kg |
| 5 lbs | 2.2679645 kg |
| 10 lbs | 4.5359291 kg |
| 25 lbs | 11.339823 kg |
| 50 lbs | 22.679645 kg |
| 100 lbs | 45.359291 kg |
| 250 lbs | 113.39823 kg |
| 500 lbs | 226.79645 kg |
| 1000 lbs | 453.59291 kg |
What is a kilogram?
The kilogram is the SI base unit of mass. Since May 2019 it has been defined by fixing the Planck constant at exactly 6.62607015 x 10^-34 joule seconds, which means it no longer depends on any physical object.
Where the kilogram came from
Until 2019 the kilogram was the last SI unit still defined by an artifact: a platinum-iridium cylinder held near Paris since 1889. Copies distributed worldwide drifted measurably from it over the decades, which is precisely why the definition was moved to a constant of nature.
Where kilograms are used today
Kilograms are the everyday unit of weight in nearly every country: body weight, groceries, luggage allowances, shipping. Note that scientifically the kilogram measures mass, not weight, though in ordinary use the two words are interchangeable at the Earth's surface.
- A liter of water weighs 1 kg
- A bag of sugar is typically 1 kg
- A cabin bag allowance is often 7 to 10 kg
What is a pound?
A pound is defined as exactly 0.45359237 kilograms and contains 16 ounces. The abbreviation lb comes from the Latin libra, a Roman unit of weight.
Where the pound came from
The modern avoirdupois pound was standardised in England for general trade, replacing competing troy and tower pounds that had different subdivisions. Troy pounds of 12 ounces are still used for precious metals, which is why gold prices per ounce are not directly comparable to grocery ounces.
Where pounds are used today
Pounds are the standard weight unit in the United States for body weight, groceries, and shipping. The UK uses them alongside kilograms, and body weight there is often given in stones and pounds, with one stone being 14 pounds.
- A loaf of bread is about 1 lb
- A gallon of water weighs roughly 8.34 lb
- A car tire is around 25 lb
When you actually need this conversion
kilograms belong to the metric (si) system and pounds to the imperial / us customary system, so this conversion turns up whenever information crosses between countries that measure differently.
Health tracking and medical records
Body weight is recorded in kilograms in most of the world and pounds in the US. Anyone using an app, a doctor, or a training programme from a different country ends up converting, and medication dosing by body weight makes accuracy matter.
Cooking with international recipes
Recipes written in grams and those written in ounces are not interchangeable by eye. Baking in particular depends on ratios, so an error in converting flour or butter changes the result rather than just the portion size.
Shipping and baggage allowances
Airlines and couriers set limits in kilograms or pounds depending on region, and overweight fees are charged per bag with no rounding in your favour. Checking a suitcase against the right limit before leaving home is cheaper than at the desk.
Fitness and equipment
Gym plates are sold in both kilogram and pound denominations, and strength standards published online rarely state which they mean. Converting keeps a training log consistent when equipment changes.
Accuracy, precision, and rounding
The factor used here (kg × 2.20462 = lbs) is derived from an internationally agreed exact definition, so the conversion itself is not an approximation. The results above are shown to about eight significant figures, which is more precision than almost any practical use requires.
The sensible rule is to round the answer to roughly the same precision as the number you started with. If you measured to the nearest kilogram, an answer carrying six decimal places is not more accurate, it just looks more accurate. For most everyday purposes one or two decimal places is plenty.
Common mistakes to avoid
Converting in the wrong direction
Multiplying when you should divide is by far the most common error, and it is easy to miss because the result is still a number in a believable range. A quick check: since one kilogram is 2.20462 lbs, a kilogram value should get larger when converted.
Using a rounded factor for a long calculation
Rounding the conversion factor before multiplying, then repeating that across many values, compounds the error. Convert with the full factor and round only the final answer.
Converting kilograms to pounds in a spreadsheet or in code
A one-off answer is what the calculator above is for. When you have a whole column of figures, or you are writing something that has to do the conversion repeatedly, it is worth putting the formula in the tool you are already working in.
Excel and Google Sheets
With your kilogram value in cell A1, put this in B1 and fill it down the column:
=A1 * 2.20462
Excel also ships a built-in CONVERT function that handles many unit pairs directly, but it does not cover every unit and its unit codes are easy to mistype. An explicit formula like the one above is harder to get wrong and shows its working.
Python
def kg_to_lbs(value):
return value * 2.20462
print(kg_to_lbs(10))JavaScript
const kgToLbs = (value) => value * 2.20462; console.log(kgToLbs(10));
Store the factor as a named constant rather than typing 2.20462 at each call site. When a figure appears in three places it will eventually be updated in two of them.
The two measurement systems behind this conversion
This conversion sits on the fault line between the two measurement systems still in everyday use. The metric system was designed in one go in the 1790s as a coherent decimal scheme, where every unit relates to the next by a power of ten. The imperial and US customary systems grew instead by accretion over centuries, which is why their relationships are numbers like 12, 16, 5,280, and 43,560 rather than round ones.
Only three countries have not formally adopted the metric system: the United States, Liberia, and Myanmar. In practice the picture is messier than that, since the US uses metric units throughout science, medicine, and the military, while metric countries still buy screens and tires by the inch. That overlap is exactly why conversions like this one stay necessary.
More questions about kilograms and pounds
Is the conversion exact or approximate?
The underlying definition is exact, and the factor shown here (2.20462) is that definition expressed to the precision this page displays. For any everyday purpose the result is exact; only at very high precision would you need more digits of the factor.
Why does the answer have so many decimal places?
The converter shows a high-precision result so that it is never the limiting factor in your calculation. It is up to you to round to something sensible. A measurement taken with a tape measure does not become more accurate because the conversion carried six decimals.
Can I convert in the opposite direction on this page?
Yes. The swap button in the calculator reverses the conversion and carries the current result across as the new input, so you do not have to navigate anywhere or retype anything. The second table above also lists the reverse conversion directly.
Does anything get sent to a server?
No. The arithmetic runs in your browser with a few lines of JavaScript. Nothing you type is uploaded, logged, or stored, which also means the converter keeps working if your connection drops after the page has loaded.
Which figure should I use on an official form?
Use whatever precision the form asks for, and if it does not say, match the precision of the original measurement. For height, weight, and similar personal details, one decimal place is almost always sufficient and often more than is wanted.
Related weight conversions
If you need to go the other way as a starting point rather than as a swap, the LBS to KG converter is the mirror of this page: same factor, same tables, opposite direction. It is the more natural place to start when most of your figures are already in pounds.
Weight figures often need restating at more than one scale, particularly when a recipe or a shipping form mixes large and small quantities:
- Grams to Ounces - Convert grams to ounces quickly. Ideal for cooking recipes and ingredient measurements.
- Pounds to Ounces - Convert pounds to ounces instantly. Useful for cooking, shipping, and package weights.
- Ounces to Grams - Convert ounces to grams precisely. Great for cooking, nutrition tracking, and food labels.
- Ounces to Pounds - Convert ounces to pounds instantly. Useful for weight tracking, shipping, and package sizes.
- CM to Inches - Convert centimeters to inches instantly. Enter any value and get the exact result in decimal inches.
- Celsius to Fahrenheit - Convert Celsius to Fahrenheit instantly. Essential for weather, cooking, and science.
For anything not listed here, the full converter directory covers over a hundred pairs across length, weight, temperature, volume, area, speed, pressure, energy, and more.
Quick reference
| 1 kg equals | 2.20462 lbs |
| 1 lbs equals | 0.453593 kg |
| Formula | kg × 2.20462 = lbs |
| Kilograms system | Metric (SI) |
| Pounds system | Imperial / US customary |
| Measures | Weight |
Why Use Our KG to LBS Converter?
Instant Results
Type any kilograms value and see the pounds result immediately as you type.
Highly Accurate
Uses the exact conversion factor. kg × 2.20462 = lbs
Swap Direction
Easily convert Pounds back to Kilograms with the swap button. No need to visit a different page.
One-Click Copy
Copy the converted result to your clipboard instantly with the Copy button.
Common Values Table
See a quick reference table of 9 common kilograms values and their pounds equivalents.
100% Private
All conversions happen in your browser. Nothing is sent to a server or stored anywhere.
Frequently Asked Questions
How many pounds in a kilogram?
1 kg = 2.20462 lbs. Use the formula: kg × 2.20462 = lbs.
How to convert kilograms to pounds?
To convert kilograms to pounds, use the formula: kg × 2.20462 = lbs. For example, 70 kg = 154.324 lbs.
Is this kg to lbs converter accurate?
Yes. The converter uses the internationally accepted exact conversion factor. The result is accurate to at least 6 significant figures.
Can I convert pounds back to kilograms?
Yes. Click the "Swap direction" button to reverse the conversion. The current result becomes the new input automatically.
Does this work on mobile?
Yes. The converter works on all devices, phones, tablets, and desktops. All calculations happen in your browser.
Is my data stored anywhere?
No. All conversions run entirely in your browser. Nothing is uploaded, logged, or stored.
All Tools
Every tool, in one place.
290+ free tools. All run in your browser, no sign-up, no uploads, nothing stored.
Text Tools (24)
View allPDF Tools (16)
View allImage Tools (20)
View allUnit Converters (110)
View allCalculators (34)
View allMedia Tools (30)
View allGames and Puzzles (17)
View allDeveloper Tools (8)
Fun and Random (19)
View allDesign and Color (4)
Time Tools (6)
