
Buy a SIM for a phone and you are buying a month of service. Buy a SIM for a machine and you are buying a decade of it.
That difference explains how M2M SIMs are engineered, priced, and managed. A phone SIM lives in a warm pocket and gets swapped every two years. An M2M SIM gets potted into a water meter under a sidewalk, or soldered onto a livestock tracker that will spend eleven winters outdoors. Nobody is coming back to touch it.
What is M2M?
M2M (machine-to-machine) is direct communication between devices over a wired or wireless network, without human involvement. A device collects data, transmits it across a network, and a receiving system stores it, acts on it, or sends a command back. Nobody presses a button.
The term predates IoT by decades. It traces to Theodore Paraskevakos, who in 1968 designed a system for telephones to transmit caller information to each other. Nokia was using “M2M” by the late 1990s. Google Trends shows IoT overtaking M2M in 2014, roughly when the industry stopped saying one and started saying the other. Standards bodies never abandoned it: 3GPP specifies it as Machine Type Communication from Release 10 onward.
IoT Analytics counted approximately 4.7 billion cellular IoT and M2M connections at the end of 2025, with that figure projected to reach 9.2 billion by 2030. Operators generated about $20.8 billion in connectivity revenue, which works out to roughly $4.43 per SIM per year, or about 37 cents per month.
The takeaway is that connectivity itself is often a small portion of the overall value. The data, applications, and services running over that connection typically create far more business value. This is why many OEMs successfully bundle and resell connectivity at $2 to $8 per device per month, creating attractive margins on a service customers view as an integrated part of the product. For practical strategies, see the Spenza Connectivity Monetization Playbook.
How M2M communication actually works
Every cellular M2M deployment resolves into four layers. Knowing which layer owns a problem is how you debug a fleet at 2 a.m.
- Sensing. Sensors, meters, actuators, GPS. Decides what gets measured, and how often.
- Device and SIM. Cellular module, firmware, SIM or eUICC. Decides which networks the device can reach, and whether that can ever change.
- Network. Radio access, core network, APN, roaming agreements. Decides coverage, power draw, and whether the device survives a border crossing.
- Application. Connectivity management platform and business logic. Decides provisioning, usage caps, alerts, and billing.
A sensor reads a value, the modem wakes and authenticates using credentials on the SIM, the payload crosses to a platform, and the device sleeps. For a battery-powered NB-IoT sensor that cycle takes about 40 seconds a day, and most of the energy goes into acquiring the radio link, not sending the payload. Reduce how often the device attaches, not how much it says.

