Android Auto is a useful application for integrating a smartphone with a car multimedia system, but not all users need it. Some people encounter bugs, some simply donโ€™t use their car, and others are hampered by background processes that consume battery power. In this article, we will look at all possible ways to remove Xiaomi it is needed. Some people encounter bugs, some simply donโ€™t use their car, and others are hampered by background processes that consume battery power. In this article we will look at all possible removal methods. Android Auto from devices Xiaomi, Redmi i POCO โ€”from simple shutdown to deep cleaning of system files.

It is important to understand that Android Auto can be installed as a regular application (via Google Play) or integrated into the firmware as system software. In the first case, removal will take a couple of minutes, in the second, additional manipulations will be required. We will consider both options, as well as alternative methods for users with root access and without them.

If you are not sure whether you need to completely erase the application, try it first disable - this will preserve the possibility of quickly returning functionality. For those who are determined to get rid of Android Auto, we will provide proven instructions taking into account the features of the shell MIUI.

1. How to disable Android Auto without uninstalling

If you do not want to completely remove the application, but it interferes with the phone's operation (for example, it starts spontaneously or consumes the battery), it is enough disabled. This method is suitable for all models Xiaomiincluding Redmi Note 12, POCO X5 and other devices on MIUI 13/14.

Disabled does not delete application data, but stops its background activity and hides the icon from the menu. If necessary, you can turn it back on Android Auto in the settings.

  • ๐Ÿ“ฑ Open Settings โ†’ Applications โ†’ Manage applications.
  • ๐Ÿ” In the search bar enter Android Auto and select the application from the list.
  • โš™๏ธ Press Disable (the button will appear if the application is a system one).
  • โœ… Confirm the action in the dialog box.
โš ๏ธ Attention: On some firmware MIUI disabling system applications may lead to service failures Google. If after disconnecting Google Maps or Play Marketstopped working, return Android Auto to the active state.

If there are no buttons, then the application is installed as normal (not systemic). In this case, proceed to the next section - it can be deleted in the standard way. Disable no, it means the application is installed as a regular one (not a system one). In this case, proceed to the next section - it can be deleted in the standard way.

2. Removing Android Auto as a regular application

If Android Auto was installed via Google Play or manually (file .apk), it can be deleted without additional manipulations. This method works for most users, since on many models Xiaomi the application is not built into the firmware.

Check whether Android Auto system:

  • ๐Ÿ“Œ Go to Settings โ†’ Applications โ†’ find Android Auto.
  • ๐Ÿ“„ If there is an inscription in the information about the application System, go to sections 3 or 4.
  • ๐Ÿ—‘๏ธ If there is no inscription - click Delete and confirm the action.

