Why Android Auto can interfere with the work of the smartphone Xiaomi
Android Auto is designed to integrate the smartphone with the car multimedia system, but not all Xiaomi users actively use it. Meanwhile, the service continues to work in the background, consuming up to 150 MB of RAM and periodically activating geolocation. This leads to accelerated battery discharge (up to 7-12% per night in standby mode on the tests of the Redmi Note 12 Pro+), and can also conflict with other navigation applications such as Yandex.Navigator or Waze.
Another common problem is that Android Auto automatically starts when connected to a Bluetooth headset or a radio. For example, on the POCO F5, users complain that the app spontaneously opens even when connected to wireless headphones, interrupting music playback, and after MIUI updates (especially on Android 13/14), the service can block notifications from other applications, requiring constant confirmation of permissions.
In this article, weβll break down 3 proven ways to remove Android Auto from Xiaomi phones, including models on MIUI 14/15 and HyperOS. From simple disabling to complete removal of system APK β choose the method depending on your goals and technical skills.
Method 1: Disable Android Auto without removal (for beginners)
If you donβt want to completely remove the app, but you need to stop its background activity, just turn off autoplay and limit permissions.This method is suitable for all Xiaomi models, including the Redmi 13C, POCO X6 Pro and Xiaomi 14, without the need for root rights.
Steps to shut down:
- π± Go to Settings. β Annexes β Application management.
- π In the search bar, type βAndroid Autoβ and select the app from the list.
- βοΈ Press Permissions and turn off: π Geolocation (the main source of battery consumption) π Auto-start (stops spontaneous start) πΆ Bluetooth (unless you use a bundle with your car)
- π« Return to the main menu of the application and click Disable (the application will remain in the system, but will stop working).
After this action, Android Auto wonβt start automatically, but its icon will remain in the app menu. To hide it, use Settings β Screen β Hide Apps (available on MIUI 14+).
β οΈ Note: Some HyperOS firmware (e.g., Xiaomi) 13T) Disabling Android Auto could cause Google Play Services to crash. If other Google apps stop working after the shutdown, refund the permissions.
Make a backup copy of important data|Check the version. MIUI/HyperOS|Disable synchronization with Google account|Remember the current Bluetooth settings-->
Method 2: Remove updates and reset to factory version
Android Auto on Xiaomi consists of two parts: system APK (stitched into firmware) and updates that are installed through Google Play. If you do not want to remove the application completely, but you need to get rid of bugs of the latest versions, you can roll it back to factory state.
Instructions:
- Open Settings β Applications β Android Auto.
- Click on the three dots in the top right corner and select Remove Updates.
- Confirm action. The app will return to the version that was preinstalled in the firmware.
- Then go to Google Play β Profile β App Management and turn off Auto Update for Android Auto.
This method helps if after the update appeared:
- π Freezes when connected to the tape recorder;
- π΅ Loss of communication with Bluetooth devices;
- π Excessive battery consumption (more than 5% per hour).
| Android Auto Version | Problems | Decision |
|---|---|---|
| 8.9.634 and above | Spontaneous start when connected to Bluetooth | Reverse to 8.8.632 or disable autostart |
| 8.7.630β8.8.632 | Interface freezes on MIUI 13 | Clear the cache or roll back |
| 8.5.628 and below | Improper work with Android 12 | Update to the current version |
β οΈ Note: On Xiaomi with HyperOS (e.g. Xiaomi 14 Ultra), rollback of updates can cause sync error with Google account. β Google accounts.
What to do if the βRemove Updatesβ button is inactive?
Method 3: Completely remove Android Auto via ADB (for experienced ones)
If you want to permanently remove Android Auto from your Xiaomi phone, including system files, you will need to use Android Debug Bridge (ADB).This method is suitable for users willing to work with the command line, and gives a 100% guarantee of removal, but requires caution.
What you need:
- π₯οΈ Computer with installed ADB Tools;
- π± Included debugging by USB on the phone (Settings) β The phone. β Version. MIUI β 7 times to unlock the developer menu, then Settings β Additionally. β For developers β Debugging by USB);
- π USB-cable (preferably original).
Step-by-step:
- Connect the phone to the PC and confirm the debugging permission.
- Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with adb.exe.
- Enter the command to check the connection: Adb devices should appear the name of your device.
- Run the command to remove Android Auto: adb shell pm uninstall -k --user 0 com.google.android.projection.gearhead For some HyperOS firmware, an additional command may be required: adb shell pm uninstall --user 0 com.google.android.apps.auto
- Reboot the phone.
After that, Android Auto will be completely removed for the current user (without root rights, system files will remain, but will not be available).
π‘
Before deleting via ADB, back up your data using the adb backup command -apk -shared -all -f backup.ab. This will save all applications and settings in case of a crash.
What to do if Android Auto is still in the system after deleting
On some Xiaomi models (such as the Redmi Note 11 Pro+ or POCO F4 GT), even after being removed via ADB, the app can recover after the Google Play Services update.
Decisions:
- π§ Turn off automatic updates in Google Play: Open Google Play β Profile β App management. Find Android Auto and click on three dots β Turn off auto-update.
Install an alternative firmware
xiaomi.eu
LineageOS
Use the Magisk module
Universal Android Debloater
If you notice that Android Auto reappears after resetting, it means that it is embedded in the firmware at /system/priv-app level. In this case, the only radical way is to obtain root rights and manually delete files:
su
mount -o rw,remount /system
rm -rf /system/priv-app/PrebuiltGmsCoreGoogleAuto
rm -rf /system/priv-app/AndroidAutoStub
mount -o ro,remount /systemBeware: This could disrupt other Google services!
π‘
On HyperOS firmware (e.g. Xiaomi 14), Android Auto is closely integrated with Google Mobile Services (GMS), and its removal can lead to errors in the work of Google Maps or YouTube.
Android Auto Alternatives for Xiaomi Owners
If you have removed Android Auto but still need to integrate your smartphone with your car, consider alternative solutions:
| Annex | Advantages | Deficiencies | Compatibility with Xiaomi |
|---|---|---|---|
| Car Launcher AGAMA | Customizable interface, gesture support | Paid version for full functionality | β MIUI 12+, HyperOS |
| AutoMate | It works without Google services, low battery consumption | Limited Multimedia Support | β All models. |
| Drivemode | Easy voice control, integration with Waze | Advertising in the free version | β Android 8.0+ |
| Mi Car Mode (built-in) | Optimized for Xiaomi, Minimalist Design | Limited functionality compared to Android Auto | β MIUI 13+, HyperOS |
To connect to the tape recorder via Bluetooth or USB without Android Auto:
- π΅ Use Spotify or Yandex.Music in Auto mode (there is a simplified interface for the driver).
- πΊοΈ Navigate through Google Maps or Yandex.Navigator with the enabled mode For the car.
- π For calls, set up speakerphone via Bluetooth in the standard Phone app.
- Recovery via ADB (if the system APK was removed): adb shell cmd package install-existing com.google.android.projection.gearhead This command will return the application from the system partition if the files were not physically deleted.
If Android Auto does not start after recovery or if it gives an error βAndroid Auto is stoppedβ, follow these steps:
- π Reboot the phone.
- π§Ή Clear the application data (Settings) β Annexes β Android Auto β Warehouse β Clear the data).
- π§ Update Google Play Services to the latest version.
β οΈ Note: On Xiaomi with a blocked bootloader (most official firmware) restore system applications through ADB This may require unlocking the Bootloader, which will result in a complete data reset!