MCC-MNC.dev Mobile country & network codes database

Insights · Updated 2026-08

What is a PLMN and how do you read one?

A PLMN — Public Land Mobile Network — is the globally unique identifier for one mobile network. It is nothing more than a Mobile Country Code glued to a Mobile Network Code, for example 23002. That five- or six-digit number is what your phone actually compares against when it decides which network to camp on, so it turns up everywhere from cell broadcasts to the roaming lists on your SIM. Here is how to read one and where you will meet them.

PLMN = MCC + MNC

A PLMN is a concatenation, not a new numbering scheme. The first three digits are the MCC (the country); the remaining two or three are the MNC (the operator within that country). If you understand those two parts you can already read any PLMN — the identifier just removes the space between them and treats the whole thing as one key.

23002 → 230 (Czech Republic) + 02 (O2)
310410 → 310 (United States) + 410 (AT&T)
46000 → 460 (China) + 00 (China Mobile)

Length: five digits or six?

A PLMN is five digits when the MNC is two digits and six when the MNC is three. That single fact causes most of the confusion people hit. Because 460 (China) and 230 (Czech Republic) use two-digit MNCs, their PLMNs are five digits; because 310 (United States) uses three-digit MNCs, its PLMNs are six. You cannot tell the split just by looking at a raw string of digits — you have to know the MNC length used in that country, which is exactly why the codes are stored as separate, zero-padded fields.

The padding is load-bearing. In PLMN 23002 the MNC is 02, not 2. Drop the leading zero and you have changed which operator the code refers to — or produced something that matches no network at all.

Real PLMNs across countries

Every row below is a live allocation you can open on the site:

PLMNNetworkCountry
23002O2Czech Republic
23415Vodafone UKUnited Kingdom
26201TelekomGermany
310410AT&TUnited States
46000China MobileChina

Where PLMNs show up

Home, visited and equivalent networks

When roaming, the network your SIM belongs to is your Home PLMN (HPLMN) and the one you are camped on is the Visited PLMN (VPLMN). Operators also publish Equivalent Home PLMNs (EHPLMN) so that sister networks — different PLMNs owned by the same group, or a legacy code kept for compatibility — are treated as home rather than as roaming. Reading the PLMN is how every one of these decisions starts.

To decode a code you have in hand, paste it into the searchable registry or call the API; for the wider country picture see the MCC code list by country.