engineering calculators

Pipe Flow & Pressure Drop Calculator

Calculates pressure drop along a pipe using the Hazen-Williams equation, accounting for pipe material, flow rate, diameter, length, and elevation change. Use it to size water distribution pipes, fire suppression systems, and irrigation lines.

About this calculator

The Hazen-Williams equation is an empirical formula widely used in water supply engineering to relate flow rate and pipe characteristics to head loss (pressure drop). The pressure drop formula used here is: ΔP = ROUND(((10.67 × Q^1.85 × L) / (C^1.85 × D^4.87) + (elevation × 0.433)) × 100) / 100, where Q is the flow rate (GPM), L is pipe length (ft), C is the Hazen-Williams roughness coefficient (dimensionless, e.g., 150 for PVC, 100 for cast iron), D is the pipe diameter (inches), and 0.433 converts feet of elevation head to psi (since 1 ft of water = 0.433 psi). The exponent 1.85 on flow rate means pressure drop rises steeply with flow — doubling the flow rate increases friction loss by a factor of roughly 3.6. The D^4.87 term shows that even small increases in pipe diameter dramatically reduce pressure drop. This formula applies to water at typical temperatures and does not account for minor losses at fittings.

How to use

Suppose water flows at 50 GPM through 500 ft of 4-inch PVC pipe (C = 150) with a 10 ft elevation rise. Friction term: (10.67 × 50^1.85 × 500) / (150^1.85 × 4^4.87). Compute 50^1.85 ≈ 1,334; 150^1.85 ≈ 10,483; 4^4.87 ≈ 946. Numerator: 10.67 × 1,334 × 500 = 7,116,190. Denominator: 10,483 × 946 ≈ 9,917,018. Friction loss ≈ 0.717 psi. Elevation term: 10 × 0.433 = 4.33 psi. Total ΔP ≈ 0.72 + 4.33 = 5.05 psi. Enter all values into the calculator to confirm this result.

Frequently asked questions

What is the Hazen-Williams C coefficient and how do I choose the right value for my pipe material?

The Hazen-Williams C coefficient is an empirical roughness factor that reflects how smoothly the inside of a pipe surface allows water to flow. Higher C values mean smoother pipes and less friction: PVC and HDPE pipes typically use C = 150, new ductile iron uses C = 130, and old or tuberculated cast iron may drop to C = 80–100. Using an incorrect C value directly affects the accuracy of your pressure drop estimate, since it appears raised to the 1.85 power in the denominator. When in doubt, use a conservative (lower) C value to avoid underestimating pressure losses, especially in aging distribution systems.

How does pipe diameter affect pressure drop in water distribution systems?

Pipe diameter has an enormous influence on pressure drop because it appears as D^4.87 in the Hazen-Williams denominator. Increasing the diameter from 4 inches to 6 inches — a 50% increase — reduces friction head loss by roughly 75% for the same flow rate. This is why upsizing pipe diameter is usually far more cost-effective than adding booster pumps when pressure is insufficient. Engineers often run sensitivity analyses across one or two pipe sizes to find the optimal balance between upfront material cost and long-term pumping energy costs.

When should I use the Hazen-Williams equation versus the Darcy-Weisbach equation for pipe pressure drop?

The Hazen-Williams equation is best suited for turbulent water flow in circular pipes within the velocity range of about 0.5–3 m/s (1.5–10 ft/s), which covers most municipal water supply and fire protection applications. It is simple to apply because C is a fixed material property, unlike Darcy-Weisbach, which requires iterative calculation of the friction factor using the Moody chart or Colebrook equation. However, Hazen-Williams is not valid for fluids other than water, low-velocity laminar flow, or temperatures far from ambient. For oil pipelines, gas systems, slurries, or precise engineering analysis, Darcy-Weisbach combined with an accurate friction factor is the preferred approach.