This azimuth calculator works out the direction from one point on Earth to another, measured in degrees clockwise from north. You enter the latitude and longitude of your start point and your target, using negative numbers for south and west, and the calculator returns the azimuth, the great circle distance between the two points, the nearest 16-point compass direction, and the reciprocal bearing for the return trip. The azimuth is the same as a true bearing: north reads as 0 degrees, east as 90, south as 180 and west as 270, so a figure near 180 means you are heading almost due south. Behind the scenes it uses the initial great circle bearing formula with the atan2 function, which places the direction in the correct quadrant and shifts any negative result into the 0 to 360 range automatically, and it measures distance along the great circle using the haversine formula with a mean Earth radius of 6,371 kilometres. This makes it useful for aiming a satellite dish or aerial, planning a sailing or tramping route, pointing solar gear, or checking navigation and surveying work. Keep in mind that the azimuth shown is the direction at the start, since a great circle slowly curves, and a fixed compass heading follows a slightly different rhumb line. Enter your two coordinates below and the results update as you type.
Azimuth is the initial great circle bearing, in degrees clockwise from north. Distance uses the haversine formula with an Earth radius of 6,371 km. South and west are negative. Estimate only.
The azimuth is the initial bearing along the great circle joining the two points. It is found with atan2 of two terms: sin of the longitude difference times the cosine of the target latitude, and the cosine of the start latitude times the sine of the target latitude, minus the sine of the start latitude times the cosine of the target latitude times the cosine of the longitude difference. The result is converted to degrees and shifted into the 0 to 360 range. The distance uses the haversine formula on the same coordinates with a mean Earth radius of 6,371 kilometres.
From Auckland at latitude -36.8485, longitude 174.7633 to Wellington at latitude -41.2865, longitude 174.7762, the two longitudes are almost the same while Wellington sits well to the south. The formula returns an azimuth of about 179.9 degrees, which is virtually due south, the nearest compass point is S, and the great circle distance is about 493.5 kilometres. The reciprocal bearing for the trip back from Wellington to Auckland is about 359.9 degrees, or nearly due north.
An azimuth is a direction measured in degrees clockwise from north, from 0 to 360. North is 0, east is 90, south is 180 and west is 270. It is the same as a true bearing and tells you which way to face or travel to reach a target.
It uses the initial great circle bearing formula: the angle of atan2(sin of the longitude difference times the cosine of the second latitude, and cosine of the first latitude times sine of the second, minus sine of the first times cosine of the second times cosine of the longitude difference), converted to degrees and shifted into the 0 to 360 range.
On a sphere the shortest path is a great circle, and its direction slowly changes as you travel. The figure here is the initial azimuth at the start point. A constant compass heading follows a different, slightly longer line called a rhumb line.
If you've found a bug, or would like to contact us, or learn more about James Graham and Calculate.co.nz.
Calculate.co.nz is partnered with Interest.co.nz for New Zealand's highest quality calculators and financial analysis.
Calculate.co.nz is the sister site of CalculatorHub.com, the world's largest calculator website by tool count.
All calculators and tools are provided for educational and indicative purposes only and do not constitute financial advice.
Calculate.co.nz is proudly part of the Realtor.co.nz group, New Zealand's leading property transaction literacy platform, helping Kiwis understand the home buying and selling process from start to finish. Whether you're a first home buyer navigating your first property purchase, an investor evaluating your next acquisition, or a homeowner planning to sell, Realtor.co.nz provides clear, independent, and trustworthy guidance on every step of the New Zealand property transaction journey.
Calculate.co.nz is also partnered with Health Based Building and Premium Homes to promote informed choices that lead to better long-term outcomes for Kiwi households.
Calculate.co.nz is hosted in Auckland by SiteHost New Zealand.
All content on this website, including calculators, tools, source code, and design, is protected under the Copyright Act 1994 (New Zealand). No part of this site may be reproduced, copied, distributed, stored, or used in any form without prior written permission from the owner.
About & trust: Why Calculate is NZ's most comprehensive · By the Numbers · How we compare · Editorial standards · How we keep data current · NZ finance glossary · Research & data · Financial literacy NZ · About · Privacy policy · Terms of use
Reviewed and maintained. Last reviewed 2026-08-15 and checked on a twice-monthly cycle against IRD, RBNZ and Stats NZ. How we keep data current.
© 2026 Calculate.co.nz. All rights reserved. Building free NZ calculators since 2011.