Industrial IoT connectivity comparison showing LoRaWAN, cellular, and Wi-Fi technologies

LoRaWAN vs. Cellular vs. Wi-Fi for Industrial IoT: How to Choose the Right Protocol for Your Deployment

Smart CityLorawan

TL;DR

For most industrial IoT deployments, the right protocol is determined by three questions: How far do your sensors need to transmit? How long must they run on battery? Who owns the network infrastructure?

LoRaWAN wins when you need long range (2–15 km), multi-year battery life, and infrastructure you control — ideal for remote assets, wide-area sensor networks, and sites with no cellular coverage.

Cellular (NB-IoT / LTE-M / 4G) wins when your devices need to roam, when you need guaranteed coverage without deploying your own gateways, or when data payloads are large enough that LoRaWAN's duty-cycle limits become a bottleneck.

Wi-Fi (including Wi-Fi HaLow) wins for high-bandwidth, mains-powered devices inside a building or campus — video feeds, firmware OTA updates, or real-time SCADA data from fixed equipment.

No single protocol is best. The architecture of each technology determines the deployment it fits.

LoRaWAN vs. Cellular vs. Wi-Fi for Industrial IoT: How to Choose the Right Protocol for Your Deployment

  1. hoosing the wrong wireless protocol for an industrial IoT project is one of the most expensive mistakes you can make — and you rarely discover it cheaply. You find out after sensors are already mounted in the field, after the gateway is installed, after your integrator has been paid. You find out when battery life turns out to be four months instead of four years. Or when cellular data costs scale with your device count and eat the project margin. Or when your Wi-Fi signal drops every time a forklift drives past the AP.

Swapping radios after deployment means hardware replacement, truck rolls, sometimes re-permitting. In industrial environments, that bill runs high.

This guide is built for engineers, project managers, and procurement teams who need to make the right call before the hardware ships. It compares LoRaWAN, cellular (NB-IoT, LTE-M, and 4G/5G), and Wi-Fi (including Wi-Fi HaLow) at the architectural level — not just the feature-sheet level — and maps each protocol to the deployment scenarios it actually fits.

Why Protocol Choice Is an Architecture Decision, Not a Spec Comparison

Most protocol comparison articles treat this as a feature race: who has the longest range, the lowest power, the cheapest SIM. That framing misses the point.

The deeper question is architectural: who owns the network, who manages the infrastructure, and what happens when that infrastructure fails?

  • LoRaWAN is a private-infrastructure, unlicensed-spectrum protocol. You (or a network operator you trust) deploy and manage the gateways. You are not dependent on a carrier. The trade-off is that you are responsible for coverage.
  • Cellular IoT is a carrier-managed, licensed-spectrum protocol. You pay a subscription; the carrier provides coverage, roaming, and uptime SLAs. The trade-off is recurring cost and dependency on carrier infrastructure that you cannot control.
  • Wi-Fi is a local-infrastructure, unlicensed-spectrum protocol built for high-bandwidth, short-range connections. You manage the access points. Coverage is limited to the building or campus where those APs live.

Each architecture carries a different failure mode, a different cost model, and a different ceiling for what you can build on top of it. Understanding that first — before looking at data rates or link budgets — is what separates protocol selection from protocol guessing.

The Three Protocols: How Their Network Architecture Differs

LoRaWAN: Star-of-Stars Topology on Unlicensed Spectrum

LoRaWAN uses a star-of-stars topology. End devices (your sensors) communicate with one or more gateways in a single hop. Gateways forward packets to a network server — typically The Things Stack, Chirpstack, or a hosted network server — via an IP backhaul (Ethernet, cellular, or Wi-Fi). The network server then routes data to your application.

This architecture has a critical implication that most comparison posts miss: LoRaWAN devices do not use the Internet Protocol and cannot be directly addressed over the internet. They can only communicate with the LoRaWAN applications they have been registered to, and all management is done at the network server layer. This is a security feature as much as an architectural constraint — it creates a protocol boundary that blocks most classes of internet-originated attack.

