Back to Blog

    Heron's Formula Calculator to Calculate Triangle Area from Three Sides

    Mathematics2026-03-125 min read

    Calculate the area of any triangle knowing only its three side lengths using Heron's formula. No need for height — just a, b, and c. Includes perimeter and type classification.

    Share:

    What is Heron's Formula?

    Heron's Formula calculates the area of a triangle from just its three side lengths, without needing the height. Named after Hero of Alexandria (~60 AD), it uses an intermediate quantity called the semi-perimeter (s). It is especially useful in surveying, computer graphics, and when height is unknown.

    📐 Heron's Formula Calculator

    Free calculator for instant results.

    Calculate Now →

    📐 Formula

    Area = √[s(s−a)(s−b)(s−c)]

    s = (a+b+c)/2 (semi-perimeter). Requires triangle inequality: each side < sum of other two.

    📝 Worked Example

    Triangle with sides a=5, b=6, c=7:
    s = (5+6+7)/2 = 9
    Area = √[9×4×3×2] = √216 = 14.70 square units

    📝 How to Use

    1
    Enter Side aFirst side length in any unit.
    2
    Enter Side bSecond side length (same unit).
    3
    Enter Side cThird side length.
    4
    CalculateView area, perimeter, semi-perimeter, and triangle type (scalene/isosceles/equilateral).

    ❓ FAQ

    How do I know if three sides form a valid triangle?

    The triangle inequality: each side must be less than the sum of the other two. If violated, no triangle exists and the formula gives an imaginary result.

    Is Heron's formula numerically stable?

    For very flat triangles (one very short side), subtracting near-equal numbers causes numerical errors. The Kahan stable version avoids this issue.


    Veer Kumavat

    Veer Kumavat

    Founder & Author

    Veer is a 14-year-old student from Nashik, Maharashtra, who built SciFi Calculators to help students worldwide master STEM subjects. He is passionate about making complex science and math problems accessible through intuitive digital tools.