NB-IoT vs LoRaWAN: Choosing the Right LPWAN for Industrial Sensors - NB-IoT and LoRaWAN both move small sensor payloads over long distances, but they differ in spectrum, power, cost model, and who owns the network. This guide compares coverage, battery life, latency, and when each LPWAN fits industrial monitoring.
When you need kilometers of reach and years of battery life for a few bytes of process data, two names dominate shortlists: LoRaWAN and NB-IoT. Both are Low-Power Wide-Area Network (LPWAN) technologies. Both excel at remote tanks, meters, and industrial sensors. Choosing wrong still burns budget—either on cellular SIMs you did not need, or on gateways and spectrum planning you could have avoided.
This guide compares how each network works, where they win, and how to decide for industrial sensing. It builds on our primer LoRaWAN Technology Explained without repeating the full LoRaWAN stack. The goal is a clear selection framework for engineers and operators.
What Each Technology Actually Is
LoRaWAN is an open networking protocol that runs on LoRa (CSS) radio in unlicensed ISM bands (for example EU868, US915). End devices join a network server through one or more gateways you deploy—or through a public LoRaWAN operator. You control (or rent) coverage.
NB-IoT (Narrowband IoT) is a 3GPP cellular LPWAN that rides licensed spectrum from a mobile operator. Devices use an NB-IoT modem and a SIM (or eSIM). Coverage follows the carrier's LTE footprint and indoor penetration improvements designed for deep basement and utility vaults.
The application outcome looks similar—small uplinks, long range, low power—but the ownership model is different: private or community radio versus operator cellular.
Side-by-Side Comparison
| Topic |
LoRaWAN |
NB-IoT |
| Spectrum |
Unlicensed ISM (regional bands) |
Licensed cellular (operator) |
| Infrastructure |
Your gateways + network server (or public LoRaWAN) |
Carrier base stations; no site gateway required |
| Recurring cost |
Usually none per device (private); or network fee if public |
SIM / data plan per device |
| Typical payload |
Tens of bytes (duty-cycle limited) |
Larger messages practical; still optimized for small IoT data |
| Downlink / control |
Class A (after uplink); B/C for more RX windows |
Operator-managed; better for more frequent mobile-originated/terminated traffic |
| Indoor / underground |
Good with careful SF/gateway placement |
Often excellent where LTE NB-IoT is deployed |
| Roaming / multi-site |
You extend gateways or use roaming agreements |
Carrier coverage maps; strong for scattered public sites |
| Best fit |
Campus, plant, farm, private industrial parks |
City-wide assets, utilities, sites with no gateway budget |
Coverage and Who Owns It
With LoRaWAN on a plant or campus, you place gateways where antennas see the sensors. That is a strength: no dependency on a carrier's roadmap. It is also a responsibility: RF survey, backhaul, and network-server operations. Dense metal buildings and basements need more gateway density or higher spreading factors—which cost airtime and battery.
With NB-IoT, coverage is "already there" if the operator supports the band and cell. Multi-city rollouts without installing gateways are easier. The trade-off is dependency: if the operator's map has a hole, you cannot fix it with a €200 gateway overnight. Always validate NB-IoT signal on the real device at the install point—not only on a smartphone LTE bar.
Power, Duty Cycle, and Battery Life
Both can deliver multi-year life when uplinks are rare and payloads stay small. LoRaWAN energy use is dominated by transmit time at a given spreading factor (SF) and by how often the device opens receive windows. Aggressive ADR and short frames help; continuous Class C listening does not. See industrial IoT power management for duty-cycle math.
NB-IoT devices also sleep deeply, but the cellular attach, tracking area updates, and modem current profiles differ from LoRa. In practice, a temperature node reporting every 15–60 minutes can last years on either stack—if firmware and network settings are sane. Continuous streaming or frequent firmware-over-the-air is a different design problem for both.
Latency, Reliability, and Downlink
Neither technology replaces Wi-Fi or Ethernet for closed-loop control. Both are for telemetry and slow commands.
- LoRaWAN Class A — lowest power; downlink mainly after an uplink. Fine for "report and occasionally reconfigure."
- LoRaWAN Class C — almost always listening; higher power; useful near mains-powered nodes.
- NB-IoT — can support more flexible mobile-terminated traffic within operator and device PSM/eDRX settings, but still not a substitute for industrial fieldbus timing.
For acknowledgment and retries, design at the application layer. Assume packets can be delayed or lost; store-and-forward on the device for critical events.
Cost Model: CapEx vs OpEx
| Cost driver |
LoRaWAN (private) |
NB-IoT |
| Upfront |
Gateways, antennas, network server, install labor |
Usually lower site CapEx (no gateway) |
| Per device ongoing |
Near zero on private network |
SIM + connectivity fee for device lifetime |
| Scale economics |
Strong when many devices share few gateways |
Linear with device count and plan price |
| Hidden costs |
RF planning, interference, gateway backhaul |
Plan lock-in, coverage gaps, operator change management |
Rule of thumb: dense sensor clusters on one site → private LoRaWAN often wins on TCO. Sparse devices across many public locations → NB-IoT often wins on simplicity.
Security and Data Path
LoRaWAN encrypts payloads between device and network/application servers (session keys from OTAA join). You still must harden the network server, application integration, and gateway backhaul.
NB-IoT inherits cellular authentication and operator network security, then your application TLS toward the cloud. Review where decryption happens and whether data residency requirements allow carrier-path telemetry.
Neither choice removes the need for good device identity, key storage, and least-privilege cloud APIs.
Decision Matrix: Typical Industrial Cases
| Scenario |
Lean LoRaWAN |
Lean NB-IoT |
| Factory / campus with dozens of sensors |
Yes — shared gateways |
Only if CapEx for gateways is blocked |
| Remote tank farm you control |
Yes — one or two gateways |
Yes if no tower line-of-sight for LoRa and LTE is strong |
| City assets (parking, bins, hydrants) |
Possible with city LoRaWAN |
Often simpler via carrier |
| Deep basement / utility vault |
Test carefully |
Often preferred where NB-IoT is deployed |
| Air-gapped / no public cellular policy |
Yes — private RF |
Usually no |
| Very frequent downlinks / remote control |
Class C or rethink architecture |
Evaluate eDRX/PSM vs true need |
Regulatory and Regional Notes
LoRaWAN ISM bands and duty-cycle rules vary by region (for example ETSI duty-cycle limits in Europe). Plan airtime budgets before you promise one-minute reporting on SF12. NB-IoT availability also varies: not every LTE market has NB-IoT enabled on every cell. Ask the operator for band, PSM/eDRX support, and whether your IMSI plan includes the sites you care about. Crossing borders with a single SKU is easier on cellular if the plan includes roaming—but roaming IoT plans have their own pricing cliffs.
If you operate in hazardous or EMC-sensitive plants, treat both radios as RF sources that need installation rules: antenna placement, cable glands, and coexistence with other ISM users (LoRaWAN) or cellular noise floors (NB-IoT).
Migration and Hybrid Architectures
You do not have to pick one forever. A hybrid pattern that works well:
- Private LoRaWAN for the dense plant network (hundreds of sensors, shared gateways).
- NB-IoT for a handful of remote tanks or pumps outside gateway reach.
- One cloud application layer that normalizes both into the same topic or API schema (often MQTT).
Start with a pilot of five to twenty devices on the candidate network, measure packet success rate, battery drain, and install labor, then scale. Marketing "15 km range" claims mean little next to your real packet delivery ratio at the farthest node.
How This Fits a Mixed Catalog
Industrial portfolios often ship both: LoRaWAN nodes for private plants and NB-IoT nodes for carrier-covered outdoor distance or level points. The application backend should normalize payloads (for example MQTT or HTTPS) so dashboards do not care which radio delivered the sample. Protocol choice is a transport decision; measurement quality still depends on sensing and calibration discipline.
When bridging legacy instruments, remember that fieldbuses such as Modbus often stay on-site while only selected registers go out over LPWAN—keep wireless payloads minimal. Pair that with a clear topic or tag model in the cloud so operators see engineering units, not raw radio frames.
Key Takeaways
- LoRaWAN and NB-IoT both solve long-range, low-power sensing—but with different spectrum and ownership models.
- Private LoRaWAN shines on campuses and plants where gateways amortize across many devices.
- NB-IoT shines for sparse, city-wide, or hard-to-cover sites that already have cellular NB-IoT.
- Compare TCO (gateways vs SIMs), coverage ownership, and downlink needs—not marketing range numbers alone.
- Validate RF on the real device at the install point before committing to a fleet.
Need a site-by-site recommendation for private LoRaWAN versus cellular NB-IoT? Contact the nowsens. engineering team—we will map coverage, payload size, and battery targets to a clean LPWAN choice.