Kilograms to Pounds
Snapshot
1 Kilogram equals 2.2 Pounds. Conversion Encyclopedia keeps one fixed ingredient basis on this page so the calculator, common values, and reverse page stay aligned.
- Reference basis: This is a straight kitchen unit conversion with no ingredient-density step in the middle.
- Example: 0.1 Kilograms work out to 0.22 Pounds.
- Use the reverse page if you need the opposite direction with the same basis.
Use the interactive calculator below for custom values and the common-value table for quick checks.
Interactive conversion
Converter Calculator
2.2 Pounds
SwitchMachine access
Available to apps and AI agents
Kilograms to Pounds can be requested through Conversion Encyclopedia's structured interfaces by software and compatible AI agents. The identifiers below select the same calculation as the calculator.
Machine-readable identifiers
- Conversion family
cooking- Source unit
kilogram- Target unit
pound
The JSON API and OpenAPI specification use the identifiers to reach the conversion engine. WebMCP lets compatible AI agents request the same calculation.
Example API request and response
POST /api/v1/convertRequest
{
"family": "cooking",
"value": 1,
"from": "kilogram",
"to": "pound"
}Essential response
{
"ok": true,
"conversion": {
"family": "cooking",
"value": 1,
"from": "kilogram",
"to": "pound",
"result": {
"raw": 2.2046226218487757,
"display": "2.2"
},
"canonicalPath": "/cooking/kilograms-to-pounds/"
}
}Explanation
Multiply kilograms by ≈2.20462 to convert metric mass into US pounds while keeping the avoirdupois definition.
This Kilograms-to-Pounds route uses the standard kitchen definitions for both measures, keeping calculator output and table values in sync.
The displayed values all come from the same kitchen-unit relationship, so manual checks stay aligned with the page output.
Common Conversion Values
| Kilograms | Pounds |
|---|---|
| 0.1 | 0.22 |
| 0.25 | 0.55 |
| 0.5 | 1.1 |
| 1 | 2.2 |
| 2 | 4.41 |
| 3 | 6.61 |
Questions & answers
Frequently Asked Questions
What pound definition is used?
It uses the standard avoirdupois pound of 0.45359237 kilograms.
Why convert kilograms into pounds?
It helps when supporting mixed-metric recipes or packaging that mention both systems.
What formula is used for Kilograms to Pounds?
The converter applies the fixed Kilograms to Pounds relationship for this route, then shows the same rounded result across the direct answer, calculator, and common values table.