Roof Pitch Calculator
Last updated: 14 August 2026
Reviewed by Gavin · Research and drafting assisted by AI
Pitch equivalence — rise per 12 of run
Rafter length — Pythagoras (√(run² + rise²))
Roof surface area — footprint × multiplier
| Pitch | Angle | Percent slope | Area multiplier | Typical use |
|---|---|---|---|---|
| 3/12 | 14.0362° | 25.0000% | 1.0308× | Nearly flat — low-slope roofing, built-up or single-ply membranes |
| 4/12 | 18.4349° | 33.3333% | 1.0541× | Low-slope shingle roof — common on ranch / cape-style homes |
| 5/12 | 22.6199° | 41.6667% | 1.0833× | Standard residential shingle roof — common minimum for asphalt shingles |
| 6/12 | 26.5651° | 50.0000% | 1.1180× | Common residential pitch — walkable with care, attic space adequate |
| 7/12 | 30.2564° | 58.3333% | 1.1577× | Mid-range — typical suburban home |
| 8/12 | 33.6901° | 66.6667% | 1.2019× | Steep residential — cape / colonial style |
| 9/12 | 36.8699° | 75.0000% | 1.2500× | Steep — ranch contemporary; attic usable |
| 10/12 | 39.8056° | 83.3333% | 1.3017× | Steep — A-frame / chalet style |
| 12/12 | 45.0000° | 100.0000% | 1.4142× | 45° — A-frame end walls; steep cathedral ceiling |
Roof Pitch Calculator, Pitch, Angle, Slope, Rafter & Area
A roof pitch calculator that converts between the three standard ways to describe how steep a roof is, pitch ratio (rise per 12 of run, e.g. 6/12), angle in degrees, and percent slope, and then computes the rafter length and the sloped roof surface area from a horizontal-run / footprint estimate. Pythagoras gives the rafter. The secant of the angle gives the area multiplier. This is the geometry underlying every framing plan and roofing material take-off.
The calculator uses the U.S. carpentry convention: pitch is quoted as rise per 12 of run, so a 6/12 pitch rises 6 inches for every 12 inches of horizontal run, and is the same slope as a 26.57° angle and a 50% slope. Outside the U.S., pitch is sometimes rise:1 (ramp ratio) rather than rise:12, confirm before applying foreign plans.
How to Use This Tool
- Type a value into any of pitch rise, run, angle (degrees), or percent slope on the top panel. The other three update to the equivalent value, they all describe the same right triangle.
- Enter your horizontal run from the wall plate to the ridge, in feet or metres, on the second panel. The rafter length appears immediately (Pythagoras on the run/rise triangle).
- Enter the building's footprint area in the same squared units on the third panel. The sloped roof surface area appears, with a 10% waste allowance shown alongside.
- Reference any pitch in the table at the bottom of the tool. The table lists common U.S. carpenters' pitches from 3/12 through 12/12 with their exact angles, percent slopes, area multipliers, and typical applications, these are educational reference values, not specifications for your project.
The form is live: every keystroke recomputes. There is no submit button. Invalid input (negative, zero, non-numeric) is handled gracefully, the displayed fields fall back to ", " rather than showing NaN.
The Formulas
The right triangle is the entire model. The rafter is the hypotenuse; the horizontal run and the rise are the two legs; the pitch is the rise-over-run ratio; the angle is its arctangent.
Pitch to angle (degrees). Given rise per 12 of run:
angle (°) = arctan(rise / 12)
A 6/12 pitch: arctan(6/12) = arctan(0.5) = 26.5651°.
Pitch to percent slope. A dimensionless slope (rise / run) expressed as a percentage:
percent = (rise / 12) × 100
A 6/12 pitch is therefore 50%, a 6-inch rise per 12-inch run.
Area multiplier (secant). The factor by which the footprint (horizontal) area is multiplied to obtain the sloped roof area:
multiplier = 1 / cos(angle) = √(1 + (rise / 12)²)
Both forms are equivalent because cos(arctan(x)) = 1 / √(1 + x²). A 6/12 pitch has multiplier 1.1180, the roof is roughly 12% bigger than the footprint.
Rafter length (Pythagoras). Given horizontal run (in the units you want the answer in) and rise (in the same units), the sloped-edge rafter length is:
rafter = √(run² + rise²)
Equivalently, rafter = run / cos(angle) = run × multiplier.
Roof surface area. The actual sloped roof area:
roof area = footprint × multiplier
Order materials using this number plus a waste factor (typically 10% for simple gable roofs, more for hips, valleys, dormers, or steep pitches).
Worked Examples
Example 1, Convert a 6/12 pitch to angle and percent slope.
A carpenter's plan says "6/12 pitch". What is that in degrees? In percent?
angle = arctan(6 / 12) = arctan(0.5) = 26.5651°
percent = (6 / 12) × 100 = 50%
multiplier = √(1 + (6/12)²) = √(1.25) = 1.1180
So 6/12 = 26.5651° = 50% slope, and the sloped roof area is 11.80% larger than the footprint.
Example 2, Rafter length for a 6/12 roof, run 12 ft.
A 24-ft-wide gable house has its ridge running down the centre. The horizontal run from each wall plate to the ridge is half the width: 12 ft. With the rafter seat cut to a 6/12 pitch, how long is each rafter?
rise = 12 × (6 / 12) = 6 ft
rafter = √(12² + 6²) = √(144 + 36) = √180 = 13.4164 ft
Add a small overhang (typically 12 inches beyond the wall plate to the fascia) and you are at roughly 14.4 ft of rafter material, this is what you would order.
Example 3, Roof surface area for a 2000-ft² house on a 6/12 pitch.
A 2000-ft² single-storey house on a 6/12 pitch has actual roof area:
roof area = 2000 × 1.1180 = 2236 ft²
Add 10% for waste on a simple gable: 2236 × 1.10 = 2460 ft². That is ~24.6 squares (1 square = 100 ft² of shingle coverage), the order-from-the-roofer's-supply-house number.
Example 4, Reverse: percent slope back to pitch.
A site-survey note gives a roof slope as "75%". What pitch is that, and what angle?
rise / 12 = 75 / 100 = 0.75
rise = 12 × 0.75 = 9 in (per 12 in run) → 9/12 pitch
angle = arctan(0.75) = 36.8699°
So a 75% slope is a 9/12 pitch (a 36.87° angle). This is one of the most common conversions in solar-panel siting, surveyors almost always quote roof slope in percent.
Example 5, 12/12 pitch, the boundary case.
A 12/12 pitch rises 12 inches per foot of run, so rise/run = 1. That is a 45° angle (arctan(1) = 45° exactly), a 100% slope, and an area multiplier of √2 ≈ 1.4142, the sloped roof is roughly 41% larger than the footprint. This is the steepest pitch for which the rise and the run are equal, and the classic A-frame end wall.
Example 6, 4/12 pitch, low-slope boundary.
A 4/12 pitch is arctan(4/12) = 18.4349°, or 33.33% slope. Area multiplier √(1 + (4/12)²) ≈ 1.0541. Common on ranch-style homes; many roofing products specify a minimum slope, verify with the manufacturer and your local code.
Where Roof Pitch Conversion Shows Up
Carpentry and framing. Pitch is quoted on every framing plan and rafter order. Converting pitch to angle is how carpenters set the saw's bevel, lay out stair stringers, and cut dormers and hip rafters. The rafter length is Pythagoras applied to the right triangle formed by the run, the rise, and the rafter itself.
Roofing material estimation. Shingles, tiles, metal panels, slate, underlayment, and sheathing are sold in units of horizontal area, U.S. "squares" are 100 ft² of horizontal area. The area multiplier is the standard estimator. Real-world quantities are higher because of overlap, waste, hips, valleys, and the starter course.
Building code and structural design. Minimum slope for asphalt shingles, standing-seam metal, and membrane roofing is set by the manufacturer and the local code. Snow and wind load depend on pitch: lower pitches hold more snow; higher pitches see more wind uplift. ANSI/ASCE 7 uses pitch in several load calculations.
Solar panel siting and drainage. Solar installers want the angle (or percent slope) of the existing roof to choose a flush-mount bracket and estimate annual production. Civil engineers quote drainage slope in percent. Roof-pitch-to-percent is the most common one-shot check on a survey plan.
Stairs, ramps, and accessibility. The same rise/run/angle formulas recur in stair design (rise per tread, total run, stringer angle) and ADA-compliant ramp design (1:12 = arctan(1/12) = 4.76°). The calculator's angle / percent fields handle the conversion once you supply the rise and run.
Common Mistakes
Confusing "pitch" with "slope" or "angle". Three names, one triangle. Pitch is the rise-over-run ratio quoted with a fixed run of 12. Slope is the rise/run ratio in general (often a dimensionless decimal). Angle is the arctangent of that slope. The calculator keeps all three synced, so a typo in any one will be obvious in the other two.
Forgetting the area multiplier. A 2000-ft² house on a 6/12 pitch has roughly 2236 ft² of actual roof area. Ordering materials from the footprint alone under-orders by ~12% on a 6/12 pitch and by ~41% on a 12/12 pitch.
Quoting pitch without specifying the run convention. In the U.S. it is rise:12. In Australia and metric Europe it is often rise:1 (a ramp ratio). A "6 in 12" pitch and a "6 in 1" pitch are wildly different, 26.57° versus close to 80°. Always confirm the convention.
Treating the rafter as the wall-to-ridge span. The rafter is the sloped edge of the right triangle, from the wall-plate seat cut up to the ridge cut. The horizontal run from the wall plate to the centre of the ridge (or to the inside face of the opposite wall plate for a full-span rafter) is the run. The rafter = √(run² + rise²). With a 12-inch overhang past the fascia, the rafter you order is the rafter plus the overhang.
Ignoring waste, hips, valleys, and dormers. The area multiplier is for a simple gable, one rectangular footprint covered by two sloped rectangles. Hips, valleys, dormers, and intersections add 10 to 20% on a moderately complex roof, more on a complicated one. The calculator exposes a 10% waste line as a starting point; real orders should be based on a measured takeoff or a roofer's quote.
Confusing pitch with angle on solar quotes. Some solar quoting tools ask for "tilt" or "pitch angle", they mean the calculator's "angle" field. Others ask for "slope", which sometimes means the dimensionless decimal (rise/run) and sometimes means percent. When entering numbers, label which you are giving, the pitch, slope, angle, and percent all derive from one another, but a single misread unit can throw the bracket selection off by a factor of two.
Frequently Asked Questions
What is the relationship between pitch, angle, and percent slope?
Pitch (U.S. convention) is the rise in inches per 12 inches of horizontal run, a ratio. Angle is the arctangent of (rise/run), in degrees. Percent slope is (rise/run) × 100, with the percent sign attached. The three are equivalent descriptions of the same right triangle and convert exactly by simple trig. Type any one of them into the calculator and the other two update to the same geometric value.
What is a typical residential roof pitch in the U.S.?
Most asphalt-shingle residential roofs fall between 4/12 and 9/12, with 6/12 a common choice. The minimum slope for asphalt shingles is set by the manufacturer and usually by the local code; steeper pitches shed water faster and last longer but use more material. Exact minimum and recommended ranges for the materials in your market are in the manufacturer's installation instructions.
Why is the area multiplier sec θ and not tan θ or 1/cos θ?
All three are the same number: sec θ = 1 / cos θ = √(1 + tan² θ). Pitch is the tangent of the angle, so area multiplier = √(1 + pitch²) = √(1 + (rise/12)²). The secant form is the cleanest way to remember why: the sloped roof is the hypotenuse of a right triangle whose adjacent side is the run, and hypotenuse / adjacent = sec. Whichever form you prefer, the number it produces is the same to the last significant digit.
Does the calculator handle hips, valleys, and dormers?
No. The area multiplier is for a simple gable roof, one rectangular footprint covered by two sloped rectangles. Hips, valleys, dormers, and intersections add material, typically 10 to 20% more on a moderately complex roof, more on a complicated one. The calculator exposes a 10% waste line as a starting point; real orders should be based on a measured takeoff or a roofer's quote. The calculator's "add 10% waste" line is the starting waste factor for a simple gable, multiply the displayed roof area by 1.10 for that baseline.
What waste factor should I add on top of the calculated roof area?
As a rule of thumb, add around 10% for a simple gable, 12 to 15% for a roof with hips or a few valleys, and 15 to 20% for a complex roof with many valleys, dormers, or a steep pitch (more cuts, more off-fall). Manufacturer bundle coverage also varies, read the spec sheet. The calculator displays a single "10% waste" line as a baseline; it is your starting point, not the final number.
How is this calculator different from a slope calculator or a trigonometry calculator?
A general slope calculator reduces rise/run to a single ratio and doesn't tie the answer to the U.S. pitch convention or to the roofing-specific quantities (rafter, area multiplier). A trigonometry calculator does the trig but doesn't bundle it with the carpentry inputs. This tool keeps all three descriptions of the same slope synced and adds the two roofing-specific derived quantities (rafter and area) at the same time, with a single numerical pivot.
Can I use this calculator for commercial or professional projects?
The math is suitable for first-order estimation, sketching, framing cut-lists, and educational use. For final material orders, code submissions, structural design, or any high-stakes decision, confirm the pitch on-site with a physical measurement, the product-specific installation instructions from the manufacturer, and your local building code. The calculator does not enforce any of those, it only does the geometry.
For the Roof Pitch Calculator, Pitch, Angle, Slope, Rafter & Area, How often are the underlying formulas updated?
The formulas are standard right-triangle trig and Pythagoras, both stable for thousands of years. The only things that change are building-code minimum slopes for specific roofing materials and manufacturer coverage assumptions, neither of which is encoded in the calculator. The references section below lists the standards bodies whose work has shaped the conventions; check their current editions for material-specific limits.
References
- Pythagorean theorem, a² + b² = c². Run and rise are the legs, rafter is the hypotenuse.
- Standard right-triangle trigonometry, arctangent for the angle from rise/run; secant for the area multiplier.
- U.S. carpentry convention, pitch is quoted as rise per 12 of run (e.g. Audel's Carpenters and Builders Guide).
- ANSI/ASCE 7, Minimum Design Loads. Roof pitch enters snow, rain, and wind load calculations; check the current edition adopted by your jurisdiction.
- NRCA Roofing Manual, National Roofing Contractors Association. Documents the area-multiplier / waste-factor approach to estimating steep-roof materials.
- IBC / IRC and local building codes, material- and pitch-specific requirements vary by jurisdiction. Always check your local building department.
This tool produces geometry and length / area estimates only. It does not enforce building codes, manufacturer specifications, snow or wind load limits, or material installation requirements. Verify with your local building code and the relevant manufacturer's installation instructions before ordering or installing.