NB-IoT vs Cat-M1 vs 4G
for Tracking
A practical guide to the cellular radio question that derails so many tracker projects. NB-IoT, LTE-M (Cat-M1), and full 4G LTE each solve a different problem, and the wrong pick costs you battery life, coverage, or unit economics. Here is how the choice is made, with the standards, the module part numbers, and the India network reality.
THE CELLULAR IOT LANDSCAPE
Three Radios, Three Different Problems
The word "cellular" hides three very different radios, and the first step in any tracker design is to separate them. NB-IoT (3GPP LPWA, also called Cat-NB1 and Cat-NB2) is a narrowband technology built for devices that send a few hundred bytes a day and need to sit on a battery for years. LTE-M (Cat-M1) is a low-power wide-area variant that keeps mobility, handover, and modest bandwidth, so it tracks things that move. Full 4G LTE (Cat-1, Cat-1bis, Cat-4) is what your phone uses, with real throughput for live position streams, firmware images, and video, at a power and cost level that battery devices cannot sustain.
These three sit on a deliberate tradeoff curve. Moving from NB-IoT toward Cat-4 buys bandwidth, lower latency, and mobility, paid for in average current, peak current, module cost, and antenna complexity. A radio that is too capable burns a multi-year battery in months. One that is too narrow leaves a live-tracking product stuttering or an asset going dark every time it moves between cell sites. The decision is rarely about the radio in isolation. It cascades into the modem on the board, the antenna routing, the power supply design, and the protocol spoken to the cloud.
Trackers fit on all three, from stationary container seals on NB-IoT to two-wheeler trackers on LTE-M to dashcam-class devices on Cat-4. This guide lays out a practical decision framework. It starts with what each radio is for, walks through the power and coverage physics that make the difference real, names the modules worth reaching for, covers the 2G sunset that is forcing this decision in the first place, looks honestly at what is available on Indian networks today, and finishes with a use-case map. Cellular connectivity design for trackers starts with exactly this conversation.
NB-IOT
NB-IoT: Deep Coverage, Tiny Bandwidth, Stationary Assets
NB-IoT occupies a 180 kHz channel, the width of a single LTE resource block, and that narrow channel is the source of all its strengths and limits. Concentrating transmit energy into a narrow band buys link budget. The 3GPP target is a 164 dB maximum coupling loss, roughly 20 dB better than legacy GSM, which translates into coverage that reaches into basements, deep inside buildings, and underground utility pits where other radios fail. The cost of that link budget is throughput. Real-world NB-IoT gives you on the order of tens of kilobits per second downlink and uplink, and at the edge of coverage a single small message can take several seconds to deliver as the modem repeats transmissions to claw back the link.
The power story is what makes NB-IoT a multi-year-battery technology, and it rests on two features. Power Saving Mode (PSM, 3GPP Release 13) lets the device tell the network it is going dormant for a defined period, during which the modem draws single-digit microamps while staying registered, so it does not pay the heavy energy cost of a fresh attach when it wakes. Extended Discontinuous Reception (eDRX) stretches the paging cycle so the device only listens for downlink at long, agreed intervals instead of every 1.28 seconds. Together they mean a tracker can report once or twice a day and spend the other 23-plus hours in deep dormancy. The catch is latency. A device in PSM is unreachable from the network until its own timer fires, so NB-IoT is not for anything you need to command on demand.
NB-IoT also has no soft handover. The device camps on a cell, and if it physically moves to a new cell it must reselect, which involves re-synchronizing and often re-attaching. For a sensor bolted to a wall or a seal on a parked container that is fine. For anything driving down a highway it is a non-starter, because the asset will spend its energy budget re-attaching instead of reporting. That is why NB-IoT suits fixed and slow-moving assets: utility meters, environmental sensors, parked-container seals, and the kind of low-duty trackers covered under NB-IoT asset tracker development.
LTE-M / CAT-M1
LTE-M: The Mobility Sweet Spot
LTE-M, formally Cat-M1, uses a 1.4 MHz channel and sits between NB-IoT and full LTE on every axis. It delivers roughly 300 kbps to 1 Mbps in practice, enough for frequent position reports, reasonably sized firmware images over the air, and even low-rate voice through VoLTE for panic-button products. Crucially, LTE-M keeps connected-mode mobility and handover, so a device can move at vehicle speed across cell boundaries without dropping its session. That single property is why LTE-M, not NB-IoT, is the default LPWA radio for anything that moves.
LTE-M supports the same PSM and eDRX power-saving machinery as NB-IoT, so a low-duty LTE-M tracker can also reach multi-year battery life if it is allowed to sleep. The difference is that the larger channel and higher data rate mean each active transmission finishes faster, which can actually save energy per message even though the peak current is higher, because the modem returns to sleep sooner. The link budget is a few dB short of NB-IoT, so coverage in the deepest indoor pockets is slightly worse, but for outdoor and vehicle use that gap rarely matters. For battery-powered moving trackers, LTE-M is usually the right answer, and getting the duty cycle and sleep states right is the core of tracker battery and power management work.
A practical advantage of LTE-M is that most LTE-M modules also support NB-IoT and a 2G fallback in the same part, so coverage can be hedged without redesigning hardware. That dual-mode capability matters in regions where one technology has patchy rollout. A single tracker SKU can prefer LTE-M, fall back to NB-IoT where LTE-M is thin, and revert to 2G only as a last resort, which is exactly the kind of resilience the broader asset tracking solutions are built around.
4G LTE
4G LTE Cat-1 and Cat-4: Real-Time and Video
When the product needs continuous live tracking, large data, or video, the LPWA world is left behind in favor of full LTE. Cat-1 gives around 10 Mbps down and 5 Mbps up and is the workhorse for mains-powered or vehicle-powered trackers that report every few seconds. Cat-1bis is the same data class but reduced to a single receive antenna, which simplifies the RF layout and shrinks the bill of materials, and it has become the default for compact vehicle trackers that need real-time behavior without the antenna burden of a two-antenna design. Cat-4 pushes to 150 Mbps down and is the tier for a device that carries an AI dashcam or uploads video clips.
The reason 4G is not a battery technology is power. These radios do not implement the aggressive PSM and eDRX dormancy of the LPWA classes in any practical low-current way, and they keep a heavier protocol stack active. Average current is measured in tens of milliamps even when idle, and transmit peaks reach hundreds of milliamps. On a coin cell or a small lithium primary that is a death sentence within days. So Cat-1 and Cat-4 belong on vehicles with ignition power, on devices with a generous rechargeable pack and solar, or anywhere a wall outlet is available. For connected-vehicle and OEM telematics programs that ride on vehicle power, this is the right tier, and it is the foundation of much telematics and GPS tracking platform work.
There is a real-time dimension beyond raw throughput. Full LTE keeps the device in connected mode or short-cycle DRX, so round-trip latency is tens of milliseconds and the cloud can command the device instantly. That responsiveness is what makes 4G the right choice for high-value cargo that needs immediate alerts and on-demand position queries, the pattern behind container and cargo tracking solutions.
SIDE BY SIDE
The Comparison That Actually Matters
The table below is the cheat sheet worth keeping in front of an architecture review. Treat the numbers as practical field ranges, not datasheet bests, because the difference between a lab figure and a real-world figure is exactly where projects go wrong.
| Attribute | NB-IoT (Cat-NB1/NB2) | LTE-M (Cat-M1) | 4G LTE (Cat-1/Cat-4) |
|---|---|---|---|
| Channel bandwidth | 180 kHz | 1.4 MHz | Up to 20 MHz |
| Practical throughput | Tens of kbps | 300 kbps to 1 Mbps | 10 to 150 Mbps |
| Mobility / handover | Cell reselect only | Full handover | Full handover |
| Latency | Seconds (high) | Hundreds of ms | Tens of ms |
| PSM / eDRX deep sleep | Yes (best) | Yes | Limited in practice |
| TX peak current | ~200 to 300 mA | ~300 to 500 mA | ~500 mA to 2 A |
| Voice (VoLTE) | No | Yes | Yes |
| Best fit | Fixed / slow assets | Moving battery trackers | Live tracking, video |
THE FORCING FUNCTION
The 2G Sunset Is Why This Decision Cannot Wait
For two decades the default tracker radio was 2G GSM/GPRS, because it was cheap, ubiquitous, and good enough for an SMS or a tiny TCP payload. That era is ending. Operators across Europe, North America, and Asia are refarming 2G spectrum for LTE and 5G, and many networks have already switched it off. A tracker built on a 2G modem today is a tracker with a built-in expiry date, and fleets that standardized on 2G are now facing forced hardware swaps across thousands of devices.
The migration target is exactly the LPWA pair this guide covers. NB-IoT and LTE-M were specified by 3GPP as the long-life replacements for 2G machine traffic, with better coverage and far better power behavior. The practical guidance is to migrate moving and on-demand devices to LTE-M, migrate fixed low-duty devices to NB-IoT, and use full LTE only where the application genuinely needs the bandwidth. Designing the migration so a single new tracker SKU covers most of an existing mixed fleet is where most of the cost saving lives, and it is a core part of the approach to cellular connectivity design.
India is on its own timeline. 2G coverage remains broad here and operators have signaled they will keep it running for basic voice longer than Western markets, but new machine-to-machine deployments should still not be built on it, because the long-term direction is clear and a five-to-ten-year tracker will outlive the 2G plan. Building new on LTE-M or NB-IoT now avoids a forced redesign mid-life.
MODULES AND INDIA REALITY
Modules Worth Reaching For and What India Networks Actually Carry
On the module side, sensible defaults cluster around Quectel because the footprints, AT command sets, and supply are well understood. For pure NB-IoT the Quectel BC660K-GL is a tiny low-power NB2 module that is hard to beat on sleep current for a stationary seal or sensor. For dual-mode LTE-M plus NB-IoT with 2G fallback, the Quectel BG95 family fits well because one part covers the LPWA spectrum and hedges coverage, and the BG95-M3 variant adds integrated GNSS that removes a separate positioning chip. When the product needs full LTE Cat-1 or Cat-4, the Quectel EC200 series fits, EC200U for Cat-1 vehicle trackers and the higher classes for video-capable devices. Matching the right module to the duty cycle and the antenna budget is the heart of GPS tracking device development.
On the network side, India deserves a frank assessment because the answer is not uniform. LTE-M rollout has been thin, so nationwide Cat-M1 coverage cannot be assumed and the design should fall back to NB-IoT or full LTE where LTE-M is absent. NB-IoT has had real deployment from major operators and works well for fixed metering and sensing. Full 4G LTE coverage, including Cat-1 and Cat-1bis, is essentially nationwide and reliable, which is precisely why so many Indian vehicle and fleet trackers settle on Cat-1bis: it gives real-time behavior on a network that genuinely exists everywhere the vehicle drives. The radio is best chosen against the coverage that is actually present on the route, not the coverage a datasheet implies.
One more module-level decision shapes power directly: choosing between a modem-managed and a host-managed sleep strategy, and choosing the modem RAT (radio access technology) priority list. A BG95 told to prefer LTE-M but allowed to fall back to NB-IoT and then 2G will behave very differently on battery than one locked to a single RAT. Getting that policy right, and proving it on a power profiler, is detailed in the companion guide on reducing power consumption in battery-powered GPS trackers.
DECISION FRAMEWORK
How to Pick, By Use Case
The decision collapses to three questions asked in order. First, does the asset move while reporting? If it is fixed or only relocated occasionally, NB-IoT is on the table and usually wins for battery life. If it moves while tracking, NB-IoT is out because of reselection cost, and you choose between LTE-M and full LTE. Second, does the product need live, on-demand, or high-bandwidth behavior? If yes, you need full LTE. If it can report on a schedule and tolerate sleep, LTE-M wins and keeps your multi-year battery. Third, what power source is available? Battery-only pushes you toward NB-IoT or LTE-M; vehicle or mains power frees you to use Cat-1 or Cat-4.
Worked through real products, that framework lands as follows. A parked-container seal or a utility-pit sensor that wakes twice a day goes NB-IoT. A two-wheeler tracker, a livestock collar, or a cargo tracker on a small rechargeable pack goes LTE-M, because it moves but still needs to sleep. A commercial-vehicle telematics unit on ignition power, or an AI dashcam uploading clips, goes Cat-1bis or Cat-4 because power is not the constraint and real-time matters. High-value, high-theft cargo that needs instant alerts and on-demand position usually justifies full LTE even on battery, paired with aggressive duty cycling. When the call is genuinely close, the resolution is to prototype on a dual-mode BG95 and measure, because a power profiler settles arguments that spec sheets cannot. That same evidence-led approach carries into every asset tracking engagement and into the broader IoT product development process.
FAQ
Frequently Asked Questions
Can NB-IoT track a moving vehicle?
Not well. NB-IoT has no connected-mode handover, only cell reselection, so a device that moves between cells must re-synchronize and often re-attach. That burns the energy budget and creates gaps in reporting. Anything moving at vehicle speed belongs on LTE-M (Cat-M1) or full LTE instead, with NB-IoT reserved for fixed or rarely relocated assets.
What is the difference between Cat-M1 and NB-IoT in plain terms?
Cat-M1 (LTE-M) uses a wider 1.4 MHz channel, supports mobility and handover, reaches 300 kbps to 1 Mbps, and can carry voice. NB-IoT uses a 180 kHz channel, has deeper coverage and lower power floor, but only tens of kbps, no handover, and higher latency. Cat-M1 is for moving battery trackers; NB-IoT is for fixed low-duty sensors.
Why not just use 4G LTE for every tracker?
Power. Full LTE Cat-1 and Cat-4 draw tens of milliamps even idle and hundreds of milliamps to amps on transmit, and they do not implement deep PSM and eDRX dormancy in a low-current way. That is fine on vehicle or mains power but it drains a small battery in days. Use 4G when you need real-time or video and have a power source, otherwise use LTE-M or NB-IoT.
How do PSM and eDRX actually save power?
PSM (Power Saving Mode) lets the device go dormant at single-digit microamps while staying registered, so it avoids the costly re-attach on wake. eDRX (Extended Discontinuous Reception) stretches the paging interval so the device only listens for downlink occasionally instead of every 1.28 seconds. Together they let an LPWA tracker report a couple of times a day and sleep the rest, reaching multi-year battery life.
Which cellular modules are typically used for trackers?
For NB-IoT, the Quectel BC660K-GL is a strong default. For dual-mode LTE-M plus NB-IoT with 2G fallback, the Quectel BG95 family fits, with the BG95-M3 adding integrated GNSS. For full LTE Cat-1 vehicle trackers, the Quectel EC200U fits, moving to higher Cat-4 classes for video-capable devices. The choice follows the duty cycle, mobility, and antenna budget.
Is NB-IoT or LTE-M available across India?
NB-IoT has had real operator deployment in India and works for fixed metering and sensing. LTE-M rollout has been thin, so nationwide Cat-M1 cannot be assumed and the design should fall back to NB-IoT or full LTE. Full 4G LTE, including Cat-1 and Cat-1bis, is effectively nationwide, which is why many Indian vehicle trackers settle on Cat-1bis for reliable real-time coverage.
KEEP READING
Related pages
Solutions
Choose the Right Radio and Prove It on Hardware
From NB-IoT seals to LTE-M moving trackers to Cat-4 video devices, the cellular radio is matched to your duty cycle, coverage, and power source, then validated on a real board with a power profiler before you commit to a production run.
Share the asset, where it operates, and how long it has to last on a charge, and get back a connectivity and power architecture you can build on.
Schedule a Free Consultation