Coordinates Calculator — Free Online Coordinate Converter
Convert geographic coordinates between Decimal Degrees (DD), Degrees Minutes Seconds (DMS), and Degrees Decimal Minutes (DMM) formats. Enter a latitude and longitude to instantly see the equivalent representation in all three standard geographic coordinate systems.
Coordinate Formats
Summary: The coordinates (40.7128, -74.006) in the Northern/Western hemisphere convert to DMS format as 40° 42' 46.08" N, 74° 0' 21.60" W. All three coordinate formats (DD, DMS, DMM) represent the same geographic location.
How to Use the Coordinates Calculator
- Enter the latitude: Type the latitude value in decimal degrees in the Latitude field. Northern hemisphere latitudes are positive numbers (e.g., 40.7128 for New York) and southern hemisphere latitudes are negative (e.g., -33.8688 for Sydney). The valid range is -90 to +90 degrees. If you have coordinates in DMS format, first convert the degrees, minutes, and seconds to a single decimal number: Decimal = Degrees + Minutes/60 + Seconds/3600.
- Enter the longitude: Type the longitude value in decimal degrees in the Longitude field. Eastern hemisphere longitudes are positive (e.g., 139.6503 for Tokyo) and western hemisphere longitudes are negative (e.g., -74.0060 for New York). The valid range is -180 to +180 degrees. The calculator clips values outside these ranges to prevent invalid coordinates.
- Review the coordinate formats: The results panel instantly displays your coordinates in three standard formats. Decimal Degrees (DD) shows the compact numeric format used in most digital applications. Degrees Minutes Seconds (DMS) shows the traditional cartographic format with degree, minute, and second symbols plus hemisphere letters. Degrees Decimal Minutes (DMM) shows the hybrid format popular in marine navigation and geocaching.
- Note the hemisphere information: The bottom of the results panel identifies whether the location is in the Northern or Southern hemisphere (based on latitude sign) and Eastern or Western hemisphere (based on longitude sign). This helps verify that you entered the correct signs for your coordinates.
All results update instantly as you type. The calculator provides six decimal places of precision for DD format, two decimal places for DMS seconds, and four decimal places for DMM minutes, ensuring accuracy to within a fraction of a meter for any application.
Coordinate Conversion Formulas
Degrees = floor(|DD|) Minutes = floor((|DD| - Degrees) × 60) Seconds = ((|DD| - Degrees) × 60 - Minutes) × 60 Decimal Minutes = (|DD| - Degrees) × 60 Variables Explained
- DD (Decimal Degrees): The input coordinate as a single decimal number. This is the most computationally friendly format and is used by GPS systems, mapping APIs, and most digital tools. One degree equals approximately 111 km of latitude.
- |DD| (Absolute Value): The absolute value of the decimal degree, used in calculations to extract the degree, minute, and second components. The sign (positive or negative) is converted to the directional letter (N/S/E/W) in the output.
- Degrees: The whole number part of the coordinate, representing full degrees of arc. This is the integer portion obtained by taking the floor of the absolute decimal degree value.
- Minutes: Each degree contains 60 minutes of arc. The minutes value is extracted from the fractional part of the decimal degrees by multiplying by 60 and taking the floor. One minute of latitude equals approximately 1.852 km (one nautical mile).
- Seconds: Each minute contains 60 seconds of arc. Seconds are the finest subdivision and provide precision to approximately 31 meters per second of arc at the Equator. Seconds can include decimal places for sub-meter precision.
- Hemisphere Direction: Determined by the sign of the input: positive latitude is North (N), negative is South (S), positive longitude is East (E), and negative longitude is West (W).
Step-by-Step Example
Convert the coordinates of the Eiffel Tower (48.8584° N, 2.2945° E) from DD to DMS and DMM:
- Latitude 48.8584: Degrees = 48, Remaining = 0.8584
- Minutes = floor(0.8584 × 60) = floor(51.504) = 51
- Seconds = (51.504 - 51) × 60 = 0.504 × 60 = 30.24"
- DMS Latitude: 48° 51' 30.24" N
- Decimal Minutes = 0.8584 × 60 = 51.5040'
- DMM Latitude: 48° 51.5040' N
- Longitude 2.2945: Degrees = 2, Minutes = floor(0.2945 × 60) = 17, Seconds = (17.67 - 17) × 60 = 40.20"
- DMS Longitude: 2° 17' 40.20" E | DMM: 2° 17.6700' E
Practical Examples
Example 1: Lisa's Geocaching Adventure
Lisa receives geocache coordinates in DMM format: N 37° 47.5320', W 122° 25.3680' (near San Francisco). She needs to enter these into her mapping app, which only accepts decimal degrees. She manually calculates: latitude = 37 + 47.5320/60 = 37.7922, longitude = -(122 + 25.3680/60) = -122.4228. She verifies using this calculator by entering 37.7922 and -122.4228. The DMM output matches her original coordinates perfectly, confirming her conversion. She copies the DD values into her mapping app and drives to within 10 meters of the geocache.
Example 2: Captain Ahmed's Maritime Navigation
Captain Ahmed receives port coordinates in DMS format from a shipping manifest: 1° 17' 24.00" N, 103° 51' 0.00" E (Singapore). His electronic chart display uses decimal degrees. He enters the DD equivalent (1.29, 103.85) into this calculator to verify the DMS output matches the manifest. The calculator confirms: 1° 17' 24.00" N, 103° 51' 0.00" E. He also converts the departure port coordinates of Rotterdam (51° 55' 28.00" N, 4° 28' 40.00" E) and uses the Distance Between Cities Calculator with the DD values to compute the voyage distance.
Example 3: Dr. Rivera's Research Data Standardization
Dr. Rivera is a marine biologist compiling dolphin sighting locations from multiple research teams. Team A reports in DMS (28° 15' 36.00" N, 80° 36' 0.00" W), Team B in DD (27.9506, -80.4522), and Team C in DMM (N 28° 32.4000', W 80° 15.6000'). She uses this calculator to convert all coordinates to DD format for her GIS database. After entering each team's data and recording the DD output, she has a standardized dataset ready for spatial analysis. The conversion ensures all data points can be plotted accurately on the same map and analyzed using distance calculations in her research software.
Example 4: Tom Planning a Drone Survey
Tom is a surveyor planning a drone flight path over a construction site. The site plan specifies corner coordinates in DMS format: NE corner 34° 3' 18.00" N, 118° 14' 42.00" W and SW corner 34° 2' 54.00" N, 118° 15' 6.00" W. His drone flight planning software requires DD format. He enters each corner into the calculator and gets NE: (34.055, -118.245) and SW: (34.048333, -118.251667). The difference in latitude is 0.006667 degrees (about 740 meters) and in longitude is 0.006667 degrees (about 560 meters at this latitude). Tom uses these DD coordinates to program his drone's waypoints and calculates the site area using the Directions Calculator for bearing orientation.
Coordinate Precision Reference Table
| Decimal Places | Approx. Precision | Use Case | Example |
|---|---|---|---|
| 0 (whole degree) | ~111 km | Country-level identification | 41°, -74° |
| 1 | ~11.1 km | Large city identification | 40.7°, -74.0° |
| 2 | ~1.1 km | Town or neighborhood | 40.71°, -74.01° |
| 3 | ~111 m | Street or block level | 40.713°, -74.006° |
| 4 | ~11.1 m | Building or parcel level | 40.7128°, -74.0060° |
| 5 | ~1.1 m | Individual tree or survey point | 40.71280°, -74.00600° |
| 6 | ~0.11 m | Engineering and construction | 40.712800°, -74.006000° |
Precision values are approximate and represent latitude distances. Longitude precision decreases toward the poles due to converging meridians.
Tips and Complete Guide
Choosing the Right Coordinate Format
Select the coordinate format that matches your downstream application. If you are importing coordinates into software, databases, or programming code, use Decimal Degrees (DD) because it is a single number per axis and avoids the complexity of degree, minute, and second separators. If you are reading coordinates from or writing them to nautical charts, land survey documents, or regulatory filings, use Degrees Minutes Seconds (DMS) because it is the traditional standard in cartography. If you are working with marine electronics, aviation flight plans, or geocaching, use Degrees Decimal Minutes (DMM) because these communities have standardized on this format. This calculator produces all three simultaneously, so you never need to choose one at the expense of losing the others.
Common Coordinate Systems and Datums
This calculator works with the standard geographic coordinate system (latitude/longitude) referenced to the WGS84 datum, which is the global standard used by GPS and most mapping services since the 1980s. Older maps and surveys may reference different datums such as NAD27 (North American Datum of 1927) or ED50 (European Datum 1950). Coordinates in different datums for the same physical location can differ by tens to hundreds of meters. If you are working with coordinates from older survey data, you may need a datum transformation before using this calculator. Modern GPS devices and online mapping services almost universally use WGS84, so coordinates from these sources are directly compatible with this tool.
Verifying Coordinate Accuracy
After converting coordinates, always verify the result by plotting the DD values on a mapping service to confirm the location is where you expect it to be. Common errors include transposing latitude and longitude (putting the north-south value where the east-west value should be), forgetting the negative sign for southern or western hemispheres, and misreading DMS notation (confusing minutes and seconds symbols). A quick visual check on a map catches these errors immediately. For critical applications like aviation, maritime navigation, or land surveying, always double-check converted coordinates against a known reference point before using them.
Common Mistakes to Avoid
- Entering longitude in the latitude field (or vice versa): Latitude ranges from -90 to +90 and longitude from -180 to +180. If you enter a value like 122 in the latitude field, the calculator will clip it to 90 because latitudes cannot exceed 90 degrees. Always enter latitude first, then longitude.
- Forgetting the negative sign: Locations in the Southern Hemisphere (e.g., Sydney, Buenos Aires) require negative latitudes. Locations in the Western Hemisphere (e.g., New York, Sao Paulo) require negative longitudes. Omitting the minus sign places the location in the wrong hemisphere entirely.
- Confusing the degree symbol with apostrophe or quote marks: In DMS notation, degrees use °, minutes use ' (single prime/apostrophe), and seconds use " (double prime/quote). Mixing these symbols when reading coordinates from a source document leads to incorrect conversions. This calculator uses standard notation in its output.
- Using coordinates from different datums without conversion: If your source coordinates are referenced to a datum other than WGS84, the plotted location may be offset by tens or hundreds of meters. Always confirm the datum before assuming coordinates are directly usable.
- Rounding too aggressively: For most travel purposes, four decimal places of DD are sufficient. But rounding to one or two decimal places introduces errors of 1 to 11 km, which could place you in the wrong town or on the wrong side of a river.
Frequently Asked Questions
The three coordinate formats are Decimal Degrees (DD), Degrees Minutes Seconds (DMS), and Degrees Decimal Minutes (DMM). DD format (e.g., 40.7128) is the standard for digital mapping, GPS devices, and programming APIs because it is compact and easy to compute with. DMS format (e.g., 40 degrees 42 minutes 46.08 seconds N) is the traditional format used in printed maps, nautical charts, and official land surveys. DMM format (e.g., 40 degrees 42.7680 minutes N) is commonly used in marine and aviation navigation, as well as geocaching applications. All three formats represent the same location and are mathematically interchangeable.
To convert DMS to DD, divide the seconds by 60 to get decimal minutes, add that to the whole minutes, then divide the total minutes by 60 and add to the degrees. For example, to convert 40 degrees 42 minutes 46.08 seconds N: first, 46.08 / 60 = 0.768 minutes, so total minutes = 42.768. Then, 42.768 / 60 = 0.71280 degrees, so DD = 40 + 0.71280 = 40.71280 degrees. For southern latitudes or western longitudes, make the result negative. So 74 degrees 0 minutes 21.60 seconds W becomes -74.00600 in decimal degrees. This calculator performs these conversions instantly and accurately to six decimal places.
Each additional decimal place in decimal degrees provides approximately 10 times more precision. One decimal place (0.1 degrees) gives accuracy to about 11.1 km. Two decimal places (0.01) narrow this to about 1.11 km. Three decimal places give approximately 111 meters. Four decimal places provide about 11.1 meters. Five decimal places narrow to 1.1 meters, and six decimal places give approximately 0.11 meters (about 4.3 inches). For most travel and mapping purposes, four decimal places are sufficient. Survey and engineering applications may require five or six. This calculator displays six decimal places for latitude and longitude, providing sub-meter accuracy.
Latitude measures how far north or south a location is from the Equator, expressed as an angle from -90 degrees (South Pole) to +90 degrees (North Pole). The Equator is 0 degrees latitude. Each degree of latitude spans approximately 111 kilometers on Earth's surface. Longitude measures how far east or west a location is from the Prime Meridian (which passes through Greenwich, England), expressed as an angle from -180 degrees to +180 degrees. The distance per degree of longitude varies from 111 km at the Equator to 0 km at the poles, because longitude lines converge. Together, latitude and longitude form a unique address for every point on Earth's surface.
GPS devices, maps, and applications may display coordinates in any of the three standard formats (DD, DMS, or DMM) depending on their default settings. A handheld GPS unit may default to DMM format (common in outdoor recreation), while a mapping website shows DD format, and a nautical chart uses DMS. The coordinates are identical in meaning but look different numerically. Additionally, some systems place longitude before latitude or use different separators. This calculator bridges these differences by converting any input into all three formats simultaneously. If your GPS shows coordinates in an unfamiliar format, enter the values here to see the equivalent in your preferred format.
The N/S/E/W suffix notation and the positive/negative sign notation are two ways of expressing the same directional information. North latitudes are positive and South latitudes are negative: 40.7128 N is the same as +40.7128, and 33.8688 S is the same as -33.8688. East longitudes are positive and West longitudes are negative: 2.3522 E is the same as +2.3522, and 74.0060 W is the same as -74.0060. The sign convention is more common in digital systems and programming, while the letter suffix is traditional in cartography and navigation. This calculator accepts decimal degrees with signs and displays DMS output with directional letters.
Yes, this calculator is well-suited for geocaching coordinate conversions. Geocaching commonly uses the DMM format (Degrees and Decimal Minutes), such as N 40 degrees 42.768 minutes, W 074 degrees 00.360 minutes. If you have coordinates from a geocaching listing in DMM format, you can determine the decimal degree equivalents by entering the values into this calculator. This is useful when importing waypoints into GPS devices or mapping applications that use decimal degrees. The calculator's six-decimal-place precision easily satisfies the accuracy requirements for locating geocaches, which typically have a precision of about 3 to 5 meters.
The Northern and Southern hemispheres are divided by the Equator (0 degrees latitude), while the Eastern and Western hemispheres are divided by the Prime Meridian (0 degrees longitude) and the International Date Line (180 degrees). Any location on Earth falls into one of four hemisphere combinations: Northern-Eastern (e.g., London, Tokyo), Northern-Western (e.g., New York, Mexico City), Southern-Eastern (e.g., Sydney, Nairobi), or Southern-Western (e.g., Buenos Aires, Rio de Janeiro). The hemisphere determines the sign of the coordinates: northern latitudes and eastern longitudes are positive, while southern latitudes and western longitudes are negative. This calculator automatically detects and displays the hemisphere based on the sign of your input values.
Related Calculators
Distance Between Cities Calculator
Calculate the great-circle distance between any two locations worldwide.
Directions Calculator
Calculate compass bearing and direction between two geographic points.
Unit Converter
Convert between metric and imperial measurement units.
Percentage Calculator
Calculate percentages, differences, and proportional values.
Angle Converter
Convert between degrees, radians, and gradians.
Scientific Notation Calculator
Convert numbers to and from scientific notation.
Disclaimer: This calculator is for informational and educational purposes only. Results are estimates and may not reflect exact values.
Last updated: February 23, 2026
Sources
- Movable Type Scripts — Geographic Coordinate Systems: movable-type.co.uk/scripts/latlong.html
- NOAA National Geodetic Survey — Coordinate Conversion Tools: ngs.noaa.gov/TOOLS/Inv_Fwd
- NOAA National Hurricane Center — Latitude/Longitude Distance: nhc.noaa.gov/gccalc.shtml