Country Centroid Lookup
Approximate geographic centroid for every country by name or ISO code.
Overview
The Country Centroid Lookup returns an approximate geographic centroid - a single latitude/longitude pair that represents the centre of a country's land area. Type the country name or its ISO 3166-1 code and the tool returns a coordinate suitable for centring a map, anchoring a marker, or computing rough country-to-country distances.
Centroids are an everyday geocoding shortcut. They are not as precise as a real address lookup, but they are perfect for situations where you only know the country: aggregating sales by territory, drawing a heatmap of customer countries, or pinning a flag on a dashboard. The values returned here are the standard pre-computed centroids used by GIS libraries and atlas data, accurate to within a fraction of a degree for compact countries and within a couple of degrees for large or oddly shaped ones.
How it works
Each country is keyed by ISO 3166-1 alpha-2 code (US, GB, JP …) with alpha-3 codes (USA, GBR, JPN) and common English names as aliases. The centroid stored against each code is the geometric centre of the country's mainland polygon, weighted by area. Disputed regions and overseas territories are excluded from the polygon used to compute the centroid, so the value for France refers to metropolitan France rather than including French Guiana or Réunion.
For countries with very irregular shapes - Chile, Norway, Indonesia - the centroid may fall in a relatively narrow part of the country or, in extreme cases, just offshore. This is a known property of polygon centroids and not a bug.
Examples
- United States (US) - centroid near (39.83, -98.58), close to the geographic centre of the contiguous 48 states in Kansas.
- Russia (RU) - centroid near (61.52, 105.32), in central Siberia.
- Italy (IT) - centroid near (42.83, 12.83), in the Apennine mountains in Umbria.
- Chile (CL) - centroid near (-35.68, -71.54), inland from Talca; the country's long thin shape keeps the value close to the central spine.
FAQ
Is the centroid always inside the country?
For most countries, yes. Crescent-shaped or archipelagic countries such as Indonesia or Croatia can have centroids that fall slightly offshore or in a neighbour. Treat the value as a representative point, not a guaranteed land location.
What about overseas territories?
The centroid uses only the country's contiguous mainland polygon. Overseas territories and dependencies are not folded into the calculation; they would skew the centre far from any meaningful location.
Can I use this as a substitute for a geocoder?
For country-level aggregation, yes. For street, city or region accuracy, no - use a real geocoder.
How precise is the value?
Coordinates are returned to four decimal places, which is about 11 metres on the ground. The underlying polygon however is country-scale, so the true uncertainty is much larger.