Service Carrier Services ot Google is a system application that is responsible for the interaction of your smartphone with the mobile operator. It updates network settings, manages services (for example, chat support), and also provides some SIM card-dependent functions. However, many users are faced with the fact that the application consumes battery power in the background, sends unnecessary notifications or conflicts with proprietary skins of manufacturers (for example, RCS (For example, Google Messages with chat support), and also provides some SIM card-dependent functions. However, many users are faced with the fact that the application consumes battery power in the background, sends unnecessary notifications, or conflicts with manufacturers' proprietary skins (for example, One UI from Samsung or MIUI from Xiaomi).

In this article we Let's look at whether it is possible to safely disable Carrier Services, what methods exist for this (including manual deletion, disabling through ADB and restricting rights), as well as what consequences this will entail, we will pay special attention to the nuances for different versions Android (from Android 10 to Android 15) and popular brands. If you notice that after updating the system there are lags, notifications about โ€œproblems with the SIM cardโ€ or unexpected traffic consumption, these instructions will help you understand the reasons and make an informed decision.

What is Carrier Services and why disable it

Carrier Services is a system application that Google developed in partnership with mobile operators. It performs several key functions:

  • ๐Ÿ“ถ Updating network configurations โ€”automatically applies operator settings (APN, VoLTE/VoWiFi parameters).
  • ๐Ÿ’ฌ RCS support โ€”allows you to send read confirmation messages, high-quality media and other functions c Google Messages.
  • ๐Ÿ”„ Synchronization of operator services โ€”for example, balance, tariff options or push notifications about promotions.

However, the application also has a downside:

  • ๐Ÿ”‹ Increased battery consumption โ€”background processes can consume up to 5โ€“10% of charge per day (according to data AccuBattery).
  • ๐Ÿ“ต Conflicts with proprietary services - on Samsung or Xiaomi functions are duplicated with the operatorโ€™s own applications.
  • ๐Ÿšซ Intrusive notifications โ€”for example, offers to update network settings or enable RCS.

Disable Carrier Services is advisable in the following cases:

  • ๐Ÿ›‘ You do not use RCS or do you prefer alternatives (WhatsApp, Telegram).
  • โšก The phone discharges quickly, and the battery statistics show that the application is active in the background.
  • ๐Ÿ”ง You use custom firmware (for example, LineageOS) and do not need operator services.
โš ๏ธ Attention: On some devices (for example, Google Pixel or smartphones with Android One), disabling Carrier Services may lead to malfunctions of the SIM card, including the inability to make calls via VoLTE or VoWiFiBefore action. check if your operator supports these functions without this application.
๐Ÿ“Š Have you encountered problems due to Carrier Services?
Yes, high battery consumption
Yes, unnecessary notifications
Yes, conflicts with others applications
No, everything works fine
I donโ€™t know what it is

How to check if Carrier Services is installed on your phone

Before disabling the application, make sure that it is actually installed and active:

  1. Open Settings โ†’ Applications (or Settings โ†’ All applications on some firmware).

  2. In the search bar enter Carrier Services (on some devices it may be called Operator Services or Operator Services).

  3. If the application is found, tap on it and look:

    • ๐Ÿ“ฅ Size โ€”usually takes 10โ€“50 MB.
    • โš™๏ธ Version โ€”if it is updated through Google Play, this confirms activity.
    • ๐Ÿ”„ Background activity โ€”in the section "Battery" or "Data Usage".

On devices Samsung the application may be hidden in the folder System applicationsTo find it:

  1. Go to Settings โ†’ Applications.
  2. Click on the three dots in the upper right corner and select Show system ones.
  3. Find in the list Carrier Services or com.google.android.ims (if the name is different).
Manufacturer Name in settings Can I disable
Google Pixel Carrier Services Yes, but there may be problems with VoLTE
Samsung (One UI) Operator services Yes, but RCS may be disabled
Xiaomi/Redmi (MIUI) Operator services Yes, but ADB is required
OnePlus/Oppo (OxygenOS/ColorOS) Carrier Services Yes, without consequences

If the application is not in the list, its functions are probably integrated into other system software (for example, Telephony FrameworkIn this case, you will not need to disable it separately.

Method 1: Disabling through Android settings (without root)

The simplest and safest method is to limit the operation of the application through the standard settings. will not remove it completely, but will reduce activity.

  1. Go to Settings โ†’ Applications โ†’ Carrier Services (or similar name).

  2. Click Disable (on some firmware โ€” Stop or Uninstall updates).

  3. Confirm the action in the dialog box.

If button Disable inactive:

  • ๐Ÿ”“ Try uninstalling updates first (button Delete updates).
  • ๐Ÿ“ต Disable auto-update in Google Play (find the application in the store and uncheck Auto-update).

On Samsung an additional step may be required:

  1. Open Settings โ†’ Connections โ†’ Mobile networks โ†’ Access point name (APN). data-i="153">or.
  2. Check if APN settings are reset after disconnecting Carrier Services.
โš ๏ธ Attention: On devices with Android 12+ After disabling the application, icons may disappear 5G or VoLTE in the status bar, even if the connection is working. This is a visual bug, not a real problem with the network.

Check the Android version in Settings โ†’ About phone

Make an APN backup (screenshot or recording)

Disable auto-update in Google Play

Check whether the operator supports RCS without Carrier Services-->

Method 2: Uninstall via ADB (for advanced users)

If the standard shutdown does not help, you can delete Carrier Services using ADB (Android Debug Bridge). This method requires connecting the phone to the computer and basic knowledge of the command line.

What you will need:

  • ๐Ÿ’ป A computer with installed ADB Tools.
  • ๐Ÿ“ฑ Enabled USB debugging on the phone (Settings โ†’ About phone โ†’ Build number (tap 7 times) โ†’ Developer settings โ†’ USB debugging).
  • ๐Ÿ”Œ USB cable (preferably original).

Step-by-step guide:

  1. Connect your phone to the computer and confirm permission to debugging.

  2. Open the command line (cmd on Windows or Terminal on macOS/Linux) and enter:

    adb devices

    Make sure that the device is detected (its serial number should appear).

  3. Enter the command to remove the application:

    adb shell pm uninstall --user 0 com.google.android.ims

    If the package name is different, find it using the command:

    adb shell pm list packages | grep -i carrier
  4. Reboot your phone.

If the command does not work, try an alternative:

adb shell pm disable-user --user 0 com.google.android.ims

Possible errors and solutions:

  • ๐Ÿšซ Failed to install โ€”check if USB debugging and permissions are enabled.
  • ๐Ÿ”’ Not allowed โ€”on some firmware (for example MIUI) requires unlocking the bootloader.
  • ๐Ÿ”„ After updating Android, the application may be restored - repeat the procedure.
โš ๏ธ Attention: On devices with Android 13+ Google the security policy has been tightened, and some commands ADB may not work without rootrights. In this case, try the method with restricted rights (see the next section).
๐Ÿ’ก

Before deleting via ADB, make a backup copy of your phone data. In rare cases, after manipulating system applications, a factory reset may be required.

Method 3: Limiting rights and background activity

If deleting Carrier Services is risky, you can simply limit its capabilities. This will reduce battery and traffic consumption without completely shutting down.

Steps to limit:

  1. Go to Settings โ†’ Applications โ†’ Carrier Services โ†’ Permissions.

  2. Disable all permissions, especially:

    • ๐Ÿ“ Location โ€”not required for operation.
    • ๐Ÿ“ž Phone โ€”if you do not use RCS.
    • ๐Ÿ“Š SMS โ€”if you do not need notifications from the operator.
  • Return to the main application menu and select Battery โ†’ Optimization.

  • Set mode Limited or Optimized (the name depends on firmware).

  • Disable Autostart (if there is such an item).

  • On Xiaomi additionally:

    1. Open Settings โ†’ Applications โ†’ Manage applications โ†’ Carrier Services.
    2. Select Limit background activity.
    3. Disable Show notifications.

    Effect of restrictions:

    • โœ… Reducing battery consumption by 3โ€“7%.
    • โœ… Stopping background synchronization with servers Google.
    • โŒ There may be delays in updating network settings (for example, when changing a SIM card).
    ๐Ÿ’ก

    Restricting rights is the safest way to reduce the activity of Carrier Services without the risk of losing network functionality.

    What to do if after disconnection, the Internet or calls were lost

    In rare cases, a disconnection Carrier Services can lead to problems with communication. Here's how to eliminate them:

    1. Check the APN settings

    • Go to Settings โ†’ Mobile network โ†’ Access points (APN).
    • Make sure the correct profile is selected (usually it is called by the operator name).
    • If the profile is missing, create it manually (parameters can be found on the operatorโ€™s website).

    2. Enable VoLTE/VoWiFi manually

    • On Samsung: Settings โ†’ Connections โ†’ Mobile networks โ†’ VoLTE switch.
    • On Google Pixel: Settings โ†’ Network and Internet โ†’ SIM cards โ†’ Additional โ†’ VoLTE.

    3. Reset network settings

    1. Open Settings โ†’ System โ†’ Reset โ†’ Reset network settings.
    2. Confirm the action and restart the phone.

    4. Restore Carrier Services

    If the problems persist, return the application:

    • Via ADB:
      adb shell cmd package install-existing com.google.android.ims
    • Or update it via Google Play (if it is hidden, find it by direct link).
    โš ๏ธ Attention: If after disconnecting Carrier Services stopped working RCS chats in Google Messages, but calls and the Internet are functioning normally, the problem is in this function. To return RCS, just turn on the application again or use alternative messengers.
    Why may 5G disappear after disconnection?

    On some devices (for example, Samsung Galaxy S22+) Carrier Services manages 5G profiles. After disconnecting it, the phone can automatically switch to 4G/LTE. To get 5G back, check your mobile network settings or contact your operator for manual activation.

    Alternatives to Carrier Services: what to use instead

    If you have disabled Carrier Servicesbut want to keep some of its features, consider these alternatives:

    Function Alternative Pros Cons
    RCS chats WhatsApp, Telegram, Signal More features, cross-platform Not integrated with SMS
    APN update Manual setup or operator application (My MTS, My Beeline) Control over parameters Requires manual updating
    VoLTE/VoWiFi Phone settings or SIM menu (##4636##) Does not depend on Google May not work on all operators

    For users Samsung It is useful to install the operatorโ€™s proprietary application (for example, My Tele2 or My MegaFonIt duplicates some of the functions Carrier Services, but is optimized for a specific provider.

    If you only care about saving battery, but donโ€™t want to lose RCS, try:

    • ๐Ÿ”‹ Disable background activity (see Method 3).
    • ๐Ÿ“ต Use Greenify or Brevent to "freeze" the application.

    FAQ: Frequently asked questions about disabling Carrier Services

    โ“ Is it possible to disable Carrier Services on all versions of Android?

    On Android 10โ€“12 disabling usually takes place without problems. On Android 13+ may require ADB-commands or restriction of rights, since Google has tightened control over system applications. data-i="301">complete removal without Android 14/15 complete removal without root is unlikely.

    โ“ Will disabling affect the operation of eSIM?

    No, Carrier Services does not control the operation eSIMHowever, if you have. hybrid scheme (physical SIM + eSIM), check the APN settings for both profiles after disconnecting.

    โ“ Why did the 4G/5G icons disappear after disconnecting?

    This is a visual bug due to the fact that Carrier Services is responsible for displaying the network type in the status bar. The actual communication speed is not. changes. To return the icons, restart the phone or turn on Developer mode and select the network type manually (Settings โ†’ System โ†’ Developer mode โ†’ Mobile network type).

    โ“ You can Is it possible to disable Carrier Services for only one SIM card (on a dual-SIM phone)?

    No, the application works globally for all SIM cards. However, you can limit its activity (see Method 3) to reduce the impact on a specific SIM.

    โ“ Will Carrier Services return after resetting the phone?

    Yes, after resetting to factory settings, the application will be restored, since it is part of the firmware. To avoid this, repeat the disabling procedure after setting up the phone.