Audited ·Last updated 27 Jul 2026·6 citations·Tier 1·0 uses

Cooking Converter

Free cooking conversions calculator for volume, weight, and oven temperature. Cups, tbsp, tsp, mL, grams, ounces, °F, °C — NIST-grade factors.

Cooking Converter

What are you converting
The number you want to convert. Volume and weight must be greater than zero. Negative values are allowed only for temperature (the freezing point of water is −18 °C in your home freezer; the lowest setting on most kitchen freezers is around −25 °C).
From unit
To unit
Converted value
236.588
The input value re-expressed in the target unit, computed at twenty-significant-digit working precision using the NIST SP 811 (2008) conversion factors. For volume the path is value × fromFactor ÷ toFactor with mL as the canonical base; for weight the same with grams as the base; for temperature the value is routed through °C using the affine formulas F = (9/5)C + 32 and K = C + 273.15.
Volume in mL
236.588 mL
Weight in grams
0 g

Background.

This cooking conversions calculator translates between the three measurement systems that collide in every home kitchen: volume (cups, tablespoons, teaspoons, fluid ounces, milliliters, liters, pints, quarts, gallons), weight (grams, kilograms, ounces, pounds), and temperature (Celsius, Fahrenheit, Kelvin). It uses the conversion factors published by the National Institute of Standards and Technology in NIST Special Publication 811 (2008), the US legal-metrology reference for the international yard-and-pound agreement, the avoirdupois ounce, and US customary capacity units. A US cup is exactly 236.5882365 mL (NIST SP 811 Table B.6, derived from the US gallon defined as 231 cubic inches), a tablespoon is one half of a US fluid ounce or 14.7868 mL, a teaspoon is one third of a tablespoon or 4.92892 mL, an avoirdupois pound is exactly 453.59237 g (NIST SP 811 Table B.8, fixed by the 1959 international agreement), and the Fahrenheit-to-Celsius conversion is the affine map C = (F − 32) × 5⁄9 anchored at the freezing point of water. The calculator computes every result using decimal.js arbitrary-precision arithmetic so that 1 cup ÷ 16 returns exactly 14.7868 mL per tablespoon rather than a 14.78679999… approximation, and 350 °F returns exactly 176.666… °C — the value oven dials actually need rather than the rounded 175 °C that propagates through internet recipe sites.

The reason a dedicated cooking conversions calculator exists, separate from a general-purpose unit converter, is that cooking is the one domain where the unit choice is doing more work than the arithmetic. The US cup is not the same as the metric cup (250 mL, used in Australia and New Zealand) or the legacy UK cup (about 284 mL, deprecated since the 1980s but still printed in older British cookbooks); the US tablespoon is 14.7868 mL but the Australian tablespoon is exactly 20 mL by national standard, which means an Australian recipe specifying '2 tablespoons of soy sauce' is asking for 40 mL and a US cook reading it as US tablespoons will under-pour by 25 percent. Volume measurement is fine for liquids, where density is well-defined and a fluid ounce of water is a fluid ounce of water regardless of who measured it, but it fails for dry ingredients, where the same nominal cup can hold 30 percent more or less ingredient depending on whether you scooped or spooned, whether you tapped the cup, whether the flour was sifted, and whether the air was humid.

The King Arthur Baking Company's published Ingredient Weight Chart — the closest thing American home baking has to a definitive reference — gives 1 cup of all-purpose flour as 120 g, 1 cup of bread flour as 120 g, 1 cup of cake flour as 116 g, 1 cup of whole wheat flour as 113 g, and 1 cup of granulated sugar as 198 g, which is to say five different weights for five different ingredients in the same nominal volume. Professional pastry kitchens, every recipe America's Test Kitchen and Cook's Illustrated have published in their baker's-percentage workflow, and the entire Modernist Cuisine library work in grams for exactly this reason: gram-weights are reproducible, scale-independent, and remove every ambiguity that makes home baking inconsistent.

