Scalene Triangle Area Calculator - Heron's Formula for Three Sides

Use this scalene triangle area calculator with Heron's formula to convert three side lengths into area, semi-perimeter, and perimeter in a single pass.

Updated: June 12, 2026 • Free Tool

Scalene Triangle Area Calculator

Length of the first side of the scalene triangle in your chosen unit.

Length of the second side of the scalene triangle in the same unit as side a.

Length of the third side of the scalene triangle in the same unit as sides a and b.

Results

Area
0square units
Semi-Perimeter 0units
Perimeter 0units

What Is Scalene Triangle Area Calculator?

A scalene triangle area calculator finds the area of a triangle whose three sides all have different lengths using only those three side lengths. It applies Heron's formula, which works for any valid triangle but is the natural fit for a scalene triangle because no two sides match, so the area cannot be shortcut by isosceles or equilateral simplifications.

  • Homework and textbook problems: Verify a Heron's formula computation when a problem only gives the three side lengths of a scalene triangle.
  • Land or plot sketching: Estimate the area of a roughly triangular plot from three measured edge distances when no base-height pair is available.
  • Roof and gable work: Quickly compute a gable end area from rafter, wall, and base dimensions when no right angle is assumed.
  • Crafts and model making: Estimate fabric, wood, or paper coverage for a triangular piece with three known edge lengths.

A scalene triangle area calculator is the natural choice for any triangle where no base-height pair is convenient. The formula only needs side lengths, so the calculator does not require a base-height pair or a right angle.

A scalene triangle has three different side lengths and three different interior angles. This is the most general triangle case, which is why Heron's formula, built around the three side lengths, is the standard area approach for it.

You enter the three sides in any order, and the calculator returns the area in the square unit that matches the input length unit. The result is also useful as a sanity check against a hand calculation that uses the same semi-perimeter and product of four factors.

For a general triangle page that also accepts base-height and SAS inputs alongside SSS, use the Triangle Calculator as the broader entry point.

How Scalene Triangle Area Calculator Works

The calculator applies Heron's formula. It first adds the three side lengths to get the perimeter, then divides by two to get the semi-perimeter, then takes the square root of four multiplied factors to get the area.

Area = sqrt( s * (s - a) * (s - b) * (s - c) ) with s = (a + b + c) / 2
  • a, b, c: the three side lengths of the scalene triangle, all measured in the same unit
  • s: the semi-perimeter, equal to (a + b + c) / 2
  • s - a, s - b, s - c: the three triangle-internal segments used inside Heron's product
  • area: the square root of the product s(s-a)(s-b)(s-c), returned in square units

Heron's formula is preferred here because it works for every triangle that satisfies the triangle inequality. For a scalene triangle it is even more useful, since the three sides carry the full geometric information and no other shortcut applies.

The calculator first checks the triangle inequality. If any check fails, the inputs cannot form a triangle and the calculator stops with a clear error rather than producing a nonsense area from a negative radicand.

Example with sides 7, 8, and 9

Enter a = 7, b = 8, c = 9.

s = (7 + 8 + 9) / 2 = 12. Then sqrt(12 * (12 - 7) * (12 - 8) * (12 - 9)) = sqrt(12 * 5 * 4 * 3) = sqrt(720).

Area = 26.83 square units, semi-perimeter = 12.00 units, perimeter = 24.00 units.

All three sides are different, so the triangle is scalene, and Heron's formula returns a clean numeric area without needing the height.

According to Wolfram MathWorld, Heron's formula gives the area of a triangle from its three side lengths using the semi-perimeter s = (a + b + c) / 2.

When the scalene triangle happens to be a right triangle, the Right Triangle Calculator offers the simpler half-base-times-height shortcut.

Key Concepts Explained

These four ideas decide whether Heron's formula is the right choice and whether the inputs you enter will actually form a triangle.

Scalene Triangle

All three sides have different lengths and all three angles are different. This is the most general triangle case and the one Heron's formula is built to handle.

Heron's Formula

A direct area formula that uses only the three side lengths and the semi-perimeter. It works for every triangle, but is most useful for scalene triangles that lack a clean base-height pair.

Semi-Perimeter

Half the perimeter, written s = (a + b + c) / 2. The semi-perimeter is the seed value Heron's formula uses to build the four product factors.

Triangle Inequality

Each side of a valid triangle must be shorter than the sum of the other two. If this is violated, no triangle exists and Heron's formula would return an imaginary area.

A common confusion is treating any three numbers as the sides of a scalene triangle. The triangle inequality must hold first, otherwise the shape is not a closed triangle. The calculator checks that condition before applying Heron's formula so you do not see a misleading imaginary or negative radicand.

Heron's formula is sometimes introduced for general triangles, but it is genuinely necessary for scalene triangles. For an equilateral or isosceles triangle, a base-height shortcut can be faster, while for a right triangle the legs and the hypotenuse still work with Heron's formula even though half the base times height is quicker.

To check whether three side lengths form a right triangle before applying Heron's formula, the Pythagorean Triples Calculator verifies the Pythagorean relationship first.

How to Use This Calculator

Measure or read the three side lengths in the same unit, then enter them in any order. The triangle inequality and Heron's formula are handled for you.

  1. 1 Measure all three sides in one unit: Pick one length unit, such as meters, feet, or inches, and use it for sides a, b, and c.
  2. 2 Enter side a: Type the length of the first side in the Side a field. Real-time results update as you type.
  3. 3 Enter side b: Type the length of the second side in the Side b field.
  4. 4 Enter side c: Type the length of the third side in the Side c field.
  5. 5 Read the area: Use the primary area output as the result in square units that match the input length unit.
  6. 6 Check the perimeter and semi-perimeter: Use the supporting perimeter and semi-perimeter outputs to audit your work or to feed a follow-up calculation.

