5G NAS - Registration Reject Explained

Registration Reject is the NAS failure message used when the network refuses a 5G registration attempt. It is one of the most important troubleshooting messages in NAS because it gives the formal reason why the AMF did not accept the UE.

What is Registration Reject in simple terms?

The UE asks to register. The network checks the request and decides that registration cannot continue. It then sends Registration Reject back to the UE with a cause value and, in some cases, a retry timer.

Why this message matters

This message matters because it turns a generic “registration failed” symptom into a cause-driven investigation. It tells you whether the problem is likely to be:

  • roaming or PLMN related
  • subscription or slice related
  • identity related
  • temporary backoff or policy related

Where this message appears in the call flow

UE                              gNB / AMF
|--- Registration Request ------>|
|<-- Registration Reject --------|
|   UE stops this path or waits  |

It appears at the negative decision point of the registration procedure.

Transport characteristics

  • sender: AMF
  • receiver: UE
  • interface: N1
  • access-side transport: commonly DL Information Transfer
  • security: may be plain or protected depending on the stage

What Registration Reject means operationally

Operationally, Registration Reject is the AMF’s explicit decision that the current registration attempt cannot continue.

This is the point where engineers should stop treating the issue as a generic access problem and start troubleshooting by cause. The most useful first checks are:

  • the returned 5GMM Cause
  • any T3346 retry backoff
  • the earlier identity, slice, roaming, or security context that led to the reject

Important Information Elements

IEWhy it matters
5GMM causeMain reason the registration attempt was refused.
T3346 valueControls retry backoff when present.

Example message dump

Registration Reject
  Extended Protocol Discriminator: 5G Mobility Management
  Security Header Type: Plain NAS
  Message Type: Registration Reject
  5GMM Cause: PLMN not allowed
  T3346 Value: 12 minutes

How to read this dump

  • Read the 5GMM Cause first.
  • Check whether T3346 explains delayed retry behavior.
  • Correlate the reject with earlier identity, authentication, and requested registration context.

What to check in logs

  • inspect the 5GMM Cause before looking elsewhere
  • verify whether T3346 is present and whether the UE respects that backoff
  • correlate the reject with the preceding Registration Request, identity exchange, and authentication path
  • avoid misreading timer-driven silence after reject as a separate radio problem

FAQ

What is Registration Reject in 5G?

It is the AMF's failure response when a registration attempt cannot be accepted.

What should engineers inspect first in Registration Reject?

The 5GMM cause and any T3346 backoff timer.

Does Registration Reject always mean radio failure?

No. It usually points to mobility-management, subscription, identity, slice, or policy problems rather than radio decode failure.

Summary

Registration Reject is the NAS message the AMF sends when a 5G registration attempt is refused and the UE must stop the current registration path.