The calculator also handles oven temperature, where the failure mode is different but just as common — a US recipe specifying 350 °F (the workhorse moderate-oven temperature) translates to 176.67 °C, which is between the 175 °C mark and the 180 °C mark on a European oven dial; most cooks round to 180 °C and accept the 1.6 percent overshoot, but for delicate work (custards, choux pastry, soufflés) the round-down to 175 °C is safer. Gas-mark ovens add another layer: gas mark 4 is the equivalent of 350 °F / 177 °C, gas mark 6 is 400 °F / 204 °C, and the conversion is a discrete lookup table rather than a continuous formula.

Below the widget you will find a section on how volume, weight, and temperature differ mathematically as conversion problems, the NIST SP 811 factor table the calculator uses, a worked example walking through the 1 cup → 16 tbsp → 48 tsp identity and the 350 °F → 176.67 °C oven conversion, and FAQs covering the questions that actually arise in a real kitchen — US vs UK cup, why dry-vs-liquid measure matters, why baking by weight is the professional standard, why 1 cup of flour does not have a single weight, and how to read a gas-mark dial.

What is cooking converter?

Cooking conversion is the translation of a recipe's measurement from one unit system to another while preserving the cook's intent. Three sub-problems live under that umbrella and each has different math. Volume conversion is purely multiplicative: every volume unit is a fixed multiple of a canonical base (the calculator uses the milliliter), and converting from one to another is one multiplication and one division. The NIST SP 811 factor table gives the exact values: 1 tsp = 4.92892 mL, 1 tbsp = 14.7868 mL, 1 cup = 236.588 mL, 1 fl oz = 29.5735 mL, 1 pint = 473.176 mL, 1 quart = 946.353 mL, 1 gallon = 3785.41 mL. The relationships are also internally consistent — 1 tbsp = 3 tsp exactly, 1 cup = 16 tbsp = 48 tsp exactly, 1 cup = 8 fl oz exactly, 1 pint = 2 cups, 1 quart = 2 pints, 1 gallon = 4 quarts — and the calculator's factor table reproduces all of these identities to the full precision of decimal.js. Weight conversion is the same shape of problem, just with grams as the base: 1 oz = 28.3495 g (NIST SP 811 Table B.8 avoirdupois ounce), 1 lb = 453.592 g (the international avoirdupois pound), 1 kg = 1000 g. Volume and weight are not interconvertible without an ingredient density — 1 cup of water weighs 236.6 g (water is 1 g/mL by definition), but 1 cup of all-purpose flour weighs about 120 g (flour is roughly 0.5 g/mL when scooped, per King Arthur), 1 cup of granulated sugar weighs 198 g, and 1 cup of honey weighs about 340 g. The calculator deliberately does not attempt cross-category conversions (cup → gram) because the answer depends on what is in the cup, and a calculator that silently used a single density (water's, usually) would mislead more often than it would help. Temperature conversion is the third sub-problem and is the only one that is affine rather than linear: the Celsius and Fahrenheit scales have different zero points and different unit-of-scale, so the conversion requires both a multiplicative factor (5⁄9 or 9⁄5) and an additive offset (32 °F). The calculator handles temperature by routing every conversion through °C using F = (C × 9⁄5) + 32 and K = C + 273.15. Negative values are legal for temperature (your freezer is −18 °C) but rejected for volume and weight, which are strictly positive magnitudes.

