Coordinates Converter - Decimal, DMS, and DDM Formats

The coordinates converter reformats latitude and longitude between decimal degrees, DMS, DDM, radians, and signed hemisphere notation.

Updated: May 31, 2026 • Free Tool

Coordinates Converter

Accepted range: 90 S to 90 N.

Accepted range: 180 W to 180 E.

Results

Decimal Degrees
40.689200, -74.044500
DMS 40° 41' 21.12" N, 74° 2' 40.20" W
DDM 40° 41.352' N, 74° 2.670' W
Radians 0.71016, -1.29232
Coordinate Status Valid

What This Calculator Does

The coordinates converter changes latitude and longitude values between decimal degrees, degrees decimal minutes, degrees minutes seconds, signed hemisphere notation, and radians. It is built for cases where a map, GPS receiver, spreadsheet, field note, or GIS export uses the same location but writes the angle in a different format.

A coordinate pair needs two angular values. Latitude measures north or south of the equator, while longitude measures east or west of the prime meridian. The converter keeps those roles separate, validates the allowed ranges, and returns the same point in the notations that commonly appear in mapping, navigation, education, and data-cleaning work.

That separation prevents a common data-entry mistake. A latitude such as 74.0445 can be valid, but it is not the same as a longitude of -74.0445. The calculator treats each field according to its geographic role, so range checks and hemisphere letters are evaluated before any output format is displayed.

Decimal degrees are compact and work well in databases. Degrees minutes seconds are familiar in survey records and older maps. Degrees decimal minutes often appear in outdoor navigation and waypoint lists. Radians are useful when coordinates feed trigonometric formulas. The result panel reports those outputs together so a format mismatch can be found before coordinates are pasted into another system.

The page also works when records need a consistent style before review. A project list might contain signed decimals, north-west letter pairs, and DMS values copied from map labels. Converting each row to the same notation makes sorting, comparing, and spotting obvious sign errors much easier.

A second task is documentation. Reports, photo logs, incident notes, and classroom assignments often specify a required coordinate style. The same source coordinate can be reformatted for that requirement while the original value remains available for audit. Keeping both forms nearby reduces the chance that a rounded display value replaces the more precise source record.

The NOAA longitude reference explains that longitude is measured in degrees, minutes, and seconds and runs east or west of the prime meridian. That notation is the basis for the DMS and DDM conversions shown here.

For graphing ordered pairs after notation is cleaned, the Coordinate Plane Calculator gives a separate Cartesian view for x-y relationships.

How the Calculator Works

The calculation starts by reading each latitude or longitude as a signed decimal degree value. If the entry contains a hemisphere letter, north and east are positive while south and west are negative. If the entry is already signed, the sign is used directly unless a conflicting hemisphere creates an invalid input.

decimal degrees = degrees + minutes / 60 + seconds / 3600

DMS to decimal degrees follows the formula above. DDM is the same relationship without a separate seconds field: decimal degrees equals degrees plus decimal minutes divided by 60. Decimal degrees convert back to DMS by taking the absolute value, keeping whole degrees, multiplying the remainder by 60 for minutes, and multiplying the next remainder by 60 for seconds.

Negative values are applied only after the absolute degree-minute-second parts are combined. This matters because minutes and seconds are subdivisions of the angle, not separate signed quantities. For west longitude, 74 degrees 2 minutes 40.2 seconds west becomes the negative of the combined value, not a mixture of positive and negative components.

Latitude is valid from -90 to 90 degrees. Longitude is valid from -180 to 180 degrees. The calculator marks values outside those ranges as invalid rather than wrapping them around the globe, because coordinate normalization can hide an entry error when a field note or coordinate file was typed incorrectly.

Rounding is performed after conversion, not before it. The internal decimal value is calculated from the entered parts, then the displayed precision is applied. That order preserves more of the original coordinate during the calculation and keeps DMS seconds from drifting because a decimal degree value was rounded too early.

The NOAA National Geodetic Survey OPUS API documentation accepts latitude and longitude in decimal degrees or DMS formats, which reflects the two major coordinate notations this calculator converts.

For angular units outside geographic coordinates, the Angle Converter handles degrees, radians, turns, gradians, arcminutes, and arcseconds.

Key Concepts Explained

