# Bearing Calculator

Calculate the bearing (azimuth) between two coordinates on Earth

> Canonical page: https://elysiatools.com/en/tools/bearing-calculator

- **Category:** Geography

- **Keywords:** bearing, azimuth, direction, angle, navigation, coordinates, heading

## Overview

The Bearing Calculator computes the azimuth, or bearing angle, between two geographic coordinates on Earth using latitude and longitude. It provides precise directional measurements for navigation, mapping, and geographic analysis.

## Inputs

- **Start Latitude** (number): Enter starting latitude (-90 to 90)
- **Start Longitude** (number): Enter starting longitude (-180 to 180)
- **End Latitude** (number): Enter destination latitude (-90 to 90)
- **End Longitude** (number): Enter destination longitude (-180 to 180)
- **Unit System** (select)
- **Output Format** (select)

## When to use

- When determining the initial heading for travel between two locations, such as in flight planning or hiking.
- For calculating directions in geographic information systems (GIS) or cartography projects.
- In educational contexts to demonstrate navigation principles and coordinate geometry.

## How it works

- Enter the starting latitude and longitude coordinates within the valid ranges (-90 to 90 for latitude, -180 to 180 for longitude).
- Enter the destination latitude and longitude coordinates similarly.
- Select the desired unit system (e.g., degrees, kilometers, miles) and output format (e.g., decimal degrees, compass direction).
- The tool calculates the bearing angle using spherical trigonometry and displays the result based on your selections.

## Use cases

- Aviation: Pilots calculate bearings to plan flight routes between airports or waypoints.
- Outdoor Recreation: Hikers and geocachers determine bearings to navigate between trailheads and destinations.
- Surveying: Surveyors use bearings to establish directions for land measurement and mapping projects.

## Frequently asked questions

### What is a bearing or azimuth?

A bearing is the angle measured clockwise from north between two points on Earth, indicating the direction from one location to another.

### How accurate is the bearing calculation?

The calculation assumes a spherical Earth model and is accurate for most practical navigation and mapping purposes.

### What coordinate formats are supported?

Coordinates must be entered in decimal degrees, with latitude from -90 to 90 and longitude from -180 to 180.

### Can this tool be used for aviation or marine navigation?

Yes, it provides bearings useful for planning, but always cross-reference with official navigation charts and instruments for safety.

### What output formats are available?

You can choose from decimal degrees, degrees-minutes-seconds, compass direction, mils (NATO), or full details including all formats.

## Related tools

- [Great Circle Distance Calculator](https://elysiatools.com/en/tools/great-circle-distance): Calculate the shortest distance between two points on Earth using the great circle formula
- [Rhumb Line Distance Calculator](https://elysiatools.com/en/tools/rhumb-line-distance): Calculate the distance between two points following a rhumb line (constant bearing course)
- [Critical Angle and Total Internal Reflection Calculator](https://elysiatools.com/en/tools/critical-angle-total-reflection): θ_c = arcsin(n₂/n₁) with the Brewster angle — glass 41.81°, diamond 24.44°, the physics of fibers and sparkle.
- [Gravitational Time Dilation Calculator](https://elysiatools.com/en/tools/gravitational-time-dilation): dτ = dt·√(1 − 2GM/(rc²)) for Earth, Sun, or custom mass: Schwarzschild radius, dilation factor, and daily/yearly clock lag outside the horizon.
- [Timezone Lookup by Coordinates](https://elysiatools.com/en/tools/timezone-lookup-by-coordinates): Find the IANA timezone for any latitude / longitude: returns the timezone name (e.g. Asia/Shanghai), the current UTC offset, whether daylight saving time is active, the local wall-clock time, and the nearest reference cities. Fully offline — uses a built-in city/timezone reference database with nearest-reference matching.
- [Pendulum Period Calculator (T = 2π√(L/g))](https://elysiatools.com/en/tools/pendulum-calculator): Compute period, length, or gravity of a simple pendulum, plus amplitude-based peak speed and energy
- [Projectile Motion Calculator (Range, Height, Time)](https://elysiatools.com/en/tools/projectile-motion-calculator): Compute range, max height, flight time, and the full trajectory of a projectile given speed, angle, and optional initial height
- [Daily Compound Interest Calculator](https://elysiatools.com/en/tools/compound-interest-daily): Calculate compound interest with daily compounding for savings and investments

## Samples

- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion
- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [macOS Image Processing Objective-C Samples](https://elysiatools.com/en/samples/macos-image-processing-objectivec): macOS Objective-C image processing examples including image reading/saving, image scaling, and format conversion

## Related content

- [Geospatial Coordinate Conversion and Map Data Workflow](https://elysiatools.com/en/hubs/geospatial-coordinate-workflows): Normalize coordinate formats, verify locations, calculate distance and bearing, then convert GeoJSON, KML, OSM, and GPX data for downstream mapping work.
