Pounds to Grams
Snapshot
1 Pound equals 453.59 Grams. 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: 0.25 Pounds work out to 113.4 Grams.
- 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
453.59 Grams
SwitchMachine access
Available to apps and AI agents
Pounds to Grams 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
pound- Target unit
gram
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": "pound",
"to": "gram"
}Essential response
{
"ok": true,
"conversion": {
"family": "cooking",
"value": 1,
"from": "pound",
"to": "gram",
"result": {
"raw": 453.59237,
"display": "453.59"
},
"canonicalPath": "/cooking/pounds-to-grams/"
}
}Explanation
This calculator applies the defined weight factor so grams = pounds × 453.59237. It keeps US-pound quantities aligned with metric grams for cooking, recipe scaling, and nutrition checks.
Pounds to Grams stays on one kitchen-unit path here, so quick inputs and reference rows line up cleanly.
Because this route stays inside standard kitchen units, the same factor drives the direct answer, calculator, and common-value rows.
Common Conversion Values
| Pounds | Grams |
|---|---|
| 0.25 | 113.4 |
| 0.5 | 226.8 |
| 1 | 453.59 |
| 2 | 907.18 |
| 5 | 2,267.96 |
| 10 | 4,535.92 |
Questions & answers
Frequently Asked Questions
What formula is used?
Grams = pounds × 453.59237.
Is this exact?
Yes. The factor comes from the defined avoirdupois pound, so it is precise for culinary conversions.
Why are grams preferred for precision cooking?
Grams reduce variability from packing and measuring, so converting pounds into grams keeps scaling consistent and repeatable.