Key architectural properties:

  • Operates on unlicensed sub-GHz spectrum (EU868 in Europe, US915 in North America, IN865 in India)
  • No SIM card required — devices authenticate via DevEUI, AppEUI, and AppKey
  • AES-128 encryption is mandatory at both the network and application layers
  • Gateway receives packets from all registered end devices in range — one gateway can serve thousands of devices
  • Duty cycle limits apply (typically 1% in EU868) — devices cannot transmit continuously
  • Class A devices: downlink only in receive windows following an uplink (lowest power)
  • Class C devices: near-continuous receive (enables downlink commands, higher power draw)

LoRaWAN is inherently a low-throughput, low-power, wide-area protocol. It is not designed for streaming data or high-frequency polling. If your application needs to send a few bytes of sensor data every few minutes across a large site, it is exceptionally well-suited. If it needs to send kilobytes of data per second, it is the wrong tool.

Cellular IoT: Carrier-Managed, Licensed Spectrum, Multiple Tiers

Cellular IoT is not one thing. It is a family of protocols operating across different capability tiers, all sharing the same carrier-managed licensed spectrum infrastructure:

NB-IoT (Narrowband IoT): The lowest-power, lowest-bandwidth tier. Designed for static sensors that send small payloads infrequently. Deep indoor penetration (up to 164 dB MCL), battery life potentially exceeding 10 years in ideal conditions, no mobility support. Direct competitor to LoRaWAN for static, low-data-rate deployments.

LTE-M (LTE-Machine Type Communication): The mid-tier. Supports mobility and voice, higher data rates (up to ~1 Mbps uplink), lower latency (50–100 ms), and firmware OTA updates. Used for mobile assets — fleet tracking, wearables, equipment that moves between sites.

4G LTE / 5G: Full-bandwidth cellular. Used when you need real-time data, video, or high-frequency telemetry. Power consumption makes these unsuitable for battery-operated sensors at anything beyond short duty cycles.

Key architectural properties:

  • Operates on licensed spectrum managed by carriers (Airtel, Jio, Vodafone-Idea in India; regional equivalents globally)
  • Devices require SIM cards and carrier subscriptions
  • Coverage depends entirely on carrier infrastructure — in India, NB-IoT and LTE-M coverage is growing but not universal outside tier-1 cities and industrial corridors
  • Global roaming available (critical for mobile assets)
  • No gateway infrastructure to deploy or manage — you pay a monthly per-device SIM fee instead
  • Carrier-grade uptime SLAs but no control over infrastructure

The fundamental trade-off: cellular replaces capital expenditure (deploying your own gateways) with operating expenditure (ongoing SIM fees per device). At small device counts, this is often cheaper. At scale — hundreds or thousands of sensors — the math frequently inverts.

Wi-Fi and Wi-Fi HaLow: Local Infrastructure, High Bandwidth

Standard Wi-Fi (IEEE 802.11 b/g/n/ac/ax) is the connectivity default for mains-powered devices inside buildings — PLCs with Ethernet ports, HMI terminals, IP cameras, and fixed industrial equipment. It is not designed for battery-powered sensors or wide-area coverage.

Wi-Fi HaLow (IEEE 802.11ah) is the industrial-relevant variant that most posts ignore. It operates in the sub-1 GHz band (900 MHz), which gives it:

  • Range of several hundred meters to ~1 km — bridging the gap between standard Wi-Fi and LPWAN
  • Substantially lower power consumption than standard Wi-Fi — viable for battery-powered sensors
  • Higher throughput than LoRaWAN — suitable when LoRaWAN's data rate ceiling is a constraint but cellular costs are unjustified
  • Mesh networking support

Wi-Fi HaLow occupies a genuine architectural niche: contained environments like a large warehouse, factory floor, or campus, where LoRaWAN throughput is too low and deploying a cellular gateway is unnecessary overhead. It is not yet as mature an ecosystem as LoRaWAN or cellular, and device availability is still limited compared to the other two.

Key architectural properties for both Wi-Fi tiers:

  • Requires local AP infrastructure — your building, your management, your power
  • No range beyond the AP coverage footprint
  • Standard Wi-Fi: typically 50–100 m indoors; HaLow: up to ~1 km with appropriate AP placement
  • High bandwidth relative to LPWAN — suitable for real-time streaming, OTA firmware delivery, SCADA
  • Not viable for wide-area outdoor sensor networks

