How to Remove Android Auto from Xiaomi Phone: 5 Ways to Remove Android Auto

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).

πŸ“Š You removed Android Auto from your Xiaomi?
Yeah, but it's back.
Yeah, and gone forever.
No, but I want to try.
I don't know why it's needed.

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).

  1. Open Settings β†’ Applications β†’ Application Management.
  2. In the search box, enter Android Auto.
  3. Click on the app, then select Delete (if the button is active).
  4. 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

Done: 0 / 4

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:

  1. Enable USB Debugging on your phone: Settings β†’ About Phone β†’ MIUI Version (click 7 times) Settings β†’ Additional β†’ For Developers β†’ Debugging on USB
  2. Connect the phone to the PC and confirm the debugging permission.
  3. Open the command prompt (cmd) in the ADB folder and type: adb devices (you should display your device).
  4. 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:

  1. Open the root manager and go to /system/priv-app/AndroidAutoPrebuilt or /system/app/AndroidAutoStub.
  2. Delete the folder with the application or rename it (for example, in the AndroidAutoPrebuilt_bak).
  3. Reset the device.
  4. 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 modelThe Road to Android AutoRisk of instability
Redmi Note 10/11/system/priv-app/AndroidAutoPrebuiltLow.
Xiaomi 12/13/system/priv-app/AndroidAutoStubMedium.
POCO F3/F4/system/app/AndroidAutoHigh (possible GMS errors)
Xiaomi Pad 5/system/priv-app/AndroidAutoLow.

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:

  1. Install the App Systemizer module via Magisk.
  2. In the module settings, look for com.google.android.projection.gearhead.
  3. Select the De-bloat (Remove) option.
  4. 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?
If Google Play Services is defaced or not updated after removing Android Auto, try: 1. Install the latest version of Google Play Services manually (download APK from [APKMirror](https://www.apkmirror.com/)). 2. Clear the cache and data of Google Play Services in the application settings. 3. Restore deleted files from the backup (if you backup through TWRP). 4. Refuse the device with data storage (via Fastboot or TWRP).

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:

  1. Install Titanium Backup from Play Market or from [the official website](https://www.titaniumtrack.com/).
  2. Open the app and provide root access.
  3. Find Android Auto in the list of apps.
  4. 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 restartingAuto-Recovery through GMSUse it. ADB-Pm Disable-user or Freeze with Titanium Backup
Google Play Services is getting uglyRemoved system application, which depends on the servicesRestore Android Auto or re-flash the device
Google Assistant is not working.Android Auto is linked to voice assistantDisable Android Auto instead of uninstalling or use an alternative launcher
Mistake. INSTALL_FAILED_INVALID_APK hand-mountedA damaged APK or incompatible versionDownload 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.

  1. Go to Settings β†’ Applications β†’ Android Auto β†’ Notifications.
  2. Turn off all switches.
  3. In the Permissions section, deny access to location, microphone, and contacts.

FAQ: Answers to Frequent Questions

Can I uninstall Android Auto without a computer?
Yes, but only if the application is not system-based. Try: Open Settings β†’ Apps β†’ Android Auto β†’ Delete. If the button is inactive, use a root-righted file manager (such as FX File Explorer). Without root rights and ADB, you can't completely remove the Android Auto system.
Will Google Maps or Waze work after Android Auto is removed?
Yes, Android Auto doesn't affect navigation apps, but some features, such as projecting the screen onto car media, will become unavailable. Removal of the device will be helpful for simple navigation through the phone's speaker.
How to check if the Android Auto app is on my Xiaomi?
Open Settings β†’ Apps β†’ Android Auto β†’ Additional. If the Memory section says System, the app is built into firmware. You can also use App Inspector from Play Market for analysis.
Can I roll back the MIUI update if Android Auto is back?
Theoretically, yes, but it's risky. A firmware rollback could result in: Data loss (unless backup is done); bootloader lock on new models (Xiaomi 13/14); Google Pay issues (due to certificate changes); better use ADB or Magisk to block the application.
Is there a legal way to disable Android Auto without rooting?
Yes, but it's temporary: Open Settings β†’ Apps β†’ Android Auto β†’ Disable. Turn off Auto Update in Play Market for this app. Use Island or Shelter (isolation apps) to restrict Android Auto's access to the Internet. This won't delete the app, but will make it inactive.