AMF stands for Access and Mobility Management Function. It’s a core component of the 5G network that handles the signaling between your device and the network, managing everything from registration (connecting to the network) to mobility (staying connected as you move between cell towers). Think of it as the traffic controller for your device’s connection to 5G.
What the AMF Actually Does
The AMF sits in the control plane of the 5G core network, meaning it manages the instructions and signaling that keep your device connected rather than handling the actual data you send and receive. Its three primary jobs are connection management, registration management, and mobility management.
When you power on your phone or enter a 5G coverage area, the AMF handles the registration process that lets the network know your device exists and is authorized to connect. It tracks whether your device is actively communicating or sitting idle, and it manages the handover process when you move from one cell tower’s coverage to another, so your call or video stream doesn’t drop. It also terminates the control plane signaling from the radio access network, meaning it’s the endpoint where instructions from the cell towers are received and processed.
The AMF communicates with your device through what’s called NAS (Non-Access Stratum) signaling. This is essentially a direct signaling channel between your phone and the core network that passes through the radio towers but isn’t processed by them. When session-related signaling needs to reach other parts of the network (like setting up a data session for streaming), the AMF forwards those messages transparently without needing to interpret them.
How AMF Connects to Other 5G Components
The AMF doesn’t work alone. It’s connected to the radio access network (the cell towers) through an interface called N2, which uses a protocol that guarantees reliable delivery of signaling messages. Your device communicates with the AMF through the N1 interface. Together, these two interfaces form the bridge between the wireless world and the 5G core.
Inside the core network, the AMF coordinates with several other specialized functions. When your device needs a data session (to browse the web or stream a video), the AMF routes that request to the Session Management Function (SMF), which handles the details of setting up and managing data flows. For authentication, verifying that your device and SIM card are legitimate, the AMF works with the Authentication Server Function (AUSF) and the Unified Data Management (UDM), which stores subscriber information.
How AMF Differs From 4G’s MME
The AMF is the evolutionary successor to the MME (Mobility Management Entity) used in 4G LTE networks. While the MME handled similar functions, it was a more monolithic component that bundled mobility management with partial session management responsibilities. In 5G, session management was deliberately separated out and handed to the SMF, letting the AMF focus exclusively on signaling and mobility.
This separation is part of a broader architectural shift. The MME operated with traditional, tightly coupled interfaces between network elements. The AMF operates in a service-based architecture using RESTful APIs, the same type of web-friendly communication that modern software applications use. This makes the AMF far more modular and scalable. Network operators can scale up AMF capacity independently of session management capacity, which wasn’t practical with the MME’s centralized design.
AMF’s Role in Network Slicing
One of the AMF’s capabilities that had no equivalent in 4G is its support for network slicing. Network slicing lets operators carve a single physical 5G network into multiple virtual networks, each optimized for different use cases. One slice might prioritize low latency for remote surgery, while another prioritizes bandwidth for video streaming, and a third handles massive numbers of IoT sensors.
The AMF plays a gatekeeper role in this process. When your device registers with the network, it can request access to specific slices using something called S-NSSAI (Single Network Slice Selection Assistance Information). The AMF stores a list of which slices each device is authorized to use. It also includes slice information in signaling messages so that base stations can route the device to the correct AMF instance, since different AMF instances may serve different slices. To protect privacy, the network uses a two-stage approach: during a device’s very first registration, no slice information is transmitted over the air. After that initial registration, the network configures the device with two sets of slice identifiers, one that’s safe to transmit openly and one that contains more sensitive information.
Why It Matters for 5G Performance
The AMF’s design reflects the core philosophy behind 5G: modularity and flexibility. By separating mobility management from session management and building on a service-based architecture, the AMF can be deployed and scaled as software in cloud environments rather than requiring dedicated hardware. This is what allows 5G networks to serve wildly different use cases on the same infrastructure, from a self-driving car that needs ultra-reliable, split-second communication to a smart meter that sends a few bytes of data once an hour.
For the average user, the AMF’s work is invisible. You experience it as a faster, more seamless connection when moving between coverage areas, quicker registration when your device connects to the network, and the ability for your carrier to offer differentiated service tiers. The AMF is handling millions of these signaling transactions across the network every second, keeping devices registered, authenticated, and connected as they move through the physical world.

