Azure Maps Route Directions API returns NO_ROUTE_FOUND for valid US route while Bing Maps also fails but another map provider routes successfully

Soluzione Support 2 20 Reputation points
2026-06-25T07:40:21.2733333+00:00

We are facing an issue with Azure Maps Route Directions API where routing fails for some valid US locations.

Azure Maps Search API is able to geocode the location successfully with score 1 and match confidence 1. However, Azure Maps Route Directions API returns the following error:

{ "error": { "code": "400 BadRequest", "message": "Engine error while executing route request: NO_ROUTE_FOUND: No valid route found" } }

We tested the following:

  1. Route API v1.0 with travelMode=car.

traffic=true and traffic=false.

Removed avoid parameters.

Used the geocoded position coordinates returned by Azure Maps Search API.

Used the entryPoint coordinates returned by Azure Maps Search API.

Added intermediate waypoints.

Tested origin to first waypoint separately.

When testing with intermediate waypoints, Azure Maps returned:

NO_ROUTE_FOUND: route search failed between origin and waypoint 1

This indicates that the issue appears to be near the origin coordinate. Azure Maps can geocode the address, but the routing engine is unable to connect that point to the car-routable road network.

This is not an isolated issue for only one address. We are seeing similar Azure Maps routing failures for other valid addresses as well. Our business application depends on Azure Maps Route Directions API for distance calculation and routing validation. These NO_ROUTE_FOUND errors directly impact order processing and user experience.

Can Microsoft please confirm:

Whether this type of error is usually caused by waypoint snapping, road-network connectivity, or missing/restricted road segment data.

Whether there is an API-supported way to get the closest car-routable coordinate for a geocoded address.

Whether entryPoints are always expected to be routable for car routing.

What fallback approach is recommended when Azure Maps Search geocodes an address successfully but Route Directions API returns NO_ROUTE_FOUND.

How we can report multiple affected locations privately, since exact addresses and customer data should not be posted publicly.

We need a reliable resolution path or recommended production workaround because this has business impact.

Azure Maps
Azure Maps

An Azure service that provides geospatial APIs to add maps, spatial analytics, and mobility solutions to apps.


Answer accepted by question author
IoTGirl 4,126 Reputation points Microsoft Employee Moderator
2026-07-01T17:41:01.5533333+00:00

Thank you for the details I have been able to reproduce the issue and have logged it with our Maps Data team. Note that you can also do this using Bing.com/maps or Feedback.AzureMaps.com which also routes you to Bing Maps.

Was this answer helpful?

1 person found this answer helpful.

0 additional answers

Sort by: Oldest

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.