what is millimeter wave
Millimeter wave, often called mmWave, refers to a very high-frequency band of radio spectrum used by some 5G networks, offering dramatically more available bandwidth and faster potential speeds than lower-frequency cellular bands, at the cost of much shorter range and difficulty passing through walls and other obstacles.
```flowchart
{
"rows": [
{ "type": "nodes", "items": [
{ "title": "Lower-frequency cellular bands", "sub": "long range, penetrates obstacles well, limited bandwidth", "tone": "blue" }
]},
{ "type": "arrow" },
{ "type": "group", "title": "Millimeter wave: much higher frequency", "items": [
{ "title": "Vastly more available bandwidth", "sub": "enables very high peak data speeds", "tone": "green" }
]},
{ "type": "arrow" },
{ "type": "nodes", "items": [
{ "title": "Tradeoff: short range, blocked easily", "sub": "requires many more, closely spaced antennas", "tone": "orange" }
]}
]
}
```
**Millimeter wave's core tradeoff is trading range and obstacle penetration for a dramatic increase in available bandwidth.** Radio spectrum at millimeter wave frequencies is far less crowded than lower-frequency bands already heavily used by existing wireless services, giving mmWave access to much wider channels and therefore much higher potential data speeds — but that same high frequency travels a shorter distance and is far more easily blocked by walls, buildings, and even weather, compared to the lower-frequency bands used by most existing cellular coverage.
```svg
```
| Aspect | Lower-frequency cellular bands | Millimeter wave (mmWave) |
|---|---|---|
| Coverage range | Long | Short |
| Obstacle penetration | Good — passes through walls reasonably well | Poor — easily blocked |
| Available bandwidth | Limited, heavily used spectrum | Much wider, less crowded spectrum |
| Peak potential speed | Lower | Much higher |
**mmWave's short range and poor obstacle penetration require deploying far more, closely spaced antenna sites than lower-frequency cellular coverage needs.** Because a single mmWave antenna site covers a much smaller area than a lower-frequency site would, providing meaningful mmWave coverage across an area requires installing many more antenna sites much closer together — this deployment cost and density requirement is a major reason mmWave coverage tends to be concentrated in specific high-demand areas rather than deployed as broadly as lower-frequency cellular coverage.
**mmWave depends heavily on advanced antenna technology like massive MIMO and beamforming to be practical at all, given its challenging propagation characteristics.** Because mmWave signals travel short distances and are easily blocked, mmWave systems typically rely on sophisticated antenna arrays that can precisely aim, or "beamform," a concentrated signal directly toward a specific device rather than broadcasting broadly in all directions — this reliance on advanced antenna technology is a major reason mmWave modem and baseband processing is significantly more computationally demanding than lower-frequency cellular technology.
**mmWave is typically deployed as a targeted complement to broader lower-frequency 5G coverage, rather than as a complete standalone network.** Given its short range and deployment cost, mmWave tends to be used specifically in dense, high-demand locations like stadiums, city centers, or specific venues where its very high peak speeds meaningfully justify the deployment cost — while lower-frequency 5G bands provide the broader, more general coverage across the wider area a network needs to serve.
Read millimeter wave through a narrow-but-fast-lane lens: it offers dramatically more bandwidth and speed than traditional cellular frequencies, but only within a much shorter range and with a much harder time getting around obstacles — a tradeoff that makes it a powerful tool for specific high-demand locations rather than a wholesale replacement for broader cellular coverage.