5G NR Physical Layer Overview
The 5G NR physical layer is the part of the radio stack that turns scheduled data and control information into real over-the-air transmissions. It defines how bits are mapped to time-frequency resources, how synchronization happens, how channels and reference signals are transmitted, and how the UE and gNB keep the radio link usable under changing conditions.
For beginners, the PHY is the foundation that makes 5G radio communication possible. For experienced engineers, it is where throughput, coverage, access failures, beam issues, and scheduler decisions become visible in logs, counters, and RF behavior.
| Layer | PHY (Layer 1) |
|---|---|
| Main specs | 3GPP TS 38.201, 38.211, 38.212, 38.213, 38.214 |
| Works with | MAC, RLC, PDCP, RRC, gNB scheduler |
| Key topics | Numerology, OFDM, channels, signals, beamforming, HARQ |
PHY Topics
Use this page to navigate the full 5G NR PHY topic set. Start with the foundations, then move into channels, signals, procedures, or troubleshooting based on the engineering task you are working on.
Foundations
- Numerology & Subcarrier Spacing Slot timing, scalable SCS, and the timing scale used by NR.
- Frame Structure Frames, subframes, slots, mini-slots, and symbol timing organization.
- OFDM Waveform model, resource grid, CP-OFDM, and DFT-s-OFDM context.
- Bandwidth Part (BWP) How active bandwidth is managed and exposed to scheduling and power-saving behavior.
- NR ARFCN Channel numbering, frequency mapping, and where ARFCN appears in NR planning and signaling.
Physical Channels
- PDCCH Control channel, CORESET, search space, and scheduling context.
- PDSCH Main downlink data channel and throughput-critical behavior.
- PUSCH Main uplink data channel with grant, DMRS, and uplink behavior.
- PUCCH Uplink control for HARQ feedback, CSI, and scheduling support.
- PRACH Random access preambles and access-side timing behavior.
- PBCH Broadcast channel and MIB delivery within the SSB structure.
Physical Signals
- SSB Synchronization and broadcast block for cell discovery and beam visibility.
- DMRS Demodulation reference signals for channel estimation and decoding.
- CSI-RS Measurement and beam-management reference signals.
- SRS Uplink sounding and channel-quality support for uplink and beam behavior.
- PTRS Phase tracking reference signal for demanding operating conditions.
Procedures
- Initial Access and RACH SSB, PBCH, PRACH, and the radio entry path into RRC setup.
- HARQ Retransmission timing and reliability behavior across the PHY/MAC boundary.
- Link Adaptation CQI, MCS, layer adaptation, and practical throughput shaping.
Advanced Topics
- Beamforming Beam management, SSB/CSI-RS context, and coverage behavior.
- MIMO Layers, rank, precoding, and spatial throughput scaling.
- Carrier Aggregation How multiple carriers affect PHY capacity and scheduling context.
Troubleshooting Paths
- Low Throughput Use PHY checks to separate radio limitations from higher-layer issues.
- Coverage Issues Trace weak cell reach, poor SINR, beam issues, and edge-of-coverage behavior.
- Registration Failure Follow access-side PHY clues that can block higher-layer setup.
- RRC Failure Causes Connect physical-layer symptoms to later signaling failures.
What the 5G NR physical layer does in simple terms
In plain language, the PHY decides how radio resources are used. It takes data from higher layers, applies coding and modulation, places the information into symbols and resource blocks, and transmits them over the air. On the receive side it performs synchronization, channel estimation, demodulation, decoding, and measurement support.
The PHY is responsible for things engineers deal with every day:
- subcarrier spacing and slot timing
- resource block usage and scheduling capacity
- coverage and signal quality behavior
- beam management and synchronization
- random access and initial link establishment
- how well throughput scales with bandwidth, MIMO, and radio quality
Technical summary
| Role | Layer 1 radio transmission and reception in 5G NR |
|---|---|
| Main waveforms | CP-OFDM for downlink and most uplink cases, with DFT-s-OFDM available in uplink cases |
| Core resource model | Time-frequency grid based on numerology, symbols, slots, and resource blocks |
| Main channels | PDSCH, PDCCH, PUSCH, PUCCH, PRACH, PBCH |
| Main signals | SSB, DMRS, CSI-RS, SRS, PTRS |
| Procedure impact | Initial access, scheduling, HARQ, beam management, mobility measurements, throughput behavior |
PHY building blocks engineers need to understand
The easiest way to understand NR PHY is to break it into a few reusable building blocks instead of memorizing isolated spec clauses.
1. Numerology and subcarrier spacing
Numerology defines subcarrier spacing, symbol duration, and slot timing. It is one of the biggest differences between LTE and NR because it allows the radio to adapt better across FR1 and FR2 deployments.
- Lower subcarrier spacing usually helps coverage and larger delay spreads.
- Higher subcarrier spacing supports shorter transmission timing and better high-frequency operation.
- Numerology affects slot duration, scheduling granularity, and usable bandwidth layout.
2. OFDM resource grid
NR organizes transmissions on a grid made of subcarriers in frequency and OFDM symbols in time. Resource blocks, control regions, DMRS positions, and user data allocations all sit on this grid.
3. Physical channels
Channels define what is being sent. PDCCH carries scheduling control. PDSCH carries downlink user data. PUSCH carries uplink user data. PUCCH carries uplink control like HARQ feedback. PRACH supports random access. PBCH carries broadcast information through the MIB.
4. Physical signals
Signals support how the radio works reliably. SSB supports synchronization and initial cell discovery. DMRS supports channel estimation. CSI-RS supports measurements and beam management. SRS supports uplink sounding. PTRS helps phase tracking at demanding operating points.
How PHY connects to the higher layers
RRC -> configures cell, BWP, measurements, control resources
MAC -> schedules grants, HARQ, priorities, uplink/downlink usage
PHY -> maps resources, transmits channels/signals, reports measurements
RF -> turns PHY waveform into real over-the-air behavior Engineers should never study PHY in isolation. Many “PHY issues” are really driven by MAC scheduling choices, RRC configuration, beam setup, or RF limitations.
- MAC decides when data is scheduled and how HARQ processes are used.
- RRC configures BWPs, measurements, search spaces, and many radio parameters.
- 5G core procedures create service demand, but PHY determines whether the radio link can support it cleanly.
Where the PHY appears in real procedures
PHY behavior becomes visible during several high-value procedures, even when the top-level call flow is usually described using RRC or NAS messages.
Initial access and random access
UE gNB
|---- Detect SSB ----------->|
|---- Decode PBCH / MIB ---->|
|---- Transmit PRACH ------->|
|<--- Receive RAR ---------- |
|---- Send MSG3 ------------>|
|<--- Contention resolved ---| In practical terms, initial access depends on SSB detection, PBCH decoding, PRACH timing, uplink coverage, and the ability of the UE to complete the early RRC setup exchange.
Scheduling and throughput delivery
PDCCH grant -> PDSCH/PUSCH resources -> DMRS-based decoding -> HARQ feedback -> scheduler adaptation This is where engineers troubleshoot low throughput, unstable MCS, failed retransmissions, poor CQI, or heavy control-channel limitations.
Beam management and mobility preparation
SSB and CSI-RS measurements influence beam selection and mobility readiness. If beams are unstable or measurements are stale, the issue may first appear as degraded SINR, late handover preparation, or dropped sessions rather than as an obvious “PHY alarm.”
Channels and signals engineers should group together
| Item | Main role | Why it matters in practice |
|---|---|---|
| PDCCH | Scheduling control | Without reliable control decoding, data scheduling never becomes usable throughput. |
| PDSCH | Downlink data | Main downlink throughput carrier; impacted by MCS, layers, DMRS, and radio quality. |
| PUSCH | Uplink data | Main uplink traffic path; impacted by coverage, power control, DMRS, and uplink grants. |
| PUCCH | Uplink control | HARQ ACK/NACK and CSI reporting reliability often depends on proper PUCCH behavior. |
| PRACH | Random access | Directly tied to access failures, timing issues, and cell reachability. |
| SSB + PBCH | Synchronization and broadcast | Drives cell discovery, beam sweep visibility, and the very start of access. |
| DMRS / CSI-RS / SRS | Channel estimation and measurements | Critical for decoding quality, beam management, sounding, and adaptation. |
Real-world use cases for the PHY overview page
- A student wants one mental model before diving into PDSCH, PRACH, or beamforming separately.
- A protocol tester wants to understand why RRC setup failures can actually start with SSB, PRACH, or uplink coverage issues.
- An RF or optimization engineer wants to map poor SINR, unstable CQI, and low throughput back to PHY behavior.
- A core or RRC engineer wants the minimum PHY context needed to interpret radio-side failures in end-to-end procedures.
Troubleshooting view: what engineers should inspect
The PHY rarely fails in a single obvious way. Most field problems appear as combinations of poor measurements, unstable scheduling, repeated retransmissions, access delays, or weak beam behavior.
Common symptoms
- low throughput despite wide bandwidth
- good RSRP but unstable SINR
- PRACH failures or delayed access
- frequent retransmissions and poor BLER
- beam changes causing unstable service quality
What to check in logs, KPIs, and traces
- configured numerology, bandwidth, BWP, and TDD pattern
- PDCCH success and control-channel bottlenecks
- PDSCH and PUSCH MCS behavior over time
- HARQ retransmission patterns and BLER levels
- SSB visibility, beam indexes, CSI-RS usage, and beam-switch behavior
- PRACH attempts, preamble detection, timing advance response, and uplink power limits
- CQI, PMI, RI, layer usage, and scheduler adaptation
Common failure patterns
| Symptom | Likely PHY-side pattern | Next check |
|---|---|---|
| Low downlink throughput | PDSCH resources limited, low CQI, aggressive DMRS overhead, poor beam quality | Check PDCCH grants, CQI trends, rank usage, MCS, and throughput calculator assumptions |
| Access failure | SSB not found well, PBCH decoding issues, PRACH timing or uplink coverage problem | Check SSB presence, PRACH counters, uplink coverage, and initial access traces |
| Coverage complaint | Beam mismatch, weak uplink budget, unsuitable numerology or RF limitation | Check SSB beams, SINR, uplink margin, and RF planning tools |
Recommended learning path after this overview
- Study numerology and subcarrier spacing first.
- Then study frame structure so slot timing and scheduling units become concrete.
- Then study OFDM so the waveform and resource-grid model become concrete.
- Then learn PDCCH and PDSCH together so scheduling and data delivery make sense.
- After that, move to PRACH and initial access.
- Then go deeper into DMRS, CSI-RS, SRS, HARQ, and link adaptation.
- Finish with beamforming, MIMO, carrier aggregation, and troubleshooting pages.
Best next pages for this cluster:
- 5G Numerology & Subcarrier Spacing for timing fundamentals
- 5G Frame Structure for slot and symbol organization
- 5G OFDM for waveform and resource-grid behavior
- NR ARFCN Calculator for frequency and planning context
- NR Throughput Calculator for data-channel impact
- 5G RRC Connection Setup for early access context
- 5G registration failure troubleshooting for symptom-led debugging
FAQ
What is the 5G NR physical layer?
It is Layer 1 of the NR radio stack. It handles waveform generation, resource mapping, synchronization, modulation, coding, channel estimation, and radio measurements.
Why is numerology so important in 5G?
Because numerology changes the basic timing and spacing of the radio grid. That affects latency, coverage, scheduling flexibility, and how the system behaves across different frequency ranges.
How is 5G PHY different from LTE PHY?
NR adds scalable numerology, stronger beam-oriented operation, more flexible control and data mapping, and a broader range of radio deployment scenarios than LTE.
Which physical channels matter most in daily engineering work?
PDCCH, PDSCH, PUSCH, PRACH, and PUCCH are the most frequently inspected because they drive scheduling, data transfer, access behavior, and control reliability.
Which signals matter most for troubleshooting?
SSB, DMRS, CSI-RS, and SRS are especially important because they affect synchronization, decoding quality, measurements, beam behavior, and sounding.
Can poor throughput be a PHY issue even when the session is established?
Yes. Many throughput complaints come from poor radio quality, control-channel limits, rank limitations, retransmissions, or beam instability rather than from core-network signaling problems.
Beginner takeaway
The 5G NR physical layer is the radio foundation of the network. If you understand numerology, the resource grid, physical channels, physical signals, and initial access behavior, the rest of 5G radio engineering becomes much easier to follow.
Advanced engineer notes
- Most performance problems are cross-layer: PHY symptoms often come from MAC scheduling, RRC configuration, or RF conditions.
- Control-channel limits can cap throughput before raw PDSCH capacity becomes the real bottleneck.
- Reference-signal overhead is not just theory; it materially changes usable throughput and decoding behavior.
- Beam management quality is often the hidden differentiator between “acceptable” and “unstable” NR user experience.
- When comparing cells, always normalize by bandwidth, numerology, layer capability, and scheduler behavior before blaming PHY design.
Use the decoder and tools naturally in this workflow
If you are debugging a real issue, pair this overview with the 3GPP Decoder for protocol traces and with the NR Throughput Calculator or NR ARFCN Calculator for radio-side validation.