M2M vs IoT: the honest answer
Vendors will tell you M2M is point-to-point and IoT is cloud-native. Ask a provider for an “M2M SIM” and an “IoT SIM” and you get the same SKU. The distinction is generational: M2M is a device sending data to one destination for one purpose. IoT is a device feeding a platform where the value of the data is not fixed at design time. M2M is a link. IoT is an architecture built from many links. If a vendor charges more for an “IoT SIM,” ask them to name the technical difference. Full breakdown: M2M vs IoT, key differences explained.
What is an M2M SIM card?
An M2M SIM card is a subscriber identity module designed for unattended machines rather than people. It does the same core job as a phone SIM, storing the IMSI and keys that let a device prove its identity to a network. Everything around that job differs.
It became a product category in 2010, when ETSI published TS 102 671, “Machine to Machine UICC.” That specification is why an industrial M2M SIM survives 105°C and a phone SIM does not. It also introduced the solder-down MFF2 form factor, which fixed vibration and corrosion and created a new problem: once a SIM is soldered to a board, nobody can change the carrier by hand. Every eSIM standard since exists to solve that.
M2M SIM vs normal SIM: the eight differences
| Dimension | Consumer SIM | M2M SIM |
|---|---|---|
| Temperature | -25°C to +85°C | -40°C to +105°C (industrial), wider for automotive |
| Lifespan | 2 to 5 years of data retention | 10 to 17 years with higher write-cycle endurance |
| Build | Plastic card, removable | Ruggedized, soldered MFF2, or integrated iSIM |
| Network Access | One home network with time-limited roaming | Multi-network, Multi-IMSI, or eUICC support |
| Management | Manual, swap the card | Remote provisioning for thousands of devices via API |
| Tariffs | Per-subscriber retail pricing | Pooled data, per-megabyte, or per-device pricing |
| Services | Voice, SMS, and high-bandwidth data | Data-first, with SMS used primarily as a trigger |
| Security | PIN protection and network authentication | IMEI-to-IMSI locking, private APNs, fixed IPs, and VPN support |
A stolen consumer SIM usually results in unauthorized phone or data charges. A stolen M2M or IoT SIM deployed in a fleet without IMEI-to-IMSI locking can become an enterprise-billed data channel with access to your private APN. To reduce this risk, bind each SIM to its authorized device identity before deployment so the SIM cannot be used in unauthorized hardware.
Can you just use a normal SIM in an IoT device? For a prototype, yes. For production, no. It works on a bench and fails in the field: the carrier detects non-human traffic and terminates it, permanent roaming rules cut it off around 90 days after it crosses a border, the plastic degrades outdoors, or you find you cannot suspend 4,000 of them without 4,000 phone calls. More in the IoT SIM cards guide.
M2M SIM form factors
Removable (2FF, 3FF, 4FF) for field-serviceable gateways and trackers. Soldered (MFF2) for anything exposed to vibration, moisture, or temperature cycling. Integrated (iSIM, the SGP.42 track) for ultra-compact devices.
MFF2 and iSIM are hardware form factors, while eUICC is a software architecture that enables remote profile management. These concepts are independent of one another.
An MFF2 SIM soldered to the device with a single fixed operator profile and no eUICC support combines the drawbacks of both approaches: the hardware cannot be replaced, and the carrier cannot be changed remotely. This configuration is common in devices designed before 2020.
To learn more, see SIM Card Types & Form Factors and iSIM vs. eSIM.
eUICC and remote SIM provisioning: SGP.02 vs SGP.22 vs SGP.32
This is the section most M2M articles skip, and the only one with real money in it. An eUICC is a SIM that holds multiple operator profiles and switches between them. Remote SIM provisioning (RSP) installs those profiles over the air. The GSMA has published three architectures, and they are not interchangeable.
| Feature | SGP.02 (M2M) | SGP.22 (Consumer) | SGP.32 (IoT) |
|---|---|---|---|
| Published | 2014 | 2015 | May 2023 (v1.2 current) |
| Designed For | Connected cars and industrial deployments | Phones, tablets, and wearables | Headless, low-power IoT devices |
| Provisioning | Server push via SM-SR | User pull via QR code and LPA | Server push via eIM with IPA on the device |
| Transport | Depends on SMS or TCP/IP | HTTPS over TCP | CoAP over UDP with DTLS, or HTTPS |
| Works on NB-IoT | No. NB-IoT has no SMS. | Poorly. HTTPS is relatively heavy. | Yes. This is the primary design goal. |
| Needs a Human | No | Yes | No |
| Operator Lock-in | High. SM-SR ties you to one operator. | Moderate | Low. eIM is portable. |
You cannot upgrade an SGP.02 or SGP.22 eUICC to SGP.32 in the field. The GSMA has not defined a migration path between these standards. As a result, a fleet deployed with SGP.02 will continue operating on that standard for the life of the hardware, which for devices such as smart meters can exceed 20 years.
Organizations managing mixed device estates should plan for three to five years of parallel operations while older and newer standards coexist. Choosing a connectivity platform that supports both eSIM standards through a single management interface can significantly reduce operational complexity during this transition.
What SGP.32 changes, and where it actually stands
SGP.32 virtualizes the user. The eSIM IoT Remote Manager (eIM) issues download, enable, disable, and delete commands on behalf of the enterprise, and the IoT Profile Assistant (IPA) on the device executes them. No screen, no QR code, no person. It runs over CoAP/UDP/DTLS, which fits an NB-IoT budget measured in kilobytes per day. Unlike the SM-SR, the eIM is portable: the entity managing your fleet no longer has to be the entity supplying your connectivity.
Adoption is earlier than the marketing suggests. ABI Research forecast 2.89 million SGP.32 profile downloads in 2025 rising above 194 million by 2029, then revised the 2025 base downward when certification slipped. Compliance finished only in the first half of 2025, and volume is expected in H2 2026 through 2027. Pilot at production scale, in a hard country, before you commit a hardware SKU.

