5G NAS - Deregistration Request (UE Originating) Explained

Deregistration Request (UE Originating) is the NAS message the UE sends when it wants to leave registered 5G service. It starts a controlled deregistration path and should be interpreted as an intentional state change, not as a reject or failure message.

For beginners, the simple meaning is: the UE is asking the network to remove its current 5G registration context.
For engineers, the message is useful because it provides the start point for a clean deregistration exchange and explains later paging and reachability behavior.

What is Deregistration Request (UE Originating) in simple terms?

The UE tells the AMF that it wants to deregister. If the network accepts that request, the procedure ends with Deregistration Accept (UE Originating).

Why this message matters

This message matters because later behavior depends on whether deregistration really completed:

  • the network may stop paging the UE
  • earlier temporary identities may stop being valid for normal reachability
  • later registration attempts may be treated as fresh access rather than continuation

If this message is present but the completion path is missing, engineers need to be careful about assuming deregistration really succeeded.

Where this message appears in the call flow

UE                              gNB / AMF
|--- Deregistration Request ---->|
|<-- Deregistration Accept ------|
|   UE leaves registered state   |

Transport characteristics

  • Direction: UE to AMF
  • Interface: N1
  • Transport on access side: usually UL Information Transfer
  • Security expectation: commonly protected because the UE still has valid NAS context when it starts deregistration

What Deregistration Request (UE Originating) means operationally

Operationally, this message means the UE is intentionally closing out its current 5GMM registration state. It is different from:

  • registration failure
  • radio loss
  • network-driven deregistration

The most important field is usually the deregistration type, because it explains the intended scope of the request.

Important Information Elements

IEWhy it matters
Deregistration typeTells you what kind of deregistration the UE is asking for.

Example message dump

Deregistration Request (UE Originating)
  Extended Protocol Discriminator: 5G Mobility Management
  Security Header Type: Integrity protected and ciphered
  Message Type: Deregistration Request (UE Originating)
  Deregistration Type: Switch off, 3GPP access

How to read this dump

  • Read Deregistration Type first because it explains the intended scope.
  • Confirm the message is sent under the expected NAS protection state.
  • Then check whether the network answers with Deregistration Accept (UE Originating).

What to check in logs

  • inspect the deregistration type before looking at later state changes
  • verify the UE had valid registration context before the request
  • confirm the uplink NAS path delivered the message successfully
  • correlate the request with the later accept or with local UE power-off behavior

FAQ

Who sends Deregistration Request (UE Originating)?

The UE sends it when it wants to deregister from the 5GS.

Summary

Deregistration Request (UE Originating) is the NAS message the UE sends when it wants to deregister from the 5GS.