Head-to-Head: The Industrial IoT Protocol Decision Table

ParameterLoRaWANNB-IoTLTE-MWi-Fi (Standard)Wi-Fi HaLow
Typical Range2–15 km (outdoor) / 1–3 km (urban)1–10 km1–10 km50–100 m200 m–1 km
Data Rate0.3–50 kbpsUp to 250 kbpsUp to 1 Mbps10–9,600 Mbps150 kbps–86.7 Mbps
Battery Life3–10+ years5–10+ years1–5 yearsHours to daysMonths to years
Network OwnershipPrivate (your gateways) or publicCarrier-managedCarrier-managedPrivate (your APs)Private (your APs)
SIM RequiredNoYesYesNoNo
Recurring CostLow (server hosting only)Per-device SIM feePer-device SIM feeLow (AP management)Low (AP management)
Mobility SupportNoNoYesLimitedLimited
Indoor PenetrationGood (sub-GHz)ExcellentGoodModerateGood (sub-GHz)
Interference ResistanceHigh (CSS modulation)High (licensed spectrum)High (licensed spectrum)Moderate (2.4/5 GHz congestion)High (sub-GHz, licensed-feel density)
Infrastructure to DeployLoRaWAN gateways + network serverNone (carrier-managed)None (carrier-managed)Wi-Fi APsWi-Fi HaLow APs
Latency1–30 seconds (Class A)1–10 seconds50–100 ms<10 ms<50 ms
Max Payload (practical)51–242 bytes per message~1,600 bytesEffectively unlimitedEffectively unlimitedEffectively unlimited
SecurityAES-128 mandatory (network + app layer)Carrier-grade + SIM authCarrier-grade + SIM authWPA2/WPA3 (configurable)WPA3 (recommended)
Duty Cycle LimitsYes (1% EU868; regional variation)NoNoNoNo
Best ForWide-area battery sensorsStatic low-data sensors, no gateway overheadMobile assets, OTA firmwareMains-powered indoor equipmentHigh-density indoor/campus sensors
Note: All figures are typical ranges under representative conditions. Real-world performance varies significantly with environment, antenna configuration, spreading factor (LoRaWAN), and carrier coverage (cellular). Validate against your site survey and product datasheets before specifying hardware.

When LoRaWAN Wins for Industrial IoT

  • LoRaWAN is the right choice when the deployment has all three of the following: sensors spread across a large area; devices that must run on battery for years; and data payloads that are small and infrequent.

Ideal LoRaWAN deployment profiles:

  • Remote asset monitoring: Equipment spread across a factory yard, port terminal, or agricultural site where running power or cellular cables is impractical. A single LoRaWAN gateway can cover the entire site.
  • Utility metering at scale: Electricity, water, and gas meters that need to send consumption data once per hour across a district or campus. Battery life of 5–10 years dramatically reduces maintenance overhead.
  • Environmental and structural monitoring: Temperature, humidity, vibration, and pressure sensors in hard-to-reach locations — underground tanks, roof structures, silos. LoRaWAN's sub-GHz propagation provides good penetration through concrete and soil.
  • Retrofit of legacy RS485 and Modbus devices: RS485-to-LoRaWAN converters allow existing Modbus instruments to transmit wirelessly without rewiring. This is one of the highest-value LoRaWAN use cases in industrial settings — the alternative (running new cable in an existing facility) is frequently cost-prohibitive.
  • Sites with poor or no cellular coverage: Remote industrial sites, mining operations, offshore facilities, and rural agricultural deployments where NB-IoT coverage is absent. Private LoRaWAN network = guaranteed coverage under your control.

LoRaWAN is the wrong choice when:

  • You need sub-second latency (SCADA control loops, safety systems)
  • You need to transmit large payloads — video, audio, waveform data
  • Your devices move between sites and you need roaming coverage
  • You cannot tolerate the overhead of deploying and managing gateway infrastructure

When Cellular IoT (NB-IoT / LTE-M) Wins

NB-IoT wins when you need LoRaWAN-class power efficiency but cannot deploy your own gateway infrastructure. This is the most commonly misunderstood comparison: NB-IoT and LoRaWAN solve very similar problems — static, low-data-rate, battery-powered sensors — but NB-IoT offloads the network infrastructure to a carrier in exchange for a recurring per-device fee.

