Kilograms and Grams to Pounds and Ounces

4.5 kilograms is 9 pounds 14.7 ounces. Neither half of that is an answer on its own: 9 lb is wrong, and 158.7 oz is right and useless, because nobody describes a weight that way. That pairing is the whole reason this page is separate from an ordinary unit converter. A tool that returns 9.92 lb has answered a different question from the one that was asked.

Weight
Used when converting metric → imperial.
Used when converting imperial → metric. Leave the other box blank if you only have one.
More than 16 is fine — it carries into the pounds.
Your estimate

Adjust the inputs and select Calculate for a full breakdown.

Solution method, checks and interpretation

Kilograms and Grams to Pounds and Ounces is worked through as a complete solution: scenario, method, formula, substitution and interpretation.

Compare Common Scenarios

How the numbers shift across typical situations for this calculator:

ScenarioPoundsOuncesKilogramsGramsPounds, as a decimalOunces in total
4.5 kg to lb and oz914.74.54,5009.9208158.733
3.5 kg to lb and oz711.53.53,5007.71618123.459
500 g to lb and oz11.60.55001.1023117.637
7 lb 11.5 oz to grams711.53.501173,501.177.71875123.5
20 oz, carried into pounds140.56699566.991.2520

How This Calculator Works

Divide the mass by the weight of one ounce to get a total in ounces, then split that into whole pounds and a remainder. Both constants are exact — a pound is 0.45359237 kilograms and sixteen ounces — so nothing here is measured and nothing is approximate except the display rounding.

The Formula

Pounds and ounces from a mass

total oz = m ÷ (453.59237 ÷ 16), lb = ⌊oz⌋ ÷ 16, oz = remainder

1 lb = 0.45359237 kg and 1 lb = 16 oz, both exact by definition. No substance and no density enter this: pounds, ounces, grams and kilograms all measure mass, so the conversion is a definition rather than a measurement. The ounces are rounded to a tenth BEFORE the pounds are split off, so a remainder can never round up through 16.

Worked Example

3.5 kg is 7 lb 11.5 oz. 500 g is 1 lb 1.6 oz. Going the other way, 7 lb 11.5 oz is 3501 g. That last number is not 3500, and the 1.17 g difference is exactly the tenth of an ounce the ounces field rounds to.

Key Insight

The interesting bug in this conversion is the carry, and almost every implementation has had it at some point. Split the total into whole pounds first, then round the remainder to a tenth, and any weight whose remainder lands above 15.95 ounces prints as '9 lb 16.0 oz' — a reading that is arithmetically absurd and looks like a typo rather than a bug. It happens to roughly one input in a hundred and sixty, which is often enough to ship and rare enough to miss. The fix is to round to tenths of an ounce first and split afterwards, on an integer, so there is no intermediate value left that can round up through the boundary. This engine does that, and a test sweeps every tenth of a gram in a kilogram to prove it.

Embed this calculator

Add this calculator to your website for your readers. The embed includes a neutral attribution link to the original CalcDomain page for methodology, updates, and source notes.

Attribution uses rel="nofollow" by default and is included for transparency, not ranking manipulation.

Frequently Asked Questions

What is 4.5 kg in pounds and ounces?

9 lb 14.7 oz. As a decimal it is 9.92 lb, and as a single number 158.7 oz — both correct and neither the way anybody says it.

What is 3.5 kg in lbs and oz?

7 lb 11.5 oz. Going back the other way that reads as 3501 g rather than 3500, because the ounces are shown to a tenth.

How many ounces are in a pound?

Sixteen, exactly, for the ordinary avoirdupois pound. The troy pound used for precious metals has twelve, which is why gold prices and grocery scales do not share a unit.

Why does converting back not give the same grams?

Because the ounces are shown to a tenth, which is about 2.8 grams. 3500 g reads as 7 lb 11.5 oz and that reads back as 3501.17 g. The gap is the display rounding, not an error.

Can I enter more than 16 ounces?

Yes. 20 oz converts correctly and carries into the pounds — the page says so rather than refusing, because a scale that reads in ounces alone is a normal thing to have.

Does the substance matter?

No, and this page never asks. Grams, kilograms, pounds and ounces all measure mass, so the conversion is the same for feathers and for lead. That is only true because both sides measure the same quantity — turning a weight into a volume is a different question entirely.

Is this the same as a baby weight converter?

It is the conversion those use. Birth weights are recorded in kilograms in most of the world and quoted in pounds and ounces in some of it, which is where most of the demand for this pairing comes from.

Related Calculators

Suggest an improvement

Found a calculation issue, outdated source, unclear assumption, or missing edge case? Send a short note so we can review it.

Please include the inputs you used so we can reproduce the issue.

Feedback is reviewed under our Editorial Policy & Calculator Methodology.

Assumptions

Limitations & Disclaimer

This is an educational tool, not financial advice. It does not account for your personal circumstances, and no result is a guarantee.

Methodology & Review

Ugo Candido ✓ Editor
Founder & Editor-in-Chief at CalcDomain — responsible for the methodology, sourcing, and technical review of this calculator.

1 lb = 0.45359237 kg and 1 lb = 16 oz, both exact by definition, so every number here follows from a definition rather than a measurement. The ounces are rounded to a tenth BEFORE the whole pounds are split off, which makes a reading of '16.0 oz' arithmetically impossible rather than merely unlikely — split first and round after and roughly one input in a hundred and sixty prints it.

External financial review: No independent third-party review. Both conversion factors are exact by international definition — the pound has been 0.45359237 kg since 1959 — and the engine's twenty tests include an exhaustive sweep over every tenth of a gram in a kilogram, checking that none of them prints 16 ounces..

Reviewed according to the CalcDomain Editorial Policy & Calculator Methodology. We document formulas, edge cases, sources, update dates, and correction paths for calculator pages.

Updated