Calcsite / Math / Distance Between Two Points Calculator
Math

Distance Between Two Points Calculator

Calculate the straight-line distance between two coordinate points.

Distance Between Two Points

How this calculator works

This is the Pythagorean theorem applied to coordinate geometry — the same math whether you're measuring a map grid or a graph.

Formula

distance = √((x2−x1)² + (y2−y1)²)