I have spent enough years around dispatch desks and container yards to be wary of technology buzzwords, and "Internet of Things" arrived carrying more than its share. Strip the marketing away, though, and IoT in logistics turns out to be something concrete. It is a layer of small connected devices that report where cargo is, what condition it is in, and whether the equipment moving it is healthy. When that information arrives continuously instead of in an end-of-day spreadsheet, the way you run a supply chain genuinely changes. This guide is my attempt to explain how it actually works, the plumbing underneath it, and the use cases that have quietly moved from pilot projects into everyday operations.

What IoT really means on the logistics floor

An IoT system has three parts that matter to an operator. There is a sensor or tag attached to the thing you care about, a network that carries its readings, and software that turns those readings into a decision. The device might be a GPS unit bolted to a trailer, a passive paper-thin tag stuck to a carton, or a battery-powered probe riding inside a refrigerated container.

Connectivity is where the real trade-offs live, and it is the part vendors gloss over. Cellular networks, including the low-power variants LTE-M and NB-IoT, give you wide coverage and are the workhorse for anything crossing cities and borders. For long-range jobs where battery life is the whole game, operators reach for LPWAN technology instead. A single LoRaWAN gateway can cover a radius of roughly 5 to 15 km, and trackers on that network are designed to run for years without a battery swap, with vendors citing figures of 7 to 15 years or more depending on how often the device reports in. Fidelitel Indoors, where satellite signals are useless, short-range radio takes over. I will come back to that below.

Fleet tracking with GPS and telematics

The most familiar use case is also the oldest. GPS trackers and telematics units on trucks and trailers report position, speed, engine hours, harsh braking, idling, and fuel burn. For a dispatcher this is the difference between guessing an arrival window and quoting one. For a fleet manager it is a stream of behavior data that feeds fuel economy and driver-safety programs.

In the United States this stopped being optional. The Federal Motor Carrier Safety Administration set a compliance deadline of December 18, 2017 for its Electronic Logging Device rule, which requires most commercial drivers who keep hours-of-service records to log their driving time electronically rather than on paper. FMCSA An ELD is, at heart, an IoT device wired into the vehicle. So a huge share of the North American trucking fleet was effectively connected by regulation, and carriers have been layering routing and maintenance analytics on top of that hardware ever since.

Routing is where the payoff compounds. When live position is combined with traffic and weather feeds, planners can reroute around a closed pass or a backed-up border before a driver ever sits in it. If you need capacity while you are still standing up your own tracking stack, GetTransport.com lets you compare and book freight across carriers in one place, which is a practical shortcut when a lane comes up faster than your systems can.

RFID and BLE for asset and inventory tracking

Not everything needs a live GPS feed. A carton does not require its own satellite fix. It needs to be counted quickly and reliably at the points where it changes hands. That is the job of radio-frequency identification and short-range Bluetooth.

RFID at the gate and the dock

Passive RFID tags carry no battery. They wake up only when a reader's radio energy hits them, which is why they can be produced cheaply enough to put on individual items and pallets. The dominant standard is GS1's EPC UHF Gen2 air-interface protocol, first published back in 2004 and later harmonized with the international standard ISO/IEC 18000-63. It operates in the ultra-high-frequency band between roughly 860 and 960 MHz. GS1 The practical effect is that a reader mounted over a dock door can capture dozens of tags as a forklift drives a loaded pallet through, without anyone scanning a single barcode. That speed at the choke points is what makes RFID worth the effort.

BLE beacons inside the four walls

Inside a large warehouse or a container yard, Bluetooth Low Energy fills the gap GPS leaves. A BLE tag broadcasts a small identifier on the 2.4 GHz band at regular intervals, and fixed receivers around the building triangulate roughly where it is. Typical indoor range runs from about 10 to 50 meters depending on walls and racking. Link Labs It will not tell you a forklift's exact bay to the centimeter, but for finding a misplaced returnable asset or knowing which zone a high-value pallet sits in, it is inexpensive and good enough. I have seen far more time wasted hunting for lost equipment than most managers would admit, and this is the class of problem BLE quietly solves.

Cold chain and cargo condition monitoring

This is where sensors stop being a convenience and start being a compliance requirement. Many vaccines, biologics, and injectable medicines must stay within a narrow 2 to 8 degree Celsius window throughout transport and storage. World Health Organization The World Health Organization's Good Distribution Practices, along with equivalent rules enforced by the FDA and the European Medicines Agency, require that temperature be controlled, monitored, and documented across the whole journey.

