Pie Crust Amount Calculator Formula
Understand the math behind the pie crust amount calculator. Each variable explained with a worked example.
Formulas Used
All-Purpose Flour
flour_g = round(base_flour_g * crust_type)Cold Butter
butter_g = round(base_flour_g * crust_type * 0.5)Ice Water
water_ml = round(base_flour_g * crust_type * 0.2)Salt
salt_tsp = round(base_flour_g * crust_type / 125 * 10) / 10Variables
| Variable | Description | Default |
|---|---|---|
diameter_in | Pie Dish Diameter(in) | 9 |
crust_type | Crust Type | 1 |
base_flour_g | Derived value= (3.14159 * pow(diameter_in / 2 + 1, 2) * 0.3) * 7 | calculated |
How It Works
How Pie Crust Amounts Are Calculated
Ratios
Classic pie crust uses a ratio by weight of:
Dough Amount
The flour needed is based on the pie dish surface area plus overhang for crimping. Larger dishes and double crusts require proportionally more dough.
Worked Example
Calculate dough for a 9-inch double-crust pie.
diameter_in = 9crust_type = 2
- 01Dish area with overhang: pi x (9/2 + 1)^2 = pi x 30.25 = 95.0 sq in.
- 02Base flour = 95.0 x 0.3 x 7 = 199.6 g per crust.
- 03Double crust flour = 199.6 x 2 = 399.2, rounded to 399 g.
- 04Butter = 399 x 0.5 = 200 g.
- 05Water = 399 x 0.2 = 80 mL.
- 06Salt = 399 / 125 = 3.2 tsp.
Ready to run the numbers?
Open Pie Crust Amount Calculator