An APN (Access Point Name) is a short configuration string that tells your device which gateway to use when connecting to the mobile internet. Without a valid APN, your phone can show full signal bars but cannot load any data. This is the most common reason mobile data fails after switching to an MVNO or activating a travel eSIM.
This article explains what an APN is technically, why carriers require it, why MVNOs often need manual configuration, and how to approach fixing it. For step-by-step setup instructions on a specific device, see the APN Setup Guide for iPhone or the APN Setup Guide for Android.
What an APN Is — the Technical Definition
APN stands for Access Point Name. It is defined in 3GPP TS 23.003 — the 3GPP specification for numbering, addressing, and identification — as the identifier that selects a packet data gateway (called the PGW in 4G LTE, or the UPF in 5G) on the carrier’s core network.
When your device connects to a cellular network and requests a data session, the network reads the APN to determine which gateway to route your traffic through. That gateway connects the mobile network to the external internet (or a private data network).
An APN string has two logical components:
- Network Identifier (mandatory): identifies the external packet data network, such as
internet,wholesale, orfast.t-mobile.com - Operator Identifier (optional): encodes the PLMN (Public Land Mobile Network) of the GPRS support node; most consumer APN strings omit this component
The maximum encoded length of an APN is 100 octets, as specified in 3GPP TS 23.003.
The APN is not a password or a security credential — it is a routing label. It tells the network core where to send your data, not whether you are authorised to access it (that is handled by the SIM credentials and network authentication).
How the APN Fits Into the Mobile Network Architecture
To understand why the APN matters, it helps to see where it appears in the network path.
When you open an app that needs internet access, the following sequence occurs:
- Your device requests a PDN connection (Packet Data Network connection) from the serving base station
- The base station forwards the request to the MME (Mobility Management Entity in 4G) or AMF (Access and Mobility Management Function in 5G)
- The MME/AMF reads the APN from the request and selects the appropriate PGW (Packet Gateway in 4G) or UPF (User Plane Function in 5G)
- The selected gateway establishes a data tunnel between the network and your device
- Your data traffic flows through that gateway to and from the internet
The APN is the critical input at step 3. If it is missing or incorrect, the network cannot identify the gateway, and the data session fails to establish. Your device is on the network — it just cannot get anywhere.
Why 5G Uses DNN Instead of APN
In 5G systems, the equivalent concept is the DNN (Data Network Name), defined in 3GPP TS 23.003 Clause 9A. The DNN serves the same routing function as the APN but is used within the 5G core architecture (5GC).
From a device-configuration standpoint, the APN string you enter in your device settings applies to both 4G and 5G connections. Devices that support 5G use the same APN field in their settings menus; the underlying protocol translates it to a DNN when communicating with a 5G core.
You do not need to configure anything differently for 5G. The distinction between APN and DNN exists in network architecture documents and carrier back-end systems, not in what you type into your phone.
Why MVNOs Require APN Configuration
This is the most practical reason most users encounter the APN concept. Understanding it explains why switching from a major MNO to an MVNO so often requires an extra setup step.
How MVNOs Use the Host Network
An MVNO (Mobile Virtual Network Operator) does not own radio towers. It purchases wholesale network access from an MNO and resells it under its own brand. The MVNO typically operates its own:
- Billing and account management systems
- Customer-facing support
- Packet data gateway (in some cases)
Even though an MVNO’s SIM uses the same physical towers as the host MNO, the data traffic is routed differently. The MVNO’s APN directs data to the MVNO’s own gateway infrastructure, where the MVNO can apply its own data policies, throttling rules, and billing logic.
Why the APN String Differs
Because the MVNO has its own gateway, the APN for that MVNO is a different string than the MNO’s APN. For example, an MVNO running on T-Mobile’s network might use wholesale as its APN, while T-Mobile’s own postpaid APN is fast.t-mobile.com. Both use the same radio infrastructure, but the data is routed to completely different backend systems.
When you insert an MVNO SIM, the network needs to know which gateway to use. If no APN is configured (or if your device is still using the previous carrier’s APN), the network either cannot establish a data session or routes you to the wrong gateway — both result in no data.
When Configuration Is Automatic vs. Manual
Many MVNOs handle this automatically:
- iOS carrier settings update: If the MVNO has submitted a carrier bundle to Apple, iOS downloads and installs the correct APN automatically when you insert the SIM
- eSIM profile push: When an MVNO or travel eSIM provider delivers an eSIM profile, they can embed APN configuration in that profile
- Android provisioning: Some Android devices receive APN settings over-the-air from the network when they register
Manual configuration is required when none of the above applies. This is most common with smaller MVNOs and regional resellers that have not submitted carrier bundles to Apple or Google. It is also required after a device network settings reset, which clears saved APN data.
The Structure of an APN String
APN strings look like domain names but function as routing identifiers, not internet addresses. Examples:
| APN String | Usage |
|---|---|
internet | Generic, used by many carriers globally |
fast.t-mobile.com | T-Mobile US postpaid (published on T-Mobile support) |
wholesale | Mint Mobile US (T-Mobile MVNO), per Mint Mobile setup guide |
everywhere | EE UK (published on EE support) |
telstra.internet | Telstra Australia (published on Telstra support) |
The string is not a URL you can visit in a browser. It is interpreted by the carrier’s core network equipment to look up the correct gateway configuration. This is why a typo — even just a missing period or a capital letter — prevents data from working.
When You Will Encounter APN Configuration
You are likely to need APN information in these situations:
Switching to an MVNO: The most common trigger. If your MVNO does not configure the APN automatically, you need to enter it manually. The correct string is always published on the MVNO’s official support or setup page.
No mobile data after SIM swap: If you replaced a SIM (whether from a carrier swap or a damaged SIM replacement) and data stopped working, the APN may not have carried over. This is especially common when switching between carriers on Android.
Data stopped working after a settings reset: Resetting network settings on iOS or Android clears APN configuration. After a reset, you may need to re-enter the APN or wait for automatic provisioning.
Travel eSIM without automatic configuration: Most major travel eSIM providers embed APN settings in their profiles. Some smaller providers require manual entry. If a travel eSIM connects but data does not flow, a missing APN is the primary suspect. For a complete diagnostic sequence, see No Mobile Data?.
“No Service” scenarios: If your device shows “No Service” rather than a data failure with signal present, the issue is likely not the APN — it is a network registration problem. Start with No Service? How to Troubleshoot Signal Problems instead.
What an APN Does Not Control
Understanding the scope of APN helps avoid misdiagnosis.
The APN controls:
- Which packet data gateway handles your data session
- Which external network (internet, corporate intranet, etc.) your data is routed to
The APN does not control:
- Voice calls (handled by a separate IMS/circuit-switched path)
- SMS (routed separately from data)
- Network authentication (handled by the SIM’s IMSI and Ki via USIM authentication)
- Signal strength or network registration
- Data speeds or throughput
If calls and SMS work but data does not, the APN is the first thing to check. If nothing works (no signal, no calls, no SMS), the APN is not the problem — see No Service?.
APN and Multiple Data Profiles
Some carriers and devices support multiple APN entries simultaneously, each for a different purpose:
- Default / Internet APN: used for general mobile data
- MMS APN: used specifically for sending/receiving MMS picture messages (often a different APN string)
- Tethering / Hotspot APN: some carriers use a separate APN for mobile hotspot traffic to apply different policies
On most consumer setups, only the default internet APN needs to be configured. The MMS APN is separate — having the correct internet APN will not fix MMS if the MMS APN is wrong, and vice versa.
If you are troubleshooting MMS specifically (picture messages not sending or receiving), check whether your carrier requires a separate MMS APN. The internet APN and MMS APN can have different strings, and your device’s settings may require both to be entered.
How to Find the Correct APN for Your Carrier
The only reliable source for an APN string is your carrier’s official support documentation. Third-party APN databases are frequently outdated and may list deprecated values.
To find your APN:
- Go to your carrier or MVNO’s official website
- Search for “APN settings,” “APN setup,” or “network settings”
- Locate the APN string for your country and device type (iOS or Android may have different instructions)
Once you have the correct string, follow the setup steps for your device:
- iPhone users: APN Setup Guide for iPhone — covers configuration profiles (.mobileconfig) and manual entry
- Android users: APN Setup Guide for Android — covers the Settings > Mobile Networks > APN path and manual entry fields
If your carrier is not publishing an APN string, it is likely because your device receives the configuration automatically. In that case, check that you have accepted any carrier settings update prompts.
Entering the APN Manually — What to Expect
If you need to enter APN settings by hand, you will typically encounter these fields in your device settings:
| Field | What to Enter |
|---|---|
| APN | The APN string from your carrier (required) |
| Username | Carrier-specified value, or leave blank |
| Password | Carrier-specified value, or leave blank |
| MCC | Mobile Country Code — usually auto-filled |
| MNC | Mobile Network Code — usually auto-filled |
| Authentication type | PAP, CHAP, or None — follow carrier guidance |
| APN type | default for internet; mms for MMS — follow carrier guidance |
Enter the APN string exactly as your carrier specifies. Although the 3GPP standard treats APN labels as case-insensitive, some carrier provisioning systems are stricter, so enter the APN exactly as your carrier publishes it (including case). Do not add spaces before or after the string.
For the manual code (network selection) process when switching carriers, see the Manual Network Code Entry guide.
FAQ
What does APN stand for?
APN stands for Access Point Name. It is defined in 3GPP TS 23.003 as the identifier that selects a packet data gateway on the carrier’s core network. Every mobile device that uses cellular data must have a valid APN configured.
Why do MVNOs need a different APN than the host carrier?
An MVNO operates its own billing systems and packet data gateway on top of the host MNO’s radio network. The APN routes your data session to that MVNO-specific gateway rather than the MNO’s own gateway. Even though both use the same towers, the backend destination is different, so the APN string is different.
What happens if the APN is wrong or missing?
Your device will show signal bars and can make calls, but mobile data will not work. The network has no valid gateway to route your data session to. You may see a “No internet connection” error or pages will simply fail to load despite having cellular signal.
Is an APN the same as a 5G DNN?
Functionally yes. In 5G systems, the equivalent concept is the DNN (Data Network Name), defined in 3GPP TS 23.003 Clause 9A. The APN string you enter on a device works for both 4G and 5G connections. The term changes in the 5G core architecture documents, but from a device-configuration perspective the setting is identical.
Does my carrier set the APN automatically?
Major MNOs and many MVNOs push APN configuration automatically when you insert a SIM or activate an eSIM — either via a carrier settings update (on iPhone) or a provisioned configuration. However, some MVNOs, especially smaller resellers, do not have automatic configuration, which is why manual setup is sometimes required.
Can I use any APN string, or does it have to be exact?
It must match exactly what your carrier specifies. Although the 3GPP standard treats APN labels as case-insensitive, some carrier provisioning systems are stricter, so enter the APN exactly as your carrier publishes it (including case). Extra spaces or incorrect characters will also prevent the data session from establishing. Always copy the APN from your carrier’s official support documentation.
Related Guides
- APN Setup Guide for iPhone — configuration profiles, manual entry, and carrier-specific APN strings for iOS
- APN Setup Guide for Android — manual APN entry steps for Android devices
- No Service? How to Troubleshoot Signal Problems — when the issue is network registration, not APN
- No Mobile Data? How to Fix Data Connection Problems — full diagnostic sequence when data does not work
- What Is an MVNO? — how virtual carriers work and why they use different network settings