Well Pump Sizing Calculator Formula

Understand the math behind the well pump sizing calculator. Each variable explained with a worked example.

Formulas Used

Water Horsepower

water_hp = flow_gpm * total_head / 3960

Brake Horsepower

brake_hp = pump_efficiency > 0 ? flow_gpm * total_head / 3960 / (pump_efficiency / 100) : 0

Motor Power

motor_watts = pump_efficiency > 0 ? flow_gpm * total_head / 3960 / (pump_efficiency / 100) * 746 : 0

Variables

VariableDescriptionDefault
flow_gpmRequired Flow Rate(GPM)10
total_headTotal Dynamic Head(ft)200
pump_efficiencyPump Efficiency(%)60

How It Works

Well Pump Sizing

Water HP = GPM x TDH / 3960

Brake HP = Water HP / Efficiency

The constant 3960 comes from converting GPM and feet of head to horsepower units. Submersible pump efficiency is typically 50 to 70 percent. Multiply HP by 746 to get watts.

Worked Example

10 GPM pump with 200 ft TDH, 60% efficiency.

flow_gpm = 10total_head = 200pump_efficiency = 60
  1. 01Water HP = 10 x 200 / 3960 = 0.505 HP
  2. 02Brake HP = 0.505 / 0.60 = 0.84 HP
  3. 03Motor = 0.84 x 746 = 627 W
  4. 04Select a 1 HP submersible pump.

Ready to run the numbers?

Open Well Pump Sizing Calculator