HomeFood & Cooking › Cake Pan Conversion Calculator

Cake Pan Conversion Calculator

Computes the surface area (and volume, if a depth is given) of two baking pans of round, square or rectangular shape and the factor by which a recipe must be scaled so the batter reaches the same depth in the new pan, with a baking-time note.

When to use

A recipe is written for one pan size and you want to bake it in another, or you need the capacity of a pan in millilitres or US cups.

Do not use when: You want to scale a recipe by servings rather than pan size (use recipe-scaler), or the pan is a bundt, tube or oddly shaped tin (measure its capacity with water instead).

Formula

area: round = π·(d/2)², square = s², rectangular = l × w; scale_factor = to_area / from_area; volume = area × depth (1 in² = 6.4516 cm², 1 in³ = 16.387 ml, 1 US cup = 236.588 ml)

Scaling by bottom area keeps the batter depth, and therefore the baking time and crumb, the same; pans should be filled no more than about two-thirds. A 9-inch round (63.6 in²) and an 8-inch square (64 in²) are interchangeable.

Inputs

ParameterTypeUnitRequiredDescription
from_shapeenum: round | square | rectangularyesShape of the pan the recipe was written for.
from_sizenumberyesDiameter (round), side (square) or length (rectangular) of the original pan, in size_unit. Range: > 0, ≤ 200
from_widthnumbernoWidth of the original pan; only for rectangular pans. Range: > 0, ≤ 200
to_shapeenum: round | square | rectangularyesShape of the pan you want to use.
to_sizenumberyesDiameter, side or length of the new pan, in size_unit. Range: > 0, ≤ 200
to_widthnumbernoWidth of the new pan; only for rectangular pans. Range: > 0, ≤ 200
size_unitenum: cm | indefault cmUnit of all pan dimensions.
depthnumbernoDepth of the pans in size_unit; when given, pan volumes are reported (the same depth is assumed for both pans). Range: > 0, ≤ 50

Outputs

OutputTypeUnitDescription
scale_factornumberto_area / from_area: multiply every ingredient by this to get the same batter depth in the new pan.
scale_percentnumber%Scale factor as a percentage of the original recipe.
from_area_cm2numbercm²Bottom area of the original pan.
to_area_cm2numbercm²Bottom area of the new pan.
from_area_in2numberin²Same in square inches.
to_area_in2numberin²Same in square inches.
from_volume_mlnumbermlarea × depth (only when depth is given).
to_volume_mlnumbermlarea × depth (only when depth is given).
from_volume_cupsnumberUS cupsVolume in 236.6 ml US cups (only when depth is given).
to_volume_cupsnumberUS cupsVolume in US cups (only when depth is given).
unscaled_depth_rationumberRelative batter depth in the new pan when the recipe is used unchanged (from_area / to_area).
baking_notestringHow to scale the recipe and what to expect for baking time.

Example

8 in round → 9 in round, 2 in deep: {"from_shape":"round","from_size":8,"to_shape":"round","to_size":9,"size_unit":"in","depth":2}{"scale_factor":1.266,"scale_percent":126.6,"from_area_in2":50.3,"to_area_in2":63.6,"from_area_cm2":324.3,"to_area_cm2":410.4,"from_volume_ml":1647,"to_volume_ml":2085,"from_volume_cups":6.96,"to_volume_cups":8.81,"unscaled_depth_ratio":0.79}

20 cm round → 20 cm square: {"from_shape":"round","from_size":20,"to_shape":"square","to_size":20,"size_unit":"cm"}{"scale_factor":1.273,"from_area_cm2":314.2,"to_area_cm2":400,"to_area_in2":62}

GET https://tttkmbb.com/api/v1/calculate/cake-pan-conversion?from_shape=round&from_size=8&to_shape=round&to_size=9&size_unit=in&depth=2

Machine access

Sources

FAQ

Do I have to scale the recipe?

Not for differences under about 10 %. For larger pans the unscaled batter is thinner and bakes faster; for smaller pans it is deeper and needs longer, possibly at a slightly lower temperature, so it sets before the top over-browns.

How do I convert to a bundt or tube pan?

Measure the pan's capacity by filling it with water (1 US cup = 237 ml). A 10–12 cup bundt takes the batter of a 9 × 13 in pan and, per King Arthur Baking, bakes about 30 % longer because of the depth.

Why are the volumes larger than the batter a recipe makes?

Volumes are for the full pan; batter should fill only one-half to two-thirds of it to leave room for rising.

Related calculators