Identify OmniSIM Versions

KORE OmniSIM and eSIM products have evolved over time and this guide will help you identify what generation you have.

This documentation applies to the following products:

  • OmniSIM

For all other products, please review their respective documentation

Physical Identification

Branded Half-Size Product.

Newer generations of OmniSIM are Half-Size and have KORE branding. (from OmniSIM 1.3)

Branded Half-Size KORE eSIM
  • Barcode: Stores the full EID (32 digits), so it can be scanned by a barcode scanner, as well as printed below.

  • SKU: Now includes the SKU on the card to assist in identifying the card type.

  • Chip Popout (4FF): The back has the last 24 digits of the EID with the first 8 digits removed as they are constant for KORE (89001039).

Full Size White Product

Older eSIM products were white unbranded SIM that would have been delivered as a full size card. (OmniSIM 1.0/1.1)

Older KORE eSIM were unbranded
  • Barcode: Stores the full EID (32 digits), so it can be scanned by a barcode scanner, as well as printed below.

  • Chip Popout (4FF): The back has the full EID (32 digits).

OmniSIM Version Command

Starting from OmniSIM 1.3 and subsequent versions, the Profile ID can be queried using AT+CSIM commands. This functionality allows the device to query and identify both the version and type of the OmniSIM.

# Select MF (3F00) 
AT+CSIM=14,"00A40004023F00" 
+CSIM: 4,"612B" 

# Select Profile ID file (2F31) under MF 
AT+CSIM=14,"00A40004022F31" 
+CSIM: 4,"6118" 
# if the response is not 61xx then the file does not exist so older OmniSIM product 

# Read Profile ID under MF 
AT+CSIM=10,"00B0000003" 
+CSIM: 10,"0000619000" 
# returns 000061 which digits 4-6 give the = KORE Profile ID 061

Identify the Profile ID from the EID

The Profile ID is a 3 digit code that can be found as part of the KORE EID.

Profile ID = digits 11-13 of the EID as shown in the example below:

EID: 8900103945 061 0141400000000001580

The Profile ID in this example is: 061

Current OmniSIM Profile ID’s

Here is a list of the current Profile ID's and the KORE products.

Profile IDProduct Name

061

OmniSIM Reach 1.3

066

OmniSIM Rush 1.3

067

OmniSIM SAFE Reach 1.3

068

KESIM GREEN / BLUE 1.3

070

OmniSIM Reach 1.3 - Downloadable

071

OmniSIM Rush 1.3 - Downloadable

Last updated