How to permanently disable Android Auto on Xiaomi: from simple settings to ADB

Why Android Auto can interfere with the work of the smartphone Xiaomi

Android Auto on Xiaomi, Redmi or POCO devices is automatically activated when connected to an automotive media system โ€” and this is not always convenient. Many users experience the application running on its own, blocking notifications or even intercepting media control, despite the use of other applications (for example, Yandex.Navigator or Google Maps). Moreover, on some MIUI firmware (especially versions 12-14), Android Auto can consume up to 15-20% of the battery charge in the background due to constant synchronization with the car.

Complicating the problem is that Xiaomiโ€™s standard settings donโ€™t explicitly โ€œDisable Android Auto Forever.โ€ Developers Google and Xiaomi assume that the user will control the feature via the vehicle interface, but in practice this isnโ€™t always possible โ€“ especially if you rent a car, use car sharing or just donโ€™t want your smartphone to automatically connect to other peopleโ€™s multimedia systems. In this article, weโ€™ll look at all the available ways to disconnect, from basic to advanced (including ADB and hidden MIUI settings).

Method 1: Disconnecting through Android Auto Settings

The most obvious method is to deactivate the feature in the app itself, but many Xiaomi users don't know that Android Auto has two levels of settings: on the smartphone side and on the car side.

  1. Open the Android Auto app on your Xiaomi (if itโ€™s not on the menu, check the Google folder or search for it).
  2. Go to Settings โ†’ Autostart.
  3. Turn off the option to automatically start Android Auto when you connect to your car.
  4. Return to the main menu and click on three dots (โ‹ฎ) โ†’ Settings โ†’ Notifications, then deactivate all switches.

This method works on most Xiaomi devices with MIUI 12-14, but has a limitation: the application will still run in the background when connected to the car, just will not show the interface.

๐Ÿ’ก

If Android Auto is not in the app menu, check if it is disabled in the system settings: Settings โ†’ Apps โ†’ Application Management โ†’ Android Auto. There you can also reset cache and data if the application is not working correctly.

Method 2: Limit background activity through MIUI

MIUI allows you to flexibly manage background processes, and this can be used to lock Android Auto. Here's how to do it:

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Find Android Auto in the list and tap it.
  3. Choose the Battery. โ†’ Background restriction.
  4. Set the limit on No Limits (paradoxically, this mode actually blocks background activity in MIUI).
  5. Go back and turn off AutoRun and Show notifications.

After these manipulations, Android Auto will not be able to start automatically, but it is important to consider that some versions of MIUI (for example, on the POCO F3 or Redmi Note 11) may reset these settings after the system update.

๐Ÿ“Š How often do you connect your smartphone to your car?
Every day.
1-2 times a week
Less than once a week
Never.

Method 3: Disconnect via ADB (for power users)

If standard methods do not help, you can use them. ADB-This method is suitable for devices with unlocked bootloader or enabled debugging. USB. On some Xiaomi models (for example, Redmi Note 10 Pro) after performing these commands, Android Auto ceases to appear in the list of applications at all.

Instructions:

  1. Activate Developer Mode on your Xiaomi: Go to Settings โ†’ About Phone and tap the MIUI version 7 times.
adb shell pm uninstall -k --user 0 com.google.android.projection.gearhead

This command removes Android Auto only for the current user, without affecting system files. To return the application, you just need to perform:

adb shell cmd package install-existing com.google.android.projection.gearhead

Install Xiaomi drivers on PC

Enable debugging by USB on a smartphone

Download platform-tools from the official Google website

Connect your phone to your PC in file transfer mode (MTP)

-->

โš ๏ธ Attention: On some firmware MIUI (For example, the global versions for Xiaomi 12T) After completing this command, you may lose access to other Google services, such as Google Assistant or Google Play Services.

Method 4: Blocking through the developer settings

MIUI has hidden options to block automatic connections, which does not require ADB, but does not work on all devices:

  1. Activate Developer Mode (as in Method 3).
  2. Go to Settings โ†’ Additional โ†’ For developers.
  3. Find the option to Disable Automatic Definition USB-devices and turn it on.
  4. Also deactivate the USB data transfer (if enabled).

This will prevent the car's media system from automatically recognizing as compatible, but keep in mind that other devices may stop working after that. USB-accessories (e.g. accessories, OTG-accumulator).

