Geographic Center Finder — Find the Centroid of Any Country or US State
Find the geographic center of any country or US state, computed live from real boundary polygons via Turf.js center-of-mass. Search 177 countries plus all 50 US states. See the centroid on an interactive map with latitude, longitude, area, and bounding box.
What is a geographic center? Definition and methodology
The geographic center of a region is the single point that marks the geometric middle of its land area. It is the point that would balance the region if you cut it out as a flat rigid sheet of uniform density. Mathematically, it is the center of mass(or centroid of area) of the region's boundary polygon — computed by integrating coordinates weighted by area over the polygon.
Why this differs from the population center. The geographic center weights every square kilometre of land equally. The population center — what governments and demographers often publish — weights each square kilometre by how many people live in it, so the population center shifts toward populated areas. In the United States, for example:
- Geographic center of the lower 48 states: Lebanon, Kansas (39.83°N, 98.58°W).
- Geographic center of all 50 states:Belle Fourche, South Dakota (44.97°N, 103.77°W) — Alaska's mass pulls the centroid northwest.
- Population center, 2020 Census: Hartville, Missouri (37.42°N, 92.50°W) — about 700 km east of Lebanon, KS, and steadily drifting westward as the population shifts toward the South and West.
This tool computes the geographic center, not the population center. For population centers, see the US Census Bureau's decennial publication, or equivalent statistics offices for other countries.
How to use this Geographic Center Finder
- Search for a country or US state. Type any country (177 supported) or US state (all 50) in the search box. The autocomplete shows matching regions as you type. The tool covers every UN member state and every US state plus DC.
- See the centroid on the map. When you select a region, the map flies to its bounding box, highlights the polygon outline, and drops a green bullseye marker at the geographic center (computed via Turf.js center-of-mass). The right-side panel shows the centroid's coordinates in decimal degrees, degrees-minutes-seconds, plus the region's total area and bounding box.
- Use quick-pick chips for common regions. Below the map, twelve chips give one-click access to the most-searched centers: USA, Russia, China, Canada, Brazil, Australia, India, France, Germany, Japan, Texas, California. Add any of them to your selection without typing.
- Read about centroid vs. center of mass vs. population centre. Below the tool, the methodology section explains why the geographic centre differs from the centre of mass (which weighs polygon shape correctly) and from the population centre (the centre of mass weighted by people, which is what governments often publish). All three are valid; users typically want the geographic centre.
Centroid vs. center of mass vs. center: three definitions
Geometers and GIS practitioners use three slightly different algorithms to compute a polygon's “center.” Each gives a different result; this tool uses the third (center of mass) because it is the one most users intuitively expect.
- Vertex centroid (Turf.centroid) — the simple mean of all polygon vertex coordinates. Fast to compute, but biased toward regions of dense vertices: a deeply indented coastline will pull the centroid toward the indentation. Used in some fast GIS implementations and for non-shape-aware bulk processing.
- Bounding-box center (Turf.center)— the midpoint of the polygon's bounding box. Ignores the polygon's actual shape entirely; treats it as if it were a rectangle. Useful as a quick approximation but generally not the geographic center.
- Center of mass (Turf.centerOfMass)— the area-weighted centroid, computed by integrating x and y coordinates over the polygon's area. This is the point that would balance the region if cut out as a flat sheet — the “true” geometric center. Used in this tool.
When the centroid falls outside the region
For most regions, the centroid lies on land inside the boundary. But for some shapes, the geometric center falls outside the actual landmass. Common cases:
- Concave or crescent-shaped countries. Norway wraps along the Scandinavian peninsula and partly around Sweden — its centroid falls in the Norwegian Sea.
- Archipelagos.Indonesia, the Philippines, Japan, the UK, and Greece all have centroids in the sea between their islands. The centroid is geometrically correct (it's the area-weighted middle of the polygon set) but not a useful “visit the center” point.
- Disjoint territories. The centroid of the United States including Hawaii pulls the result westward into the Pacific compared to the contiguous-48 centroid in Kansas — though Belle Fourche, SD remains on land thanks to the stabilising weight of the lower 48.
For these cases, governments often publish a “centre of administrative territory” or “centre of largest landmass” as a more meaningful tourist marker, separate from the strict geometric centroid.
Notable geographic centres around the world
Several countries have officially-marked geographic centres with monuments. Use the tool above to compute the live centroid; the values below are well-known published anchors:
- USA (lower 48): Lebanon, Kansas (39.83°N, 98.58°W) — marked 1918.
- USA (all 50): Belle Fourche, South Dakota (44.97°N, 103.77°W) — marked 1959.
- Russia: Lake Vivi, Krasnoyarsk Krai (66.42°N, 94.27°E) — obelisk installed 1992.
- Canada: Yathkyed Lake, Nunavut (62.40°N, 96.50°W) — unmarked but widely cited.
- Australia: approximately 200 km north of Alice Springs — marked at the Lambert Centre monument (25.61°S, 134.35°E).
- Europe: disputed — Lithuania (Purnuškės), Belarus (Polotsk), and Ukraine (Dilove) all claim the title with monuments. The answer depends on which European boundaries you include.
Related tools and resources
For point-specific geographic queries, see the What Country Am I In, What State Am I In, and What County Am I In tools. For coordinate conversions, use the GPS Coordinate Converter or paste a centroid into the Coordinates to Address reverse geocoder to find the nearest town.
For visualising countries and states without Mercator distortion, the Country Size Comparison tool drags any region across the world map at its true size. To find the antipode of a centroid (the opposite side of Earth), use the Antipode Finder.
Frequently asked questions about geographic centers
What is the geographic center of a country or state?
The geographic center (or centroid) is the single point that marks the geometric middle of a region's land area. It is computed from the region's boundary polygon by integrating x and y coordinates over the polygon's area — the result is the point that would balance the polygon if it were a flat rigid sheet of uniform density. The centroid is a single, well-defined point regardless of the region's shape, although it can fall outside the polygon for crescent-shaped or strongly disjoint regions.
How is this different from the population center?
The geographic center weights every square kilometre of land equally. The population center weights each square kilometre by how many people live in it — so it shifts toward populated areas. The US Census Bureau publishes the official population center after each decennial census; in 2020 it was at Hartville, Missouri (37.42°N, 92.50°W), about 100 km east of the geographic center of the lower 48 states (Lebanon, Kansas, 39.83°N, 98.58°W) — a measurable westward drift over the past century.
What is the geographic center of the United States?
Two answers, both correct: the geographic center of the lower 48 states is at Lebanon, Kansas (39.83°N, 98.58°W), marked since 1918. The geographic center of all 50 states (including Alaska and Hawaii) is at Belle Fourche, South Dakota (44.97°N, 103.77°W), marked since 1959 when Alaska and Hawaii joined the union. Both monuments are official tourist sites with markers, signs, and visitor centers. Search 'United States of America' on the tool above to compute the centroid live.
How accurate is the geographic center?
Two levels of accuracy. The math (Turf.js center-of-mass) is exact: it computes the polygon's centroid to floating-point precision. The polygons themselves are simplified — Natural Earth 1:110m for countries (boundaries simplified to about 11 km on the ground), USGS 1:10m for US states (about 1 km). For most purposes, the centroid is accurate to within a few kilometers. For survey-grade precision, use US Census Bureau or USGS published values, which use unsimplified boundaries.
Why does the geographic center sometimes fall in the ocean?
Because some countries have shapes whose center-of-mass is outside the actual landmass. Examples: Norway's centroid falls in the Norwegian Sea because the country wraps around Sweden; Indonesia's centroid is in the sea because the country is a chain of islands; Greece's centroid sits between mainland and the Aegean islands. For these cases, the centroid is geometrically correct but not a meaningful 'visit the center' point. The tool above shows whether the centroid is on land via the map.
What is the geographic center of Europe?
Disputed — multiple countries claim the title because the answer depends on what you include. Common claims include: Lithuania (Purnuškės, 26 km north of Vilnius, claimed by IGN-France in 1989); Belarus (Polotsk); Ukraine (Dilove village in the Carpathians, marked by an Austro-Hungarian monument from 1887); Czech Republic (near Suchdol); Slovakia (near Krahule); Estonia (Mõnnuste). Each uses a different boundary definition (with/without islands, with/without Russia, with/without Caucasus).
How do I use this tool to find the center of any other place?
Currently the tool covers 177 countries and 50 US states. For other regions (counties, custom polygons, continents), the underlying math is the same — Turf.js center-of-mass on a polygon. We may extend the tool to include US counties and continents in a future update. For arbitrary GeoJSON polygons, you can use Turf.js directly in the browser console.
Why is the United States centroid in Kansas / South Dakota?
Because both Kansas and South Dakota are near the geometric middle of the US. Kansas is roughly equidistant from the east and west coasts of the contiguous 48 states, so the lower-48 centroid (Lebanon, KS) sits there. When Alaska and Hawaii joined in 1959, the all-50 centroid shifted northwest to Belle Fourche, SD — Alaska's huge size pulled the centroid significantly north, and its remoteness pulled it slightly westward. The Census Bureau monuments at both sites have brass plaques and small visitor markers.
What is the centroid of Russia?
Russia's centroid sits in central Siberia, near Lake Vivi in Krasnoyarsk Krai (66.42°N, 94.27°E) according to Russia's official 1992 measurement. The Russian government installed an obelisk at the lake. Russia's centroid is unusually far from its capital because the country is nearly five times wider east-to-west than north-to-south — Moscow is in the western quarter of Russian territory. The tool above will compute the centroid live from Natural Earth boundaries.
What is the centroid of Africa?
Africa's geographic center sits in the Central African Republic, near the town of Obo in the country's east — approximately 5.0°N, 23.5°E. (Africa is not in the tool's region list because we currently cover countries and US states only — but the methodology is identical for any continent boundary polygon. The Tropic of Cancer crosses Africa's northern third; the Equator crosses its central waist; the Tropic of Capricorn crosses its southern third.)
Can the centroid help me find the closest city to the center?
Yes — once you have the centroid coordinates, plug them into our address-to-coordinates reverse geocoder or the Coordinates to Address tool to find the nearest named place. Alternatively, you can paste the lat/lng into Google Maps or any reverse-geocoder. Most country and state centroids land on rural land — the closest town is often a county seat or a small village.
Why are there different centroid algorithms (centroid, center of mass, center)?
Three Turf.js algorithms produce different points: centroid is the mean of all polygon vertices (biased toward dense vertex regions, fast); centerOfMass is the polygon-area-weighted centroid (the proper geometric center, used here); center is the bounding-box midpoint (ignores polygon shape entirely). For most users' intent, center-of-mass is the answer — it's the point that would balance the region as a flat sheet. We use centerOfMass throughout this tool.
Data sources and methodology
Country boundaries from Natural Earth 1:110m; US state boundaries from the us-atlas 1:10m dataset (USGS-derived). Centroid math uses Turf.js's centerOfMassimplementation, which computes the area-weighted centroid by integrating over the polygon's rings. The basemap is OpenFreeMap Liberty rendered on a globe by MapLibre GL JS. For survey-grade geographic and population centers, see the US Census Bureau, USGS, and equivalent national mapping agencies.