Area of Quadrilateral Calculator

Enter the two diagonals of a quadrilateral and the angle between them to get its exact area, plus the maximum area possible for those diagonal lengths.

Quick Facts

Formula
Area = ½ × d₁ × d₂ × sin(θ)
Exact for any quadrilateral whose diagonals intersect inside it: squares, rectangles, rhombi, kites, parallelograms, and general convex quadrilaterals.
Special case
Perpendicular diagonals (θ = 90°)
When diagonals are perpendicular, Area simplifies to ½ × d₁ × d₂ with no trigonometry needed — true for rhombi, squares, and kites.

Your Results

Calculated
Area
-
½ × d₁ × d₂ × sin(θ)
Maximum possible area
-
If the diagonals were perpendicular (θ = 90°)
Shape efficiency
-
sin(θ), as % of the maximum area used
Area (alternate unit)
-
Same area converted for reference

Ready

Enter both diagonals and the angle between them, then press Calculate.

Formula and method for the area of a quadrilateral

This calculator finds the area of a quadrilateral from its two diagonals and the angle between them, using Area = ½ × d₁ × d₂ × sin(θ), where d₁ and d₂ are the diagonal lengths and θ is the angle formed where they cross.

Why this formula works

The two diagonals split a quadrilateral into four triangles that meet at the crossing point. Each pair of adjacent triangles shares the angle θ or its supplement, 180° − θ, and sin(180° − θ) equals sin(θ). Adding up the four triangle areas — each equal to ½ times a segment of one diagonal times a segment of the other times sin(θ) — collapses to exactly ½ × d₁ × d₂ × sin(θ), regardless of where along each diagonal the crossing point falls. That is what makes the formula exact for any quadrilateral whose diagonals intersect inside it, not just special cases like squares or rectangles.

Common mistakes

  • Using side lengths instead of diagonals: this formula needs the two diagonals (the lines connecting opposite corners), not the four side lengths. A quadrilateral with known sides but unknown diagonals needs a different formula, such as Bretschneider's formula.
  • Degrees vs. radians: the angle input here is in degrees (a right angle is 90, not 1.5708). Entering radians where degrees are expected will produce a nonsensical area.
  • Concave quadrilaterals: if the shape has a "dent" (one interior angle greater than 180°), the diagonals may not cross inside the shape and this formula does not apply directly — split the shape into triangles instead.
  • Mixed units: enter both diagonals in the same length unit. Area comes out in that unit squared (for example, feet in gives ft² out).

Real-world applications

  • Estimating the area of an irregular lot or field once its diagonals and their crossing angle are known or measured
  • Checking the area of a kite-, rhombus-, or parallelogram-shaped panel, sign, or tile without decomposing it into triangles by hand
  • Verifying a CAD or survey figure by cross-checking the reported area against diagonal measurements
  • Teaching how the diagonal-angle formula generalizes the familiar ½ × d₁ × d₂ rule used for rhombi and kites

Frequently Asked Questions

What formula does this calculator use?
It uses Area = ½ × d₁ × d₂ × sin(θ), where d₁ and d₂ are the lengths of the two diagonals and θ is the angle between them where they cross. This formula is exact for any quadrilateral whose diagonals intersect inside the shape, including squares, rectangles, rhombi, kites, parallelograms, and general convex quadrilaterals.
Does this formula work for any quadrilateral?
It works for convex quadrilaterals and any other quadrilateral where the two diagonals cross at a point inside the shape. For a concave (non-convex) quadrilateral, where one diagonal falls outside the shape, this formula does not apply directly — split the shape into triangles and add or subtract their areas instead.
How do I find the angle between the diagonals?
Measure it directly with a protractor at the point where the diagonals cross. If you instead know the four corner coordinates, find the direction vector of each diagonal and use cos(θ) = (v₁ · v₂) / (|v₁| × |v₂|) to get the angle between them.
Why is the area largest when the angle is 90 degrees?
Because sin(θ) reaches its maximum value of 1 at θ = 90°. For fixed diagonal lengths, the area Area = ½ × d₁ × d₂ × sin(θ) is therefore largest when the diagonals are perpendicular, which is why shapes like rhombi, squares, and kites use their diagonal lengths most efficiently.