Suppose a triangular plot has edge lengths 12 m, 14 m, and 16 m. Enter a = 12, b = 14, c = 16. The semi-perimeter is 21, the area is 81.33 square meters, and the perimeter is 42 m. If you need the answer in square feet, convert the finished area with an area converter.

If the same problem also calls for the area of a rectangle, square, or circle used alongside the scalene triangle, the Area Calculator handles those flat-shape formulas in one place.

Benefits of Using This Calculator

Splitting the answer into area, semi-perimeter, and perimeter makes the result easier to verify and to reuse in a follow-up step.

  • Three sides, one answer: Get the area, semi-perimeter, and perimeter from a single entry of three side lengths.
  • No height or angle required: Skip the base-height step that simpler area formulas need, which is helpful when only edge lengths are available.
  • Triangle inequality guard: Catch impossible inputs before the calculation runs, with a clear error pointing to the side sum that fails.
  • Decimal-friendly inputs: Work with measured decimal side lengths from real drawings or field sketches without rounding them up to whole numbers.
  • Auditable intermediate value: See the semi-perimeter alongside the area, so the Heron's formula steps are simple to retrace for a worksheet solution.

The supporting outputs also help when the scalene triangle is one part of a larger problem. Perimeter feeds fence or border calculations, while the semi-perimeter and area can feed composite area problems that use the triangle plus another shape.

Because the inputs are the raw edge lengths, the same scalene triangle area calculator result is useful in classroom problems, real-estate sketches, and crafts. The same answer is meaningful in any consistent length unit, which keeps the workflow flexible across meters, feet, and inches.

When the scalene triangle is one face of a larger regular or irregular polygon, the Polygon Area Calculator extends the same area approach to pentagons, hexagons, and beyond.

Factors That Affect Your Results

Several measurement and input choices affect whether the result matches the actual triangle you have in mind.

Side length accuracy

Heron's formula is sensitive to small side-length changes because they enter the formula squared inside the product. Measure each side as carefully as the triangle allows.

Unit consistency

All three sides must be in the same unit. Mixing meters and feet will give an area in a mismatched square unit, which silently inflates or deflates the result.

Triangle inequality

If a + b is not greater than c (and similarly for the other two pairings), the sides cannot form a triangle. The calculator rejects the input and shows which sum is too small.

Scalene assumption

Heron's formula still works for isosceles or equilateral triangles. If two or three sides are equal, the result is still correct, but the shape is not strictly scalene.

Numerical near-degeneracy

When one side is barely shorter than the sum of the other two, the radicand is very small and the area approaches zero. The formula still works, but small measurement errors become large percentage errors in the area.

  • The calculator does not solve for a missing side. If you only know two sides and an angle, or a base and a height, use a different triangle calculator that supports those inputs.
  • The output is the geometric area of an ideal triangle. Real-world tasks such as land survey, fabric cutting, or roof sheathing usually need extra allowance for overlap, wastage, slope, or boundary clearance.
  • Rounded output can differ by a few hundredths from a hand calculation that rounds the semi-perimeter or each factor separately. Keep full precision during the calculation, then round only the final displayed values.

Heron's formula works for any triangle that satisfies the triangle inequality, but its biggest practical advantage shows up for scalene triangles, where no base-height shortcut is available. For a right triangle you can still use it, but half the leg times the other leg is usually faster.

If your inputs come from a survey, double-check whether the recorded sides are edge-to-edge or include a border, fence, or wall thickness. Stripping that thickness before entering the sides keeps the scalene triangle area calculator output aligned with the actual triangle being measured.

According to Math Open Reference, a scalene triangle has three sides of different lengths, so Heron's formula is the standard way to compute its area.

According to Wolfram MathWorld, the triangle inequality requires each side of a triangle to be shorter than the sum of the other two sides.

If the finished area needs to switch from square meters to square feet or square inches, the Area Converter translates the final number into another square unit.

scalene triangle area calculator showing area, semi-perimeter, and perimeter from three different side lengths using Heron's formula
scalene triangle area calculator showing area, semi-perimeter, and perimeter from three different side lengths using Heron's formula

Frequently Asked Questions

Q: How do you find the area of a scalene triangle?

A: Use Heron's formula: add the three side lengths, divide by two to get the semi-perimeter s, then take the square root of s(s-a)(s-b)(s-c). The result is the area in the square unit that matches the input length unit.

Q: What is Heron's formula for a scalene triangle?

A: Heron's formula states that the area of any triangle is sqrt(s(s-a)(s-b)(s-c)) where s is the semi-perimeter (a+b+c)/2 and a, b, c are the three side lengths. It is especially useful for scalene triangles because no two sides are equal.

Q: Can you find the area of a scalene triangle with only three side lengths?

A: Yes. That is exactly the case Heron's formula is built for. Enter the three side lengths in any order, and the calculator returns the area without needing a height, an angle, or a right angle.

Q: What is the difference between a scalene triangle and an isosceles triangle?

A: A scalene triangle has three different side lengths and three different angles. An isosceles triangle has at least two equal sides, and an equilateral triangle has all three sides equal. Heron's formula works for all three cases.

Q: How do you check whether three sides can form a scalene triangle?

A: Confirm the triangle inequality: the sum of any two sides must be greater than the third side. If even one pairing fails, the three lengths cannot form any closed triangle, scalene or otherwise.

Q: What units does the scalene triangle area calculator return?

A: The calculator returns the area in the square unit that matches your input length unit. Use meters for square meters, feet for square feet, and inches for square inches, and do not mix length units within the same calculation.