Skip to the calculator
Rule Calculator

Pounds and Ounces Converter

With weight 3500 g, pounds and ounces converter comes to 7 lb 11.5 oz — weight. It is reached in 5 steps, the last of which is weight / 453.59237, and each one is printed on the page with its numbers filled in. The formula is the one published by NIST, not an approximation fitted to it.

A weight in grams or kilograms as pounds and ounces — the two-unit reading a hospital chart and a kitchen scale actually give.

By Alex Seote, Built and maintains Rule Calculator · Formula and sources checked · How we check

Weight 3500 g

7 lb 11.5 oz

Weight for the example below. Editing a field recomputes the calculator below; this figure holds the answer the page was loaded with.

It is written into the HTML rather than drawn by a script, so a search engine reading this page without running JavaScript still finds an answer.

Weight
7 lb 11.5 oz
Total pounds
weight / 453.592377.716 lb
Whole pounds
floor(total_pounds)7 lb
Remaining ounces
(total_pounds - floor(total_pounds)) * 1611.459 oz
The same weight in ounces alone
weight / 28.349523125123.459 oz
Grams
weight3,500 g

Ask about this in the chat

Worked example

3,500 g is 7.716 pounds, which is where most converters stop. A chart says 7 lb 11.5 oz: seven whole pounds, and the 0.716 left over multiplied by sixteen. Nobody weighs a baby in hundredths of a pound, and the remainder is the part that answers the question.

How to work it out yourself

  1. 1.Enter the weight and pick its unit. Grams and kilograms both work, and so do pounds if you want the ounces broken out of a decimal you already have.
  2. 2.The whole pounds come from the division; the ounces are what is left over, multiplied by sixteen. That second step is the one a decimal answer throws away.
  3. 3.A pound is exactly 0.45359237 kilograms by definition, so nothing here is a measurement and nothing drifts: the same grams give the same pounds and ounces every time.

Grams to pounds and ounces

05.5112000 Weight: 4.42500 Weight: 5.52750 Weight: 6.13000 Weight: 6.63250 Weight: 7.23500 Weight: 7.73750 Weight: 8.34000 Weight: 8.84250 Weight: 9.44500 Weight: 9.95000 Weight: 1120005000Weight (g)
Weight (g)Weight
20004 lb 6.5 oz
25005 lb 8.2 oz
27506 lb 1 oz
30006 lb 9.8 oz
32507 lb 2.6 oz
35007 lb 11.5 oz
37508 lb 4.3 oz
40008 lb 13.1 oz
42509 lb 5.9 oz
45009 lb 14.7 oz
500011 lb 0.4 oz

The range a birth weight falls in. 2,500 g is the threshold below which a baby is called low birth weight, and 4,000 g the one above which it is called large.

The formula

  1. Total poundsweight / 453.59237
  2. Whole poundsfloor(total_pounds)
  3. Remaining ounces(total_pounds - floor(total_pounds)) * 16
  4. The same weight in ounces aloneweight / 28.349523125
  5. Gramsweight

Source: NIST — the pound is exactly 0.45359237 kg, BIPM — International System of Units

Questions people actually ask

Why not just say 7.72 pounds?
Because no scale, chart or midwife says it that way. A weight in the US and UK is given as whole pounds and the ounces left over, and 0.72 of a pound is 11.5 ounces. The decimal is the same number and the wrong form of it.
How many ounces are in a pound?
Sixteen, exactly, and that is why the remainder is multiplied by sixteen rather than by a hundred. The commonest mistake in this conversion is treating 0.5 lb as 50 oz-worth of something instead of 8 oz.
Is the pound exact or measured?
Exact. Since 1959 the international avoirdupois pound has been defined as 0.45359237 kilograms, a fixed number rather than the result of comparing two weights. Every figure on this page follows from that definition.
What counts as a low or high birth weight?
Below 2,500 g — 5 lb 8 oz — is termed low birth weight, and above 4,000 g — 8 lb 13 oz — large for gestational age. Those are descriptive thresholds used in record-keeping rather than a verdict about a particular baby, and the table above brackets both.

Related

Put this calculator on your site

Free, no attribution required beyond the link.

<iframe src="https://rulecalculators.com/embed/pounds-and-ounces" width="100%" height="420" style="border:1px solid #e7e4de;border-radius:12px" title="Pounds and Ounces Converter"></iframe>
Did this answer your question?