Android Auto is automatically installed on many Xiaomi, Redmi and POCO smartphones as part of Google Mobile Services (GMS) services. Even if you donβt use a car-based media system, the app takes up space in memory, consumes battery power in the background and can conflict with other services, especially for devices with limited memory (32-64 GB) or outdated models on MIUI 12.
In this article, you will find 5 ways to remove Android Auto, from standard shutdown to complete deletion of system files (including methods for rooted devices), we will also discuss how to disable automatic recovery of the application after MIUI updates and what to do if errors occur in the Google Play Services after deletion. All instructions are tested on Xiaomi 11T Pro, Redmi Note 10 Pro and POCO F4 with MIUI 13-14 firmware.
Why does Android Auto reappear after deleting?
Many users complain that even after removing Android Auto through settings, the app returns after a reboot or update to Google Play Services.This is due to the GMS Core mechanism, which restores Google's "system" apps by default.
- π Auto Update via Play Market: If an app was originally installed as a system, Google Play can restore it when you check the integrity.
- π¦ Integrated in MIUI: On some Xiaomi models (e.g. Mi) 10 or Redmi K40) Android Auto is integrated into the firmware as /system/priv-app/.
- π§ Google: Starting in 2021, Google will oblige manufacturers to include Android Auto and Android System Intelligence in the list of untouchable applications.
To make the removal permanent, it is not enough to just uninstall the APK β you need to block its recovery. Next, we will look at the simplest (without root rights) to radical (using ADB and Magisk).
Method 1: Standard removal through settings (no root)
The most secure method, but it doesnβt work on all devices.Suitable for Xiaomi with MIUI 12-14, where Android Auto is installed as a custom application (not a system one).
- Open Settings β Applications β Application Management.
- In the search box, enter Android Auto.
- Click on the app, then select Delete (if the button is active).
- Confirm action. If the Remove button is inactive, proceed to the next method.
β οΈ Note: On some devices (e.g. Xiaomi) 12S Ultra) instead of the Delete button, you can only turn it off, in which case the application will remain in memory, but will stop working. ADB-commands (see Method 3).
βοΈ Preparing for the removal of Android Auto
Method 2: Disconnect via ADB (no root rights)
If standard removal is not available, you can disable the application using ADB (Android Debug Bridge.This method does not require root rights and works on most Xiaomi devices.You will need a computer with Xiaomi drivers installed and a tool. ADB.
Download Googleβs Platform Tools and follow the following steps:
- Enable USB Debugging on your phone: Settings β About Phone β MIUI Version (click 7 times) Settings β Additional β For Developers β Debugging on USB
- Connect the phone to the PC and confirm the debugging permission.
- Open the command prompt (cmd) in the ADB folder and type: adb devices (you should display your device).
- Run the command to disable Android Auto: adb shell pm uninstall -k --user 0 com.google.android.projection.gearhead
If the team returns Success, the application will be removed for the current user, but after resetting or updating MIUI, it may return. To prevent recovery, use the additional command:
adb shell pm disable-user --user 0 com.google.android.projection.gearheadπ‘
If Android Auto still appears after you execute the commands, check for updates for Google Play Services manually. Sometimes it helps to temporarily disable automatic app updates in the Play Market β Settings β Auto-Update apps.
Method 3: Removing System APK with root rights
If Android Auto is built into the firmware as a system application (path /system/priv-app/), you can't remove it without root rights.
- π± Device with unlocked bootloader (bootloader).
- π Installed by Magisk or other root rights manager.
- π οΈ Root-enabled file manager (e.g. Root Explorer or Mixplorer).
Instructions:
- Open the root manager and go to /system/priv-app/AndroidAutoPrebuilt or /system/app/AndroidAutoStub.
- Delete the folder with the application or rename it (for example, in the AndroidAutoPrebuilt_bak).
- Reset the device.
- Check the absence of the application in Settings β Applications.
β οΈ Note: Deleting system files can ruin Google services (e.g. Google Play Services will be constantly restarted).If this happens, restore deleted files from a backup or re-flash your device.
| Xiaomi model | The Road to Android Auto | Risk of instability |
|---|---|---|
| Redmi Note 10/11 | /system/priv-app/AndroidAutoPrebuilt | Low. |
| Xiaomi 12/13 | /system/priv-app/AndroidAutoStub | Medium. |
| POCO F3/F4 | /system/app/AndroidAuto | High (possible GMS errors) |
| Xiaomi Pad 5 | /system/priv-app/AndroidAuto | Low. |
Method 4: Block updates via Magisk (for experienced users)
If you use Magisk, you can block Android Auto recovery using the App Systemizer module or Universal GMS Doze, a method that is suitable for devices where the app is restored after Google Play Services updates.
Steps:
- Install the App Systemizer module via Magisk.
- In the module settings, look for com.google.android.projection.gearhead.
- Select the De-bloat (Remove) option.
- Reset the device.
Alternatively, use the Universal GMS Doze module, which limits Google services activity in the background.This won't remove Android Auto, but will prevent it from running automatically.
What if Google Services stopped working after deleting?
Method 5: Alternatively, disable via Titanium Backup (for rooted devices)
Titanium Backup is a powerful tool for managing system applications, but requires root rights. With it, you can not only remove Android Auto, but also βfreezeβ it to prevent recovery.
Instructions:
- Install Titanium Backup from Play Market or from [the official website](https://www.titaniumtrack.com/).
- Open the app and provide root access.
- Find Android Auto in the list of apps.
- Click on it and select Freeze! (or Delete! for complete removal).
β οΈ Warning: If you choose to Delete! rather than Freeze!, the app will be erased without recovery via Titanium Backup.
π‘
On devices with MIUI 14 and later, Android Auto can be protected by Google Play Protect, in which case even root methods do not guarantee permanent removal β the application can return after a security update.
Frequent mistakes and their solutions
When you remove Android Auto, users face a few typical problems, and hereβs how to solve them:
| Mistake. | Reason. | Decision |
|---|---|---|
| The app returns after restarting | Auto-Recovery through GMS | Use it. ADB-Pm Disable-user or Freeze with Titanium Backup |
| Google Play Services is getting ugly | Removed system application, which depends on the services | Restore Android Auto or re-flash the device |
| Google Assistant is not working. | Android Auto is linked to voice assistant | Disable Android Auto instead of uninstalling or use an alternative launcher |
| Mistake. INSTALL_FAILED_INVALID_APK hand-mounted | A damaged APK or incompatible version | Download the original APK with APKMirror and check the architecture (arm64/x86) |
If none of the methods worked, consider turning off notifications from Android Auto instead of completely uninstalling.
- Go to Settings β Applications β Android Auto β Notifications.
- Turn off all switches.
- In the Permissions section, deny access to location, microphone, and contacts.