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.
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:
| Scenario | Pounds | Ounces | Kilograms | Grams | Pounds, as a decimal | Ounces in total |
|---|---|---|---|---|---|---|
| 4.5 kg to lb and oz | 9 | 14.7 | 4.5 | 4,500 | 9.9208 | 158.733 |
| 3.5 kg to lb and oz | 7 | 11.5 | 3.5 | 3,500 | 7.71618 | 123.459 |
| 500 g to lb and oz | 1 | 1.6 | 0.5 | 500 | 1.10231 | 17.637 |
| 7 lb 11.5 oz to grams | 7 | 11.5 | 3.50117 | 3,501.17 | 7.71875 | 123.5 |
| 20 oz, carried into pounds | 1 | 4 | 0.56699 | 566.99 | 1.25 | 20 |
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
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.
Assumptions
- Pounds and ounces are one quantity written in two boxes, so a blank ounces field is a zero rather than a missing input.
- The ounces are shown to a tenth. That is about 2.8 grams, which is the resolution most scales that read in pounds and ounces actually have.
Limitations & Disclaimer
This is an educational tool, not financial advice. It does not account for your personal circumstances, and no result is a guarantee.
- It converts mass only. No substance and no density enter it — grams, kilograms, pounds and ounces all measure the same quantity, which is why this page never asks what you are weighing.
- Converting to pounds and ounces and back does not return the identical gram. 3500 g reads as 7 lb 11.5 oz, and 7 lb 11.5 oz is 3501.17 g; the 1.17 g gap is the tenth of an ounce the display rounds to.
- The pound here is the international avoirdupois pound. Troy pounds, used for precious metals, are a different unit and have twelve ounces to the pound rather than sixteen.
Methodology & Review
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