Slope Percentage to Degrees Converter
Last updated: 2026-08-24
How to Use This Calculator
Using the slope percentage to degrees converter is simple and intuitive. Start by entering the slope percentage you wish to convert into the input field labeled “Slope Percentage (%).” The calculator works in real time — as soon as you type or adjust the value, the corresponding angle in degrees is displayed on the right. A visual angle diagram updates simultaneously, giving you an immediate geometric understanding of the slope.
This tool is especially helpful for architects, builders, DIY enthusiasts, and anyone involved in ramp, roof, or pathway design. You can verify compliance with building codes, such as the ADA requirement of 1:12 (8.33% or 4.76°) for wheelchair ramps, or check whether a roof pitch is suitable for certain materials. The instantaneous feedback helps you test multiple percentages quickly without manual math.
Formula and Methodology
The conversion from slope percentage to degrees is based on a straightforward trigonometric relationship. The slope percentage is defined as the vertical rise divided by the horizontal run, multiplied by 100. Mathematically, if the rise is h and the run is d, then slope percentage = (h / d) * 100. The angle θ of the slope relative to horizontal is given by the arctangent of (h/d), or equivalently θ = arctan(percentage / 100).
For example: a 100% slope means h/d = 1, so θ = arctan(1) = 45°. A 0% slope is flat (0°). A 50% slope corresponds to arctan(0.5) ≈ 26.57°. Because the arctan function is nonlinear, the relationship is not proportional — small percentage changes near 0% produce relatively small angle changes, while near 100% the angle increases more slowly.
Our calculator uses the JavaScript Math.atan function, which computes the arctangent in radians, then converts to degrees by multiplying by 180/π. The result is rounded to two decimal places for readability.
Practical Examples
Example 1: Wheelchair Ramp Compliance
You are designing a wheelchair ramp for a public building. The required maximum slope per ADA is 1:12 (8.33%). Enter 8.33 in the calculator. The output shows 4.76°. This confirms your ramp is within code. If you need a longer ramp for a 0.5 m rise, the run required is 0.5 m × (100/8.33) ≈ 6.0 m.
Example 2: Roof Pitch Check
A roofing contractor describes a roof as a 6:12 pitch (rise 6 inches per run 12 inches). This corresponds to 6/12 = 0.5, times 100 = 50% slope. Enter 50 in the calculator: the angle is 26.57°. Most asphalt shingles work fine up to about 21° (9:12 pitch), so 26.57° might require special underlayment.
Example 3: Driveway Gradient
A driveway gradient of 15% is common for residential use. Enter 15: the angle is 8.53°. This is moderate — vehicles can handle it, but if snow and ice are concerns, a gentler slope may be advisable.
Tips and Best Practices
Always measure slope percentage accurately using a level and tape measure. For the most reliable result, take rise and run over a long, consistent stretch of surface. On uneven ground, several measurements averaged give better accuracy.
Remember that building codes often specify both maximums and minimums for drainage (e.g., 1% minimum for exterior paving). The calculator can help you verify both extremes. When documenting plans, provide both the percentage and the degrees value — different inspectors or tradespeople may prefer one over the other.
If you are designing a ramp for accessibility, consider the cross slope (side-to-side slope) as well; ADA recommends max 2% cross slope for wheelchair stability. Our tool is for longitudinal slope only.
FAQ
What does slope percentage mean?
Slope percentage is the rise (vertical change) divided by the run (horizontal distance) multiplied by 100. For example, a 5% slope means a rise of 5 units per 100 units of horizontal distance.
How do I convert slope percentage to degrees?
Use the formula: degrees = arctan(percentage / 100). For instance, 8.33% slope gives arctan(0.0833) ≈ 4.76°. Our calculator does this for you automatically.
What is the maximum slope angle for a wheelchair ramp?
ADA and many building codes require a maximum slope of 1:12 (8.33% or about 4.76°) for wheelchair ramps. Our converter lets you quickly check if your design meets requirements.
Is there a difference between percent grade and percent slope?
No, they are the same: both represent the rise over run multiplied by 100. In road construction, 'grade' is often used, while 'slope' is more common for roofs and ramps.