Area Calculator
Find the area of common geometric shapes. Select a shape and enter the required dimensions to calculate its area. Supports circles, rectangles, triangles, and trapezoids.
Area is the measure of two-dimensional space enclosed by a shape. Whether calculating how much paint to buy for a wall, how much lawn fertilizer to spread, how much fabric to make a dress, or how many square feet a house has, you're working with area. The calculation depends on the shape — circles, rectangles, triangles, trapezoids, and irregular shapes each have their own formulas.
The most familiar formula is rectangle area: length × width. From this, every other shape's area can be derived. A triangle is half a rectangle: ½ × base × height. A circle, derived through integration, gives πr². A trapezoid combines triangles and rectangles. These foundational formulas are the building blocks for measuring all 2D geometry.
Units of area are square units: square meters (m²), square feet (ft²), square miles, acres, hectares. Conversions span enormous ranges: 1 m² = 10.76 ft²; 1 acre = 4,047 m²; 1 hectare = 10,000 m² = 2.47 acres; 1 km² = 100 hectares = 247 acres.
For irregular shapes, area is computed via integration or numerical approximation (Simpson's rule, trapezoidal rule, Monte Carlo). In practice, many tools — CAD software, GIS systems, mapping apps — calculate area of any closed shape automatically using algorithms like the Shoelace formula or vector cross products.
Common applications: construction (paint, flooring, roofing), landscaping (lawn, mulch, fertilizer), real estate (property size, room dimensions), agriculture (field acreage), sewing/fabric, packaging, surveying, and any analysis requiring a 2D extent measurement.
Inputs
Results
Area
50 sq units
Perimeter
30 units
Formula Used
A = length x width = 10 x 5
Formula
How to use this calculator
- Choose the shape: rectangle, circle, triangle, or trapezoid.
- Enter required dimensions.
- Rectangle: length × width. Circle: radius. Triangle: base + height. Trapezoid: both bases + height.
- Calculator returns area in your chosen units (squared).
- For irregular shapes, divide into basic shapes and sum.
- For composite shapes with cutouts, subtract.
Worked examples
Living room flooring
**Scenario:** Living room 5 m × 4 m. Hardwood flooring at $80/m². Cost? **Calculation:** A = 5 × 4 = 20 m². Cost = 20 × 80 = $1,600. Add 10% for waste: $1,760. **Result:** ~$1,760 for hardwood materials. Add labor (~$30-50/m² for installation): ~$600-1,000. Total: $2,400-3,000. Engineered floors cheaper; solid oak more expensive.
Circular patio
**Scenario:** Round patio 8 m diameter. Pavers cost $30/m². How much? **Calculation:** r = 4 m. A = π × 16 ≈ 50.27 m². Cost = 50.27 × 30 = $1,508. Add 5% waste: $1,584. **Result:** ~$1,584 for pavers (~$3,000 with labor). Circles waste more material in cutting than rectangular shapes due to curved edges. Hexagonal pavers minimize waste for circular layouts.
Triangular garden bed
**Scenario:** Triangular flower bed, base 4 m, height 3 m. Mulch volume at 5 cm thickness? **Calculation:** Area = ½ × 4 × 3 = 6 m². Volume = 6 × 0.05 = 0.3 m³. **Result:** Need 0.3 m³ (300 L) of mulch — about 8 standard 40 L bags. Garden centers sell bulk by m³ for larger projects. For 5 cm coverage, 0.3 m³ is correct; doubling depth doubles the requirement.
When to use this calculator
**Use area calculations for:**
- **Construction**: paint, flooring, insulation, drywall, roofing. - **Landscaping**: lawn maintenance products, mulch, gravel. - **Real estate**: property valuations, room sizes. - **Agriculture**: field area, planting density. - **Manufacturing**: material requirements, packaging. - **HVAC**: heating/cooling capacity sizing. - **Solar**: panel area for energy generation. - **Sewing/fashion**: fabric estimation.
**Area unit choices:**
- **Small**: cm², in² (cabinetry, small objects). - **Room/house**: m², ft² (residential). - **Land (small)**: acres, hectares. - **Large land**: km², square miles.
US uses mostly imperial; rest of world uses metric.
**Conversions to remember:**
- 1 acre = 43,560 ft² = 4,047 m². - 1 hectare = 10,000 m² = 2.47 acres. - 1 km² = 100 hectares. - 1 mi² ≈ 640 acres ≈ 2.59 km².
**Composite shapes:**
Real-world shapes are often composites: - L-shaped rooms: divide into two rectangles. - T-shaped lots: three rectangles. - Curved property: rectangle + sector. - Buildings with cutouts: subtract cutout area.
Break complex shapes into rectangles, triangles, and circular sectors. Sum (or subtract) to get total.
**Common applications:**
- **Paint estimation**: 1 gal ≈ 400 ft² (1 L ≈ 10 m²) for one coat. - **Carpet/flooring**: include 5-10% waste for cuts. - **Mulch**: 1 yd³ covers 100 ft² at 3" deep. - **Concrete**: depth × area = volume. - **Roofing**: include 10% for waste and overlap. - **Lawn seed**: 1 lb covers ~250 ft² for new lawn. - **Land taxes**: often based on lot area. - **Insurance**: building values per ft².
**Surface area vs area:**
- **Area**: 2D measure, e.g., wall area. - **Surface area**: total exterior area of 3D object, e.g., box has 6 faces.
For painting a room, you sum wall + ceiling areas. For wrapping a gift, you compute box surface area.
**Practical tips:**
- Always include waste factor (5-15% depending on material). - Round up for material orders. - Verify with multiple measurements. - Use proper units consistently. - Sketch the shape with dimensions to avoid errors.
**Software:**
- **CAD packages**: AutoCAD, SolidWorks, SketchUp. - **GIS**: ArcGIS, QGIS for land calculations. - **Mobile apps**: AR-based area measurement. - **Spreadsheets**: simple formula calculators. - **Google Earth**: estimate property areas.
**Land measurement tools:**
- **Tape measure**: small areas. - **Laser distance meter**: medium rooms/buildings. - **GPS receiver**: outdoor land surveying. - **Drones with photogrammetry**: large/complex sites. - **Total station**: professional surveying.
**Pitfalls:**
- **Mixing units**: m × ft = wrong. - **Forgetting waste**: order materials short. - **Confusing base and height in triangles**: height must be perpendicular to base. - **Using diameter for circle area**: must convert to radius first. - **Forgetting to subtract cutouts**: doors, windows, etc. - **Rounding too aggressively**: 0.5 m² error in 100 m² is significant. - **Area vs perimeter**: completely different concepts. - **Curve treated as straight**: circular surfaces need π.
Common mistakes to avoid
- Confusing diameter and radius (πr² uses radius, not diameter).
- Using non-perpendicular height in triangle area (must be perpendicular to base).
- Mixing units (meters with feet, etc.).
- Forgetting to subtract cutouts (doors, windows, etc.).
- Forgetting waste factor when ordering materials.
- Confusing area with perimeter or volume.
- Using circumference instead of area for circles.
- Computing area of irregular shapes without breaking into pieces.