5G NR - UECapabilityEnquiry Message Explained
The UECapabilityEnquiry message is the NR RRC message the gNB uses to ask the UE for its supported radio capability information in 5G NR.
In simple terms, this is the network asking: what can this UE actually support, so I can configure it correctly?
This message matters because many later connected-mode decisions depend on it, especially when the network wants to configure feature-dependent behavior.
Why UECapabilityEnquiry matters
UECapabilityEnquiry is important because it starts the capability exchange that helps the network:
- understand UE support before advanced configuration
- avoid sending unsupported radio configuration
- prepare correct connected-mode reconfiguration
- troubleshoot feature mismatches more accurately
If the capability exchange is wrong or incomplete, the visible failure may show up later in RRC Reconfiguration, not in the enquiry itself.
Where UECapabilityEnquiry appears in the call flow
A common capability-aware connected-mode path is:
SecurityModeCompleteconfirms AS security activationUECapabilityEnquiryfrom gNB to UEUECapabilityInformationfrom UE to gNBRRC Reconfigurationbased on reported support
This means UECapabilityEnquiry is usually not an isolated message. It is part of a wider decision chain that ends in capability-aware network configuration.
Call flow position
UE gNB
| |
|<---- UECapabilityEnquiry ------|
| |
|---- UECapabilityInformation -->|
| |
|<------ RRCReconfiguration -----|
| |
This sequence shows the normal flow:
UECapabilityEnquiryrequests capability dataUECapabilityInformationreturns the UE’s capability containersRRC Reconfigurationuses that information to apply supported configuration
Practical troubleshooting guidance
This message is best analyzed together with:
SecurityModeCompleteUECapabilityInformationRRC Reconfiguration
If a later feature configuration fails, the main engineering questions are:
- what exact capability containers did the gNB request?
- did the UE return the expected capability information?
- did the network build later configuration that matches the reported support?
Related message pages
5G NR - SecurityModeCompletefor the earlier connected-mode security checkpoint5G NR - RRC Reconfigurationfor the later capability-dependent network configuration
Summary
UECapabilityEnquiry is the network-side request that starts the NR RRC capability exchange.
The key engineering points are:
- it asks for UE radio capability data
- it does not carry the capability itself
- it is usually followed by
UECapabilityInformation - its real troubleshooting value appears when paired with the later reconfiguration that depends on the reported support
FAQ
What does UECapabilityEnquiry do in 5G NR?
It asks the UE to provide its supported radio capability information.
Who sends UECapabilityEnquiry?
The gNB sends UECapabilityEnquiry to the UE.
What comes after UECapabilityEnquiry?
The UE normally responds with UECapabilityInformation.
Does UECapabilityEnquiry contain the UE capability itself?
No. It only requests the capability data. The UE reports the actual capability in UECapabilityInformation.
Why is UECapabilityEnquiry important?
It helps the network avoid configuring features the UE does not support.
Summary
Downlink NR RRC message used by the gNB to request UE capability information needed for feature, bearer, mobility, and radio configuration decisions.