Roofing

Roof Area Calculator

Turn your building footprint and pitch into true sloped roof area.

ft
ft
in
A 6/12 roof rises 6 in per 12 in of run. Flat measurement understates area.
True roof area sq ft
Roofing squares
Flat footprint sq ft

How this calculator works

roof area = length × width × √(rise² + 144) ÷ 12

Roof area is always larger than the footprint because the surface slopes. This calculation covers a simple gable. Hips, dormers and valleys add area that must be measured separately.

Switch the site to metric — the control is in the footer — and your inputs, your results and the tables below follow. The formula, the constants, the guidance text and the sources stay in US units on purpose: that is how the standards they come from are written, and restating them would detach each figure from the document you are meant to be able to check it against.

Where these numbers come from

Geometry only — the sloped area is the footprint times the pitch multiplier. Nothing here is a published value.

Worked example

With building length 40 ft, building width 30 ft, roof pitch (rise per 12) 6 in, this calculator returns 1341.64 sq ft.

Roof area for houses of common footprint

Every row here opens the calculator already filled in. Copy that link and the numbers travel with it.

JobSizeTrue roof area
Small ranch, 4/12 40 ft × 26 ft × 4 in 1,096 sq ft
Same house, 6/12 40 ft × 26 ft × 6 in 1,163 sq ft
Same house, 9/12 40 ft × 26 ft × 9 in 1,300 sq ft
Two-car garage 24 ft × 22 ft × 5 in 572.0 sq ft
Large two-storey 50 ft × 32 ft × 8 in 1,923 sq ft

Simple gable only. Hips, dormers and valleys add area that has to be measured on its own.

Frequently asked questions

How do I calculate roof area from the ground?

Measure the building footprint, then multiply by the pitch multiplier. A 40 by 30 ft house with a 6/12 roof has 1,200 sq ft of footprint but 1,342 sq ft of actual roof.

What is a roofing square?

One hundred square feet of roof surface. Roofers quote and order in squares rather than square feet, and shingles are sold in bundles that cover a third of a square each.

Does roof area include overhangs?

It should. Measure the footprint to the outside edge of the eaves and rakes, not to the wall. A 12 inch overhang on all sides of a 40 by 30 house adds roughly 150 sq ft of roof.

How do I handle a hip roof or dormers?

Break the roof into simple planes and calculate each one separately, then add them. A hip roof has the same area as a gable of the same footprint and pitch, but dormers and valleys add area and waste.

Add the roof area calculator to your site

Free for any site, including commercial ones. No key, no quota, no script watching your visitors. Put this where the calculator belongs:

<iframe id="calcpit-roof-area-calculator" src="https://www.calcpit.com/embed/roof-area-calculator/"
        title="Roof Area Calculator" width="100%" height="790"
        style="border:1px solid #e2e2e2;border-radius:8px" loading="lazy"></iframe>
<p><a href="https://www.calcpit.com/calculators/roof-area-calculator/">Roof Area Calculator</a> by CalcPit</p>

<!-- Optional: shrinks the frame to fit. Safe to delete — the height above works without it. -->
<script>addEventListener("message",function(e){
  if(e.origin!=="https://www.calcpit.com"||!e.data||e.data.calcpit!=="roof-area-calculator")return;
  var f=document.getElementById("calcpit-roof-area-calculator");if(f)f.style.height=e.data.height+"px";
});</script>

All we ask is that the credit line stays under the frame. It is the only thing we get out of this, and it is what keeps the calculator free.