Coordinate notation is a display choice, not a separate location system by itself. A point may be written as 40.6892, 40° 41.352', or 40° 41' 21.12". Those forms describe the same latitude when the sign and hemisphere are handled consistently.

Decimal Degrees

The whole angular position is stored as one signed decimal number. Negative latitude means south, and negative longitude means west.

Degrees Decimal Minutes

Whole degrees are followed by minutes with a decimal fraction. This format is often abbreviated as DDM.

Degrees Minutes Seconds

Whole degrees, whole minutes, and decimal seconds are written with a hemisphere letter. This format is often abbreviated as DMS.

Datum

A datum defines the Earth model and reference frame behind the coordinate. Notation conversion alone does not change the datum.

Precision should match the source. A coordinate copied from a sign or paper map may not justify seven decimal places, even when a converter can display them. Extra decimals can make a number look more authoritative than the original measurement supports.

The meaning of precision also differs by direction. A small change in latitude represents nearly the same north-south ground distance almost anywhere on Earth. A small change in longitude represents a shorter east-west ground distance at higher latitudes because the meridians come together toward the poles.

Hemisphere letters are also part of the value. The digits 74° 02' 40.2" can describe east or west longitude. The letter E or W determines which side of the prime meridian is intended. Losing that letter changes the location to the opposite side of the world.

Coordinate reference systems add another layer. WGS 84, NAD 83, local projected grids, and web map projections can all be associated with coordinate data. This calculator does not change those systems; it only changes how a latitude-longitude angle is written. The source reference system still needs to travel with the data.

When a coordinate pair is being compared with a real-world distance, the Length Converter helps translate map-scale distances into meters, feet, miles, or kilometers.

How to Use This Calculator

The calculator accepts common coordinate notation with either signs or hemisphere letters. A careful entry sequence reduces the chance of swapping latitude and longitude or accidentally making west longitude positive.

  1. 1
    Enter latitude. The latitude field may contain decimal degrees, DDM, or DMS. North may be written as N or as a positive number.
  2. 2
    Enter longitude. The longitude field follows the same pattern. West may be written as W or as a negative number.
  3. 3
    Choose precision. Decimal precision controls the signed decimal output, while seconds precision controls the rounded DMS seconds.
  4. 4
    Review status. The status line confirms valid ranges or flags a parsing problem before the coordinate is reused elsewhere.
  5. 5
    Copy the matching format. The result panel gives decimal degrees, DDM, DMS, and radians from the same validated pair.

Coordinate order should be checked before copying results. Many GIS tables label columns as longitude then latitude, while many mapping interfaces ask for latitude then longitude. The converter displays the pair as latitude, longitude because that is the most common GPS reading order.

Mixed punctuation is acceptable as long as the numeric order is clear. Spaces, degree symbols, apostrophes, quotation marks, and hemisphere letters can all appear in an entry. A compact value such as 40 41.352 N is treated as degrees decimal minutes, while 40 41 21.12 N is treated as degrees minutes seconds.

After conversion, the result should be checked against the expected hemisphere and approximate region. A coordinate near New York Harbor should have positive latitude and negative longitude. If the signs do not match the expected region, the original source may have used letters that were dropped during copying.

When converted coordinates are tied to time zones or local timestamps, the Time Zone Converter can keep location records aligned with clock time.

Benefits and When to Use It

A coordinate converter matters most when data comes from more than one source. A phone may export decimal degrees, a field sheet may list DMS, and a navigation note may use degrees decimal minutes. Converting them side by side makes the shared location easier to verify.

  • Data cleanup. Mixed coordinate fields can be standardized before a spreadsheet import or GIS upload.
  • Map checks. A coordinate copied from a web map can be compared with a DMS coordinate printed on an older map.
  • Field notes. Hemisphere letters and signs can be checked before coordinates are shared with another person or system.
  • Education. The conversion path shows how minutes and seconds are subdivisions of a degree.

The tool is not a datum transformation engine. If a project needs conversion between coordinate reference systems, the correct workflow should identify the source datum, target datum, projection, units, and transformation method before any coordinate values are changed.

It can still serve as an early quality check before a specialized transformation tool is opened. If coordinates are out of latitude or longitude range, have impossible minutes, or switch hemisphere signs unexpectedly, those errors should be corrected in the source record before more advanced processing begins.

