If you've ever looked at a map of China and wondered how a country of 1.4 billion people organizes itself, you're not alone. China's administrative system is one of the most complex — and fascinating — in the world.
This article explains it in plain English, from the top level down to the ground.
The Big Picture
China divides its territory into 5 levels of administrative units:
Province (省级)
└── Prefecture/City (地级)
└── County/District (县级)
└── Township/Subdistrict (乡级)
└── Village/Community (村级)
Think of it as a tree structure. Each lower level belongs to exactly one parent above it. In total, there are about 665,000 nodes in this tree.
Let's walk through each level.
Level 1: Province — The Top
China has 34 province-level divisions. They come in four flavors:
| Type | Count | Examples |
| ------ | ------- | --------- |
| Province | 23 | Guangdong, Zhejiang, Sichuan |
| Municipality (Direct-controlled) | 4 | Beijing, Shanghai, Tianjin, Chongqing |
| Autonomous Region | 5 | Xinjiang, Tibet, Inner Mongolia, Guangxi, Ningxia |
| Special Administrative Region | 2 | Hong Kong, Macau |
Why 4 municipalities? Beijing, Shanghai, Tianjin, and Chongqing are so important that they report directly to the central government, bypassing the province layer. Beijing (21.5M people) has a larger population than most countries.
What's an "autonomous region"? These are areas with significant ethnic minority populations. They have the same administrative rank as provinces but with extra autonomy in cultural and legislative matters.
Level 2: City — Where Most People Actually Live
Below provinces, there are 333 prefecture-level divisions. Most people call these "cities," but the reality is more nuanced:
- A "prefecture-level city" (地级市) often covers both urban and rural areas
- The urban core might be just one district within the city
- The "city" boundary can include surrounding counties, towns, and farmland
For example, Chengdu City (capital of Sichuan) has a total area of 14,300 km² — that's bigger than Los Angeles County. But the urban core is just a portion of that.
Level 3: County — Urban vs. Rural Split
This is where the urban-rural distinction becomes important. China has 2,844 county-level divisions:
- Districts (区) — Urban areas, typically the core of a prefectecture-level city
- County-level cities (县级市) — Smaller cities with some administrative independence
- Counties (县) — Predominantly rural areas
- Banners (旗) — Inner Mongolia's equivalent of counties
Why this matters: When Chinese statistics say "urban population," they usually mean people living in districts (区) only, not counties. This distinction affects everything from GDP reporting to housing policy.
Level 4: Township — The Government's Reach
With around 40,900 divisions, townships are the lowest level that appears in most national statistics and policy documents:
- Subdistricts (街道) — Found in urban areas
- Towns (镇) — Semi-urban, often the economic center of a rural area
- Townships (乡) — Rural areas
- Ethnic townships (民族乡) — Areas with concentrated minority populations
Level 5: Village — The Ground Level
The base of the pyramid, with over 620,000 units:
- Villages (村) — Rural communities
- Neighborhood committees (社区) — Urban residential communities
Village-level data is the hardest to find but the most valuable for micro-level analysis — things like poverty tracking, health outcomes, and education access.
The Coding System: Everything Has a Number
Every administrative unit gets a 6-digit code called an adcode (行政区划代码):
330102
││││││
│││││└── 02 = Xihu District (specific district)
││││└─── 01 = Hangzhou City (prefecture within province)
│││└──── 33 = Zhejiang Province
This isn't random — the first 2 digits tell you the province, the next 2 tell you the city, and the last 2 identify the county. This makes it incredibly easy to build geographic databases and query hierarchical data.
Quick Facts
- Largest province by area: Xinjiang (1.66M km² — roughly the size of Iran)
- Largest province by population: Guangdong (126M — more than the population of Mexico)
- Smallest province-level unit: Macau (33 km² — smaller than Manhattan)
- Most counties in one province: Hebei (167 county-level divisions)
- Most townships in one county: One county in Sichuan has over 80 townships
Where to Find the Data
Working with Chinese administrative data? Here are some resources:
- 7zi.com/china/ — A free, browsable database of all 665,000+ administrative divisions. Search by name, code, or browse the hierarchy. Each division has its own page with parent/child navigation.
- Open-source datasets — JSON and CSV files covering province through town levels are available on GitHub, with documentation and code examples.
- National Bureau of Statistics — For official demographic and economic data keyed by administrative codes.
Conclusion
China's 5-level administrative system is a product of its vast geography and enormous population. Understanding it is essential for anyone working with Chinese data — whether you're building a logistics app, analyzing market trends, or just trying to make sense of a Chinese address.
The good news is that this data is increasingly available in open, machine-readable formats. Check out the resources above to get started.
Data sourced from China's official administrative division standards (GB/T 2260). The complete dataset covers all levels from province to village.