Grams to Ounces Converter
Convert grams to ounces quickly. Ideal for cooking recipes and ingredient measurements.
Formula: g × 0.035274 = oz
Common Conversions
How to convert grams to ounces
Converting grams to ounces is a single multiplication. The formula is g × 0.035274 = oz, which means one gram equals 0.035274 oz. Going the other way, one ounce equals 28.349493 g.
The calculator above applies this automatically as you type, but it is worth knowing the arithmetic if you need to sanity-check a figure or work one out without a device to hand.
Worked examples
7 g to oz: multiply 7 by 0.035274, which gives 0.246918 oz.
45 g to oz: multiply 45 by 0.035274, which gives 1.58733 oz.
250 g to oz: multiply 250 by 0.035274, which gives 8.8185 oz.
Grams to Ounces conversion table
The values below are calculated with the same function as the converter above, so they agree to the digit. Use it as a quick reference when you need a rough figure without typing anything.
| Grams | Ounces |
|---|---|
| 1 g | 0.035274 oz |
| 2 g | 0.070548 oz |
| 3 g | 0.105822 oz |
| 4 g | 0.141096 oz |
| 5 g | 0.17637 oz |
| 6 g | 0.211644 oz |
| 7 g | 0.246918 oz |
| 8 g | 0.282192 oz |
| 9 g | 0.317466 oz |
| 10 g | 0.35274 oz |
| 15 g | 0.52911 oz |
| 20 g | 0.70548 oz |
| 25 g | 0.88185 oz |
| 30 g | 1.05822 oz |
| 40 g | 1.41096 oz |
| 50 g | 1.7637 oz |
| 75 g | 2.64555 oz |
| 100 g | 3.5274 oz |
| Ounces | Grams |
|---|---|
| 1 oz | 28.349493 g |
| 5 oz | 141.74746 g |
| 10 oz | 283.49493 g |
| 25 oz | 708.73731 g |
| 50 oz | 1,417.4746 g |
| 100 oz | 2,834.9493 g |
| 250 oz | 7,087.3731 g |
| 500 oz | 14,174.7463 g |
| 1000 oz | 28,349.4925 g |
What is a gram?
A gram is one thousandth of a kilogram. Despite the kilogram being the SI base unit, the gram is what prefixes attach to, which is a quirk left over from the metric system's original design.
Where the gram came from
The gram was originally defined in 1795 as the mass of one cubic centimeter of water at the temperature of melting ice. That water-based relationship is why one milliliter of water still weighs almost exactly one gram, a coincidence cooks rely on constantly.
Where grams are used today
Grams are the working unit of cooking, nutrition labels, postage, and laboratory work everywhere the metric system is used. Recipes written in grams are more reliable than volume-based ones because they do not depend on how tightly an ingredient is packed.
- A US dollar bill weighs about 1 g
- A teaspoon of sugar is roughly 4 g
- A standard egg is around 50 g
What is a ounce?
An ounce is one sixteenth of a pound, or about 28.35 grams. This is the avoirdupois ounce, used for ordinary weight.
Where the ounce came from
Like the inch, the ounce descends from the Roman uncia, a twelfth part, back when a pound was divided into twelve. The shift to sixteen ounces per pound came with the avoirdupois system adopted for English wool trading in the Middle Ages.
Where ounces are used today
Ounces measure food portions, packaging weights, and postage in the United States. Be careful with fluid ounces, which measure volume and are an entirely different quantity despite the shared name.
- A slice of bread is about 1 oz
- A tennis ball is roughly 2 oz
- A standard letter under 1 oz takes one stamp
When you actually need this conversion
grams belong to the metric (si) system and ounces to the imperial / us customary system, so this conversion turns up whenever information crosses between countries that measure differently.
Health tracking and medical records
Body weight is recorded in kilograms in most of the world and pounds in the US. Anyone using an app, a doctor, or a training programme from a different country ends up converting, and medication dosing by body weight makes accuracy matter.
Cooking with international recipes
Recipes written in grams and those written in ounces are not interchangeable by eye. Baking in particular depends on ratios, so an error in converting flour or butter changes the result rather than just the portion size.
Shipping and baggage allowances
Airlines and couriers set limits in kilograms or pounds depending on region, and overweight fees are charged per bag with no rounding in your favour. Checking a suitcase against the right limit before leaving home is cheaper than at the desk.
Fitness and equipment
Gym plates are sold in both kilogram and pound denominations, and strength standards published online rarely state which they mean. Converting keeps a training log consistent when equipment changes.
Accuracy, precision, and rounding
The factor used here (g × 0.035274 = oz) is derived from an internationally agreed exact definition, so the conversion itself is not an approximation. The results above are shown to about eight significant figures, which is more precision than almost any practical use requires.
The sensible rule is to round the answer to roughly the same precision as the number you started with. If you measured to the nearest gram, an answer carrying six decimal places is not more accurate, it just looks more accurate. For most everyday purposes one or two decimal places is plenty.
Common mistakes to avoid
Converting in the wrong direction
Multiplying when you should divide is by far the most common error, and it is easy to miss because the result is still a number in a believable range. A quick check: since one gram is 0.035274 oz, a gram value should get smaller when converted.
Using a rounded factor for a long calculation
Rounding the conversion factor before multiplying, then repeating that across many values, compounds the error. Convert with the full factor and round only the final answer.
Confusing ounces with fluid ounces
An ounce measures weight and a fluid ounce measures volume. They are different quantities that happen to share a name, and they are only numerically close for water. This converter handles weight ounces.
Converting grams to ounces in a spreadsheet or in code
A one-off answer is what the calculator above is for. When you have a whole column of figures, or you are writing something that has to do the conversion repeatedly, it is worth putting the formula in the tool you are already working in.
Excel and Google Sheets
With your gram value in cell A1, put this in B1 and fill it down the column:
=A1 * 0.035274
Excel also ships a built-in CONVERT function that handles many unit pairs directly, but it does not cover every unit and its unit codes are easy to mistype. An explicit formula like the one above is harder to get wrong and shows its working.
Python
def g_to_oz(value):
return value * 0.035274
print(g_to_oz(10))JavaScript
const gToOz = (value) => value * 0.035274; console.log(gToOz(10));
Store the factor as a named constant rather than typing 0.035274 at each call site. When a figure appears in three places it will eventually be updated in two of them.
The two measurement systems behind this conversion
This conversion sits on the fault line between the two measurement systems still in everyday use. The metric system was designed in one go in the 1790s as a coherent decimal scheme, where every unit relates to the next by a power of ten. The imperial and US customary systems grew instead by accretion over centuries, which is why their relationships are numbers like 12, 16, 5,280, and 43,560 rather than round ones.
Only three countries have not formally adopted the metric system: the United States, Liberia, and Myanmar. In practice the picture is messier than that, since the US uses metric units throughout science, medicine, and the military, while metric countries still buy screens and tires by the inch. That overlap is exactly why conversions like this one stay necessary.
More questions about grams and ounces
Is the conversion exact or approximate?
The underlying definition is exact, and the factor shown here (0.035274) is that definition expressed to the precision this page displays. For any everyday purpose the result is exact; only at very high precision would you need more digits of the factor.
Why does the answer have so many decimal places?
The converter shows a high-precision result so that it is never the limiting factor in your calculation. It is up to you to round to something sensible. A measurement taken with a tape measure does not become more accurate because the conversion carried six decimals.
Can I convert in the opposite direction on this page?
Yes. The swap button in the calculator reverses the conversion and carries the current result across as the new input, so you do not have to navigate anywhere or retype anything. The second table above also lists the reverse conversion directly.
Does anything get sent to a server?
No. The arithmetic runs in your browser with a few lines of JavaScript. Nothing you type is uploaded, logged, or stored, which also means the converter keeps working if your connection drops after the page has loaded.
Which figure should I use on an official form?
Use whatever precision the form asks for, and if it does not say, match the precision of the original measurement. For height, weight, and similar personal details, one decimal place is almost always sufficient and often more than is wanted.
Related weight conversions
If you need to go the other way as a starting point rather than as a swap, the Ounces to Grams converter is the mirror of this page: same factor, same tables, opposite direction. It is the more natural place to start when most of your figures are already in ounces.
Weight figures often need restating at more than one scale, particularly when a recipe or a shipping form mixes large and small quantities:
- KG to LBS - Convert kilograms to pounds instantly. Perfect for fitness, cooking, and shipping calculations.
- Pounds to Ounces - Convert pounds to ounces instantly. Useful for cooking, shipping, and package weights.
- LBS to KG - Convert pounds to kilograms instantly. Essential for international weight measurements and fitness.
- Ounces to Pounds - Convert ounces to pounds instantly. Useful for weight tracking, shipping, and package sizes.
- CM to Inches - Convert centimeters to inches instantly. Enter any value and get the exact result in decimal inches.
- Celsius to Fahrenheit - Convert Celsius to Fahrenheit instantly. Essential for weather, cooking, and science.
For anything not listed here, the full converter directory covers over a hundred pairs across length, weight, temperature, volume, area, speed, pressure, energy, and more.
Quick reference
| 1 g equals | 0.035274 oz |
| 1 oz equals | 28.349493 g |
| Formula | g × 0.035274 = oz |
| Grams system | Metric (SI) |
| Ounces system | Imperial / US customary |
| Measures | Weight |
Why Use Our Grams to Ounces Converter?
Instant Results
Type any grams value and see the ounces result immediately as you type.
Highly Accurate
Uses the exact conversion factor. g × 0.035274 = oz
Swap Direction
Easily convert Ounces back to Grams with the swap button. No need to visit a different page.
One-Click Copy
Copy the converted result to your clipboard instantly with the Copy button.
Common Values Table
See a quick reference table of 9 common grams values and their ounces equivalents.
100% Private
All conversions happen in your browser. Nothing is sent to a server or stored anywhere.
Frequently Asked Questions
How many ounces in a gram?
1 g = 0.035274 oz. Use the formula: g × 0.035274 = oz.
How to convert grams to ounces?
To convert grams to ounces, use the formula: g × 0.035274 = oz. For example, 100 g = 3.527 oz.
Is this grams to ounces converter accurate?
Yes. The converter uses the internationally accepted exact conversion factor. The result is accurate to at least 6 significant figures.
Can I convert ounces back to grams?
Yes. Click the "Swap direction" button to reverse the conversion. The current result becomes the new input automatically.
Does this work on mobile?
Yes. The converter works on all devices, phones, tablets, and desktops. All calculations happen in your browser.
Is my data stored anywhere?
No. All conversions run entirely in your browser. Nothing is uploaded, logged, or stored.
All Tools
Every tool, in one place.
290+ free tools. All run in your browser, no sign-up, no uploads, nothing stored.
Text Tools (24)
View allPDF Tools (16)
View allImage Tools (20)
View allUnit Converters (110)
View allCalculators (34)
View allMedia Tools (30)
View allGames and Puzzles (17)
View allDeveloper Tools (8)
Fun and Random (19)
View allDesign and Color (4)
Time Tools (6)
