Picture this: you find a French pastry recipe listing 250 g of butter, but your kitchen scale reads in ounces. Or you spot a sale on a 2 lb block of cheese and wonder how many grams that really is. Weight conversions are one of the most common hurdles in everyday cooking and grocery shopping.
Welcome to lesson three of five in Measurements in the Kitchen. With the first two lessons under your belt — classifying kitchen units and converting between volume units — you already have strong skills on the liquid side of measurement. Now we cross over to the weight side. In this lesson, you will learn how to convert between ounces (oz), pounds (lb), grams (g), and kilograms (kg), both within the same system and across systems. By the end, switching between any of these four units will feel just as natural as the volume conversions you have already practiced.
Be a part of our community of 1M+ users who develop and demonstrate their skills on CodeSignal
From the first lesson you know that ounces (oz) and pounds (lb) belong to the US customary system, while grams (g) and kilograms (kg) belong to the metric system. All four appear regularly in kitchens: a US recipe might call for 8 oz of cream cheese, a package of chicken might be labeled 2.5 lb, a European chocolate bar might read 100 g, and a bag of flour from an international market might say 1 kg.
The good news is that the same multiply-or-divide logic we used for volume conversions works here too. We just need a new, short list of equivalences, and the rest is straightforward arithmetic.
Within the US system, ounces and pounds are connected by one key fact:
1 lb=16 oz
This means a pound is made up of 16 ounces. To convert pounds to ounces, multiply by 16. To convert ounces to pounds, divide by 16.
Example 1 — Pounds to ounces. A recipe calls for 1.5 lb of ground beef. How many ounces is that?
1.5×16=24 oz
Example 2 — Ounces to pounds. You bought 40 oz of tomatoes. How many pounds is that?
40÷16=2.5 lb
If the division does not come out evenly, that is perfectly fine. For instance, 10 oz÷16=0.625 lb. You can leave it as a decimal or express it as 85 lb — whichever is easier for the situation at hand.
On the metric side, grams and kilograms are related by a factor of one thousand:
1 kg=1,000 g
This mirrors how 1 L=1,000 mL in volume. To convert kilograms to grams, multiply by 1,000. To convert grams to kilograms, divide by 1,000. In practice, this simply means moving the decimal point three places.
Example 3 — Kilograms to grams. A bag of rice weighs 1.2 kg. In grams:
1.2×1,000=1,200 g
Example 4 — Grams to kilograms. A block of cheese is labeled 250 g. In kilograms:
250÷1,000=0.25 kg
Because the metric system is built on powers of ten, these conversions tend to be quicker than their US counterparts. There is no need to memorize an odd number like 16 — just shift the decimal.
Now for the part that comes up most often in real life: converting between the two systems. When you buy an ingredient labeled in grams but your recipe uses ounces (or the other way around), you need a bridge. Two approximate equivalences handle nearly every kitchen situation:
Equivalence
Note
1 oz≈28 g
Rounded from 28.35 g
1 lb≈454 g
Rounded from 453.6 g
There is also a handy relationship going in the other direction:
1 kg≈2.2 lb
You do not need to memorize all three separately. Since 1 lb=16 oz and 1 oz≈28 g, you can derive the pound equivalence: 16×28=448 g, which is close to the more precise value of 454 g. For everyday cooking, either figure is acceptable. We will use 454 g in this lesson because it is the standard rounded value you will see on packaging and in most references.
Let us put those equivalences to work with some realistic scenarios.
Example 5 — Ounces to grams. A cookie recipe calls for 6 oz of chocolate chips. Using 1 oz≈28 g:
6×28=168 g
You would weigh out about 168 g on a metric kitchen scale.
Example 6 — Grams to ounces. A European recipe asks for 200 g of butter. Converting to ounces:
200÷28≈7.1 oz
Rounding to 7 oz is perfectly fine for a baking recipe.
Example 7 — Pounds to kilograms. You buy a 2.2 lb bag of flour and want to know its metric weight. Using 1 lb≈454 g:
2.2×454=998.8 g≈1,000 g=1 kg
This confirms the handy shortcut: 2.2 lb≈1 kg.
Example 8 — Kilograms to pounds. A recipe from an Australian cookbook calls for 0.5 kg of chicken thighs. Using 1 kg≈2.2 lb:
0.5×2.2=1.1 lb
At the grocery store, grabbing about 1 lb of chicken would be close enough.
Just as we discussed for volume in the previous lesson, perfect precision is rarely needed in the kitchen. Two practical guidelines will serve you well:
Round to the nearest whole gram or ounce. A result like 7.14 oz can safely become 7 oz. Similarly, 168.3 g rounds to 168 g on your scale.
Use "friendly" landmarks for mental math. Remember that 1 kg≈2.2 lb and 100 g≈3.5 oz. These benchmarks help you do quick estimates without a calculator, especially while shopping.
The goal, as always, is a number you can actually work with using the tools and packaging in front of you.
In this lesson you learned the key weight equivalences for the kitchen: 1 lb=16 oz within the US system, 1 kg=1,000 g within the metric system, and the cross-system bridges 1 oz≈28 g, 1 lb≈454 g, and 1 kg≈2.2 lb. Together with the volume conversions from lesson two, you now have a complete toolkit for handling almost any measurement a recipe can throw at you.
Up next is a set of hands-on exercises where you will convert within each system, lock in the cross-system equivalences, and apply everything to real grocery and recipe scenarios. Time to put those new conversion skills to the test!