Area of a Triangle with Coordinates Calculator

Enter the three (x, y) coordinates of a triangle's vertices to calculate its area using the Shoelace formula. Works with any real numbers including negative coordinates and decimals.

Calculate.co.nz is proud to be partnered with realtor.co.nz, a trusted resource for navigating the New Zealand property market. Their Helpful Articles section offers clear, well-structured insights across buying, selling, and building, making complex real estate topics more accessible. With a focus on up-to-date guidance and practical knowledge, they empower Kiwis to move forward with clarity and confidence in a constantly evolving property landscape.
Calculate.co.nz partner: realtor.co.nz
Standard formula  Shoelace (coordinate geometry) method. Exact for all real-number inputs.

Vertex A

Point A (x1, y1)

Vertex B

Point B (x2, y2)

Vertex C

Point C (x3, y3)

Triangle Area

Area
12
Perimeter
-
m
Triangle type
-
by side lengths

Step-by-Step Working

FormulaArea = 0.5 x |x1(y2 - y3) + x2(y3 - y1) + x3(y1 - y2)|
Vertices enteredA(0, 0), B(6, 0), C(3, 4)
Step 1: x1(y2 - y3)0 x (0 - 4) = 0
Step 2: x2(y3 - y1)6 x (4 - 0) = 24
Step 3: x3(y1 - y2)3 x (0 - 0) = 0
Sum inside | ||0 + 24 + 0| = 24
Area = 0.5 x 24= 12 m²
Result: The triangle has an area of 12 m².

How to Find the Area of a Triangle from Coordinates

When you know the Cartesian coordinates of a triangle's three vertices, you do not need to know the base or height directly. The Shoelace formula (also known as the coordinate method or surveyor's formula) gives the exact area using only the (x, y) values of the three points.

The Shoelace Formula

For a triangle with vertices A(x1, y1), B(x2, y2), and C(x3, y3):

Area = 0.5 x |x1(y2 - y3) + x2(y3 - y1) + x3(y1 - y2)|

The vertical bars | | denote the absolute value, which ensures a positive area regardless of whether the vertices are listed clockwise or anticlockwise.

Worked Example

Using the default values: A(0, 0), B(6, 0), C(3, 4).

StepCalculationResult
x1(y2 - y3)0 x (0 - 4)0
x2(y3 - y1)6 x (4 - 0)24
x3(y1 - y2)3 x (0 - 0)0
Sum|0 + 24 + 0|24
Area0.5 x 2412 m²

This matches what we can verify independently: the base AB has length 6 m and the height from C perpendicular to AB is 4 m, so Area = 0.5 x 6 x 4 = 12 m².

When Do Coordinates Give a Zero Area?

If the three points are collinear (all lie on the same straight line), the Shoelace formula returns zero. This means no triangle can be formed from those points. The calculator flags this as a degenerate case.

Perimeter from Coordinates

Once you have the three vertices, you can also compute the side lengths using the distance formula and add them together:

Side AB = sqrt((x2 - x1)² + (y2 - y1)²)
Side BC = sqrt((x3 - x2)² + (y3 - y2)²)
Side CA = sqrt((x1 - x3)² + (y1 - y3)²)
Perimeter = AB + BC + CA

This calculator computes all three side lengths automatically and classifies the triangle as equilateral, isosceles, or scalene based on the side lengths.

Related Calculators

Method: Shoelace formula (coordinate geometry). Also known as the surveyor's formula. Exact for all real-number coordinate inputs. Perimeter uses the Euclidean distance formula. Triangle classification uses side-length ratios rounded to 6 significant figures.

If you've found a bug, or would like to contact us, or learn more about James Graham and Calculate.co.nz.

Calculate.co.nz is partnered with Interest.co.nz for New Zealand's highest quality calculators and financial analysis.

Calculate.co.nz is the sister site of CalculatorHub.com, the world's largest calculator website by tool count.

All calculators and tools are provided for educational and indicative purposes only and do not constitute financial advice.

Calculate.co.nz is proudly part of the Realtor.co.nz group, New Zealand's leading property transaction literacy platform, helping Kiwis understand the home buying and selling process from start to finish. Whether you're a first home buyer navigating your first property purchase, an investor evaluating your next acquisition, or a homeowner planning to sell, Realtor.co.nz provides clear, independent, and trustworthy guidance on every step of the New Zealand property transaction journey.

Calculate.co.nz is also partnered with Health Based Building and Premium Homes to promote informed choices that lead to better long-term outcomes for Kiwi households.

Calculate.co.nz is hosted in Auckland via SiteHost new Zealand.

All content on this website, including calculators, tools, source code, and design, is protected under the Copyright Act 1994 (New Zealand). No part of this site may be reproduced, copied, distributed, stored, or used in any form without prior written permission from the owner.

About & trust: Why Calculate is NZ's most comprehensive · By the Numbers · How we compare · Editorial standards · How we keep data current · NZ finance glossary · Research & data · Financial literacy NZ · About · Privacy policy · Terms of use

Reviewed and maintained. Last reviewed 2026-07-02 and checked on a twice-monthly cycle against IRD, RBNZ and Stats NZ. How we keep data current.

© 2026 Calculate.co.nz. All rights reserved. Building free NZ calculators since 2011.