How to use this calculator.

  1. Pick the category that matches what you are converting — Volume for liquid and bulk-volume measurements (cups, tbsp, tsp, mL, fl oz, pints, quarts, gallons), Weight for mass measurements (grams, kilograms, ounces, pounds), or Temperature for oven settings (°C, °F, K). The calculator uses three completely separate factor tables and the category choice tells it which one to apply.
  2. Type the value you want to convert. For volume and weight this must be a positive number — a recipe never asks for −2 cups of flour. For temperature any real number is legal: −18 °C is the standard home-freezer setting, 0 °C is the freezing point of water, 100 °C is its boiling point, 350 °F is a moderate American oven, 220 °C is a hot European oven.
  3. Pick the From unit from the dropdown. The list includes every supported unit across all three categories, but the calculator validates that the unit belongs to the category you picked — choosing Volume and then 'gram' as the from-unit will raise a clear error rather than silently treat the gram as if it were a milliliter.
  4. Pick the To unit. Same dropdown, same validation rule. The most common conversions are cup → mL, tbsp → mL, tsp → mL, °F → °C, oz → g, and lb → kg, in that rough order of frequency for American home cooks reading European or professional recipes.
  5. Read the Converted value — the headline result, in the target unit, rendered at the precision the context needs. The two secondary fields show the value in the canonical base unit (mL for volume, grams for weight) so you can cross-check; they read 0 for temperature, where there is no canonical mL or gram equivalent.
  6. For baking work where reproducibility matters, convert volume measurements to grams once at the start of the recipe and work in grams from there. King Arthur's Ingredient Weight Chart gives exact gram-equivalents for every common baking ingredient at the kind of precision (120 g per cup of all-purpose flour, 198 g per cup of granulated sugar) that this calculator's symmetric volume → mL → user-supplied-density → gram workflow cannot match in one shot.

The formula.

The calculator runs three distinct conversion paths, one per category.

Volume — base unit mL. Every volume unit is stored as its size in milliliters and the conversion is one multiplication and one division: result = value × fromFactor ÷ toFactor. The NIST SP 811 (2008) Table B.6 factors are:

1 tsp = 4.92892 mL (1⁄3 of a tablespoon) 1 tbsp = 14.7868 mL (1⁄2 of a US fluid ounce) 1 fl oz = 29.5735 mL (1⁄128 of a US gallon) 1 cup = 236.588 mL (8 fl oz) 1 pint = 473.176 mL (2 cups) 1 quart = 946.353 mL (2 pints) 1 gallon = 3785.41 mL (4 quarts, defined as 231 in³) 1 mL = 1 mL 1 L = 1000 mL

The identity 1 cup = 16 tbsp = 48 tsp is reproduced exactly by these factors: 236.588 ÷ 14.7868 = 16.0000…, 236.588 ÷ 4.92892 = 48.0000….

Weight — base unit gram. NIST SP 811 (2008) Table B.8 (avoirdupois):

1 g = 1 g 1 kg = 1000 g 1 oz = 28.3495 g (avoirdupois ounce) 1 lb = 453.592 g (international avoirdupois pound, exactly 0.45359237 kg by 1959 international agreement, NIST SP 811)

Same formula: result = value × fromFactor ÷ toFactor. 1 lb ÷ 1 oz = 453.592 ÷ 28.3495 = 16.000…, the expected 16 oz per lb.

Temperature — affine, anchored on °C. The Celsius and Fahrenheit scales have different zero points and different scale factors, so the conversion requires both a multiplication and an offset. The calculator implements two helper functions:

toCelsius(value, unit): C → C: value F → C: (value − 32) × 5⁄9 K → C: value − 273.15

fromCelsius(C, unit): C → C: C C → F: C × 9⁄5 + 32 C → K: C + 273.15

A generic temperature conversion is therefore toCelsius(value, fromUnit) followed by fromCelsius(°C, toUnit). Two examples baked into the engine's test suite: 350 °F → (350 − 32) × 5⁄9 = 318 × 5⁄9 = 176.66… °C; 100 °C → 100 × 9⁄5 + 32 = 180 + 32 = 212 °F (the boiling point of water at sea-level standard pressure). The Kelvin offset 273.15 is exact by the 2019 SI redefinition that fixed the kelvin via the Boltzmann constant; the Celsius-to-Fahrenheit 5⁄9 ratio and the 32 offset are exact by international agreement and have been the published conversion since the formal adoption of the international temperature scales.

The entire calculation runs at twenty significant digits in decimal.js so that the published-to-six-decimal-places NIST factors (4.92892 mL per tsp, etc.) round-trip exactly and do not drift in the eighth decimal place the way they would in raw JavaScript double-precision floats.