What to do if Android Auto is still running?
If Android Auto continues to activate after all the manipulations, check: 1. Bluetooth settings: some cars run Android Auto via Bluetooth, even if you are not using the same system. USB Unconnected. Disable automatic connection to the car in Bluetooth settings. 2. Google Play Services: Update to the latest version or clear the cache in Settings โ†’ Annexes โ†’ Google Play Services. 3. firmware MIUI: On some custom firmware (e.g. Xiaomi.eu), Android Auto is built-in at the system level and is not removed by standard methods.

Method 5: Use of third-party applications (root)

If your Xiaomi has root access, you can use apps like AppOps or Package Disabler to completely disable Android Auto.

  1. Open the app and find Android Auto in the list.
  2. Turn off permissions: ๐Ÿ“ฑ Automatic launch ๐Ÿ”Œ USB-connection ๐Ÿ“ถ Background data transmission

Save the changes and restart the device.

The advantage of this method is that it doesn't require you to delete system files, it just blocks critical resolutions, but without root, these applications can't make changes.

๐Ÿ’ก

On devices with an unlocked bootloader (such as POCO F1 or Xiaomi Mi A3), you can completely remove Android Auto via TWRP by finding and deleting the file /system/priv-app/ProjectionGearhead/ProjectionGearhead.apk. But this is risky - before deleting, make a backup of the system partition!

Comparison of methods of disabling Android Auto on Xiaomi

MethodDifficultyRequired. root/ADBEfficiencyRisks.
Application settingsโญโŒ No.Medium (background processes remain)Low.
Restriction in MIUIโญโญโŒ No.High (blocks auto-start)Medium (may reset after the update)
ADB-teamโญโญโญโœ… Yeah (debugging by) USB)Maximum (complete shutdown)High (risk of failure of Google services)
Developer modeโญโญโŒ No.Partial (blocks) USB-definition)Low.
Third-party applications (root)โญโญโญโญโœ… Yeah)MaximumCritical (risk of system damage)

Frequent Mistakes and How to Avoid Them

Many Xiaomi users face typical problems when trying to disable Android Auto, and here are the most common ones and ways to solve them:

  • ๐Ÿ”„ Android Auto starts even after you turn off your settings. Reason: the app caches your car's settings. Solution: clear the cache and Android Auto data in Settings โ†’ Annexes.
  • ๐Ÿ”Œ The smartphone does not define the others. USB-Devices after AutoRun is blocked. Cause: File Transfer is disabled (MTP). Solution: Turn it on manually when connecting to a PC.
  • ๐Ÿ“ฑ After ADB-The reason for this is that the critical package has been removed. Solution: run the recovery command (see Method 3) or reinstall Google Play Services.

โš ๏ธ Attention: On devices with MIUI Global Stable (e.g. Xiaomi) 11T or Redmi Note 12) after the system update, all Android Auto settings may reset. To avoid this, after the update, re-apply the selected method of disabling.

Can I turn off Android Auto without root and ADB?
Yes, but not completely. Through standard settings (Settings โ†’ Apps โ†’ Android Auto), you can turn off autostart and notifications, but background processes will continue to work. To completely disable without ADB or root, use background restriction in MIUI (Method 2).
Why does Android Auto turn on on on its own, even if I turned it off?
This is because some car multimedia systems (such as Toyota or Hyundai) send a signal to start Android Auto when connected via USB or Bluetooth. To avoid this, disable Automatic USB Definition in the developer settings (Method 4) or use ADB.
Will Google Maps or Yandex.Navigator work after Android Auto is turned off?
Yes, both of these programs work independently of Android Auto, but if you connect your smartphone to your car via Android Auto, youโ€™ll have to use Bluetooth or Aux to transmit audio and navigate manually on your phone screen.
Can I remove Android Auto completely so it doesnโ€™t update?
On most Xiaomi devices, you can't completely remove the application without root, it's system-based. ADB-Android Auto will disappear from the menu and will stop updating through Google Play.To completely remove you will need root or custom firmware.
Does disabling Android Auto affect the Android Automotive OS (built-in-car system)?
No, they're two different products. Android Auto is a smartphone app that projects the interface onto the car screen. Android Automotive OS is an embedded operating system in some cars (like Polestar or Volvo). Disabling Android Auto on Xiaomi doesn't affect the car OS.