Interview Preparation5G Air Interface and Top Interview Questions

5G NR Numerology: The One Parameter That Shapes the Whole Air Interface

Why 5G NR has five subcarrier spacings instead of LTE's one, what each value buys you, and how μ ripples through symbol, slot and frame timing.

By Manas·9 min read·Updated 2026-09-07

Why this is the first thing to learn

Almost every number in the NR physical layer — symbol length, slot length, cyclic prefix, how many resource blocks fit in a carrier, how often the UE has to blind-decode — is derived from one integer, μ (mu). Learn how μ works and half of this chapter becomes arithmetic.

The mental model: gears on a bicycle

OFDM splits the band into many narrow subcarriers. The subcarrier spacing (SCS) is the distance between them, and it sets the OFDM symbol length: a subcarrier of spacing Δf needs a symbol of length 1/Δf to stay orthogonal to its neighbours.

Think of the SCS as a gear:

  • Low gear (15 kHz) — long symbols (66.7 µs). Lots of "torque" against multipath: the cyclic prefix can be long, so the signal survives big cells and long echoes. But everything moves slowly: a slot is a full millisecond.
  • High gear (120 kHz) — short symbols (8.3 µs). Fast: a slot is 125 µs, so latency is low, and the short symbol shrugs off the phase noise and Doppler that grow with carrier frequency. But the cyclic prefix is short, so it only works where echoes are short — small cells, mmWave.

LTE had one gear (15 kHz) because it lived in a narrow range of frequencies and cell sizes. NR runs from 410 MHz to 52.6 GHz (and beyond), from rural macro cells to indoor mmWave hot-spots. No single gear fits, so NR gives you five, and — the clever part — makes them mesh.

The mechanics

Subcarrier spacing is defined as

The five NR numerologies with subcarrier spacing, symbol duration and slot length derived from mu.

Δf = 2^μ × 15 kHz ,   μ ∈ {0, 1, 2, 3, 4}

Everything else follows (normal cyclic prefix):

μSCSUseful symbol (1/Δf)Slot lengthSlots per subframeSlots per 10 ms frameWhere it is used
015 kHz66.67 µs1 ms110FR1: low bands, LTE refarming, large cells
130 kHz33.33 µs0.5 ms220FR1: the mid-band workhorse (n77/n78/n41)
260 kHz16.67 µs0.25 ms440FR1 (URLLC, only SCS with extended CP) and FR2 data
3120 kHz8.33 µs0.125 ms880FR2: mmWave data and SSB
4240 kHz4.17 µs0.0625 ms16160FR2: SSB only, never for data

Two invariants make this table easy to reconstruct:

  1. Symbols per slot is always 14 (normal CP). So as the symbol halves, the slot halves.
  2. The subframe (1 ms) and frame (10 ms) never change. So the number of slots per subframe is simply 2^μ.

Which SCS is allowed where (TS 38.104 / 38.101): FR1 data uses 15, 30 or 60 kHz; FR1 SSB uses 15 or 30 kHz. FR2 data uses 60 or 120 kHz; FR2 SSB uses 120 or 240 kHz. Rel-17 added μ = 5 and 6 (480 and 960 kHz) for the 52.6–71 GHz range (FR2-2); treat those as 5G-Advanced extras.

Why powers of two — the meshing gears

The factor 2^μ is not just tidy. It guarantees that symbol boundaries line up across numerologies: every 15 kHz symbol boundary coincides with every second 30 kHz boundary, every fourth 60 kHz boundary, and so on. That is what allows:

  • Mixed numerologies on one carrier (different bandwidth parts with different SCS) without the two grids drifting apart.
  • A 15 kHz SSB on a 30 kHz data carrier — the UE can translate between the two grids with a fixed offset.
  • Scheduling across numerologies (a PDCCH at one SCS scheduling a PDSCH at another) with clean slot alignment.

If the spacings were, say, 15 / 20 / 25 kHz, none of this would work.

What each choice really trades

You want…Push μ…Because…But…
Lower latencyupslots and mini-slots get shorter; HARQ turns around fasterthe CP shrinks, so the cell must be small
Bigger cells / long echoesdownthe CP (≈ 7 % of the symbol) grows with the symbolslots get longer, latency rises
Robustness to phase noise and Doppler (high carrier, high speed)upa wider subcarrier tolerates more frequency error before inter-carrier interference bitessame CP penalty
Wide channel bandwidth with a manageable FFTupfewer subcarriers per MHzfewer resource blocks per MHz, coarser frequency-domain scheduling
Fine frequency-domain scheduling granularitydownmore, narrower RBs per MHz

Low subcarrier spacing gives long symbols and a long cyclic prefix for large cells; high spacing gives short slots and low latency for small cells.

The design rule of thumb that falls out: choose the smallest SCS whose CP still covers the delay spread and whose subcarrier still tolerates the phase noise. That lands on 15/30 kHz in FR1 and 120 kHz in FR2.

A worked example

An operator has 100 MHz in n78 (3.5 GHz). Options: 30 kHz gives 273 RBs (98.28 MHz used), 0.5 ms slots and a 2.34 µs CP — enough for typical urban delay spread. 15 kHz cannot fill a 100 MHz carrier (max 50 MHz at 15 kHz, because the FFT would exceed 4096 points), and 60 kHz would shorten the CP to 1.17 µs, too short for macro cells. So the answer is 30 kHz — which is why almost every mid-band NR network on earth runs μ = 1.

Common confusions

  • "Higher SCS means more capacity." No. Capacity per MHz is essentially the same at every SCS; what changes is latency, robustness and CP overhead.
  • "240 kHz is a data numerology." It is defined only for the SS/PBCH block in FR2.
  • "The symbol is 66.7 µs at 15 kHz." That is the useful part. The transmitted symbol is 66.7 + 4.7 = 71.4 µs with the normal CP (see the cyclic prefix article).
  • "Numerology = bandwidth part." A BWP has a numerology; the numerology is the parameter, the BWP is the container.
  • "You pick μ per cell." You pick it per BWP; one cell can run several.

Spec pointers

  • TS 38.211 §4.2 — supported numerologies (Table 4.2-1), cyclic prefix per μ
  • TS 38.211 §4.3 — frame and slot structure per μ
  • TS 38.104 §5.3 / TS 38.101-1, -2 §5.3 — allowed SCS per band and channel bandwidth
  • TS 38.213 §4.1 — SSB SCS per frequency range

Recap

Δf = 2^μ × 15 kHz. Symbols per slot stay at 14, the subframe stays at 1 ms, so slot length = 1/2^μ ms. Powers of two make the grids mesh, which lets one carrier host several numerologies. Small μ for coverage, large μ for latency and high carrier frequencies; 30 kHz in FR1 and 120 kHz in FR2 are the practical sweet spots.


Interview questions

The questions below are drawn from this topic and phrased the way they tend to come up. Try each one out loud before revealing the answer.

18 questions

5GNRphysical layerair interfaceInterview Prep