Ideal NB-IoT deployment profiles:

  • Deployments across multiple dispersed locations where deploying a LoRaWAN gateway at each site adds cost that exceeds the lifetime SIM fees
  • Smart city infrastructure managed across a municipality — street lighting, waste bins, manhole sensors — where the carrier's existing coverage makes per-device SIM simpler than a city-wide gateway rollout
  • Projects that require guaranteed uptime backed by a carrier SLA, where a LoRaWAN gateway going offline is an unacceptable risk

LTE-M wins when devices need to move. GPS trackers on vehicles, wearables on personnel, equipment transported between depots — LoRaWAN and NB-IoT both fail here because neither supports handover between gateways/towers during motion at speed. LTE-M is the correct protocol for mobile industrial assets.

Cellular is the wrong choice when:

  • Device count is high and the cumulative SIM bill exceeds the cost of deploying private LoRaWAN infrastructure
  • The deployment site has no reliable NB-IoT or LTE-M coverage from any carrier
  • You need infrastructure independence — carrier outages or plan cancellations can strand an entire fleet of devices overnight

When Wi-Fi Wins for Industrial IoT

Standard Wi-Fi is the correct choice for mains-powered, high-bandwidth devices in a controlled environment: fixed factory equipment feeding data to a local SCADA server, IP cameras, HMI panels, and any device that needs OTA firmware updates or bidirectional high-speed communication.

It is rarely the right choice for battery-powered sensors, outdoor deployments, or wide-area coverage. The 50–100 m range of standard Wi-Fi in industrial environments (where metal structures and EMI attenuate signals aggressively) rules it out for most field sensor use cases.

Wi-Fi HaLow fills a specific architectural gap: it is the right choice when you need more throughput than LoRaWAN provides, but you don't need the coverage area of LPWAN, and the deployment is contained within a campus or large facility. A large cold-storage warehouse, an indoor vertical farm, or a port terminal building are examples. HaLow's 900 MHz propagation penetrates obstacles better than standard Wi-Fi's 2.4/5 GHz bands, and its lower power profile makes it viable for battery-powered sensors.

Wi-Fi is the wrong choice when:

  • Sensors are outdoors across a large area (range and AP infrastructure cost)
  • Devices are battery-powered and need multi-year field life (power consumption)
  • The frequency band is congested with other 2.4/5 GHz traffic (factories, warehouses, and dense industrial environments frequently are)

The Hybrid Architecture: LoRaWAN + Cellular Backhaul

One architectural pattern that industrial deployments increasingly adopt is the LoRaWAN + cellular hybrid: sensors connect to a LoRaWAN gateway via LoRaWAN radio; the gateway then uses an integrated cellular modem (4G LTE or NB-IoT) as its IP backhaul to reach the network server and cloud.

This combination gives you the best of both sides:

  • End-device battery life of LoRaWAN — sensors transmit tiny payloads over LoRa radio, running for years
  • Backhaul flexibility of cellular — the gateway doesn't need Ethernet or site Wi-Fi; it connects via LTE wherever cellular coverage exists
  • Deployment speed — no site cabling required on either the sensor or the gateway side

This pattern is particularly powerful for remote industrial sites: you install one LoRaWAN gateway with an LTE backhaul modem, and you can connect hundreds of RS485/Modbus instruments in the surrounding area — all without running a single new data cable.

Connecting Legacy RS485 and Modbus Devices: Where the Protocol Decision Gets Real

The majority of instruments already installed in industrial plants — flow meters, pressure transducers, temperature sensors, energy analyzers — communicate over RS485 using the Modbus RTU protocol. These devices were installed when wireless connectivity was not an option, and replacing them is expensive and operationally disruptive.

RS485-to-LoRaWAN converters solve this directly: they sit between your existing Modbus device and the wireless network, translating Modbus RTU queries and responses into LoRaWAN uplink packets. No new sensors required. No new wiring beyond the short RS485 run already present.

The protocol choice question then becomes: what wireless network should that converter connect to?

