Skip to contentSkip to navigationSkip to topbar
Rate this page:
On this page

Programmable Wireless: SIM States


Every Twilio SIM exists in one of eight possible states. A SIM's status tells you which state the SIM is in. SIM states indicate whether a SIM is able to connect to the cellular network and, if so, whether its activity is billable. Some states are achieved automatically; others can be set with Twilio's Programmable Wireless API. A SIM's status may also indicate that its state is currently being changed.

(information)

Info

You can determine a given SIM's status at any time using the Console's SIMs section, or by using the SIM's Sim resource.

(information)

Info

Programmable Wireless SIMs and Narrowband SIMs share the same set of status values. This document applies to both types of SIM.


SIM states

sim-states page anchor

At any given moment, a Twilio SIM will be in one of the following states:

  • New
  • Ready
  • Active
  • Scheduled
  • Updating
  • Suspended
  • Deactivated
  • Canceled

This is what each of these states mean:

StateMeaning
NewThe unused SIM is waiting to be activated. It can remain in this state indefinitely, but once it becomes Ready or Active, it can never return to New.
ReadyThe SIM can connect to the network and can consume network resources in accordance with its Rate Plan, but no monthly fee will be charged. However, once the SIM has consumed 250KB of data, three months have passed, or five commands have been sent to it, the SIM will automatically move to Active.
ActiveThe SIM can connect to the network and consume network resources in accordance with its Rate Plan.
ScheduledThe upstream network operator is temporarily unable to set the SIM's status. This will be automatically set when the upstream network operator once more accepts transactions. You may see this value when you attempt to change a SIM's state using the API.
UpdatingThe SIM is in the process of being updated.
SuspendedThe SIM is blocked from connecting to the network. After three months of suspension at no charge, a suspended monthly fee will be initiated.
DeactivatedThe SIM is blocked from connecting to the network. After 72 hours, the SIM will automatically transition to Canceled. Apply this status if a SIM has been lost or stolen.
CanceledThe SIM is blocked from connecting to the network and can never be reactivated or used.

The common state of most SIMs is Active. In this state — and in Ready, which is a test-oriented preliminary active state — the SIM can be used to connect to the network and transfer data.


How to check a SIM's state

how-to-check-a-sims-state page anchor

The status of each of your SIMs is indicated in the Console:

  1. Open the SIMs section of the Console.
  2. Select any SIM, which will display the Configure tab for that SIM.
  3. Check the SIM's state under STATUS .

How to change a SIM's state

how-to-change-a-sims-state page anchor

You can change the status of a SIM on the Configure tab:

  1. Open the SIMs section of the Console.
  2. Select any SIM, which will display the Configure tab for that SIM.
  3. The current status will be shown in the STATUS dropdown menu.
  4. Change the SIM's state by selecting a different value.
(information)

Info

You can change a given SIM's status to other values using Programmable Wireless' Sim API.


When you should change a SIM's state

when-you-should-change-a-sims-state page anchor

If you are new to Twilio Programmable Wireless, you'll typically allow your SIM's status to change automatically: New to Ready, then Ready to Active. However, under certain circumstances, you may want to update the SIM's state yourself.

For example, if you simply want to confirm that a SIM is able to connect to the network without triggering the start of monthly billing, manually place the SIM in the Ready state. You can then send up to 250KB of data before it transitions to Active.

You should also place SIMs into the Ready state if you want to test them without incurring monthly fees. SIMs can remain in the Ready state for up to three months without charge. You will need to ensure less than 250KB of data is trafficked by each SIM.

If you have a SIM you want to keep operational but inactive for a short period, ie. available for use but not billable until it is used, put it into the Suspended state. This is free for three months — your account will begin to be charged after that period.

If a SIM is lost or stolen, place it in the Deactivated state as soon as possible. If you recover the SIM within 72 hours, you can move it back to its previous state, otherwise it will automatically become Canceled.

Once in the Canceled state, the SIM can't connect to the network or be re-used. This is useful if you need to terminate a specific device. Switching a SIM to Canceled will ensure that you are no longer charged for that SIM.


Rate this page: