The Google Assistant voice assistant in Xiaomi headphones is often activated by accident β just tap the touchpad or say the phrase βOK, Google.β For many users, this feature becomes a source of annoyance: it drains the battery, interrupts music and sends personal data to Google servers. Unfortunately, the manufacturer does not always provide an obvious way to turn it off.
In this article, weβll look at all possible deactivation methods, from standard settings in the Mi Home app to hidden commands via ADB and a complete device reset. Weβll focus on Xiaomi AirDots, Redmi Buds and FlipBuds models, where the algorithms are different, and youβll learn how to completely remove assistant traces from the headphone firmware if the standard methods donβt work.
Why Google Assistant in Xiaomi Headphones is better to disable
At first glance, the voice assistant seems like a convenient feature, but in practice, it creates more problems than benefits.
- π Increased battery consumption β constantly listening to the microphone eats up to 15% of the charge per day even in standby mode.
- π΅ False positives β Headphones may interrupt music due to a casual touch or similar phrase in a song.
- π‘ Data Transfer β All voice commands are sent to Google servers, even if you are not logged in.
- π Low recognition accuracy β in noisy environments, the assistant often makes mistakes or ignores commands.
According to XDA Developers, the Xiaomi Buds 3 Pro headphones activate the voice assistant function an average of 3-5 times per hour when used actively, making it one of the most βintrusiveβ among competitors (Sony WF-1000XM4 or Samsung Galaxy Buds fire less often).
β οΈ Note: Disabling Google Assistant does not affect the main functions of the headphones β sound quality, noise cancellation or battery life. BES2300Y chipsets (e.g. Redmi Buds 4 Active) may lose gesture support after reset.
Method 1: Disconnect via Mi Home (for most models)
The easiest way is to use the official Mi Home app (or Xiaomi Wear for new models) and the instructions are suitable for Xiaomi AirDots, Redmi Buds (all generations), FlipBuds Pro and others with support for proprietary software.
- Open the Mi Home app and connect the headphones to your phone via Bluetooth.
- Go to the Profile section β My devices and choose your headphones.
- Slap the icon. βοΈ (Settings) in upper right corner.
- Find the Voice Assistant or Google Assistant.
- Move the slider to the off position and confirm the action.
If you don't have a voice assistant, try updating your headphone firmware through the same app, and in some cases, the option only appears after you upgrade to the latest version of the software.
Make sure your headphones are over 50%|
Update the Mi Home app to Google Play/App Store|
Connect your headphones to your phone via Bluetooth|
Check the stability of the Internet connection-->
Method 2: Deactivation via Android Settings (without root)
If the headphones donβt show up in the Mi Home or the disable option is blocked, you can try deactivating the assistant at the operating system level.This method works for all Xiaomi models, but requires Android 8.0+.
- Open Settings β Applications on your smartphone.
- Slip on the three dots in the upper right corner and select Show System.
- Search in the Google list and open its settings.
- Go to Permits and turn off access to the Microphone.
- Go back and select Notifications, then turn off all switches.
This method does not remove the assistant from the headphones, but blocks it from working at the phone level.
π‘
If calls stop working after the microphone is turned off, return the permission and try the following method.
Method 3: Resetting headphones to factory settings
Hard reset removes all user settings, including Google Assistant binding. Suitable for Xiaomi AirDots Pro 2, Redmi Buds 3 Pro and others with hardware reset button. Attention: after the procedure, the headphones will have to be reconnected to all devices.
| Model headphones | Resetting method | Retention time of the button |
|---|---|---|
| Xiaomi AirDots (1β3 gen) | Hold the touch panel on both headphones | 15 seconds. |
| Redmi Buds 3/4 | Triple press on the sensor + hold 10 seconds | 10 seconds. |
| FlipBuds Pro | The button on the case of the charging case | 20 seconds. |
| Buds 4 Active | Hold both touch panels. | 25 seconds |
After discharge:
- Place the headphones in the case and close the lid.
- Wait 30 seconds, then take them out.
- Hold the reset button until the indicator flashes red and white.
- Connect the headphones again via Bluetooth.
β οΈ Note: On models with a chipset BES2000 (For example, Redmi Buds 2 Lite reset can lead to loss of gesture support.
Method 4: Disconnection through ADB-Teams (for advanced teams)
If the standard methods do not work, you can use them. ADB (Android Debug Bridge for deep customization. This method requires a PC, USB-cable and the developer mode on the phone.
Instructions:
- Turn on the Developer Mode on your phone (7 times tap the build number in the settings).
- Activate Debugging by USB in the developer menu.
- Connect your phone to your PC and execute the command: adb shell pm disable-user --user 0 com.google.android.as
- To completely remove the assistant cache: adb shell pm clear com.google.android.as
These commands will disable Google Assistant systemically, but they can affect other Google services. To get it back, use:
adb shell pm enable com.google.android.asWhat if the ADB canβt see the device?
Method 5: Reflashing headphones (extreme case)
If none of these methods work, you have to reflash your headphones to custom firmware without Google Assistant, which is a risky way to lose warranty or crash your device, and is only suitable for power users.
Tools required:
- π₯οΈ PC Windows/Linux
- π Programmer CC Debugger or ST-Link (for Action models) ATS2825)
- π Firmware without Google Assistant (see forums) 4PDA or XDA)
- π§ Flash Tool program (for example, ATS Tool for Actions chips)
Step-by-step:
- Download the firmware for your model (for example, Xiaomi_AirDots_3_Pro_No_GA.bin).
- Connect the programmer to the headphones (usually through contacts in the case).
- Run the Flash Tool and select the downloaded firmware file.
- Press Start and wait until it is completed (donβt turn off the device!).
β οΈ Attention: Reflashing headphones Xiaomi Buds 3T Pro and newer can block the Bluetooth module. Before the procedure, back up the original firmware through the command: flash_tool read --output original_fw.bin
Through the Mi Home| app
Headphone reset |
ADB-team|
Firming |
I haven't tried it yet.-->
Frequent problems and their solutions
Even after the Google Assistant is disabled, it can still activate, and letβs look at typical situations and how to fix them:
| Problem. | Possible cause | Decision |
|---|---|---|
| The assistant is turned on when you touch it. | Gesture activated at firmware level | Drop your headphones or re-flash. |
| The phrase "OK, Google" works. | Voice search activated in Android | Turn off Settings β Google β Voice Search |
| Headphones do not connect after resetting | Bluetooth module failure | Hold the reset button for 30 seconds |
| ADB does not find the device | No debugging rights. | Check the drivers and cable |
If after all the manipulations the assistant continues to work, check:
- π± Bluetooth settings on your phone (sometimes the assistant is activated through them).
- π Updates to the firmware of headphones (manufacturer can return the function).
- π§ Root rights on the phone (they can block the shutdown).
π‘
The most reliable way is a combination of resetting headphones + Turning off Google permissions on your phone, guaranteed to remove the assistant 90% of the time.