An IoT temperature and humidity logger inside the box does two things a paper chart never could. It records a continuous, time-stamped history that survives an audit, and it can raise an alarm the moment a reading drifts out of range. A temperature excursion caught in the first thirty minutes, while a truck is still near a depot, is a recoverable event. The same excursion discovered on delivery is a destroyed shipment and possibly a recall. The economics of cold chain sensing are almost entirely about catching problems early enough to act on them. The same logic applies to shock and tilt sensors on fragile freight and to humidity monitoring for electronics and certain foods.

Connected containers on the ocean leg

For decades the ocean segment was a black hole. A box left a port and its owner heard nothing until it arrived, or did not. That is changing because the largest carriers have been fitting their equipment with IoT devices at scale.

Maersk built its Remote Container Management platform, which feeds its Captain Peter service, on transmitting devices installed in its refrigerated containers plus receiving infrastructure aboard its vessels. By early July 2026 the company reported it had retrofitted its newer connectivity hardware onto around 30 percent of its reefer fleet. The newer devices support 4G and 5G connectivity while staying backwards compatible with older 2G and 3G networks, which increases how much data each box can send. Maersk On the dry-cargo side, Hapag-Lloyd has gone after its entire fleet: it set out to equip about 1.6 million dry containers with real-time tracking devices and publicly marked the installation of its 700,000th unit along the way. Hapag-Lloyd The device on the container reports position at the box level, so a customer can follow a shipment across ship, rail, and truck without stitching together separate carrier updates.

Predictive maintenance and the warehouse itself

The building and the equipment are cargo of a different kind. Vibration, temperature, and current sensors on conveyors, refrigeration compressors, and reefer gensets watch for the signatures that come before a breakdown. A bearing that is beginning to fail runs hot and vibrates differently long before it seizes. Catching that pattern lets a maintenance crew intervene during planned downtime rather than during a peak shift, which is the entire point of predictive maintenance.

Inside the warehouse, sensors track inventory levels, dock-door status, and the location of powered equipment. When stock counts update in real time instead of at a weekly cycle, the software driving replenishment can avoid both stockouts and the dead capital of overstock. Pair those sensors with the robotic picking systems that increasingly move goods across large fulfillment centers, and the connected warehouse starts to coordinate itself with far less manual chasing.

Where this is genuinely heading

The honest near-term story is not autonomous everything. It is that the volume of sensor data has grown past what a human team can read, so the next layer of value comes from software that interprets it. Machine-learning models trained on historical telemetry can flag a shipment likely to be late, or a compressor likely to fail, before a person would notice. The container and the truck stay the same. What improves is how quickly a signal from the field becomes a decision at the desk. That, in the end, is the whole promise of IoT in logistics, and it is finally practical rather than theoretical.

Frequently asked questions

How does IoT actually track a shipment in real time?

A tracking device on the trailer or container reports its position and status over a wireless network, usually cellular for cross-country movement and low-power networks like LoRaWAN or NB-IoT for long-range, battery-sensitive use. The readings flow into software that plots location and condition on a dashboard. For indoor spaces where GPS does not work, short-range radio such as Bluetooth Low Energy or RFID handles the tracking instead.

What is the difference between RFID and GPS tracking in logistics?

GPS tells you where an asset is anywhere on earth and is suited to vehicles and containers in motion. RFID identifies an item when it passes a fixed reader, for example at a dock door or a gate, and is suited to counting cartons and pallets quickly as they change hands. Passive RFID tags use the GS1 EPC Gen2 standard, carry no battery, and are cheap enough for individual items, whereas GPS units need power and a wider-area network. GS1

Do I need IoT sensors for cold chain compliance?

In practice, yes, for regulated pharmaceuticals and many perishables. Rules such as the World Health Organization's Good Distribution Practices require temperature to be controlled, continuously monitored, and documented, and many products must stay within a 2 to 8 degree Celsius range for the entire journey. World Health Organization An IoT logger provides the continuous record and the real-time alerts that make meeting that standard feasible.

Is IoT in logistics only for large carriers?

No. The headline deployments belong to global carriers, but the underlying hardware has become cheap and modular. A single reefer sensor, a handful of BLE beacons, or a set of trailer trackers is well within reach of a small fleet or a regional 3PL. The bigger investment is usually the software and the process changes needed to act on the data rather than the devices themselves.