5G NAS - Identity Request Explained

Identity Request is the NAS message the network sends when it needs the UE to provide a specific identity before the AMF can continue the current procedure. It commonly appears during registration when the identity already available from the UE is not sufficient for authentication, policy handling, or mobility-management context decisions.

For beginners, the simple meaning is: the network is asking the UE to identify itself more clearly.
For engineers, this message is one of the key branching points in registration analysis because it explains why the AMF did not move directly from Registration Request into authentication or accept handling.

What is Identity Request in simple terms?

The UE already sent a NAS message, such as Registration Request, but the network still needs a particular identity value. The AMF sends Identity Request to ask for that identity explicitly.

Why Identity Request matters

This message matters because it shows the AMF could not continue using only the identity context it already had. That can happen because:

  • the earlier identity form was not enough for the procedure
  • temporary identity context was missing or unusable
  • the network needed a different explicit identity type

If engineers miss this step, later authentication or reject behavior can look confusing.

Where Identity Request appears in the call flow

UE                              gNB / AMF
|--- Registration Request ------>|
|<-- Identity Request -----------|
|--- Identity Response --------->|
|<-- Authentication Request -----|

It most commonly appears in registration flows, but it can also appear in other 5GMM procedures that depend on clearer UE identity.

Transport characteristics

  • Direction: AMF to UE
  • Interface: N1
  • Transport on access side: commonly via DL Information Transfer
  • Security expectation: often plain NAS during early registration, though the exact protection state depends on the procedure stage

What Identity Request means operationally

Operationally, Identity Request tells engineers that the AMF is pausing the main registration or service path until it gets a more useful identity from the UE. It is not a reject by itself. It is a clarification step.

The first useful question is: what identity type did the AMF ask for, and why did it need that instead of what it already had?

Important Information Elements

IEWhy it matters
Identity typeTells you exactly what identity the network expects the UE to return next.

Example message dump

Identity Request
  Extended Protocol Discriminator: 5G Mobility Management
  Security Header Type: Plain NAS
  Message Type: Identity Request
  Identity Type: SUCI

How to read this dump

  • Read the requested Identity Type first.
  • Then go back to the earlier UE NAS message and see what identity was already present.
  • After that, check whether the UE answered with the correct Identity Response.

What to check in logs

  • inspect the exact identity type requested by the AMF
  • compare it with the identity already carried in the preceding NAS message
  • verify that the UE sends Identity Response promptly and with the right identity form
  • correlate the identity exchange with the later Authentication Request or Registration Reject

FAQ

What does Identity Request do in 5G?

It asks the UE to provide a specific identity the network needs before registration or another 5GMM procedure can continue.

What identity can the network request?

Common examples include SUCI-related identity, IMEI, IMEISV, or other identity types defined by the NAS procedure.

Does Identity Request always mean failure?

No. It is often a normal intermediate step in registration when the AMF needs more identity information before continuing.

Summary

Identity Request is the NAS message the network sends when it needs the UE to provide a specific identity such as SUCI, 5G-GUTI-related context, IMEI, IMEISV, or other identity information.