Tested tool guide
Tested browser tools
Checked August 16, 2026
What Recipe Ingredient Scaler does, with a checked example
Every ingredient in a recipe gets multiplied by one ratio: the target servings divided by the original servings, or a multiplier you type directly. Double the servings and every amount doubles; drop from 6 servings to 4 and everything shrinks by a third. Results convert between customary units when a scaled amount lands in a cleaner form. The surprise most people hit: the serving count is an estimate, not a measurement. Linear scaling is exact math on approximate inputs, so treat the output as a strong starting point, and remember the scaler handles quantities only. Time, heat, and pan size are still yours.
Worked example
A concrete input and expected output from the current implementation.
Input
Original servings: 4. Target servings: 6. 2 cups flour, 1/2 cup butter
->
Expected output
3 cups flour, 3/4 cup butter
The servings ratio is 6 divided by 4, or 1.5, and every ingredient is multiplied by it: 2 cups x 1.5 = 3 cups, and 1/2 cup x 1.5 = 3/4 cup. No unit conversion is needed because both scaled amounts already sit in convenient units.