GPS Coordinates Converter

Paste a coordinate in any shape you have it — decimal, degrees-minutes-seconds, or the degrees-and-decimal-minutes that marine and aviation use — and get the other two back.

Any of these work: 40.179333, 44.508333 · 40 10 45.6 N 44 30 30 E · N40 10.76 E44 30.5 · -33.8688 151.2093. Hemisphere letters and minus signs are both understood, and the order can be either way round if you label them.
The metres shown are for latitude. Longitude is tighter the further you are from the equator — the table below is worked out for the point you entered.

          

          

          

Nothing you type here is uploaded, stored or sent anywhere. It all runs in your browser.

Three ways to write the same point

  • Decimal degrees. 40.179333, 44.508333. What every mapping API, database and spreadsheet wants. Latitude first, negative for south and west.
  • Degrees, minutes, seconds. 40°10'45.6"N. What paper maps, land registries and old survey documents use. A minute is a sixtieth of a degree; a second is a sixtieth of that.
  • Degrees and decimal minutes. 40°10.760'N. What marine and aviation use, and what a chart plotter or a VFR flight plan expects. It exists because one minute of latitude is one nautical mile, so tenths of a minute are a unit a navigator can do arithmetic in.

Decimal places are a claim about accuracy

One degree of latitude is about 111 kilometres everywhere. Each decimal place divides that by ten: three places is roughly 110 metres, five places is about a metre, seven places is a centimetre. A phone GPS is good to somewhere between three and ten metres in the open and much worse in a city, so a coordinate written to seven decimal places is claiming a precision the device never had. Longitude is different — a degree of longitude is 111 km at the equator and shrinks with the cosine of the latitude, down to nothing at the poles. At 60° north it is half. The table above works both out for the point you entered.

The mistakes that actually happen

The big one is the swap: longitude written first, which puts a point in Yerevan into the Indian Ocean instead. This tool catches it when the numbers make it obvious or when you have labelled the hemispheres, but it cannot catch a swap between two values that are both valid as either. The second is a dropped minus sign, which reflects a point across the equator or the prime meridian — most of the time into open water, which at least makes it visible. The third is mixing formats in one string: 40.10 45.6 is not a coordinate in any of the three notations, and something will read it as one anyway.

A word on datums, which is shorter than you fear

A coordinate is a position on a mathematical model of the earth, and there is more than one model. Everything on this page is WGS84 — the datum GPS satellites broadcast in, and the one your phone, your car and every consumer receiver report. If you are reading coordinates off a national survey map you may be in a local datum instead: OSGB36 in Britain, NAD83 in North America, Pulkovo 1942 across the former Soviet Union. The shift between datums can be hundreds of metres, which is more than every decimal place you were arguing about. Converting between datums is a different job from converting between notations, and this tool does not do it. If your source does not say which datum it is in and it came from a GPS device, it is WGS84.

Questions people ask

Which comes first, latitude or longitude?

Latitude, in every convention that matters — decimal pairs, DMS, and what mapping APIs expect. The exception people trip over is GeoJSON and a few GIS formats, which use longitude first on purpose. If you label the hemispheres with N, S, E and W, this tool will take them in either order and put them right.

What do negative numbers mean?

Negative latitude is south of the equator; negative longitude is west of Greenwich. So Sydney is about -33.87, 151.21 and New York is about 40.71, -74.01. A minus sign and a hemisphere letter say the same thing, and using both — -40.17 N — is a contradiction this tool will refuse rather than guess at.

Why does my coordinate show a slightly different place on two maps?

Usually because one of them snapped your point to the nearest road, address or place name rather than showing the raw position. Sometimes because the underlying imagery is offset from the map data. Almost never because the conversion is wrong — the arithmetic here is exact, and the only rounding is the decimal places you chose.

Are the map links private?

The conversion is. The links are not, and cannot be: clicking one sends the coordinates to Google, Apple or OpenStreetMap, because that is what opening a map means. Nothing is sent unless you click.

Can it convert between datums, like WGS84 to OSGB36?

No, and it says so rather than pretending. Datum conversion needs a transformation grid, it is lossy, and the right answer depends on the survey you are working against. This tool changes the notation of a coordinate, not the reference frame it is expressed in.

Built to be linked to

A converter that parses what people actually paste gets referenced from forums, wikis and documentation. That is a link you earn once and keep.

Book a Call More free tools