A worked example.

Example

Take the canonical American baking identity, 1 cup = 16 tablespoons = 48 teaspoons, and run it through the calculator. Picking Volume as the category, entering 1 as the value, cup as the from-unit, and tbsp as the to-unit, the engine looks up the NIST SP 811 factor for the US cup (236.588 mL) and for the US tablespoon (14.7868 mL) and computes 1 × 236.588 ÷ 14.7868 = 16.0000… tbsp. The secondary output inMl reads 236.588, the cup in its canonical base unit. Re-running with toUnit = tsp gives 1 × 236.588 ÷ 4.92892 = 48.0000… tsp, exactly. The identity holds to the full precision of the NIST factors because the table was constructed to be internally consistent: the tablespoon is defined as one half of a US fluid ounce (which is itself 1⁄128 of a US gallon, 231 in³ exact), and the teaspoon is defined as one third of a tablespoon. The arithmetic does not invent precision the table does not have; it just propagates the published exactness through the decimal.js pipeline without floating-point drift. A second worked example: switch the category to Temperature, enter 350, fromUnit = F, toUnit = C. The engine routes through Celsius: (350 − 32) × 5⁄9 = 318 × 5⁄9 = 176.66666… °C. This is the standard moderate-oven setting in every American cookbook, and the calculator's answer is exact to the limit of the published 5⁄9 ratio. On a European oven dial with 5 °C graduations the cook would round to 175 °C (a 1.7 °C undershoot, harmless for roasting and forgiving baking) or 180 °C (a 3.3 °C overshoot, fine for breads and cookies but borderline for delicate pastries). The 176.67 °C exact answer is the value to write down when you are calibrating against an oven thermometer or scaling a recipe for a professional convection oven where the temperature setpoint matters to the degree. The full conversion takes one multiplication, one subtraction, one division, and one addition for temperature; one multiplication and one division for volume and weight — the kind of arithmetic a calculator app does in microseconds and a cook with a measuring jug does in their head, except this calculator does it with the published NIST factor and twenty digits of working precision instead of the rounded version that internet recipe sites copy from each other.

to Unittbsp
categoryvolume
value1
from Unitcup

Frequently asked questions.

