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.
- 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.
Frequently Asked Questions
Should I use cold or room-temperature butter?
Always use very cold butter, cut into small cubes. Cold butter creates steam pockets during baking that produce flaky layers. Some bakers even freeze the butter before cutting.
Can I substitute shortening for butter?
Yes. Use the same weight. Shortening produces a more tender crust, while butter gives better flavor. Many bakers use a 50/50 blend for both qualities.
How do I prevent a soggy bottom crust?
Blind bake the bottom crust with pie weights for 15 minutes at 400°F before adding filling. You can also brush the bottom with beaten egg white to create a moisture barrier.
Learn More
Guide
Baking Ratio Guide - Master the Fundamentals of Baking by Ratio
Learn the fundamental baking ratios for bread, cake, cookies, pie crust, and more. Understand how ratios work so you can create recipes from scratch.
Ready to run the numbers?
Open Pie Crust Amount Calculator