Bearing Calculator

This bearing calculator turns an east and north displacement into a compass bearing and a straight-line distance, the two numbers you need whenever you are navigating by dead reckoning, plotting a course on a map, or checking a survey direction. You enter two values: how far you have moved east, using a negative number for west, and how far north, using a negative number for south. From these the calculator works out the bearing in degrees, measured clockwise from north through 0 to 360, so due north reads as 0, east as 90, south as 180 and west as 270. It also shows the same bearing converted to radians, and the straight-line distance between your start and end points, found with Pythagoras from the east and north components. Behind the scenes it uses the atan2 function on the east and north values, which places the bearing in the correct quadrant and then shifts any negative result into the 0 to 360 range automatically, so you never need to adjust for a negative angle yourself. This makes it useful for trampers and sailors working out a heading, pilots and surveyors converting coordinate offsets into a true bearing, and students checking navigation or trigonometry homework. Enter your east and north components, which update live, and read off the bearing, the distance and the radian equivalent below.

Calculate.co.nz is proud to be partnered with Health Based Building, a leader in sustainable and health-conscious building innovation. With over a century of experience, they develop high-performance systems like Foreverbreathe Specification, Magnum Board, and Foreverbreathe Paints to support energy-efficient, non-toxic living environments. Their commitment to healthier homes aligns with our belief that informed choices lead to better outcomes for Kiwi households.
Calculate.co.nz partner: Health Based Building
 
Distance 
Bearing (radians) 

The formula

The bearing is atan2(east, north), converted to degrees and shifted into the 0 to 360 range (add 360 to any negative result). Note that bearings use east over north, and run clockwise from north, unlike a standard maths angle. The distance is sqrt(east^2 + north^2).

Worked example

Heading 1 unit east and 1 unit north gives a bearing of atan2(1, 1) = 45 degrees, north-east, over a distance of sqrt(2), about 1.414214. Enter 1 and 1 above to confirm.

Frequently asked questions

How is a bearing measured?

In degrees clockwise from north, from 0 to 360. North is 0, east 90, south 180, west 270.

Why east over north, not north over east?

Bearings are measured from north, clockwise, so the formula is atan2(east, north). That differs from a standard maths angle, which is measured from the east axis anticlockwise.

What if my bearing comes out negative?

Add 360 degrees. The calculator already shifts the result into the 0 to 360 range for you.

Who this calculator is for

This calculator is for trampers, sailors, pilots, surveyors and students learning navigation.

What this calculator assumes

  • You enter east and north components with the right signs.
  • The bearing is a true bearing, clockwise from north.
  • Results are rounded for display.

Formula and sources

Related calculators

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 via 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-07-19 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.