Square Footage Calculator

Total the area of one room or many — L-shapes, triangles & circles included, with waste factor & unit conversions

Measurement settings

Each area below uses the unit you pick here. Waste defaults to 10% (NWFA/TCNA straight-lay guidance) and is added only to the buy quantity, never your measured area.

Areas / rooms
Total area
0.00 sq ft
0 areas

Square Footage Calculator — guide & how to use

What it does

This calculator finds the square footage of a room or area and totals as many areas as you need — including L-shaped rooms, triangles, and circles — then converts the total to square yards, square meters, and acres at once. Enter dimensions in whatever you measured with (feet, inches, yards, meters, or centimeters); everything is normalized to feet internally so a room measured in meters and another in feet still total correctly. Add a waste factor to get a smart buy quantity for flooring, tile, paint, sod, or mulch. Everything runs privately in your browser, free.

How to use it

  1. Pick the unit you measured in and a waste % (10% is typical).
  2. For each room, choose a shape and enter its dimensions. Name it (e.g. “Living room”) so the breakdown reads clearly.
  3. Set a quantity for identical rooms — measure one closet, enter 6.
  4. Click + Add another area for multi-room projects.
  5. Read the total square footage, the all-units conversion, and the buy quantity with waste added.

Worked example

A living room that is 20 ft × 15 ft, plus 3 identical bedrooms each 12 ft × 11 ft, with a 10% waste factor for flooring:

  1. Living room = 20 × 15 = 300 sq ft.
  2. Each bedroom = 12 × 11 = 132 sq ft; × 3 rooms = 396 sq ft.
  3. Total measured area = 300 + 396 = 696 sq ft.
  4. With 10% waste = 696 × 1.10 = 765.6 sq ft to buy (round up to whole boxes).
  5. Converted: 696 sq ft = 77.33 sq yd = 64.66 sq m = 0.016 acres.

The formulas

Normalize every dimension to feet first:
  feet   f = x         inches f = x / 12     yards f = x * 3
  meters f = x / 0.3048               cm     f = x / 30.48

Rectangle / Square = length_ft * width_ft
L-shape            = (outerL * outerW) - (notchL * notchW)
Triangle           = 0.5 * base_ft * height_ft   (height is perpendicular)
Circle             = Math.PI * (diameter_ft / 2)^2
Custom             = value in the chosen area unit, converted to sq ft

Row subtotal = shape area * quantity
Total area   = sum of all row subtotals
Buy quantity = total area * (1 + waste% / 100)

Area conversions (all exact):
  sq ft -> sq yd : / 9          sq ft -> sq m : * 0.09290304
  sq ft -> acres : / 43560      (1 ft = 0.3048 m exactly)

Accuracy & disclaimers

Common mistakes this tool prevents

How to embed this tool on your website

No account, no coding. Copy the embed code and paste it where you want it to appear:

<!-- height starts at 1320px; raise it if the tool looks clipped on your page -->
<iframe src="https://snaptoolsuite.com/square-footage-calculator/?embed=1"
  style="width:100%;max-width:560px;height:1320px;border:0;"
  title="Square Footage Calculator" loading="lazy"></iframe>
<p>Free <a href="https://snaptoolsuite.com/square-footage-calculator/">Square Footage Calculator</a> by Snap Tool Suite</p>
2 Paste it on your page
3 It just works

See it live: view a real embed example →

Frequently asked questions

How do you calculate the square footage of a room?

For a rectangle, multiply length by width (a 12×10 ft room = 120 sq ft). For odd shapes, split into rectangles, triangles, and circles and add them. This tool does it per area and totals everything.

How do I find the square footage of multiple rooms?

Add an area row per room (or set a quantity for identical rooms) and the calculator sums them. Rows can use different units and still total correctly because everything is converted to feet first.

How many square feet are in a square yard?

Exactly 9, not 3. Divide square feet by 9 for square yards, multiply by 0.09290304 for square meters, divide by 43,560 for acres. The tool shows all four at once.

What is a waste factor and how much should I add?

Extra material for cuts and breakage. Roughly 10% straight-lay, 15% diagonal, 17% herringbone/chevron per NWFA/TCNA guidance. It’s added only to the buy quantity, never your measured area.

How do I measure an L-shaped room?

Use the outer bounding rectangle, then subtract the missing notch. L-shape mode asks for outer length/width and notch length/width and subtracts for you, so you never double-count.

Does this measure floor area or wall and roof surface too?

Floor (horizontal) area only — no wall height, ceiling pitch, or roof slope. Results are planning estimates; reconcile against box coverage before ordering flooring or tile.

Is it really free?

Yes. 100% free and fully private — all math runs in your browser, nothing is uploaded.

Related tools

Put this calculator on your site

No account, no coding. Copy the embed code and paste it where you want it to appear:

<!-- height starts at 1320px; raise it if the tool looks clipped on your page -->
<iframe src="https://snaptoolsuite.com/square-footage-calculator/?embed=1"
  style="width:100%;max-width:560px;height:1320px;border:0;"
  title="Square Footage Calculator" loading="lazy"></iframe>
<p>Free <a href="https://snaptoolsuite.com/square-footage-calculator/">Square Footage Calculator</a> by Snap Tool Suite</p>
2 Paste it on your page
3 It just works

See it live: view a real embed example →

Everything is calculated in your browser — nothing is sent to Snap. Share links encode your inputs in the URL, so only share them with people you trust.