Area Calculator

Need to figure out how much space something covers? Whether you're laying flooring, planning a garden, or working through a geometry problem, knowing the area of a shape is one of those practical skills that comes up constantly. This calculator handles the most common shapes so you can get your answer fast, without digging through formulas. Pick your shape, plug in your measurements, and you're done. It's really that straightforward.

Enter Details

Shape

Length

Width

Result

Pick a shape

Note — This result is an estimate. Talk to a healthcare provider for personalized guidance.

How to Use the Area Calculator

Using the calculator is simple. Start by selecting the shape you're working with, then enter the required measurements in the input fields. The calculator will display the area instantly, usually in square units matching whatever unit you used for the dimensions.

A few things worth keeping in mind:

  • Make sure all your measurements are in the same unit before entering them. Mixing inches and feet, for example, will give you a wrong answer.
  • Use decimal values when you need precision. Most fields accept decimals just fine.
  • If you're not sure which formula applies to your shape, scroll down to the shape-specific sections below for a quick explanation.

The calculator covers rectangles, squares, circles, triangles, trapezoids, parallelograms, ellipses, and sectors. If your shape is irregular, try breaking it into simpler shapes and adding the areas together.

Rectangle Area Calculator

A rectangle is one of the most common shapes you'll deal with in real life, from rooms and yards to screens and pieces of paper. The area is simply the product of its two side lengths.

Formula: Area = Length × Width

Enter the length and width of the rectangle, and the calculator returns the area in square units. For example, a room that's 12 feet long and 10 feet wide has an area of 120 square feet. That's the number you'd use when buying flooring, paint, or carpet.

Keep in mind that a rectangle has four right angles and opposite sides of equal length. If your shape has sides of four different lengths or no right angles, it's not a rectangle, and you'd need a different approach.

Square Area Calculator

A square is really just a special rectangle where all four sides are the same length. So the formula simplifies nicely.

Formula: Area = Side × Side, or Side²

Just enter the length of one side. The calculator squares it and gives you the area. A square with sides of 7 meters, for instance, has an area of 49 square meters.

Squares come up a lot in tile work, fabric cutting, and land plots. If someone tells you a property is a "quarter-acre square lot," you can work backward from the area to figure out the side length too.

Circle Area Calculator

Circles are everywhere: pipes, wheels, pools, pizza. The area formula involves pi (π), which is approximately 3.14159. You can calculate circle area using either the radius or the diameter, depending on which measurement you have handy.

Area Using Radius

The radius is the distance from the center of the circle to its edge. This is the most common way to calculate circle area.

Formula: Area = π × r²

So if a circle has a radius of 5 inches, its area is π × 25, which works out to about 78.54 square inches. Enter the radius into the calculator and it handles the rest.

Area Using Diameter

The diameter is the full width of the circle, straight through the center. It's exactly twice the radius. If you've measured a circular object across its widest point, you've got the diameter.

Formula: Area = π × (d/2)²

This is the same as the radius formula, just with an extra step to convert. A circle with a diameter of 10 inches has a radius of 5 inches, giving the same area of about 78.54 square inches. The calculator does the conversion automatically when you enter the diameter directly.

Triangle Area Calculator

Triangles are a bit more variable than rectangles or circles because they come in so many different shapes. There are two main approaches to calculating triangle area, and which one you use depends on what measurements you actually have.

Base and Height Formula

This is the go-to formula when you know the base of the triangle and its height (also called the altitude). The height must be measured perpendicular to the base, meaning it forms a 90-degree angle with it. For a right triangle that's easy to see, but for other triangles, the height might be measured outside the triangle itself.

Formula: Area = (Base × Height) / 2

A triangle with a base of 8 feet and a height of 5 feet has an area of 20 square feet. Simple enough. Enter both values and the calculator gives you the result immediately.

Heron’s Formula

Heron's formula is useful when you know the lengths of all three sides but don't have the height. It's a bit more involved, but the calculator takes care of the math.

Formula:

  1. Find the semi-perimeter: s = (a + b + c) / 2
  2. Then: Area = √(s × (s−a) × (s−b) × (s−c))

For a triangle with sides of 6, 8, and 10 units, the semi-perimeter is 12, and the area works out to 24 square units. This formula works for any triangle as long as the three sides can actually form a valid triangle (the sum of any two sides must be greater than the third).

Trapezoid Area Calculator

A trapezoid has four sides, but only two of them are parallel. Those two parallel sides are called the bases, and the distance between them is the height.