Is a US cup the same as a UK cup or a metric cup?
No, and the differences are large enough to ruin a baking recipe. The US cup is 236.5882365 mL (8 US fluid ounces, derived from the US gallon = 231 in³ definition codified in NIST SP 811). The metric cup, used in Australia, New Zealand, and most modern recipe writing outside the US, is exactly 250 mL — about 5.7 percent larger than a US cup. The legacy UK 'breakfast cup' is approximately 284 mL (10 imperial fluid ounces), about 20 percent larger than a US cup; modern UK recipes generally avoid the cup entirely and specify mL or grams instead, and the official UK Weights and Measures Act has not recognized the cup as a legal measure since the 1980s. The practical rule for converting an Australian or modern UK recipe to US measurements: multiply the cup count by 250⁄236.588 = 1.0567 to get equivalent US cups, or convert through mL using this calculator. For dry ingredients, weighing in grams (King Arthur, America's Test Kitchen, Modernist Cuisine workflow) is more reliable than any cup-to-cup conversion because the underlying volume depends on how the cup was packed.
Why does it matter whether I use a dry measuring cup or a liquid measuring cup?
Mostly because of how the cup is filled, not because the cup volume is different. A US dry-measure cup (the kind in a nesting set, with a flat rim) and a US liquid-measure cup (the kind with a spout and graduations on the side, usually Pyrex) both hold the same 236.588 mL when filled to the brim. The difference is the filling technique: a dry measure is filled past the rim and leveled with the back of a knife so the ingredient is at the exact rim, with no menisco. A liquid measure is filled to the line on the side of the jug, read at eye level, with the meniscus dipping below the printed line. Trying to measure flour in a liquid measure means you cannot level it — you fill to the line by eye, which is consistently low because flour does not self-level and the cone in the middle is invisible from the side. Trying to measure water in a dry measure means you have to walk a brimful cup to the mixing bowl, which spills. The published King Arthur and ATK weight-equivalent tables assume the correct cup type is used and that flour is fluffed-and-spooned (not scooped) before leveling. If you scoop flour straight from the bag with a dry measure, you compact it and end up with 140–150 g per 'cup' instead of the published 120 g — a 20-percent error that makes biscuits dense and cookies leaden. Convert to grams and weigh, and the dry-vs-liquid distinction disappears entirely.
Why do professional bakers measure by weight instead of by cup?
Because grams are reproducible and cups are not. The same nominal '1 cup of all-purpose flour' can weigh 120 g (the King Arthur spoon-and-level standard), 125 g (the USDA FoodData Central reference), 140 g (a casual scoop from the bag), or 150 g (a packed, leveled cup) — a range of 25 percent depending on technique, humidity, and how recently the flour was sifted. A digital scale reading 120 g is 120 g regardless of who is doing the measuring, what kind of cup they own, or whether they sifted. Every professional pastry kitchen in the world works in grams, every baker's-percentage formula (where ingredients are expressed as a percentage of the flour weight) only makes sense in grams, and the entire Modernist Cuisine library — Nathan Myhrvold's 2,438-page reference on cooking from physics-first principles — refuses to print volume measurements for any dry ingredient. America's Test Kitchen and Cook's Illustrated print both volume and weight in their recipes for the home audience but explicitly recommend the weight column for any recipe where the texture matters, which is essentially every baked good. The investment is a $15 digital scale and a few minutes of relearning kitchen mise-en-place; the payoff is that your cookies, breads, and cakes turn out the same way every time.
Why doesn't 1 cup of flour have a single fixed weight?
Because flour is granular and the weight of a fixed-volume scoop depends on bulk density, which varies with ingredient type, moisture content, and how the cup was filled. The King Arthur Baking Company's published Ingredient Weight Chart gives 1 cup of all-purpose flour as 120 g, 1 cup of bread flour as 120 g, 1 cup of cake flour as 116 g, 1 cup of whole wheat flour as 113 g, 1 cup of pastry flour as 120 g, and 1 cup of self-rising flour as 113 g — six different values for six varieties. Granulated sugar packs to 198 g per cup, brown sugar (light or dark) packs to 213 g per cup, and confectioners' (powdered) sugar comes out at 113 g per cup; honey at about 340 g per cup; butter at exactly 227 g per cup (since US butter is sold in 1⁄4-lb sticks that are 1⁄2 cup each by definition). The reason 'flour' is not one number is that the milling process determines particle size (cake flour is more finely milled and packs less air), the moisture content shifts with the kitchen's humidity (flour can absorb 1–2 percent of its weight from humid summer air), and the filling technique determines how much air gets trapped between particles (sifted flour is 15–20 percent lighter per cup than scooped flour). King Arthur's published numbers assume the spoon-and-sweep method: fluff the flour with a fork, spoon it into a dry measure without compacting, level with a straight edge. That is the convention every modern American recipe site implicitly assumes, and it is the convention this calculator's mL-only conversion path leaves to the user.
How do I convert °F to gas mark for a British oven?
Gas marks are a discrete dial-position lookup table, not a continuous formula, because the marks correspond to specific temperatures the original British Gas Board calibrated for typical baking and roasting in the 1940s. The standard published table: gas mark 1⁄4 = 225 °F = 110 °C (very cool, meringues); gas mark 1⁄2 = 250 °F = 120 °C; gas mark 1 = 275 °F = 140 °C (cool, slow-cook stews); gas mark 2 = 300 °F = 150 °C; gas mark 3 = 325 °F = 165 °C; gas mark 4 = 350 °F = 180 °C (moderate, the all-purpose setting); gas mark 5 = 375 °F = 190 °C; gas mark 6 = 400 °F = 200 °C; gas mark 7 = 425 °F = 220 °C (hot, breads); gas mark 8 = 450 °F = 230 °C; gas mark 9 = 475 °F = 240 °C (very hot, pizzas). This calculator does not include gas mark as a unit because the mapping is non-linear (the increment from gas mark 1 to 2 is 25 °F but from gas mark 4 to 5 is 25 °F and the °C steps are 30, 15, 15, 15, 10, 10, 20, 10, 10 — a calibration table, not a math formula), and the right way to convert is to look up the exact gas mark in the published table rather than interpolate. If your oven dial is in °F or °C, use this calculator to convert; if it is in gas marks, use the table above.
Why is 350 °F such a common oven temperature in American recipes?
Because 350 °F (176.67 °C, gas mark 4) sits in the sweet spot where the Maillard browning reaction is fast enough to develop flavor in 20–40 minutes (the reaction accelerates sharply above about 140 °C and reaches its productive plateau around 165–180 °C) and where the rate of moisture loss from the interior of the food is slow enough that the center cooks through before the surface burns. It is the all-purpose setting for the American home cookbook tradition: cookies, brownies, layer cakes, banana bread, casseroles, roasted vegetables, baked chicken thighs, all default to 350 °F unless there is a specific reason to deviate. Higher temperatures (400–450 °F, 200–230 °C) are used for breads, pizzas, and any food where a dramatic crust is the goal and the interior is forgiving. Lower temperatures (275–325 °F, 135–165 °C) are used for slow-cooked meats and custards, where temperature control of the interior matters more than surface browning. Translated to European oven dials, 350 °F is between the 175 °C and 180 °C marks; most cooks round up to 180 °C with no visible difference in result. The calculator returns the exact 176.67 °C if you need it for convection-oven setpoint precision or for the kind of calibration audit that a Modernist Cuisine-style sous vide / oven cross-check requires.
Can I convert between volume and weight in this calculator?
No, and that limitation is deliberate. The calculator will reject a cross-category conversion such as cup → gram or fluid-ounce → ounce-of-mass because the answer depends on the density of the ingredient, which the calculator does not know. 1 cup of water weighs 236.6 g (water is 1.000 g/mL by definition at 4 °C), but 1 cup of all-purpose flour weighs about 120 g (density ≈ 0.51 g/mL), 1 cup of granulated sugar weighs 198 g, 1 cup of brown sugar weighs 213 g, 1 cup of butter weighs 227 g, 1 cup of honey weighs about 340 g (density ≈ 1.42 g/mL), and 1 cup of olive oil weighs 218 g. A general-purpose calculator that silently used water's density would be wrong for every ingredient except water, salt brines, and stocks; the safer behavior is to refuse and direct you to a density-aware ingredient reference. The King Arthur Baking Company's Ingredient Weight Chart and the USDA FoodData Central nutrient database (which publishes density-equivalent gram weights for every food on its database) are the two best free references. For arbitrary ingredients, the formula is mass = volume × density: convert your volume to mL with this calculator, look up the ingredient's density in g/mL, multiply.
Is the US tablespoon the same as the Australian tablespoon?
No, and this is the single most common cause of failed cross-Pacific recipe scaling. The US tablespoon is 14.7868 mL (exactly one half of a US fluid ounce, per NIST SP 811). The Australian tablespoon is exactly 20 mL by national standard (Australian National Measurement Institute) — about 35 percent larger. The UK tablespoon, where it is still used, is conventionally 15 mL (sometimes 17.7 mL by older imperial-fluid-ounce definition), close enough to the US value that the discrepancy rarely matters in savory cooking. An Australian recipe specifying '2 tablespoons of soy sauce' is calling for 40 mL; a US cook reading the recipe and using a US tablespoon will pour 29.6 mL, a 26 percent under-pour that will produce a noticeably under-seasoned dish. The reverse — an American recipe scaled to Australian tablespoons — over-pours by the same factor and ruins delicate items. The teaspoon, fortunately, is harmonized at 5 mL across the US (4.92892 mL rounded), Australia (5 mL exact), and the UK (5 mL exact), so teaspoon-scale measurements survive cross-country recipe transfer. For tablespoons, convert to mL or to grams and avoid the unit ambiguity entirely.
What's the exact conversion factor for ounces to grams in cooking?
There are two different ounces and the calculator's weight category uses the avoirdupois ounce, which is the everyday US ounce used for groceries, recipe ingredients, and kitchen scales. The avoirdupois ounce is exactly 28.349523125 grams (NIST SP 811 Table B.8, derived from the 1959 international yard-and-pound agreement that defined the avoirdupois pound as exactly 0.45359237 kg). The calculator rounds the published factor to 28.3495 g for internal computation, which is accurate to one part in 60 million — well below any precision a kitchen scale can resolve. The other ounce, the troy ounce (31.1035 g), is used for precious metals and is not relevant to cooking. The fluid ounce, despite the shared name, is a volume unit (29.5735 mL for the US fluid ounce) and is treated under the calculator's volume category, not weight. The conversion 1 lb = 16 oz × 28.3495 g/oz = 453.59 g reproduces the published pound exactly, confirming the internal consistency of the table. For practical kitchen use, 1 oz ≈ 28 g is close enough for any savory cooking and is the rounding most cookbooks use; for baking precision, use the full 28.35 g or, better, weigh in grams from the start and skip the ounce entirely.

References& sources.

  1. [1]National Institute of Standards and Technology. NIST Special Publication 811 (2008 edition) — Guide for the Use of the International System of Units (SI). Authoritative source for the US customary volume factors in Table B.6 (cup = 236.5882365 mL, tablespoon = 14.78676478125 mL, teaspoon = 4.92892159375 mL, US gallon = 3.785411784 L) and the avoirdupois mass factors in Table B.8 (pound = 453.59237 g, ounce = 28.349523125 g) used throughout this calculator.
  2. [2]King Arthur Baking Company. Ingredient Weight Chart. The closest thing American home baking has to a definitive reference, listing tested gram-equivalents for cup-volumes of every common baking ingredient under the spoon-and-level filling convention: 120 g per cup all-purpose flour, 198 g granulated sugar, 213 g brown sugar (packed), 227 g butter (1 stick = 113 g = 1⁄2 cup), 340 g honey. The source the calculator's FAQs and intro cite for the variable density of flour by type.
  3. [3]United States Department of Agriculture, Agricultural Research Service. FoodData Central. The federal nutrient database, which publishes density-equivalent gram weights for every food in its catalogue (typical cup-of-X mass values, used as the regulatory reference for nutrition-label serving-size calculations). The independent cross-check to King Arthur for cup-to-gram density of common baking ingredients.
  4. [4]America's Test Kitchen / Cook's Illustrated. The Cook's Illustrated Baking Book and The Science of Good Cooking (Cook's Illustrated editors, 2012). The published reference for the modern American baking method, including the spoon-and-level technique, the cup-vs-weight reproducibility argument, and the published gram-equivalents per ingredient used throughout the ATK recipe corpus. The editorial home of the 'weigh, do not measure' rule for serious baking.
  5. [5]Myhrvold, Nathan; Young, Chris; Bilet, Maxime. Modernist Cuisine: The Art and Science of Cooking, Volume 2 — Techniques and Equipment. The Cooking Lab, 2011. Chapter on measurement standards: rationale for measuring all dry ingredients by mass in grams, discussion of the cup-volume reproducibility problem, and the workflow used by every professional pastry kitchen and most of the modernist restaurant world.
  6. [6]Bureau International des Poids et Mesures (BIPM). The International System of Units (SI Brochure), 9th edition (2019). Treaty-level reference for the kelvin redefinition (fixing it via the Boltzmann constant) that underpins the Celsius-Kelvin offset of exactly 273.15 used in the calculator's temperature path.

In this category

Embed

Quanta Pro

Paid features are coming later.

  • All 313 calculators remain free
  • No billing is enabled
Coming soon