For most industrial retrofit scenarios, LoRaWAN is the correct answer because:

  • The existing RS485 instruments typically send small telemetry payloads (registers, status bits) that fit comfortably within LoRaWAN's payload limits
  • Battery or solar-powered operation is common in retrofit deployments where mains power at the sensor is inconvenient
  • The RS485 bus often connects instruments spread across a large physical area — a building, plant, or outdoor facility — where LoRaWAN's range advantage is decisive

Where RS485 instruments send large datasets, require sub-second polling, or sit in a location with no LoRaWAN gateway coverage but strong cellular coverage, a cellular-backhaul gateway or a direct RS485-to-cellular converter may be the better fit.

See also: [How to Connect a Modbus RS485 Sensor to a LoRaWAN Network: Step-by-Step Guide] · [RS485 to LoRaWAN Converters: What to Look For Before You Buy]

Industrial IoT Protocol Selection: Decision Framework

Use this framework before specifying hardware:

Step 1 — Coverage question :

Do you have existing LoRaWAN gateway coverage at your site, or are you willing to deploy gateways?
  • Yes → LoRaWAN is viable; proceed to Step 2
  • No, and cellular coverage exists → NB-IoT or LTE-M; proceed to Step 3
  • No coverage of any kind → private LoRaWAN network with satellite or cellular backhaul on the gateway

Step 2 — Data rate question :

Does each sensor need to send more than ~200 bytes per transmission, or transmit more than once per few minutes?
  • No → LoRaWAN fits; proceed to Step 3
  • Yes → LoRaWAN's duty-cycle limits may be a constraint; evaluate cellular or Wi-Fi HaLow

Step 3 — Mobility question :

Do your devices move — across a site, between sites, on vehicles?
  • Yes → LTE-M is the only viable LPWAN option (NB-IoT and LoRaWAN do not support mobility)
  • No → continue

Step 4 — Power question :

Are devices mains-powered or battery/solar?

  • Mains-powered, indoors, high-bandwidth → Wi-Fi is viable and appropriate
  • Battery/solar → LoRaWAN or NB-IoT; exclude standard Wi-Fi and 4G/5G
  • Battery, indoor campus, medium bandwidth → evaluate Wi-Fi HaLow

Step 5 — TCO question :

What is your device count, and what is the 5-year SIM cost vs. the gateway deployment cost?
  • <50 devices across multiple dispersed sites → cellular (NB-IoT) may have lower TCO than deploying LoRaWAN gateways everywhere
  • >100 devices on a single site → private LoRaWAN almost always has lower 5-year TCO than per-device cellular

Frequently Asked Questions

Q: Is LoRaWAN reliable enough for industrial use?

LoRaWAN is suitable for industrial monitoring applications where occasional packet loss is acceptable — telemetry, metering, environmental monitoring. It is not designed for safety-critical control loops requiring deterministic delivery and sub-second latency. For those applications, wired protocols (RS485, Ethernet, OPC UA) remain the correct choice. LoRaWAN's acknowledged delivery modes (confirmed uplinks) provide delivery confirmation, but retry latency is measured in seconds, not milliseconds.

Q: Can LoRaWAN and cellular work together in the same deployment?

Yes — and this hybrid architecture is increasingly common. The most practical pattern: LoRaWAN sensors transmit to a gateway that uses cellular (4G LTE or NB-IoT) as its backhaul. This combines LoRaWAN's multi-year battery life at the sensor level with cellular's infrastructure-free backhaul. You avoid deploying Ethernet to the gateway location while retaining the power advantages of LoRaWAN radios in your sensors.

Q: What is the real-world range of LoRaWAN in an industrial environment?

Range varies significantly with environment. In open, rural, line-of-sight conditions, LoRaWAN links of 5–15 km are achievable with a well-placed gateway. In dense urban environments, or inside factories with heavy steel structures, expect 500 m to 2 km. Metal buildings, reinforced concrete, and high-EMI environments (motors, welding, VFDs) all attenuate signal and require more careful gateway placement and antenna selection. Conduct a site survey before committing to a gateway count.

Q: How does NB-IoT compare to LoRaWAN for battery life?

