Grams to Pounds
Snapshot
1 Gram equals 0.002205 Pounds. Conversion Encyclopedia keeps one fixed ingredient basis on this page so the calculator, common values, and reverse page stay aligned.
- Reference basis: This route uses the standard kitchen unit definitions for the active measure pair, with no ingredient-density step in the middle.
- Example: 100 Grams 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
0.002205 Pounds
SwitchMachine access
Available to apps and AI agents
Grams 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
gram- 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": "gram",
"to": "pound"
}Essential response
{
"ok": true,
"conversion": {
"family": "cooking",
"value": 1,
"from": "gram",
"to": "pound",
"result": {
"raw": 0.002204622621848776,
"display": "0.002205"
},
"canonicalPath": "/cooking/grams-to-pounds/"
}
}Explanation
This calculator divides by 453.59237 (pounds = grams ÷ 453.59237) so metric weights can be interpreted in US-pound terms without ingredient-specific density.
This Grams-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
| Grams | Pounds |
|---|---|
| 100 | 0.22 |
| 250 | 0.55 |
| 500 | 1.1 |
| 1,000 | 2.2 |
| 2,000 | 4.41 |
| 5,000 | 11.02 |
Questions & answers
Frequently Asked Questions
What formula is used?
Pounds = grams ÷ 453.59237.
Is this exact?
Yes. It uses the exact definition of the avoirdupois pound, so the math stays precise.
Why convert grams to pounds for cooking?
It helps when US recipe notes mention pounds or when packaging lists pounds, so you can work comfortably from metric measurements.