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.
How to check if Carrier Services is installed on your phone
Before disabling the application, make sure that it is actually installed and active:
Open
Settings โ Applications(orSettings โ All applicationson some firmware).In the search bar enter Carrier Services (on some devices it may be called
Operator ServicesorOperator Services).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:
- Go to
Settings โ Applications. - Click on the three dots in the upper right corner and select
Show system ones. - 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.
Go to
Settings โ Applications โ Carrier Services(or similar name).Click
Disable(on some firmware โStoporUninstall updates).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:
- Open
Settings โ Connections โ Mobile networks โ Access point name (APN). data-i="153">or. - 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 debuggingon the phone (Settings โ About phone โ Build number(tap 7 times) โDeveloper settings โ USB debugging). - ๐ USB cable (preferably original).
Step-by-step guide:
Connect your phone to the computer and confirm permission to debugging.
Open the command line (
cmdon Windows orTerminalon macOS/Linux) and enter:adb devicesMake sure that the device is detected (its serial number should appear).
Enter the command to remove the application:
adb shell pm uninstall --user 0 com.google.android.imsIf the package name is different, find it using the command:
adb shell pm list packages | grep -i carrierReboot 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 commandsADBmay not work withoutrootrights. 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:
Go to
Settings โ Applications โ Carrier Services โ Permissions.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:
- Open
Settings โ Applications โ Manage applications โ Carrier Services. - Select
Limit background activity. - 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
- Open
Settings โ System โ Reset โ Reset network settings. - 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.