As-the-crow-flies distance is the direct geographic distance between two locations, without following roads, highways, walking paths, or other travel routes.
It answers a simple question:
How far apart are these two locations directly?
For locations on Earth, that direct distance is usually calculated as a great-circle distance rather than as a flat straight line on a map.
Use our Distance Calculator when you want to calculate the direct distance between two latitude and longitude coordinates.
What Does "As the Crow Flies" Mean?
The phrase as the crow flies means the most direct distance between two locations, ignoring the route a person or vehicle would actually need to follow.
For example, two towns may be:
40 miles apart as the crow flies
but:
52 miles apart by road
because the road must follow:
- highways;
- bridges;
- valleys;
- rivers;
- city streets;
- other available routes.
The as-the-crow-flies measurement focuses only on geographic separation.
What Is As-the-Crow-Flies Distance?
As-the-crow-flies distance is the shortest surface distance between two geographic points under the Earth model used for the calculation.
For short distances, people often describe this as a straight-line distance.
For longer distances across Earth's curved surface, the more accurate concept is usually:
great-circle distance
A great-circle path follows the curvature of Earth rather than treating the planet as a flat map.
How Do You Calculate As-the-Crow-Flies Distance?
The calculation requires the coordinates of both locations:
Point A = latitude₁, longitude₁
Point B = latitude₂, longitude₂
A common method is the Haversine formula.
The calculator:
- converts latitude and longitude into radians;
- finds the difference in latitude and longitude;
- calculates the angular separation between the two points;
- multiplies that angle by an Earth-radius value;
- converts the result into the requested units.
The result gives the direct geographic distance between the two points.
For the full mathematical explanation, see our Haversine Formula guide.
What Is the Haversine Formula?
The Haversine formula is:
a = sin²(Δφ ÷ 2) + cos(φ₁) × cos(φ₂) × sin²(Δλ ÷ 2)
c = 2 × atan2(√a, √(1 − a))
Distance = R × c
where:
- φ₁, φ₂ = latitudes in radians;
- λ₁, λ₂ = longitudes in radians;
- Δφ = difference in latitude;
- Δλ = difference in longitude;
- R = radius of the Earth model.
Our main geographic Distance Calculator uses a spherical Earth radius of:
R = 6,371 km
and returns the result in:
- kilometers;
- miles;
- nautical miles.
Why Isn't As-the-Crow-Flies Distance Just a Flat Straight Line?
Because Earth is curved.
On a small local map, the difference may seem unimportant.
Over long distances, however, treating latitude and longitude as ordinary flat x/y coordinates can produce incorrect results.
A geographic distance calculation should account for Earth's surface geometry.
That is why methods such as the Haversine formula are widely used for latitude/longitude calculations.
What Is Great-Circle Distance?
A great circle is a circle drawn around a sphere whose center is the same as the center of the sphere.
The shortest surface path between two points on a sphere lies along a great circle.
Examples of great circles include:
- the equator;
- any complete meridian together with its opposite meridian.
For geographic distance calculations, the relevant great-circle arc connects the two locations.
This is the geometric basis of many as-the-crow-flies calculations.
As the Crow Flies vs Straight-Line Distance
The phrases are often used interchangeably in everyday language.
However, there is an important technical distinction.
Flat Straight-Line Distance
Uses ordinary Euclidean geometry:
Distance = √[(x₂ − x₁)² + (y₂ − y₁)²]
Geographic As-the-Crow-Flies Distance
Uses geographic coordinates on Earth's curved surface.
For geographic latitude and longitude, a Haversine or another geodesic method is more appropriate.
For Cartesian-coordinate mathematics, see the Euclidean Distance Formula.
As the Crow Flies vs Driving Distance
This is one of the most important distinctions on the site.
As-the-Crow-Flies Distance
Measures direct geographic separation.
Driving Distance
Follows the road network.
For example:
Direct distance = 75 miles
but:
Driving distance = 96 miles
Both values may be correct.
They answer different questions.
Use the Driving Distance Calculator when you need actual road mileage.
Why Is Driving Distance Usually Longer?
Roads rarely connect two locations using the shortest possible geographic path.
Driving routes must follow:
- existing streets;
- highways;
- bridges;
- tunnels;
- mountain passes;
- legal road connections.
Natural and human-made obstacles can create significant detours.
Examples include:
- rivers;
- lakes;
- mountains;
- private land;
- restricted areas;
- limited-access highways.
This is why road mileage is often greater than the direct geographic distance.
Can Driving Distance Ever Be Close to As-the-Crow-Flies Distance?
Yes.
If a road connects two places very directly, the values can be similar.
For example:
Direct distance = 20 miles
Driving distance = 21 miles
The road route in this case is only slightly longer than the geographic separation.
In other situations, the difference can be much larger.
See Driving Distance vs Straight-Line Distance for a deeper comparison.
As the Crow Flies vs Walking Distance
Walking distance also follows a usable route.
Pedestrians may need to follow:
- sidewalks;
- footpaths;
- crossings;
- bridges;
- trails.
Therefore:
As-the-crow-flies distance ≠ walking distance
A destination might be only:
0.5 miles away directly
but:
1.2 miles away on foot
because the pedestrian route must use an available crossing.
For actual pedestrian routing, see Walking Route Distance Calculator.
As the Crow Flies vs Air Distance
These concepts are closely related.
Air distance often means the direct geographic distance between two airports or locations.
For long-distance travel, this is generally calculated as a great-circle or geodesic distance.
However, an aircraft may not fly the exact shortest geographic path because of:
- air traffic;
- weather;
- restricted airspace;
- departure procedures;
- arrival procedures.
So:
great-circle air distance
is not necessarily identical to:
actual aircraft track length
Does "As the Bird Flies" Mean the Same Thing?
Yes.
People also use expressions such as:
- as the bird flies;
- bird's-eye distance;
- crowfly distance;
- direct distance;
- straight-line distance;
- air distance.
In most everyday geographic searches, these refer to the distance between two locations without following roads.
For global calculations, great-circle distance is the more technically meaningful term.
Can You Calculate As-the-Crow-Flies Distance Between Cities?
Yes.
To calculate the direct distance between two cities:
- choose a representative coordinate for City A;
- choose a representative coordinate for City B;
- calculate the geographic distance between those coordinates.
A city is an area rather than a single mathematical point, so the result depends on which coordinates represent each city.
For example:
downtown-to-downtown
may produce a slightly different result from:
airport-to-airport.
For the broader city/location workflow, see Distance Between Two Locations.
Can You Calculate As-the-Crow-Flies Distance Between Addresses?
Yes.
First convert both addresses into coordinates.
The process is:
Address A
↓
Latitude/Longitude A
and:
Address B
↓
Latitude/Longitude B
then:
Great-Circle Distance
This requires geocoding before the geographic calculation.
For address-based direct and driving measurements, use Distance Between Addresses.
Can You Calculate As-the-Crow-Flies Distance Between ZIP Codes?
Yes, but the interpretation requires care.
A ZIP Code is not a single exact geographic point.
A ZIP distance calculation usually uses a representative coordinate, such as a centroid.
The result therefore means:
distance between the selected representative points of the ZIP Codes
rather than the distance between every possible address inside those ZIP Codes.
See Distance Between ZIP Codes for more detail.
Can You Calculate As-the-Crow-Flies Distance From Coordinates?
Yes.
This is one of the most direct ways to perform the calculation.
For example:
Point A:
40.7128, −74.0060
Point B:
34.0522, −118.2437
Enter the coordinate pairs into the Distance Calculator to calculate their great-circle separation.
Coordinates remove the ambiguity associated with place names.
What Units Can Be Used?
Direct geographic distance can be expressed in many units.
Common units include:
- miles;
- kilometers;
- nautical miles;
- meters.
For a U.S. audience, statute miles are often the most familiar.
Kilometers are useful internationally.
Nautical miles are commonly used in aviation and marine navigation.
Statute Miles vs Nautical Miles
A statute mile is the ordinary mile used for land distance in the United States.
A nautical mile is defined as exactly:
1,852 meters
Therefore:
1 nautical mile ≈ 1.15078 statute miles
and:
1 statute mile ≈ 0.86898 nautical miles
Always check which type of mile a distance tool is reporting.
Can Google Maps Measure As-the-Crow-Flies Distance?
Yes.
Google Maps includes a Measure distance feature that lets you manually select points on the map.
With two points, this provides a direct map-distance measurement rather than a driving route.
With multiple points, Google Maps totals the connected line segments.
For the step-by-step procedure, see How to Measure Distance on Google Maps.
Google Maps Measure Distance vs Directions
These are different functions.
Measure Distance
Used for direct geographic measurement between selected points.
Directions
Used to calculate travel routes.
For example:
Measure distance:
A → B directly
Directions:
A → roads/paths → B
This difference explains why the two values often do not match.
Can You Measure As-the-Crow-Flies Distance on a Map?
Yes.
Use the Map Distance Calculator when you want to select two points visually.
The current tool:
- lets you click two map points;
- draws a line between them;
- calculates Haversine distance;
- displays miles and kilometers;
- shows the selected coordinates.
This is useful when you know the locations visually but do not already know their coordinates.
Is As-the-Crow-Flies Distance Always the Shortest Possible Distance?
It is the shortest relevant surface distance under the geographic model being used.
For a spherical Earth model, this corresponds to the shorter great-circle arc between the points.
However, Earth is not a perfect sphere.
More precise geodesic calculations can model Earth as an ellipsoid.
For ordinary consumer distance calculations, a spherical great-circle model is often sufficiently useful.
Is Earth a Perfect Sphere?
No.
Earth is more accurately approximated as an oblate ellipsoid.
It is slightly wider around the equator than from pole to pole.
A spherical model simplifies geographic calculations by using one representative Earth radius.
More advanced geodesic methods use ellipsoidal models when higher precision is required.
How Accurate Is the Haversine Formula?
The Haversine formula is useful for general geographic distance calculations because it accounts for Earth's curvature while remaining computationally simple.
Its main approximation is treating Earth as a sphere.
For:
- general travel comparisons;
- educational calculations;
- map tools;
- everyday geographic distance;
this is often practical.
For:
- surveying;
- precision geodesy;
- legal boundary work;
- high-accuracy engineering;
ellipsoidal methods may be more appropriate.
Can As-the-Crow-Flies Distance Cross Water?
Yes.
The calculation ignores whether the space between the locations contains:
- water;
- mountains;
- buildings;
- borders;
- private land.
For example, two locations on opposite sides of a lake may be geographically close even though the road journey around the lake is much longer.
The direct line represents geographic separation, not accessibility.
Can As-the-Crow-Flies Distance Cross International Borders?
Yes.
Political borders do not affect the mathematical distance.
A direct geographic line can cross:
- state borders;
- national borders;
- restricted zones;
- water;
- other jurisdictions.
The calculation only measures location geometry.
Does Terrain Affect As-the-Crow-Flies Distance?
Not in a standard surface-geographic calculation.
A typical great-circle calculation uses latitude and longitude and does not account for:
- mountains;
- hills;
- elevation changes.
It therefore measures horizontal geographic separation over the Earth model rather than the exact distance traveled over terrain.
For most long-distance geographic questions, elevation differences are tiny compared with Earth's scale.
Does Elevation Matter?
Usually not for ordinary city-to-city or regional distance calculations.
However, in specialized engineering or local 3D calculations, vertical separation may matter.
For example, if two points have significant altitude differences, a three-dimensional model may be more appropriate.
The standard Haversine calculation uses latitude and longitude only.
Can the Direct Distance Be Zero?
Yes.
If both coordinate pairs represent the same location:
Point A = Point B
then:
Distance = 0
Is As-the-Crow-Flies Distance Symmetrical?
Yes.
The geographic distance from A to B is the same as from B to A:
Distance(A, B) = Distance(B, A)
The initial direction can differ when the route is reversed, but the distance itself remains equal.
Why Can the Initial Direction Change?
A geographic route has direction as well as distance.
Traveling:
A → B
may begin northeast.
Traveling:
B → A
may begin southwest or another corresponding direction.
Our main calculator provides an initial bearing direction in addition to distance.
That direction should not be confused with a road-navigation instruction.
Is Initial Bearing the Same as Driving Direction?
No.
Initial bearing describes the starting direction of the direct geographic path.
Driving directions describe the sequence of roads and turns required to reach the destination.
For example:
Initial geographic direction: northwest
does not mean:
drive northwest continuously
The road route may change direction many times.
Why Is As-the-Crow-Flies Distance Useful?
Direct distance is useful when the road network is not the main question.
Common use cases include:
- comparing geographic separation;
- estimating regional proximity;
- aviation context;
- map analysis;
- distance between coordinates;
- preliminary location analysis;
- understanding how indirect a road route is.
It provides a baseline against which other route-based distances can be compared.
Can Businesses Use As-the-Crow-Flies Distance?
Yes, for some applications.
Examples include:
- rough service-area screening;
- proximity analysis;
- location comparison.
However, direct distance may be unsuitable when business operations depend on:
- road mileage;
- travel time;
- bridges;
- traffic;
- delivery routes.
For fixed geographic coverage around one location, use the Map Radius Calculator.
For road-based service areas, a driving-radius or isochrone model is more appropriate.
As-the-Crow-Flies Distance vs Radius
These are related but different measurements.
Point-to-Point Distance
Asks:
How far is Point B from Point A?
Radius
Asks:
Which locations are within X miles of Point A?
A radius applies a chosen direct distance in every direction around one center.
See the Map Radius Calculator for that use case.
Can You Use Direct Distance for Delivery Zones?
Sometimes, but only if the delivery rule is explicitly based on geographic radius.
For example:
We deliver within a 10-mile straight-line radius
can be modeled with direct distance.
If the business means:
within 10 driving miles
or:
within 20 minutes
then a route-based model is required.
Can You Estimate Driving Distance From As-the-Crow-Flies Distance?
Only roughly.
There is no universal conversion such as:
Driving Distance = Crow-Flies Distance × 1.2
that works everywhere.
The relationship depends on:
- roads;
- terrain;
- water;
- bridges;
- city layout.
A multiplier might work approximately in one region and fail badly in another.
Use a road-routing calculation when driving distance actually matters.
What Is the Difference Between As-the-Crow-Flies Distance and Displacement?
In physics, displacement describes the change in position from start to finish and includes direction.
As-the-crow-flies geographic distance is closely related to endpoint separation, but it is normally discussed as an unsigned geographic distance.
For example, a traveler might drive:
100 miles
along roads but end only:
75 miles
from the starting point geographically.
The route distance and endpoint separation describe different aspects of the journey.
When Should You Use As-the-Crow-Flies Distance?
Use direct geographic distance when you want to know:
- how far apart two places are geographically;
- distance between coordinates;
- approximate air-distance separation;
- whether a place lies near another geographically;
- how indirect a driving route is.
When Should You Not Use It?
Do not use direct distance when you specifically need:
- driving mileage;
- walking distance;
- cycling distance;
- public-transit distance;
- actual travel time;
- delivery-route cost.
Those require the relevant transportation network.
Which Distance Tool Should You Use?
| Your question | Best resource |
|---|---|
| How far apart are two coordinates directly? | Distance Calculator |
| How far apart are two clicked map points? | Map Distance Calculator |
| How does direct geographic distance work? | As the Crow Flies Distance Guide |
| How does Haversine work? | Haversine Formula |
| How many road miles separate two places? | Driving Distance Calculator |
| How far apart are two addresses? | Distance Between Addresses |
| What lies within X miles of one point? | Map Radius Calculator |
Frequently Asked Questions
What does "as the crow flies" mean?
It means the direct geographic distance between two locations without following roads or travel routes.
How do you calculate as-the-crow-flies distance?
Use the latitude and longitude of both points and calculate their great-circle distance, commonly with the Haversine formula.
Is as-the-crow-flies distance the same as driving distance?
No. Driving distance follows the road network and is usually longer.
Is as-the-crow-flies distance the same as straight-line distance?
In everyday usage, yes. For geographic coordinates over long distances, great-circle distance is the more technically accurate concept.
Can Google Maps show as-the-crow-flies distance?
Yes. Google Maps' Measure distance feature can measure direct distance between selected map points.
Can I calculate as-the-crow-flies distance between cities?
Yes. Use representative coordinates for both cities and calculate the direct geographic distance.
Can I calculate it between addresses?
Yes, after converting both addresses into latitude and longitude coordinates.
What formula is used?
A common method is the Haversine formula.
Does the calculation account for roads?
No. It ignores roads, traffic, terrain accessibility, and route restrictions.
Can the direct line cross water?
Yes. The calculation measures geographic separation regardless of what lies between the endpoints.
Why is driving distance longer?
Roads must follow available infrastructure and often detour around geographic or human-made barriers.
Is air distance the same as as-the-crow-flies distance?
They are often closely related. For long geographic distances, both commonly refer to great-circle or geodesic separation between endpoints.