Both are capable of multi-year battery life for low-data-rate sensors in well-optimized implementations. LoRaWAN Class A devices with infrequent uplinks can reach 5–10 years in practice. NB-IoT's Power Saving Mode (PSM) and extended Discontinuous Reception (eDRX) allow comparable battery life on static, low-frequency sensors. In practice, LoRaWAN tends to have a slight advantage for very low data rate applications because it avoids the overhead of cellular registration and PSM negotiation. The bigger differentiator is usually infrastructure (private vs. carrier) rather than battery life.

Q: Is Wi-Fi a viable industrial IoT protocol?

Standard Wi-Fi is viable for mains-powered, high-bandwidth devices in a fixed, controlled indoor environment — fixed machinery, IP cameras, HMI panels. It is not viable for battery-powered outdoor sensors or wide-area coverage. Wi-Fi HaLow (802.11ah), operating in the 900 MHz sub-GHz band, extends range to ~1 km and reduces power consumption enough to support battery-powered sensors — it is a legitimate option for large indoor facilities where LoRaWAN throughput is a constraint.

Q: What wireless protocol works with RS485 and Modbus devices?

RS485 Modbus devices can be connected wirelessly using an RS485-to-LoRaWAN converter, an RS485-to-cellular gateway, or an RS485-to-Wi-Fi gateway — depending on the site conditions and data rate requirements. For most industrial retrofit scenarios (existing instruments in a plant, low-frequency telemetry, battery or solar-powered gateway), RS485-to-LoRaWAN is the most cost-effective approach. The converter polls the Modbus slave devices and transmits their register data as LoRaWAN uplinks.

Q: How much does industrial IoT connectivity cost per device per year?

LoRaWAN: The per-device cost after gateway deployment is very low — typically the cost of network server hosting divided across device count, often under $1–5/device/year. Gateway hardware is a one-time capital cost (typically $150–$600 per gateway, covering hundreds of devices). NB-IoT/LTE-M: SIM plans for low-data IoT devices typically run $1–10/device/month ($12–120/year), depending on carrier and region. These numbers shift by country and carrier — validate current pricing with your network provider before budgeting.

Q: Does LoRaWAN work without The Things Network (TTN)?

Yes. TTN (The Things Network / The Things Stack) is one network server option, but LoRaWAN can run on any LoRaWAN-compliant network server: ChirpStack (open-source, self-hosted), AWS IoT Core for LoRaWAN, Azure IoT Hub, or a commercial hosted network server. The choice of network server is independent of your gateway and end-device hardware, as long as all components support the same LoRaWAN specification version.

Summary: Matching Protocol to Deployment

If your deployment looks like this...Use this protocol
Wide-area outdoor sensors, battery-powered, small payloadsLoRaWAN
Remote site with no cellular coverage, retrofit of Modbus instrumentsLoRaWAN (private network)
Dispersed static sensors across multiple sites, no gateway overheadNB-IoT
Mobile assets — fleet tracking, personnel wearablesLTE-M
High-bandwidth fixed equipment inside a buildingWi-Fi (standard)
Large indoor facility, battery sensors, moderate throughputWi-Fi HaLow
Site with LoRaWAN sensors but no Ethernet at the gateway locationLoRaWAN + LTE backhaul (hybrid)
Legacy RS485/Modbus instruments needing wireless connectivityRS485-to-LoRaWAN converter

For a deeper dive into how LoRaWAN performs against NB-IoT, LTE-M, BLE, and Wi-Fi HaLow across the full specification range, see our [complete IoT wireless protocol comparison]. For guidance on connecting existing Modbus RS485 instruments wirelessly, see our [RS485 to LoRaWAN converter guide].

WhatsAppLinkedInEmail

On this page

WhatsAppLinkedInEmail
products image macnman
Got an IoT idea?

Let’s bring it to life!

Let‘s Make it Easy

Reach Out Now

Icon

Contact to Sales

Talk to our friendly team

chat@macnman.com
Icon

Call Us

24 X 7 Always On

+91 7972856163
Icon

Contact to Support

We are here to help

support@macnman.com
Icon

Visit Us

Visit our office HQ

View on Google Map

Socials

LoRaWAN

4G IoT

WiFi Ble IoT

Nb IoT

Customize

Maya

Documentation

Case Studies

Blogs