# Grams to pounds converter

> Convert grams to pounds (grams to pounds) with the exact factor, a conversion chart and worked steps.

Interactive version: https://www.calcopenly.com/conversion/grams-to-pounds
Subject: Unit converters

Gram amounts commonly come from ingredient labels, kitchen scales and small parcels. When a shipping form or stock record expects a larger unit, preserve amounts below one whole unit as decimals. The conversion changes the label and number together; it does not change how much material you have.

One gram is about 0.0022046226 pounds, so 500 g is 1.102311 lb. To convert grams to pounds, multiply by 0.0022046226; to convert back, multiply by 453.59237.

The gram is one thousandth of a kilogram, the SI base unit of mass. The factor has no exact decimal form, so results are computed with 50 significant digits and rounded only for display.

## Inputs

- **Grams (g)**

## Results

- Pounds (lb) — main result
- Conversion
- 1 lb in grams (g)

## Formula

$$
\text{pounds} = \text{grams} \times 0.00220462262185
$$

## Worked examples

### 500 g to lb

- Grams (g): 500 g
- **Pounds: 1.1023113109 lb**
- Checked against: Exact-fraction computation from the legal unit definitions (scripts/gen-pairs.py, Python fractions)

### 300 g to lb

- Grams (g): 300 g
- **Pounds: 0.6613867866 lb**
- Checked against: Exact-fraction computation from the legal unit definitions (scripts/gen-pairs.py, Python fractions)

### 1500 g to lb

- Grams (g): 1500 g
- **Pounds: 3.3069339328 lb**
- Checked against: Exact-fraction computation from the legal unit definitions (scripts/gen-pairs.py, Python fractions)

## Questions

### When would I convert grams to pounds?

Gram amounts commonly come from ingredient labels, kitchen scales and small parcels. When a shipping form or stock record expects a larger unit, preserve amounts below one whole unit as decimals. The conversion changes the label and number together; it does not change how much material you have.

### How many pounds are in a gram?

One gram is about 0.0022046226 pounds. The gram is one thousandth of a kilogram, the SI base unit of mass.

### How do you convert grams to pounds?

Multiply the number of grams by 0.0022046226. For example, 500 g × 0.0022046226 = 1.102311 lb. To go the other way, divide by 0.0022046226.

### How can I estimate grams to pounds without a calculator?

Multiply by 0.0022. That is 0.2% low of the exact factor 0.0022046226, so 500 g comes out as 1.1 lb instead of 1.1023.

### How accurate is the grams to pounds converter?

Accuracy depends on your inputs and the method's assumptions. Decimal arithmetic uses 50 significant digits, but estimates, numerical methods and source data can be less precise; the displayed rounding does not remove those limits. It is checked against 3 worked examples whose answers come from independent sources; for example, “500 g to lb” is checked against Exact-fraction computation from the legal unit definitions (scripts/gen-pairs.py, Python fractions).

### Where does the method come from?

NIST SP 811 (2008), Guide for the Use of the International System of Units, Appendix B; NIST Handbook 44, Appendix C: General tables of units of measurement; BIPM, The International System of Units (SI Brochure), 9th edition.

## Sources

- [NIST SP 811 (2008), Guide for the Use of the International System of Units, Appendix B](https://www.nist.gov/pml/special-publication-811)
- [NIST Handbook 44, Appendix C: General tables of units of measurement](https://www.nist.gov/pml/weights-and-measures/publications/nist-handbooks/handbook-44)
- [BIPM, The International System of Units (SI Brochure), 9th edition](https://www.bipm.org/en/publications/si-brochure)