It also should not be used as evidence that a boundary, address, or legal location is correct. The calculator reformats numbers; it does not confirm survey control, parcel boundaries, geocoding quality, or whether the original coordinate was collected accurately.

For field teams, the clearest benefit is reducing transcription risk. A written coordinate can be entered once, then checked in each notation before it is sent to a map application, report, dispatch note, or shared spreadsheet. The result is easier to compare with the format requested by the receiving system.

For broader measurement cleanup on the same page, the Conversion Calculator handles length, mass, volume, area, temperature, speed, pressure, energy, and power units.

Factors That Affect Results

The mathematics of notation conversion is simple, but coordinate interpretation depends on context. The largest errors usually come from signs, order, rounding, and missing reference-frame information rather than from the arithmetic itself.

Input style also affects interpretation. Some systems accept a leading minus sign, some prefer W or S, and some use separate columns for hemisphere direction. Combining both a negative sign and an east or north letter is contradictory, so the source convention should be checked before conversion if a coordinate appears inconsistent.

Hemisphere Direction

South and west coordinates must be negative in signed decimal degrees. A missing minus sign can move a point across the equator or prime meridian.

Rounding Precision

Rounding seconds or decimal degrees changes the final coordinate slightly. The display should not claim more precision than the original source provides.

Datum and Reference Frame

Two identical-looking coordinate pairs may not mark exactly the same ground point if their datums differ.

Latitude Versus Longitude Distance

Degrees of longitude represent less ground distance near the poles because meridians converge.

The U.S. Geological Survey coordinate-distance FAQ notes that latitude distance is fairly constant while longitude distance varies greatly toward the poles. That distinction matters when rounded coordinates are interpreted as ground distance, and it reinforces why notation conversion should be treated separately from datum or projection transformation.

Coordinate order is another source of error. A pair written as -74.0445, 40.6892 may be longitude-latitude, while 40.6892, -74.0445 is latitude-longitude. Both numbers are individually valid, so order errors may not trigger a range warning. The surrounding column names, map interface, or data specification must confirm the intended order.

Formatting conventions can also affect collaboration. A mapper may expect signed decimals, a rescue report may ask for DMS, and a recreation waypoint may use degrees decimal minutes. A converter creates the requested notation, but the surrounding notes should still state the datum, coordinate order, and collection source when accuracy matters.

For coordinate components used as vectors instead of Earth positions, the Vector Magnitude Calculator provides a separate numerical interpretation.

Coordinates converter showing latitude and longitude formats
Coordinates converter for decimal degrees, DMS, and DDM latitude longitude notation.

Frequently Asked Questions

Q: How are coordinates converted from DMS to decimal degrees?

A: Degrees, minutes, and seconds convert to decimal degrees by adding degrees + minutes / 60 + seconds / 3600. The sign is negative for south latitudes and west longitudes. The same rule applies to both latitude and longitude after hemisphere direction is interpreted.

Q: What is the difference between decimal degrees and degrees decimal minutes?

A: Decimal degrees store the entire angle as one decimal number. Degrees decimal minutes keep whole degrees and express the remainder as decimal minutes. For example, 40.6892 degrees equals 40 degrees and 41.352 minutes before seconds are calculated.

Q: Why do latitude and longitude have different valid ranges?

A: Latitude measures north or south of the equator and is limited to 90 degrees in either direction. Longitude measures east or west around the globe and extends to 180 degrees. A valid coordinate pair must respect both ranges.

Q: Does changing coordinate format change the mapped location?

A: Changing only the notation should not move the location. Decimal degrees, degrees decimal minutes, and degrees minutes seconds can describe the same point. A location changes when rounding removes too much precision, a hemisphere letter is wrong, or a datum is different.

Q: How many decimal places are needed for GPS coordinates?

A: Needed precision depends on the task. Four decimal places can identify a street-scale area, while six decimal places can represent roughly meter-scale latitude precision. Surveying, engineering, and legal boundary work should follow the project coordinate reference system.

Q: Can this converter transform one map projection into another?

A: This converter changes latitude and longitude notation only. It does not transform projected coordinates, change datums, or convert between coordinate reference systems such as WGS 84, NAD 83, or Web Mercator. Those tasks require geodetic transformation software.