Azimuth / Bearing Calculator

Calculate the initial bearing (azimuth) from one geographic coordinate to another. Outputs standard 0°–360° bearing and quadrant notation such as N 45° E.

913.8K usesUpdated · 2026-04-29Runs locally · zero upload

How to Use Azimuth / Bearing Calculator

The Azimuth Bearing Calculator finds the compass heading from any origin point to any destination on Earth.

  1. Enter the origin coordinates — Input the latitude and longitude of your starting location in decimal degrees.
  2. Enter the destination coordinates — Input the latitude and longitude of where you want to head toward.
  3. Read the bearing — The Azimuth Bearing Calculator instantly returns the standard azimuth (0°–360°), the quadrant bearing (e.g. N 45° E), and the 16-point compass direction.

Latitude values range from −90 to 90 (negative = South); longitude values range from −180 to 180 (negative = West).

Formula & Theory — Azimuth / Bearing Calculator

The Azimuth Bearing Calculator computes the initial forward bearing using spherical trigonometry:

y  = sin(Δλ) · cos(φ2)
x  = cos(φ1) · sin(φ2) − sin(φ1) · cos(φ2) · cos(Δλ)
θ  = atan2(y, x)
bearing = (θ in degrees + 360) mod 360
Symbol Meaning
φ1, φ2 Latitudes of origin and destination in radians
λ1, λ2 Longitudes of origin and destination in radians
Δλ λ2 − λ1 (longitude difference)
θ Raw bearing in radians from atan2
bearing Final azimuth normalised to [0°, 360°)

The Azimuth Bearing Calculator normalises the atan2 output so that North = 0°, East = 90°, South = 180°, and West = 270°, conforming to standard compass convention.

Quadrant Bearing Notation

The Azimuth Bearing Calculator also converts the decimal azimuth to quadrant notation. For example, a bearing of 45° is expressed as N 45° E, meaning 45° from North toward East. Quadrant notation is widely used in land surveying and traditional navigation.

Use Cases for Azimuth / Bearing Calculator

The Azimuth Bearing Calculator is valuable across many disciplines:

  • Marine navigation — Set the correct heading before leaving port.
  • Aviation — Compute initial track angle for flight planning.
  • Hiking & orienteering — Determine the compass bearing to a summit or waypoint.
  • Surveying — Establish reference bearings for boundary measurements.
  • Astronomy — Find the direction to a celestial object rising or setting on the horizon.
  • Telecommunications — Align directional antennas toward a tower or satellite.

Whenever you know two coordinates and need to know which direction to travel, the Azimuth Bearing Calculator provides an instant, precise answer in both modern and traditional formats.

Frequently asked questions about Azimuth / Bearing Calculator

What is the difference between azimuth and bearing?

In most practical contexts, azimuth and bearing are used interchangeably to describe the direction from one point to another. The Azimuth Bearing Calculator reports the initial forward azimuth measured clockwise from true North (0°–360°).

How does the Azimuth Bearing Calculator compute the direction?

The Azimuth Bearing Calculator uses the formula: θ = atan2(sin Δλ · cos φ2, cos φ1 · sin φ2 − sin φ1 · cos φ2 · cos Δλ), where φ and λ are latitude and longitude in radians. The result is normalised to 0°–360°.

When should I use the Azimuth Bearing Calculator?

Use the Azimuth Bearing Calculator for map navigation, marine or aviation route planning, land surveying, outdoor hiking compass work, and any task requiring the heading from a known origin to a known destination.

Is my data stored?

No. All calculations happen in your browser; nothing is sent to a server.