About this tool
Recipe Scaler / Multiplier is a free, in-browser tool that resizes a whole ingredient list at once. Paste your ingredients one per line, choose a multiplier or a servings change, and every leading quantity is rescaled while the rest of each line stays exactly as written. Nothing is uploaded — the parsing and math run entirely on your device.
Each line's leading quantity is parsed into a decimal: whole numbers, decimals like 1.5, ASCII fractions such as "3/4" or mixed numbers like "1 1/2", and unicode fractions (½ ¼ ¾ ⅓ ⅔ ⅛ ⅜ ⅝ ⅞) are all recognized. The value is multiplied by the scale factor — for servings mode the factor is desired ÷ original — then rounded to the nearest one-eighth and rendered back as a tidy whole number or fraction, so "1 1/2 cups flour" doubled becomes "3 cups flour".
Lines with no leading number (like "salt to taste" or a section header) pass through untouched. Use the copy button to grab the rescaled list. The tool is fully deterministic: the same input and factor always produce the same output.