Boneyard Tools

Compass Bearing and Azimuth Calculator

This calculator moves a direction between the two notations surveyors use every day: the whole-circle azimuth, measured clockwise from north across 0 to 360 degrees, and the quadrant (reduced) bearing such as N30E. It also returns the back azimuth, the reverse direction you sight along when you turn a traverse leg around. Enter one form and the other two values appear instantly, so there is no manual arithmetic and no lookup table.

How to convert a compass bearing

  1. Open the 'Convert from' menu and choose Azimuth or Quadrant bearing.
  2. For an azimuth, type the whole-circle angle in degrees (0 up to but not including 360).
  3. For a quadrant bearing, pick the quadrant (NE, SE, SW or NW) and type the acute angle from 0 to 90 degrees.
  4. Read the three result cards: Azimuth, Quadrant bearing, and Back azimuth.
  5. Click Copy to grab all three values as plain text.

Examples

Azimuth to quadrant bearing

Convert from Azimuth, azimuth = 30 deg
azimuth 30 deg, bearing N30.00E, back azimuth 210 deg

Quadrant bearing to azimuth

Convert from Quadrant bearing, quadrant SE, acute angle = 45 deg
azimuth 135 deg, bearing S45.00E, back azimuth 315 deg

A cardinal direction stays a single letter

Convert from Azimuth, azimuth = 270 deg
azimuth 270 deg, bearing W, back azimuth 90 deg

Frequently asked questions

What is the difference between an azimuth and a quadrant bearing?

An azimuth is one angle measured clockwise from north across the full 0 to 360 degree circle. A quadrant bearing, also called a reduced bearing, is an acute 0 to 90 degree angle measured from either north or south and turned toward east or west, written like N30E or S45W. They describe the same direction in different words.

How is the back azimuth calculated?

The tool adds 180 degrees to the azimuth and subtracts 360 if the total reaches 360 or more. So 30 degrees becomes 210, and 270 degrees becomes 90. The back azimuth is the direction you would face looking straight back along the same line.

How does an azimuth map onto the four quadrants?

0 to 90 degrees is the NE quadrant, written N{angle}E. 90 to 180 falls in SE and is measured up from south as S{180 minus azimuth}E. 180 to 270 is SW as S{azimuth minus 180}W. 270 to 360 is NW as N{360 minus azimuth}W.

What happens at exactly 0, 90, 180 and 270 degrees?

Those four azimuths point due north, east, south and west. The calculator returns them as the single letters N, E, S and W instead of an N0E style label, because there is no acute angle to report on a cardinal line.

Why does the quadrant bearing always show two decimal places?

The angle is formatted to a fixed two decimals, so 30 becomes N30.00E and a value like 12.5 becomes N12.50E. This keeps field notes aligned in columns and makes rounding explicit rather than hidden.

What input ranges are accepted?

An azimuth must be at least 0 and strictly less than 360 degrees, so 360 itself is rejected as it equals 0. A quadrant acute angle must be from 0 to 90 degrees inclusive. Values outside those bounds show an error rather than a wrong answer.

Can I enter both an azimuth and a quadrant bearing at once?

No. The tool converts in one direction at a time, chosen by the 'Convert from' menu. If both an azimuth and a quadrant were supplied together through the API, it rejects the request to avoid an ambiguous result.

Does this account for magnetic declination?

No. It works purely with the numbers you type and does not add or remove any declination. If your compass reads magnetic north, apply your local declination first to get a true bearing, then convert here.

Is my data sent anywhere?

No. The conversion runs entirely in your browser with simple arithmetic, so nothing you enter is uploaded or stored. There is also a JSON API for the same math if you want to script conversions.

Learn more

Related tools