5G NR - Paging Explained
Paging is the 5G NR RRC message the network uses to reach a UE that is in RRC_IDLE or RRC_INACTIVE. It tells the UE that something important happened and that it should wake up, react, and continue the next signaling step.
For beginners, the simple meaning is: Paging is how the network gets an idle or inactive UE’s attention.
For experienced engineers, Paging is the radio-side reachability signal that must be correlated with SIB1 paging configuration, UE identity, core trigger timing, and the next resume or setup step.
What is Paging in simple terms?
Paging is a broadcast-style RRC message sent on the PCCH. The message itself is short. It does not carry full session information. Its job is to tell the correct UE that it has been paged and needs to respond.
In practical terms, Paging helps answer:
- did the network try to reach the UE?
- did the correct UE identity appear in the paging record?
- did the UE respond with resume or fresh access?
Why this message matters
Paging matters because many service problems begin here:
- mobile-terminated data does not arrive
- the UE does not resume from inactive mode
- the network pages repeatedly with no response
- a paging issue gets confused with a later resume or setup failure
Where this message appears in the call flow
A simplified paging path is:
- UE is in RRC_IDLE or RRC_INACTIVE.
- The network has data or signaling for the UE.
- The gNB sends Paging on the UE’s paging occasion.
- The UE responds with RRC Resume Request or starts fresh access.
Mini sequence:
UE gNB / AMF
| |
| idle / inactive |
|<-- Paging -----------------|
|--- RRC Resume Request ---->|
| or |
|--- RRC Setup Request ----->|
So Paging sits between reachability trigger and resume or setup behavior.
Message direction and transport
- sender: gNB
- receiver: target UE within the paging occasion
- interface: Uu
- signaling channel: PCCH
- radio scheduling context: scheduled with P-RNTI
- security context: not a dedicated SRB message
Important Information Elements
| IE | Why it matters |
|---|---|
pagingRecordList | Main list of paged UEs. |
ue-Identity | Lets the UE determine whether the page is for it. |
ng-5G-S-TMSI or related paging identity | Key field to correlate with core and NAS context. |
systemInfoModification | Explains SI-change notification behavior. |
Example message dump
PCCH-Message
message: c1
paging
pagingRecordList
[0]
ue-Identity
ng-5G-S-TMSI: 0x4A72C311
systemInfoModification: absent
Related message pages
- 5G NR - System Information Block 1 (SIB1)
- 5G NR - RRC Setup Request
- 5G NR - Master Information Block (MIB)
- 5G Paging Procedure
FAQ
What is Paging in 5G NR?
Paging is the NR RRC message used by the network to notify an idle or inactive UE that it needs to wake up for signaling, data delivery, or a broadcast-related action.
Who sends the 5G Paging message?
The gNB sends Paging over the radio interface to UEs monitoring the relevant paging occasions.
On which channel is Paging sent?
Paging is carried on PCCH and scheduled using the paging radio network temporary identifier, or P-RNTI.
What comes after Paging?
That depends on UE state. In inactive mode it often leads to RRC Resume Request. In idle mode it may lead to new access and RRC Setup Request.
Why would a UE miss Paging?
Common reasons include wrong paging occasion timing, poor radio conditions, DRX or monitoring issues, or identity mismatch.
Does Paging carry reject causes?
No. Paging does not carry reject causes. Engineers infer problems from the absence of response or the failure of the following resume or setup procedure.
Summary
Paging is the NR RRC message used by the network to notify an idle-mode or inactive-mode UE that downlink signaling or service activity requires the UE's attention.