Tested tool guide
Tested browser tools
Checked August 16, 2026
What Recipe Scaler does, with a checked example
The Recipe Scaler takes an ingredient list, the servings the recipe makes, and the servings you actually need, then multiplies every amount by the ratio between them. A recipe for 4 scaled to 6 comes out at one-and-a-half times each ingredient, with units tidied along the way: a third of a cup becomes a half cup. What does not scale is the part people forget - cook time, oven temperature, and pan size follow their own rules, and the tool's output is ingredient quantities only.
Worked example
A concrete input and expected output from the current implementation.
Input
1/2 cup rolled oats
2 tbsp brown sugar
serves 2, make 8
->
Expected output
2 cups rolled oats
1/2 cup brown sugar
serves 8
The ratio of target to original servings is 8/2 = 4, so each amount is multiplied by 4. Half a cup of oats becomes 2 cups, and 2 tablespoons of sugar becomes 8 tablespoons; since 16 tablespoons make a cup, 8 tablespoons is shown as the half cup that is easier to measure.