What Is Ultra-Wideband (UWB)?
Last updated 5 July 2026 · 8 min read
Direct Answer
Ultra-wideband (UWB) is a short-range radio technology, standardised as IEEE 802.15.4z, that uses very short pulses spread across a wide bandwidth (typically 500 MHz per channel, in the 3.1–10.6 GHz range) to measure the precise time of flight of a radio signal between two devices. Unlike Bluetooth, Wi-Fi, or LoRa, UWB's primary purpose is not data throughput — it's centimetre-level distance and angle measurement, achieving 10–30 cm ranging accuracy versus the multi-metre uncertainty of RSSI-based ranging on narrowband radios. Common applications include digital car keys, secure proximity unlocking, indoor positioning, and asset finding. Widely used UWB ICs include the NXP SR040/SR150, Qorvo DW3000 series, and Apple's U1/U2 chips (used in iPhone and AirTag).
Detailed Explanation
Ultra-wideband (UWB) is a radio technology built for a different job than most wireless protocols on this site. Where Bluetooth, Wi-Fi, LoRa, and Zigbee are optimised to move data reliably between devices, UWB is optimised to measure how far apart two devices are, and in some implementations, in what direction — with an accuracy that narrowband radios can't match. It's the technology behind Apple's Find My precision finding, digital car keys that only unlock when your phone is genuinely close to the door handle, and indoor positioning systems that need better than room-level accuracy.
UWB is standardised as IEEE 802.15.4z, an amendment to the same 802.15.4 base standard that underlies Zigbee and Thread — but the physical layer and the entire purpose of the radio are different. This page focuses on how UWB achieves its ranging accuracy, where it fits relative to the site's other wireless protocols, and the practical design considerations for adding it to a product. For how UWB compares against Bluetooth, Wi-Fi, LoRa, and Zigbee on range, power, and use case, see Bluetooth vs Wi-Fi vs LoRa vs Zigbee: which protocol should you use?
How UWB Achieves Centimetre-Level Ranging
The defining characteristic of UWB is bandwidth, not frequency. A UWB channel occupies at least 500 MHz of spectrum (commonly one of several channels between 3.1 GHz and 10.6 GHz, with channels around 6.5 GHz and 8 GHz most widely deployed for consumer devices). The radio transmits very short pulses — on the order of tens to a few hundred picoseconds — rather than a continuously modulated carrier.
This matters because timing resolution scales with bandwidth. A narrowband radio's receiver can only resolve the arrival time of a signal to a precision roughly proportional to 1/bandwidth. At Bluetooth's ~1–2 MHz channel bandwidth, that timing uncertainty corresponds to tens of metres of distance uncertainty — hence Bluetooth proximity features fall back to RSSI (signal strength), which is inherently noisy. At UWB's 500 MHz bandwidth, the same timing-resolution relationship yields sub-nanosecond timing precision, corresponding to distance resolution on the order of centimetres, since radio waves travel roughly 30 cm per nanosecond.
Ranging Methods: Two-Way Ranging and Angle of Arrival
Two complementary techniques are used, often together:
Two-Way Ranging (TWR) measures the round-trip time of flight between two UWB devices. Device A sends a ranging frame; Device B responds after a known processing delay; Device A measures the total elapsed time, subtracts the known processing delay, and divides by two (accounting for both directions of travel) to compute distance. Because both devices use their own local clock for timestamping, TWR is tolerant of clock offset between devices — a significant practical advantage, since it avoids requiring tightly synchronised clocks across every device in a network.
Angle of Arrival (AoA), available on UWB ICs with multiple antennas, measures the phase difference of the same signal arriving at two or more antennas spaced a known distance apart, to compute the direction the signal arrived from. Combined with distance from TWR, this gives a full 2D or 3D position relative to the receiving device — the basis for "point your phone and see an arrow to the object" style Find My precision-finding UX.
Common UWB ICs
- Qorvo DW3000 series (DW3110, DW3120, DW3210) — widely used in industrial and automotive UWB designs; supports IEEE 802.15.4z and the FiRa Consortium's interoperability profiles.
- NXP SR040 / SR150 / SR250 — automotive-grade and consumer UWB transceivers; the SR040 is commonly used in digital car key and access-control reference designs.
- Apple U1 / U2 — proprietary UWB chips used in iPhone, Apple Watch, HomePod mini, and AirTag; not available for third-party hardware design but relevant as the ecosystem UWB devices need to interoperate with for Find My-style use cases.
Common Applications
- Digital car keys — a UWB-equipped key fob or smartphone measures precise distance and, on some systems, angle relative to the vehicle, preventing "relay attacks" that spoof proximity on RSSI-only or LF/RF-only systems by physically relaying a distant key's signal. UWB's precise time-of-flight measurement makes this class of relay attack far harder to execute.
- Secure proximity unlocking — access control systems (building doors, secure equipment) that need to confirm a credential is genuinely within a defined distance, not just within radio range.
- Indoor positioning and asset tracking — a network of fixed UWB anchor devices measures distance (and sometimes angle) to a mobile tag, providing centimetre-to-decimetre-level indoor location where GPS doesn't work.
- Precision finding UX — directional "arrow to the device" interfaces, as seen with Apple's Find My network and AirTag.
UWB vs the Site's Other Wireless Protocols
UWB is not a substitute for BLE, Wi-Fi, LoRa, Zigbee, or Thread — it solves a different problem and is frequently paired alongside one of those protocols in the same product (a UWB radio for ranging, plus BLE for general command/control and lower-power presence detection). See what are RF signals and frequency bands? for how UWB's multi-GHz operation compares to the sub-6 GHz bands used by most other embedded wireless protocols.
Bluetooth 6.0's Channel Sounding feature (see Bluetooth versions 3.0 through 6.0 compared) is a newer, lower-cost attempt to bring standardised distance measurement to BLE hardware without a dedicated UWB radio — worth evaluating as an alternative where UWB's ranging precision isn't strictly required and BLE hardware is already present.
Design Considerations
- UWB is not a drop-in replacement for an existing radio. It requires its own antenna (typically a small ceramic or PCB antenna designed for the 6–8 GHz range), its own RF layout considerations, and — in most products — a companion lower-power radio (usually BLE) to wake the UWB radio on demand, since continuous UWB ranging draws meaningfully more power than an idle BLE connection.
- Antenna placement affects both range and angle accuracy. For Angle of Arrival to work, the antenna array's geometry (spacing between elements) must be known precisely and kept free of nearby metal or components that would distort the phase relationship between antennas — the same antenna keepout discipline that applies to any RF section; see antenna types for embedded wireless designs and RF PCB layout guidelines.
- Interoperability matters more than raw chip capability for consumer-facing products. The FiRa Consortium defines interoperability profiles so that UWB devices from different silicon vendors can range against each other reliably. For products that need to interoperate with existing UWB ecosystems (smartphones, digital car keys), verify the chosen IC and firmware stack support the relevant FiRa profile rather than relying only on vendor-to-vendor testing.
- Regulatory certification is required like any other intentional radio. UWB modules require ACMA compliance in Australia in addition to the product's standard EMC testing — see how to get RCM certification for a new electronic product in Australia for the general process.
- Products combining UWB ranging with a broader wireless architecture — BLE for control, UWB for precision distance, and the RF layout to support both — benefit from being planned together at the schematic stage rather than retrofitted. Zeus Design's engineering team designs multi-radio embedded hardware including UWB ranging systems.
Common Mistakes
- Choosing UWB for a use case that just needs coarse proximity ("is the phone nearby?"). UWB's cost, power draw, and design complexity are only justified when centimetre-to-decimetre accuracy genuinely matters. For coarse presence detection, BLE RSSI or Bluetooth 6.0 Channel Sounding is usually sufficient and significantly cheaper.
- Underestimating UWB power consumption in a battery-powered design. Continuous UWB ranging draws substantially more current than an idle BLE connection. Most practical designs duty-cycle the UWB radio — using BLE to detect proximity first, then waking UWB only when precise ranging is actually needed.
- Neglecting antenna array geometry for Angle of Arrival designs. AoA accuracy is directly sensitive to the physical spacing and orientation of the antenna elements. A PCB layout that doesn't preserve the reference design's antenna geometry will degrade angle accuracy even if basic ranging still works.
- Assuming any UWB chip interoperates with any other. Verify FiRa Consortium profile support (or the specific proprietary protocol, for closed ecosystems like Apple's U1/U2) rather than assuming IEEE 802.15.4z compliance alone guarantees interoperability between vendors.
- Treating UWB certification as identical to BLE/Wi-Fi certification. UWB operates at 6–8 GHz, a different frequency range with its own regulatory allocation and module certification scope — confirm the specific module's certification covers the intended region and use case rather than assuming parity with a familiar 2.4 GHz radio's compliance path.
Frequently Asked Questions
- Is UWB the same as Wi-Fi or Bluetooth, just at a different frequency?
- No. UWB is a fundamentally different physical layer. Bluetooth and Wi-Fi are narrowband radios (typically 1–80 MHz channel widths) that modulate a carrier to send data efficiently; UWB spreads a signal across roughly 500 MHz of bandwidth using very short pulses (sub-nanosecond) specifically to enable precise time-of-flight measurement. Because the pulse is so short in time, the arrival time — and therefore distance — can be measured with sub-metre precision. UWB radios also carry data, but at low throughput; the value proposition is ranging accuracy, not data rate.
- Why is UWB more accurate for ranging than Bluetooth RSSI-based distance estimation?
- RSSI-based distance estimation (used by Bluetooth proximity features) infers distance from received signal strength, which is heavily affected by multipath reflections, body absorption, and antenna orientation — real-world accuracy is often no better than several metres. UWB instead directly measures the time of flight of the radio signal (Two-Way Ranging, or the phase difference of arrival for angle), which is far less sensitive to signal strength variation. This is why UWB achieves 10–30 cm accuracy where RSSI-based methods struggle to get within a few metres.
- Does a UWB product still need RCM/ACMA certification in Australia?
- Yes. UWB is an intentional radio transmitter and, like Bluetooth or Wi-Fi modules, requires ACMA compliance under the Radiocommunications Act framework, in addition to the host product's CISPR EMC testing for non-intentional emissions. UWB modules are commonly available pre-certified, similar to BLE and Wi-Fi modules — confirm the specific module's regional certification covers the 6–8 GHz UWB channels used in Australia before committing to a design. See how to get RCM certification in Australia for the general certification process that applies to any radio-equipped product.
References
Related Questions
Bluetooth vs Wi-Fi vs LoRa vs Zigbee: Which Protocol Should You Use?
Comparing BLE, Wi-Fi, LoRa, and Zigbee? This guide covers range, data rate, power, and topology to help you pick the right wireless protocol for your product.
What Are RF Signals and How Are They Used in Electronics?
RF signals are electromagnetic waves. This guide explains ISM bands (433 MHz, 2.4 GHz), dBm, RSSI, SNR, and why frequency matters for embedded wireless design.
What Are the Differences Between Bluetooth Versions 3.0 Through 6.0?
Bluetooth versions 3.0–6.0 compared for embedded design: the BLE/BR-EDR split and what each version added, from Data Length Extension to Channel Sounding.
What Antenna Types Are Used in Embedded Wireless Designs?
Chip antennas, PCB trace antennas, wire whips, and external connectors all have different trade-offs in size, cost, and RF performance. Here's how to choose.
What Is Zigbee?
Zigbee is an IEEE 802.15.4 mesh protocol for smart home and building automation. Covers coordinator/router/end device roles, ZCL, range, and module selection.
What Is Thread?
Thread is an IPv6 mesh network protocol for smart home devices, built on IEEE 802.15.4. Covers device roles, OpenThread, Border Routers, and Thread vs Zigbee.
Related Forum Discussions
LTE-M module not registering on network — AT+CEREG? keeps returning 0,2 in Australia
First time integrating a cellular module into a project. Got a SIM7080G eval board, a Telstra IoT SIM ("Basic IoT" plan), and I'm talking to
LoRa link range 100 m instead of expected 2+ km — antenna keepout or ADR?
Running a LoRaWAN node with an SX1262 and a PCB trace antenna on our 4-layer prototype. Works fine to a gateway 250 m away — RSSI around −95