After removal, it is recommended to clear the cache and data of related services:

  1. Open Settings โ†’ Applications.
  2. Find and clear the cache for:
    • ๐Ÿ”„ Google Play Services
    • ๐Ÿ”„ Google App (application Google)
  • Reboot your phone.
  • โš ๏ธ Attention: If after uninstalling Android Auto functions in the car stop working, install the application again. Some head unit models require it even for the basic synchronization. Google Assistant in the car, install the application again. Some head unit models require it even for basic synchronization.
    ๐Ÿ“Š You are deleting Android Auto because...
    I donโ€™t use the car
    The application is buggy
    Battery consumption
    Interferes with the menu
    Other

    3. Removing system Android Auto without root access

    On some firmware MIUI (especially on Xiaomi for the Chinese market or custom builds) Android Auto is built into the system and does not have a delete button. In this case, you can use ADB a tool for debugging Android.

    The method does not require root access, but will require connecting the phone to the computer. All actions are performed via command line (Windows) or Terminal (macOS/Linux).

    Install Xiaomi drivers on PC|Enable USB debugging on the phone|Download the ADB Tools platform|Connect the phone to the PC via cable|Allow debugging on the phone screen

    -->

    Step-by-step guide:

    1. Enable USB debugging:
      • ๐Ÿ“ฑ Go to Settings โ†’ About phone โ†’ press 7 times on MIUI versionto activate developer mode.
      • ๐Ÿ”ง Return to Settings โ†’ Advanced โ†’ For developers โ†’ enable USB debugging.
  • Connect your phone to PC and confirm permission to debug.
  • Open the command line (Windows) or terminal (macOS/Linux) in the folder c ADB.
  • Run commands:
    adb devices

    (your device should be displayed)

    adb shell pm uninstall -k --user 0 com.google.android.projection.gearhead
  • Reboot your phone.
  • If the command was successful, Android Auto will be deleted for the current user (without superuser rights, complete deletion is impossible). The application will not be displayed in the menu and will not launch.

    What to do if ADB displays a "Failure" error

    If you see a message Failure [DELETE_FAILED_INTERNAL_ERROR], it means:

    1. The application is protected from deletion on your firmware.

    2. Try an alternative command:

    adb shell pm disable-user --user 0 com.google.android.projection.gearhead

    This command does not delete, but only disables the application for the current user, but it works even on locked firmware.

    4. Complete removal of Android Auto with root access

    If you have root access (for example, through Magisk), you can completely remove Android Auto from the system, including all associated files. This method is suitable for experienced users, since careless actions can disrupt the operation MIUI.

    To remove you will need any file manager with support root (for example, Root Explorer or Solid Explorer).

    • ๐Ÿ“‚ Open the file manager manager and go to /system/priv-app/ or /system/app/.
    • ๐Ÿ” Find folders with names:
      • Gearhead (main application)
      • AndroidAutoStub (stub)
    • ๐Ÿ—‘๏ธ Delete these folders or rename them (for example, add at the end .bak).
    • ๐Ÿ”„ Reboot the phone.

    After the reboot Android Auto will be completely removed from the system. If you use custom recovery (TWRP), you can also delete the application through it:

    1. Boot to TWRP.
    2. Select Advanced โ†’ File Manager.
    3. Go to /system/priv-app/ and delete folders associated with Android Auto.
    4. Wipe cache (Wipe Cache) and reboot.
    โš ๏ธ Warning: Removing system applications from root access may lead to bootloop (loop reboot) if you remove critical components before proceeding, make a backup copy via TWRP or Magisk.

    5. Alternative methods: rolling back updates and replacing firmware

    If none of the methods worked, consider alternative options:

    Method Description Suitable for
    Rollback to factory firmware Clean installation MIUI via Fastboot or Recovery. Will delete all user data. Users with a locked bootloader
    Installing custom firmware Firmware type LineageOS or Pixel Experience often go without Android Auto. Experienced users with unlocked bootloader
    Replacement with alternative software Applications like CarStream or AutoMate can be replaced Android Auto. For those who want to keep the functionality, but without Google

    Rolling back to factory firmware is a radical method, but it is guaranteed to remove everything pre-installed applications, including Android Auto. Instructions for flashing firmware via Mi Flash Tool can be found on the official website Xiaomi (support section for your model).

    If you choose custom firmware, consider:

    • ๐Ÿ”“ Unlocking bootloader will reset all data.
    • ๐Ÿ“ฑ Some functions MIUI (for example, IR Blaster) may not work.
    • ๐Ÿ”„ You will have to install updates manually.
    ๐Ÿ’ก

    Before firmware, check the compatibility of custom firmware with your model Xiaomi on the forum XDA Developers or 4PDA. Incompatible firmware can damage the phone.

    6. How to check that Android Auto has been completely removed

    After removal, it is recommended to make sure that there are no traces of the application left. Here's what you need to do:

    1. Check the list of applications:
      • ๐Ÿ“ฑ Open Settings โ†’ Applications and find Android Auto in the search.
      • ๐Ÿ” If the application is not found, it is deleted.
    2. Check background processes:
      • ๐Ÿ› ๏ธ Install CPU Monitor or Greenify and check if Is it hanging com.google.android.projection.gearhead in the processes.
    3. Check the connection with the car:
      • ๐Ÿš— Connect the phone to the head unit. If Android Auto does not start, the removal was successful.

    If you deleted the application via ADB or root, but it still appears after the update Google Play Services, then there are system stubs left. In this case:

    • ๐Ÿ“ต Disable automatic application updates in Google Play.
    • ๐Ÿ”ง Use App Inspector (from Magisk) to find and remove remaining components.
    ๐Ÿ’ก

    Even after uninstallation Android Auto some head units may try to start it. In this case, disable USB debugging in the developer settings or use the Charge only mode when connecting to a car.

    7. Frequent problems and their solutions

    When deleting Android Auto users Xiaomi face typical errors. Let's look at the most common ones:

    Problem Cause Solution
    ADB: Failure [not installed for 0] The application has already been deleted for the current user. Check via adb shell pm list packages | grep gearhead.
    After uninstallation, it does not work Google Maps in the car Android Auto integrated with maps and assistant. Install Android Auto again or use Google Maps manually mode.
    The application returns after the update MIUI The firmware restores system applications. Disable updates MIUI or delete after each update.

    If after uninstallation Android Auto other services stopped working Google, try:

    • ๐Ÿ”„ Clear cache and data Google Play Services.
    • ๐Ÿ“ฅ Reinstall Google App via Play Market.
    • ๐Ÿ”ง Restore deleted files from a backup copy (if you made a backup).
    โš ๏ธ Attention: On some models Xiaomi (for example, Mi 11 Ultra or Redmi K50) Android Auto connected with Google Dialer i Messages. Removing it may disrupt the operation of phone calls through the car system.
    Is it possible to remove Android Auto without a computer?

    Yes, if the application is not a system one, just delete it through the menu If it's a system application, then without ADB or root you won't be able to completely remove it, but you can disable it in the settings.

    Will Android Auto work on the car screen after removal?

    No, if you completely delete the application, synchronization with the car will not work. devices support Miracast or CarPlay (for iPhone) as an alternative.

    Why does it appear again after removing Android Auto via ADB?

    This happens due to updates Google Play Services or firmware MIUI. To prevent a return, disable automatic updating of system applications in Play Store or use Magisk to block components.

    Is it possible to remove Android Auto on Xiaomi using Magisk without deleting root?

    Yes, using a module Magisk called Universal Android Debloater or App Systemizer. These modules allow you to remove system applications without the risk of damaging the firmware.

    Which Xiaomi models have Android Auto built into them? firmware?

    Usually these are models for the global market (with Google Mobile Services), such as:

    • Xiaomi 13/13 Pro
    • Redmi Note 12 Pro+
    • POCO F5
    • Mi 11 Lite

    On Chinese versions (without GMS) Android Auto often missing initially.