How recipe conversion works
Recipe conversion relies on a single scale factor applied uniformly to every ingredient quantity. In servings mode, the factor is simply desired servings divided by original servings. In multiplier mode, you set the factor directly — 0.5 halves everything, 2 doubles, 3 triples, and so on.
The tool supports nine common kitchen units: cups, tablespoons, teaspoons, ounces, pounds, grams, millilitres, litres, and pieces. For volume-based units (tsp, tbsp, cups), it applies smart promotion: when a scaled teaspoon amount exceeds 3, it converts to tablespoons; when tablespoons exceed 4, it converts to cups. This keeps the result in the most practical unit for measuring.
Scale factor = Desired servings / Original servings
Servings mode: the ratio applied to every ingredient.
New quantity = Original quantity x Scale factor
Each ingredient is multiplied independently by the scale factor.
Smart promotion: > 3 tsp → tbsp, > 4 tbsp → cups
Volume units are promoted to the next larger unit when the quantity exceeds a practical threshold.