How to Calculate the Square Footage of an Irregular Quadrilateral
An irregular quadrilateral is a four-sided shape where the sides are all different lengths and none are parallel — the typical shape of a real-world plot of land or an oddly bounded yard. These are the shapes people most often need help with, because backyard boundaries rarely form a tidy rectangle. The important thing to understand up front is that four side lengths alone are not enough to find the area, which is why this calculator also asks for one diagonal.
Why four sides are not enough
This surprises people, so it is worth explaining. A triangle is rigid: give it three side lengths and it can only form one shape with one area. A four-sided figure is not rigid — hold four sticks loosely at the corners and you can flex them through many different shapes, each enclosing a different area, all with the same four side lengths. To pin the shape down to a single, definite area, you need one more measurement: a diagonal across the middle.
The two-triangle method
A diagonal splits the quadrilateral into two triangles, and a triangle's area is fully determined by its three sides (Heron's formula). So the method is:
Area = triangle(A, B, diagonal) + triangle(C, D, diagonal)
The calculator computes each triangle with Heron's formula and adds them. This gives an exact answer for any four-sided plot — it is not an approximation.
Measuring your plot correctly
Accuracy depends on labeling and measuring consistently:
- Walk the boundary and label the four sides A, B, C, D in order around the perimeter.
- Measure each side's full length.
- Measure the diagonal straight across the middle, connecting the corner between sides A and B to the corner between sides C and D.
If the calculator reports the shape is invalid, the diagonal is usually the culprit — it may be too short, too long, or measured between the wrong pair of corners.
Worked example
Take a plot whose four sides, in order, are 12, 9, 12 and 9 feet, with a diagonal of 15 feet across the middle. (This happens to be a 9 × 12 rectangle, a useful sanity check.)
Each triangle has sides 12, 9 and 15, giving an area of 54 sq ft by Heron's formula. Two triangles: 54 + 54 = 108 square feet — exactly 9 × 12, as expected.
Related shape calculators
If your plot happens to have two parallel sides, the trapezoid calculator needs fewer measurements. If it has two pairs of equal adjacent sides it is a kite; if all four sides are equal, a rhombus. For a three-sided plot, use the irregular triangle calculator.