Slope Per Foot Calculator uses Sft = Rin / Dft to convert total rise and run into inches per horizontal foot. It returns percent grade, angle, 1:X ratio, 1/16 inch fraction, and exact surface lengths.
Quick-reference table
Slope rate → percent, angle, ratio
| Inches per foot | Percent grade | Angle | Ratio |
|---|---|---|---|
| 1/16 in/ft | 0.52% | 0.30° | 1:192 |
| 1/8 in/ft | 1.04% | 0.60° | 1:96 |
| 3/16 in/ft | 1.56% | 0.90° | 1:64 |
| 1/4 in/ft | 2.08% | 1.19° | 1:48 |
| 5/16 in/ft | 2.60% | 1.49° | 1:38.4 |
| 3/8 in/ft | 3.12% | 1.79° | 1:32 |
| 1/2 in/ft | 4.17% | 2.39° | 1:24 |
| 5/8 in/ft | 5.21% | 2.98° | 1:19.2 |
| 3/4 in/ft | 6.25% | 3.58° | 1:16 |
| 7/8 in/ft | 7.29% | 4.17° | 1:13.7 |
| 1 in/ft | 8.33% | 4.76° | 1:12 |
| 1 1/4 in/ft | 10.42% | 5.95° | 1:9.6 |
| 1 1/2 in/ft | 12.50% | 7.13° | 1:8 |
| 2 in/ft | 16.67% | 9.46° | 1:6 |
| 2 1/2 in/ft | 20.83% | 11.77° | 1:4.8 |
| 3 in/ft | 25.00% | 14.04° | 1:4 |
| 4 in/ft | 33.33% | 18.43° | 1:3 |
| 5 in/ft | 41.67% | 22.62° | 1:2.4 |
| 6 in/ft | 50.00% | 26.57° | 1:2 |
| 8 in/ft | 66.67% | 33.69° | 1:1.5 |
| 10 in/ft | 83.33% | 39.81° | 1:1.2 |
| 12 in/ft | 100.00% | 45.00° | 1:1 |
Percent grade → inches per foot (reverse lookup)
| Percent grade | Inches per foot |
|---|---|
| 0.5% | 0.060 in/ft |
| 1% | 0.120 in/ft |
| 1.5% | 0.180 in/ft |
| 2% | 0.240 in/ft |
| 2.5% | 0.300 in/ft |
| 3% | 0.360 in/ft |
| 4% | 0.480 in/ft |
| 5% | 0.600 in/ft |
| 6% | 0.720 in/ft |
| 8% | 0.960 in/ft |
| 10% | 1.200 in/ft |
| 12% | 1.440 in/ft |
| 15% | 1.800 in/ft |
| 20% | 2.400 in/ft |
| 25% | 3.000 in/ft |
| 33.33% | 4.000 in/ft |
| 50% | 6.000 in/ft |
| 100% | 12.000 in/ft |
Three Numbers, One Unknown
Drainage slope always comes down to three values: the pitch rate, the horizontal run, and the total vertical drop. Know any two and the third is determined. The Calculation Target dropdown is what separates this from a basic slope multiplier — set it to whichever value you need to find, enter the two you already know, and the calculator solves from there.
That three-way flexibility matters in practice. You don’t always start from the pitch. Sometimes you’re handed a fixed clearance — a joist pocket, a slab penetration at a set elevation — and you need to work backward to find the minimum slope rate the run allows, or the maximum run a given drop can support. Each mode rearranges the same underlying formula; no separate calculator needed.
How the Formula Works
The core relationship is Drop = Rate × Run. In US mode, rate is expressed in inches per foot (in/ft), run is in feet, and the resulting drop is in inches. The units cancel algebraically — (in/ft) × ft = in — which is why 0.25 in/ft over a 20-foot run produces exactly 5 inches of drop without any conversion step.
Beyond the primary solved value, the calculator derives several outputs that rarely get computed by hand:
- Slope percentage converts the rate to a dimensionless grade using (rate ÷ 12) × 100 in US mode. The ÷12 step normalizes inches-per-foot into feet-per-foot first. A 1/4 in/ft pitch equals 2.08% — a number that surprises most people who expected something closer to 25.
- Slope angle uses arctangent: atan(rate ÷ 12), then converts to degrees. At typical drain slopes, this is well under two degrees — essentially impossible to judge visually or with a simple level.
- 1:X ratio is computed as 12 ÷ rate in US mode. A 1/4 in/ft pitch produces a 1:48 ratio — one unit of drop for every 48 units of horizontal travel.
- Actual slope length (hypotenuse) is the true material dimension: sqrt((run × 12)² + drop²) ÷ 12, expressed in feet. The difference from horizontal run is negligible on short runs but relevant when ordering pipe for long site utility runs where you’re counting sticks.
- Alternate conversions in Card 4 always display the opposite unit system’s equivalent values, so you can hand off US inputs to a metric spec sheet without running a second calculation.
Metric mode scales the same relationships by 1,000 instead of 12, since the rate is mm/m. All four output cards update accordingly.
The Unit Trap in US Mode
Run and drop don’t share the same unit in US mode — and that’s intentional. The slope rate is inches per foot, run is in feet, and drop comes out in inches. This mirrors how the trades actually speak (“quarter-inch per foot pitch”), but it reliably causes one specific mistake when people try to verify the math manually: converting the run to inches before multiplying.
If you have a 0.25 in/ft slope over a 20-foot run and multiply 0.25 × 240 inches, you get 60. The correct answer is 5 inches. The calculator handles the unit arithmetic properly — it multiplies rate (in/ft) × run (ft) to get drop (in). If you’re cross-checking by hand, keep the run in feet and the result lands in inches without any conversion.
Worked Example: Does the Drop Fit the Framing?
A plumber is roughing in a half-bath on a wood-frame floor. The toilet flange is 26 feet from the main stack, and the floor joist cavity allows a maximum of about 3.75 inches of drop before the pipe would need to bore through a joist. The drain is a 3-inch line. At the IPC minimum pitch for 3-inch pipe — 1/8 in/ft — will the total drop stay within the clearance?
Setting the target to Total Fall / Drop, entering 0.125 in/ft and 26 ft gives a drop of 3.25 inches — just inside the 3.75-inch limit. The output also confirms the slope is 1.04%, the ratio is 1:96, and the actual pipe length is only about 0.003 ft longer than the run. No material adjustment needed. Card 4 shows the metric equivalent at 10.42 mm/m for the project’s dual-unit submittal.
Had the run been 32 feet, the same 1/8 in/ft pitch would require 4.0 inches of drop — over the limit — immediately flagging the need to either relocate the stack, increase joist depth, or redesign the drain routing before anything gets roughed in.
When the Hypotenuse Length Actually Matters
For most residential drain runs, the difference between horizontal run and actual slope length is a rounding error. At 1/4 in/ft over 20 feet, the hypotenuse adds roughly 0.05 inches. Not a conversation worth having on a house.
The calculation earns its place on long site utility runs. A 400-foot sewer lateral at 1/8 in/ft drops 50 inches — and the true pipe length comes out to about 400.026 feet. Still small. But push that to a 600-foot run at 1/2 in/ft, and the slope length grows to roughly 600.26 feet — almost a third of a stick of pipe beyond the layout dimension. On large commercial bids where pipe is priced and ordered by the foot, the Distance Breakdown card gives you the exact sloped length to work from.
Frequently Asked Questions
How many inches per foot is a 2% slope?
A 2% slope equals 0.24 inches per foot. To convert, multiply the percent by 12 and divide by 100 — or just divide by 100 and multiply by 12, same result. This is below the IPC minimum of 1/4 in/ft (2.08%) commonly required for small-diameter drain lines, so a 2% slope wouldn’t meet code for a 2-1/2 inch or smaller pipe.
What is 1 percent slope in inches per foot?
1 percent slope equals 0.12 inches per foot. That’s the general formula: percent ÷ 100 × 12 = inches per foot. A 1% slope is common for ADA-compliant walkways and gentle site grading, but it’s below IPC drainage minimums for any standard pipe size.
What is 1/8 per foot slope in percent?
A 1/8 inch per foot slope equals 1.04%. This is the IPC minimum pitch for 3-inch to 6-inch horizontal drain pipe — one of the most common slope values in residential plumbing rough-in.
What is 2 percent slope in inches per foot?
2 percent slope equals 0.24 inches per foot (about 1/4 inch per foot when rounded up for practical layout). Multiply 2 by 12, then divide by 100, to get the rate in inches per foot.
What does a slope value with no stated unit usually mean?
When a slope is written as a bare number with no “in/ft,” “°,” or ratio — like “a 2 slope” or “a 5 slope” — it almost always means percent grade in construction and site work. A “2 slope” is shorthand for 2%, which converts to 0.24 inches per foot. If the source is roofing, the same bare number more often means a ratio in twelfths (a “4 slope” roof is 4:12), so it’s worth confirming the context before using the number.
What is 1 percent slope over a 10-foot run?
A 1% slope over 10 feet drops 1.2 inches total. The math: 1% = 0.12 in/ft, and 0.12 in/ft × 10 ft = 1.2 in. The calculator’s “Fall per 10 ft” output gives this instantly for any rate you enter — set Calculation Target to Total Fall / Drop, enter your rate, and read the ratio card.
What is 1/4 inch per foot in percent?
1/4 inch per foot equals 2.08% grade. This is the IPC minimum pitch required for drain pipe 2-1/2 inches and smaller, and it’s the most commonly specified drainage slope in residential plumbing.
How many inches per foot is 1 degree of slope?
1 degree of slope equals approximately 0.21 inches per foot. Slope angle and inches-per-foot aren’t linearly related — the conversion uses tangent, not simple division — so this ratio changes as the angle increases: 2° is about 0.42 in/ft, and 5° is about 1.05 in/ft, not simply double or 5x the 1° value.
What angle is a 1/8 inch per foot slope?
A 1/8 inch per foot slope is approximately 0.60°. At typical drainage pitches, the resulting angle is under 1° — small enough that it can’t be judged visually or checked with a standard bubble level, which is why drain slopes are set with a string line and measured drop, not by eye.
What is the ratio for a 1/4 inch per foot slope?
A 1/4 inch per foot slope is a 1:48 ratio — one unit of vertical drop for every 48 units of horizontal run. Ratio is calculated as 12 ÷ rate in US units, so a steeper rate always produces a smaller second number (1/2 in/ft is 1:24, 1 in/ft is 1:12, and so on).
How do I convert percent slope to feet per foot?
Divide the percent by 100. A 2% slope is 0.02 ft/ft, a 5% slope is 0.05 ft/ft, and so on — percent grade and feet-per-foot describe the same ratio, just expressed with or without the “×100.” This is also the intermediate step the calculator uses internally before converting to inches per foot (feet-per-foot × 12 = inches per foot).
Code Minimums This Tool References
The advisory note that appears with every calculation reflects gradient minimums from the International Plumbing Code (IPC) horizontal drainage pipe table: 1/4 in/ft for pipe 2-1/2 inches and smaller, 1/8 in/ft for pipe 3 through 6 inches, and 1/16 in/ft for pipe 8 inches and larger. These are IPC-based figures.
Many jurisdictions have adopted the IPC, but some use the Uniform Plumbing Code (UPC) or a state-amended version that may carry different minimum slopes or pipe-size breakpoints. Verify against the locally adopted code edition before designing to these numbers on a permitted project.