Formula: Area = ((Base₁ + Base₂) / 2) × Height

Basically, you're averaging the two parallel sides and then multiplying by the height. A trapezoid with bases of 6 and 10 feet, and a height of 4 feet, has an area of 32 square feet.

Trapezoids show up in architecture, land surveying, and graphic design more often than you might expect. If you're calculating the area of a cross-section, a roof section, or a sloped piece of land, there's a good chance you're dealing with a trapezoid.

Parallelogram Area Calculator

A parallelogram looks like a slanted rectangle. Opposite sides are parallel and equal in length, but the corners aren't necessarily right angles. The area formula is similar to a rectangle's, with one key distinction: you use the perpendicular height, not the slant side length.

Formula: Area = Base × Height

The height here is the vertical distance between the two parallel bases, measured at a right angle. If you use the slanted side length instead, you'll get a larger (and incorrect) answer.

A parallelogram with a base of 9 meters and a perpendicular height of 4 meters has an area of 36 square meters. Enter those two values into the calculator and you're set.

Ellipse and Sector Area Calculator

These two shapes are a little less common in everyday projects but come up often in engineering, design, and math coursework.

An ellipse is basically a stretched circle. It has two radii: the semi-major axis (the longer one, often called a) and the semi-minor axis (the shorter one, often called b).

Ellipse Formula: Area = π × a × b

A sector is a pie-slice portion of a circle. To calculate its area, you need the radius of the full circle and the central angle of the slice.

Sector Formula: Area = (θ / 360) × π × r² (when θ is in degrees)

For example, a sector with a radius of 6 inches and a central angle of 90 degrees is a quarter circle, so its area is one-quarter of the full circle's area, which is about 28.27 square inches. The calculator accepts the angle in degrees and handles the conversion automatically.

Area Formulas for Common Shapes

Here's a quick reference table for all the shapes covered in this calculator. Bookmark it or screenshot it for when you need a fast reminder.

ShapeFormulaVariables
RectangleA = l × wl = length, w = width
SquareA = s²s = side length
Circle (radius)A = π × r²r = radius
Circle (diameter)A = π × (d/2)²d = diameter
Triangle (base/height)A = (b × h) / 2b = base, h = height
Triangle (Heron's)A = √(s(s−a)(s−b)(s−c))s = semi-perimeter
TrapezoidA = ((b₁ + b₂) / 2) × hb₁, b₂ = parallel sides, h = height
ParallelogramA = b × hb = base, h = perpendicular height
EllipseA = π × a × ba = semi-major axis, b = semi-minor axis
SectorA = (θ/360) × π × r²θ = angle in degrees, r = radius

Area Calculation Examples

Sometimes seeing the numbers worked out helps things click. Here are a few practical examples across different shapes.

  • Bedroom flooring: A rectangular room that's 14 feet by 11 feet has an area of 154 square feet. That's how much flooring material you'd need before accounting for waste and cuts.
  • Circular garden bed: A round garden with a radius of 3 feet has an area of about 28.27 square feet. Useful for figuring out how much mulch or soil to buy.
  • Triangular plot of land: A triangle with a base of 20 meters and a height of 15 meters covers 150 square meters.
  • Trapezoidal countertop: A countertop with parallel edges of 4 feet and 6 feet, and a depth of 2 feet, has an area of 10 square feet.
  • Elliptical table surface: An ellipse with a semi-major axis of 3 feet and a semi-minor axis of 2 feet has an area of about 18.85 square feet.

These examples use common units, but the same formulas work with any consistent unit. Just make sure you don't mix centimeters and inches in the same calculation.

Unit Conversions for Area Measurements

Area is expressed in square units, so conversions aren't as simple as multiplying a single factor. When you convert a length, you're dealing with one dimension. Area has two, so the conversion factor gets squared.

For example, 1 foot equals 12 inches. But 1 square foot equals 144 square inches (12 × 12). That trips people up all the time.

Here are some common area unit conversions:

FromToMultiply By
Square feetSquare inches144
Square yardsSquare feet9
Square metersSquare feet10.764
Square kilometersSquare miles0.386
AcresSquare feet43,560
HectaresAcres2.471

If you're working on a home improvement project in the US, square feet is probably your default unit. For scientific or international work, square meters is the standard. And for large land areas, you'll typically see acres (US) or hectares (metric).

When in doubt, convert everything to one unit before you start calculating. It's a small step that prevents a lot of headaches.

Other Maths Calculators

Explore all