Which network technology for which M2M device
The SIM authenticates. The radio decides what the device can afford, in power and in dollars.
- NB-IoT for static, deep-indoor, tiny payloads: water and gas meters. No SMS, no voice, poor mobility.
- LTE-M for battery devices that move: trackers, medical alerts. Coverage thins outside North America and Europe.
- LTE Cat-1 bis as the default 2G and 3G replacement. Broadest LTE footprint, mature roaming, not low power.
- 5G RedCap for video telematics and industrial gateways. Only 14 operators live, so verify coverage per market.
- Satellite NTN beyond terrestrial coverage. You pay in latency and cost per byte.
NB-IoT leads module shipments but not revenue. If you price connectivity per megabyte, an NB-IoT fleet is a large number of nearly free connections. Price per device instead. Deeper: NB-IoT vs LTE-M vs 5G RedCap.
M2M use cases
Every M2M use case is one of three economic patterns: avoid a truck roll, bill for something you used to guess at, or prevent a failure that costs more than the sensor.
| Industry | What the Machine Does | Connectivity Constraint |
|---|---|---|
| Utilities and Smart Metering | Reports energy or water consumption for 15 to 20 years | Deep indoor coverage with tiny data payloads. NB-IoT is typically the best fit. |
| Fleet and Connected Vehicles | Provides location tracking, diagnostics, and eCall services | Devices cross borders frequently, making permanent roaming regulations a key consideration. |
| Asset Tracking and Logistics | Reports the location and condition of containers and shipments | A low-cost tracker can become expensive if forced to roam internationally. |
| Healthcare and Remote Monitoring | Supports cardiac telemetry, glucose monitors, and other medical devices | Downtime can directly affect patient care. LTE-M offers reliable connectivity with low power consumption. |
| Industrial and Manufacturing | Enables predictive maintenance and condition monitoring | High vibration environments require rugged MFF2 or embedded SIMs instead of removable plastic SIMs. |
| Consumer Connected Products | Connects devices such as kids’ smartwatches, pet trackers, and EV chargers | Connectivity is invisible until it fails, at which point customers blame the product brand. |
Spenza built the global connectivity for a kids smartwatch OEM and helped Butlr cut connectivity cost while scaling its sensor fleet. For cross-border tracking, see the IoT asset tracking guide.
What M2M connectivity actually costs
You will not pay 37 cents a month. That $4.43 average is dragged down by hundreds of millions of Chinese NB-IoT meters on domestic tariffs. It tells you the wholesale floor is very low, and the price you are quoted is mostly platform, support, and margin. Enterprises negotiate the data rate and lose the money on every other line below.
| Cost Component | How to Control It |
|---|---|
| Data | Pool data across the fleet so a high-usage device can borrow from low-usage devices. |
| SIM Hardware | Use the right SIM for the environment. Avoid automotive-grade SIMs for indoor sensors and consumer-grade SIMs for outdoor or harsh deployments. |
| Platform Fee | Negotiate billing based on active SIMs only. SIMs sitting in warehouse inventory should not incur recurring charges. |
| Roaming Surcharges | Deploy local operator profiles through eUICC to avoid one of the largest recurring connectivity costs. |
| SKU Proliferation | Use a single eUICC SKU globally. Maintaining multiple regional SKUs can add 20% to 30% in inventory carrying costs annually. |
| Truck Rolls | Enable remote provisioning. Avoiding a single on-site service visit can offset years of connectivity costs. |
In every connectivity audit Spenza runs, the top two savings come from data pooling and from eliminating a second hardware SKU, not from a lower price per megabyte. Arithmetic: IoT data plans, how to cut connectivity costs.
How to choose an M2M SIM provider
Four questions. The ones that matter are those a proprietary vendor cannot answer cleanly.
- How many networks does this SIM reach in each target country? A named list, not “global coverage.”
- Is the eUICC SGP.02, SGP.22, or SGP.32? A specific answer, plus the modules they have tested against.
- Will your eIM install a profile I source from another operator? Yes, with a documented process. Anything else is lock-in.
- What are the permanent roaming rules in Brazil, Turkey, India, China, and Canada? They should know without checking. These five break most deployments.
Common M2M mistakes
- Shipping a soldered SIM with a single operator profile. Unswappable hardware plus unchangeable carrier, the most expensive combination in the industry.
- Assuming “eSIM” means “reprovisionable.” A soldered SIM without eUICC cannot be reprovisioned. Ask which one you are buying.
- Testing on a consumer SIM and shipping on one. Carriers detect machine traffic and terminate, usually after you have shipped 5,000 units. See why single-carrier IoT is risky.
- Setting usage policy in firmware instead of the platform. Firmware takes months to update across a fleet. A platform rule takes seconds, and is the only defence against a compromised device running up a bill.
The decision that outlives the device
M2M is not a choice you make once. It is a set of constraints you inherit for the operational life of a product. The radio you pick decides whether your device survives a spectrum refarm in 2031. The form factor decides whether anyone can touch the SIM again. The eSIM standard decides whether you can change carriers, or whether your carrier can change your prices. The devices are cheap. The connectivity is cheap. The lock-in is not.
FAQs
No. The GSMA did not define a migration path from SGP.02 or SGP.22 to SGP.32. Devices deployed on the older standards remain on them for their operational life. Plan for three to five years of running both provisioning stacks in parallel.
Ready to simplify your M2M connectivity? Book a demo and see how our platform helps you deploy, manage, and scale IoT SIMs globally.



