Why Google Callers Are Hiding Xiaomi Redmi Users β and How to Fix It
Google Phone is automatically installed on many Xiaomi Redmi smartphones as part of Google Mobile Services (GMS), and for some users, it becomes a source of irritation: duplicates the standard MIUI dialer, consumes battery power in the background and can even conflict with other applications. Especially often complaints come from owners of Redmi Note 12 Pro+, Redmi 10C and POCO X5 Pro, where Google Caller is activated after upgrading to MIUI 14 or Android 13.
Complicating the problem is that simply removing the icon from the desktop does not solve the problem β the application continues to work in the background. In this article, we will discuss 5 working ways to disable or delete Google Caller on Xiaomi Redmi, including methods without root rights and using ADB. You will also learn how to return the default standard MIUI dialer and what to do if incoming calls disappear after deactivation.
Method 1: Disconnect via application settings (without root)
The easiest and safest method is to deactivate Google Caller through the settings menu, which will not remove the app completely, but will stop it from working and the background processes.
Instructions:
- π± Open the Settings. β Annexes β Application management.
- π In the search bar, type Google Caller (or com.google.android.dialer).
- π« Click Disable (if the button is inactive, select Stop first).
- β οΈ Confirm the action in the dialog window.
Once disabled, the app will disappear from the menu and stop using resources. However, on some Redmi models (for example, Redmi Note 11 Pro 5G), this method may reset after restarting, in which case move to the next method.
β οΈ Warning: If incoming calls stop working after Google shutdown, check if the standard dialer settings have reset. MIUI. To do this, go to the Settings. β Annexes β By default. β Phone and select the Caller. MIUI.
βοΈ Preparing to turn off Google Calls
Method 2: Remove updates and reset to factory version
Google Caller is updated frequently through Google Play, which can lead to bugs or increased battery consumption. If you don't want to remove the app completely, you can roll it back to the factory version:
Steps:
- Go to Settings β Applications β Google Caller.
- Click on the three dots in the top right corner and select Remove Updates.
- Confirm the action.
- Return to the app menu and click Disable.
This method is useful if you want to keep the app restored later. However, on Redmi with Android 12+, the factory version of Google Callers can automatically update again. To avoid this, block the automatic update on Google Play:
- π Open Google Play, find Google Caller.
- π Click on the three dots next to the Update button and uncheck the Auto Update box.
| Method | Need a rut? | It's still there after the reboot? | Impact on calls |
|---|---|---|---|
| Disconnection through settings | β No. | β οΈ Sometimes it's dropped. | β No (if selected) MIUI Caller) |
| Removal of updates | β No. | β Yes. | β No. |
| ADB-team | β No. | β Yes. | β οΈ Failures are possible |
| Removal via TWRP | β Yes. | β Yes. | β οΈ Risk of loss of function |
Method 3: Removal via ADB (no root rights)
If the previous methods did not work, you can use Android Debug Bridge (ADB) β A debugging tool that allows you to remove system applications without obtaining root rights. MIUI 13/14 Android 11-13.
Instructions:
- π» Install. ADB Tools on the computer.
- π± On the phone, turn on the developer mode (7 times click on the version). MIUI In Settings β The phone).
- π Connect Redmi to the PC by USB and select the File Transfer Mode.
- π₯οΈ Open the command line (Windows) or the terminal (macOS/Linux) adb-folder.
- π Enter the command to check the connection: adb devices (should appear serial number of the device).
- ποΈ Enter the command to delete Google Callers: adb shell pm uninstall -k --user 0 com.google.android.dialer
Once the command is executed, the application will be deleted for the current user (without affecting system files). If you need to return it back, use the command:
adb shell cmd package install-existing com.google.android.dialerβ οΈ Note: Some Xiaomi firmware (for example, MIUI Global after ADB-Google Duplex (Automatic Call to Business Services) and Call Screen (Spam Filtering) may disappear if you need them, use the disable command instead of removing: adb shell pm disable-user --user 0 com.google.android.dialer
π‘
Before using ADB, check if USB debugging is blocked in MIUI security settings. Go to Settings β Additional β Privacy β Special Permits β Installation from unknown sources and allow debugging for your PC.
Method 4: Complete removal via TWRP (for advanced users)
If youβre willing to take drastic measures and have a custom TWRP recavator installed, you can physically remove Google Caller from the system partition.This method is suitable for Xiaomi Redmi with an unlocked bootloader.
Step-by-step:
- π§ Install. TWRP For your Redmi model.
- π± Load into the recavery (turn off the phone, then pinch the power supply). + Loudness up).
- π Go to Advanced. β File Manager.
- π Find the file. /system/priv-app/GoogleDialer or /system/app/GoogleDialer.
- ποΈ Delete the folder (swipe to the right).
- π Reboot the phone.
Warning: Removing system applications via TWRP can lead to unstable phone performance, especially if Google Caller is integrated into firmware (as on Redmi K50 or POCO F4).Be sure to backup through TWRP (Backup section) before the procedure.
What to do if the calls are missing after the deletion?
Method 5: Hiding the icon without disabling the application
If you are disturbed only by the icon Google Calls on the desktop, but the application itself you do not mind, you can simply hide it with the help of the launcher MIUI or third-party shells (for example, Nova Launcher).
How to hide the icon in the standard MIUI launcher:
- π± Hold your finger on the Google Caller icon.
- π In the menu that appears, select Remove (do not Delete!).
- β Confirm the action.
For Nova Launcher:
- π± Hold your finger on the desktop β Settings.
- π Go to Apps and Widgets β Hide applications.
- ποΈ Check out Google Caller in the list.
This method does not affect the application, but it takes it out of sight. Note that in MIUI 14 hidden icons may reappear after the launcher update.
π‘
If you donβt want to risk system stability, start with the safest methods: Hiding icons β disabling through settings β removing updates. ADB and TWRP only use if other methods have not worked.
What to do if Google Caller returns after MIUI update
Many Xiaomi Redmi users are faced with Google Caller self-repairing after a firmware update or settings reset.This is because the app is part of Google Mobile Services (GMS) and is restored by the system.
Decisions:
- π Reverse to the previous version MIUI (If the update has caused a problem).
- π΅ Block Automatic Installation through Settings β Annexes β Google Play Store β Auto Update (turn off for all applications).
- π‘οΈ Use the Universal Magisk Module GMS Doze or DisableFlags for forced shutdown.
- π¦ Sweat the custom firmware without GMS (LineageOS or Pixel Experience).
Redmi with MIUI EU (unofficial firmware) is less common because many Google services have been removed, but Xiaomiβs warranty does not apply to such firmware.