Here is the short version: choose LTE-M if the device moves, needs low latency, or receives firmware over the air; choose NB-IoT if it is a stationary sensor buried in concrete or metal that sends a tiny report on a schedule. Both are low-power wide-area cellular standards that run on existing carrier networks, both were designed for devices that send very little data and must last years on a battery, and both support the same deep-sleep mechanisms. The differences show up in bandwidth, mobility, and — critically for a US product — which networks will actually carry your traffic. Pick before you buy modems, because this decision propagates into the antenna, the enclosure, and the power supply.
The Technical Differences That Matter
Channel bandwidth and data rate
NB-IoT occupies a very narrow channel, on the order of 180 kHz, and delivers throughput in the tens to low hundreds of kilobits per second. LTE-M uses roughly 1.4 MHz and reaches meaningfully higher rates. For a device that sends a hundred bytes a day, neither is bandwidth-limited. For a device that has to pull down a firmware image, the difference is the gap between a few minutes and several hours of radio-on time.
Latency
NB-IoT has higher and less predictable latency by design. If your product must raise an alarm and get an acknowledgment in seconds — a safety device, a medical accessory, a leak shutoff — that is an LTE-M requirement, not a preference.
Mobility
This is the cleanest dividing line. LTE-M supports connected-mode handover, so a device can move between cells mid-session. NB-IoT does not; a moving NB-IoT device has to re-attach, which costs time and energy and can drop reports entirely. Asset trackers, fleet devices, and anything worn or carried belong on LTE-M.
Link budget and penetration
NB-IoT's narrow channel concentrates energy, giving it an excellent link budget. It reaches into basements, utility vaults, water pits, and metal cabinets where other radios simply fail. That is its genuine superpower.
Voice
LTE-M can carry voice in some configurations, which matters for emergency-call devices and intercoms. NB-IoT cannot.
Choosing by What the Product Does
- Water or gas meter in a basement, one reading per day: NB-IoT, for penetration and energy budget.
- Asset, trailer, or equipment tracker in motion: LTE-M, for handover and network-assisted positioning.
- Safety or medical accessory needing fast, acknowledged alerts: LTE-M.
- Agricultural or environmental sensor with periodic reporting and a hard energy ceiling: NB-IoT.
- Any product that will receive substantial firmware updates in the field: LTE-M — see OTA firmware updates for why image size drives this.
- Product that needs to work in several countries: LTE-M is usually the safer bet on availability, but verify market by market.
Battery Life: What Actually Drives It
Both standards support Power Saving Mode and extended discontinuous reception, which let the modem sleep deeply between transmissions and wake on a schedule you define. The standard you choose is rarely the dominant factor in battery life. What dominates is transmission frequency, signal quality at the installed location, and how long re-attachment takes. The same sensor that runs for years in good coverage can burn through a battery in months in marginal coverage, because failed attach attempts are expensive.
Two practical consequences. First, measure the real current profile on hardware, with your chosen battery and antenna, in the coverage you expect — never trust the datasheet number alone. Second, plan for transmit peaks: a cellular modem can pull on the order of an amp in short bursts, and without adequate bulk capacitance beside it the rail sags and the microcontroller resets mid-attach. That is a power-architecture question as much as a radio one; see battery pack design and low-power firmware and sleep modes.
The US Deployment Reality
This is where LTE-M and NB-IoT stop being equals in North America. LTE-M has broad, well-established coverage across major US networks. NB-IoT deployment in the US has been narrower and less consistent, and network operators have shown willingness to retire IoT services on their own schedules — the 2G and 3G shutdowns already stranded a generation of connected products. Before committing:
- Confirm support per carrier, per market. Get it in writing, not from a marketing page.
- Ask about service lifetime. A product with a ten-year field life needs a network that will still be there.
- Plan the SIM. A global SIM or embedded eSIM removes a lot of logistics pain if you plan to ship outside the US.
- Model the recurring cost properly. Per-device data is cheap, but there is usually a monthly minimum per line. At a few thousand active units that line item reshapes your business model, so it belongs in the pricing conversation early.
Certification and Approvals
Any cellular product needs FCC authorization for the intentional radiator, and carriers additionally require device certification before they will let it on the network. Using a pre-certified module with a matched, tested antenna dramatically shortens both processes compared to designing a radio from a bare chipset — the tradeoff we describe in FCC certification for electronics. Budget for carrier approval as its own milestone, not a formality at the end.
How It Shapes the Rest of the Design
The standard you pick sets antenna requirements — low-band cellular is unforgiving in a compact or metallic enclosure, which is the subject of antenna design for wireless products. It sets the application protocol too: on a narrow link you want a lightweight, low-overhead transport rather than chatty request-response. And if you have not yet concluded that cellular is required at all, a short-range or gateway architecture may be cheaper to own — compare against Bluetooth vs Wi-Fi and LoRa and LoRaWAN before you accept a monthly per-device bill.
Not sure which standard fits your use case, coverage environment, and unit economics? Describe the product through our contact form and we will work through the radio, power, and certification path with you before any parts are ordered. More background is collected in our electronics development guide.