Area Calculator — Free Rectangle, Circle, Triangle & More | AllInOneTools
▢ Geometry Calculator

Area Calculator

Calculate the area and perimeter of 8 common geometric shapes. See visual diagrams, formulas, and step-by-step solutions instantly.

Rectangle
Circle
Triangle
Trapezoid
Parallelogram
Ellipse
Rhombus
Sector
📑 Step-by-Step Solution

Area Formulas for Common Geometric Shapes

Area measures the amount of two-dimensional space enclosed within a boundary. It is one of the most fundamental measurements in geometry and is essential for architecture, engineering, agriculture, interior design, land surveying, and everyday tasks like painting walls or laying flooring. Different shapes require different formulas, but all area measurements are expressed in square units (square meters, square feet, square inches, etc.).

All 8 Area Formulas

Rectangle: A = length x width
  Perimeter = 2(l + w), Diagonal = sqrt(l2 + w2)

Circle: A = pi x r2
  Circumference = 2 x pi x r

Triangle: A = (1/2) x base x height
  Also: Heron's formula for 3 sides

Trapezoid: A = (1/2)(a + b) x h
  a, b = parallel sides, h = height

Parallelogram: A = base x height
  Perimeter = 2(a + b)

Ellipse: A = pi x a x b
  a = semi-major, b = semi-minor
  Circumference approx pi[3(a+b) - sqrt((3a+b)(a+3b))]

Rhombus: A = (d1 x d2) / 2
  d1, d2 = diagonals. Side = sqrt((d1/2)2+(d2/2)2)

Sector: A = (theta/360) x pi x r2
  Arc length = (theta/360) x 2 x pi x r

Practical Applications

Knowing how to calculate area is essential in countless real-world situations. Construction professionals use area to estimate materials: paint coverage, flooring tiles, roofing shingles, and concrete volumes all depend on accurate area calculations. Agriculture relies on land area measurements for crop planning and yield estimation. Real estate pricing is fundamentally tied to square footage. Interior design uses area to plan room layouts, wallpaper coverage, and carpet installation. Even simple tasks like determining how much mulch for a garden bed require area calculations.

Unit Conversion Tips
1 square meter = 10.764 square feet. 1 acre = 43,560 square feet = 4,047 square meters. 1 hectare = 10,000 square meters = 2.471 acres. When converting area units, remember to square the linear conversion factor: 1 foot = 0.3048 meters, so 1 sq ft = 0.0929 sq m.

Frequently Asked Questions

What is area?
Area is the amount of 2D space inside a shape's boundary. It is measured in square units like square meters, square feet, or square centimeters.
How do I calculate the area of an irregular shape?
Break it into regular shapes (rectangles, triangles), calculate each area separately, then add them together. Alternatively, use the coordinate geometry method with the Shoelace formula.
What is the difference between area and perimeter?
Area measures the space inside a shape (in square units). Perimeter measures the total distance around the shape's boundary (in linear units). Area uses multiplication; perimeter uses addition.
Why is pi used in circle area?
Pi (3.14159...) is the ratio of any circle's circumference to its diameter. The formula A = pi*r2 comes from integrating the circumference over the radius, essentially unwinding the circle into thin rings.
How do I convert between square feet and square meters?
Multiply square feet by 0.0929 to get square meters. Multiply square meters by 10.764 to get square feet. Remember: you square the linear conversion factor.
What is Heron's formula?
A formula for triangle area using only the three side lengths: Area = sqrt(s(s-a)(s-b)(s-c)) where s = (a+b+c)/2. Useful when height is unknown.