What's Your Next Step?
Explore more coordinate tools. Continue your journey with our precision tools and guides.
In web mapping and Geographic Information Systems (GIS), the two most commonly confused codes are EPSG:4326 and EPSG:3857. Mixing them up causes data to render completely off the map, often dropping your points off the coast of Africa (Null Island, 0,0).
EPSG:4326 uses the World Geodetic System 1984 (WGS84) ellipsoid as its model of the Earth. It does not project the Earth onto a flat surface. Coordinates are stored as angles (degrees, minutes, seconds, or decimal degrees).
If your coordinate looks like `-80.123, 25.456`, it is almost certainly EPSG:4326.
EPSG:3857 takes the WGS84 ellipsoid and projects it onto a flat square using the Mercator projection. The units are physical distances (meters) from the Equator and Prime Meridian.
If your coordinate looks like `-8919379.12, 2931215.34`, it is EPSG:3857 (or a similar meter-based grid like UTM).
Almost all modern web maps store the raw spatial data as EPSG:4326 (Lat/Long) in the database, but display the map tiles to the user using EPSG:3857 (Web Mercator).
EPSG:3857 is conformal (preserves shape locally) but violently distorts area and distance at higher latitudes. Measuring a polygon's area or a line's length directly on an EPSG:3857 geometry without applying a geodesic correction will yield massive errors.
Always use EPSG:4326 or a local projection (like UTM or State Plane) if you need to calculate physical distances mathematically.
Convert your Web Mercator coordinates back to GPS Latitude/Longitude instantly:
—EPSG:3857 to EPSG:4326 ConverterFor most practical mapping purposes, yes. WGS84 is the geodetic datum. EPSG:4326 is the official registry code that points to the geographic 3D coordinate system based exactly on that WGS84 datum.
Because the Mercator projection makes all grid lines perfectly square and orthogonal at all latitudes, it is much easier and faster for a computer graphics engine to render pre-calculated 256x256 pixel image tiles continuously across the screen.
See also: Web Mercator Distortion | Datum Shift Explained | GIS Pro Development
Professional engineering and surveying transformations from state-specific conformal grids to GPS WGS84.
Because the North American Plate moves ~2cm/year, NAD83(2011) and WGS84(G1762) currently diverge by over 2.2 meters. Using a "standard" GPS WGS84 coordinate for a high-precision NAD83 cadastral staking has triggered $50,000 Professional Liability claims for foundational rework and utility misplacement.
Explore more coordinate tools. Continue your journey with our precision tools and guides.
Coordinate accuracy varies by device and datum. Do not use these results for legal or construction purposes without checking:
GPS Accuracy Alert
Your phone's GPS can be off by 30 meters. This can cause critical errors in your data.
Check My Accuracy →Datum Shift Risk
Using the wrong coordinate system (e.g. WGS84 vs NAD83) creates a permanent 1-meter offset.
Verify My Datum →