# Drainage Pipe Calculator

Calculate drainage pipe size and slope for stormwater runoff. Uses the Rational Method and Manning's equation to check pipe capacity. Shows flow rate and velocity.

## What this calculates

Standing water next to your foundation is a recipe for expensive problems. This calculator sizes drainage pipes using two standard engineering methods: the Rational Method to figure out how much water you need to move, and Manning's equation to verify your pipe can handle it. Enter your drainage area, rainfall rate, and pipe specs to get a clear pass or fail on capacity.

## Inputs

- **Drainage Area** (ft²) — min 0 — Total surface area that drains to this pipe
- **Design Rainfall Rate** (in/hr) — min 0.5, max 15 — Typically 2-6 in/hr for a 10-year storm event
- **Runoff Coefficient** — options: Lawn / Garden (0.35), Gravel / Packed earth (0.50), Sloped ground (0.75), Rooftop / Pavement (0.90), Concrete / Asphalt (0.95) — Fraction of rainfall that becomes runoff
- **Pipe Diameter** — options: 3", 4", 6", 8", 10", 12", 15", 18"
- **Pipe Run Length** (ft) — min 1
- **Pipe Slope** (%) — min 0.1, max 10 — 1% = 1/8" per foot. Minimum 1% for 4" pipe.
- **Pipe Material** — options: Corrugated HDPE (n=0.020), Smooth HDPE/PVC (n=0.011), Concrete (n=0.013), Clay / Cast Iron (n=0.015) — Manning's roughness coefficient varies by material

## Outputs

- **Design Runoff Flow** (GPM) — Stormwater flow using Rational Method (Q = CiA)
- **Design Runoff Flow** (ft³/s)
- **Pipe Flow Capacity** (GPM) — Full-pipe capacity at given slope
- **Pipe Flow Capacity** (ft³/s)
- **Capacity Check** — formatted as text — Whether the pipe handles the design flow
- **Flow Velocity** (ft/s) — Should be 2-10 ft/s (too slow = sediment, too fast = erosion)
- **Total Elevation Drop** (in) — Fall from inlet to outlet
- **Drop Per Foot** (in/ft)

## Details

## How It Works

**Step 1 -- Estimate runoff (Rational Method):**
Q = C x i x A

Where Q is flow rate, C is runoff coefficient, i is rainfall intensity, and A is drainage area. This tells you how many gallons per minute your pipe needs to carry.

**Step 2 -- Check pipe capacity (Manning's Equation):**
The pipe's carrying capacity depends on its diameter, slope, and surface roughness. Smooth PVC moves water much faster than corrugated plastic at the same slope.

## Minimum Slopes

| Pipe Diameter | Minimum Slope |
|--------------|--------------|
| 3-4" | 1% (1/8" per foot) |
| 6" | 0.5% (1/16" per foot) |
| 8" | 0.4% |
| 10-12" | 0.3% |

Steeper is generally better for drainage as long as velocity stays under 10 ft/s.

## Flow Velocity

Proper velocity is key to a pipe that works long-term:

- **Below 2 ft/s** -- Sediment settles in the pipe, causing blockages over time
- **2-10 ft/s** -- The target range for most drainage systems
- **Above 10 ft/s** -- Risk of pipe erosion and joint separation

## Common Runoff Coefficients

- **Concrete/asphalt:** 0.90-0.95
- **Rooftops:** 0.85-0.95
- **Gravel paths:** 0.40-0.60
- **Lawns (flat):** 0.25-0.35
- **Lawns (steep):** 0.50-0.75

## Frequently Asked Questions

**Q: What size pipe do I need for yard drainage?**

A: For most residential yards, a 4" pipe at 1% slope handles about 75 GPM (smooth PVC) to 40 GPM (corrugated). For larger areas or heavier rainfall, step up to 6" pipe. A typical 1,000 sq ft roof in a 4 in/hr rain produces about 40 GPM of runoff.

**Q: What is the minimum slope for a 4-inch drain pipe?**

A: The standard minimum slope for 4" drainage pipe is 1%, which equals 1/8" of drop per foot of run. A 50-foot pipe run would need at least 6.25 inches of total fall from inlet to outlet. Steeper slopes move water faster and reduce clogging.

**Q: Should I use corrugated or smooth drainage pipe?**

A: Smooth-wall pipe (PVC or smooth HDPE) carries roughly 70% more water than corrugated pipe at the same size and slope. Use smooth pipe when capacity matters, runs are long, or access for cleaning is limited. Corrugated pipe is cheaper and easier to work with for short, accessible runs.

**Q: What is a runoff coefficient?**

A: The runoff coefficient represents the fraction of rainfall that actually becomes surface runoff rather than soaking into the ground. Concrete has a coefficient of 0.95 (95% runs off), while a flat lawn might be 0.30 (70% absorbs). This calculator uses it to estimate how much water your pipe must carry.

**Q: How do I determine my design rainfall rate?**

A: Use the intensity for a 10-year, 1-hour storm event for your location. NOAA Atlas 14 provides these values for any US location. Common residential design values range from 2 in/hr in the Pacific Northwest to 6+ in/hr in the Southeast. Your local building code may specify the required design storm.

---

Source: https://vastcalc.com/calculators/construction/drainage-pipe
Category: Construction
Last updated: 2026-04-08
