Toolzy

Distance Between Points

Calculate the Euclidean distance between two points on a plane.

Distance

5

Enter the coordinates of two points to get the straight-line (Euclidean) distance between them.

How to use

  1. Enter the x and y of the first point.
  2. Enter the x and y of the second point.
  3. Read the distance between them.

Frequently asked questions

What formula is used?
The Euclidean distance is the square root of (x2-x1)² + (y2-y1)².
Can I use negative coordinates?
Yes, any real numbers work for the coordinates.

Related tools