Xiaomi, Redmi and Poco smartphone owners often face a situation where the familiar interface of the MIUI or HyperOS shell suddenly changes. One of the most intrusive and confusing innovations is the introduction of the Tap to Speak feature right on the desktop. Instead of opening apps or widgets expected to open, the screen responds to touch with voice input activation, which irritates most users who are used to classic navigation.
This feature is designed to quickly access the voice assistant, but its implementation is often incorrect. Accidental activations occur when you just try to unlock the device or open a folder. Fortunately, the Android system and the Chinese manufacturer’s proprietary shell allow you to flexibly adjust these settings, returning full control of the gadget to the owner’s hands.
In this article, we will discuss in detail all possible ways to deactivate this option, we will look at system settings, Google services parameters and the specific features of the shell itself, you will learn to distinguish between system voice input and proprietary solutions Xiaomi to permanently get rid of unwanted pop-ups.
The nature of the Tap to Speak function
Before we start removing it, we need to understand what exactly we are disabling: Tap to Speak is not a virus or malware. It is a regular element of the Google ecosystem, deeply integrated into Android, or a similar feature from the smartphone manufacturer itself. On Xiaomi devices, it can manifest itself in two main forms: as part of Google Assistant or as a component of the MIUI system.
Often activation occurs after an operating system update or Google Play Services feature update. Developers are looking to make voice control more accessible by placing activation triggers in the most prominent areas of the interface. However, for many users, this becomes an obstacle, especially if they prefer text input or gesture control.
⚠️ Note: Before making changes to your system settings, make sure you understand which feature you are disabling.Deleting Google system components may affect other services, such as smart home or contact sync.
It's important to distinguish which assistant is activated. If you click on a Google logo with colored dots, it's Google Assistant. If the interface looks minimalistic or has a MIUI style, local voice input may be activated. The methods for disabling these cases may differ slightly, but the basic principle is the same - finding the appropriate switch in the settings menu.
Disconnecting through the settings of Google Assistant
The most common source of the problem is the settings of Google’s voice assistant itself. Since Android is a product of Google, many of the default features are activated for maximum convenience. To remove an annoying button or reaction to touch, you need to dive into the settings menu of the Google app itself.
Open the Google app on your smartphone first. It usually has a multicolored "G" on the icon. If you can't find it on your desktop, search the menu of all the apps. Once you start the app, click on your profile avatar in the top right corner of the screen. From the menu that opens, select Settings, then go to Google Assistant.
Inside the assistant menu, we're interested in the Device (or Phone) tab. This is where the activation options are stored. Find Google Assistant and make sure the switch is active. Next, scroll down to Popular Settings or Activation. Here, you'll find the Tap to Speak or Touch to Speak option and turn the slider to Off.
- 📱 Open the Google app and log in to your profile.
- ⚙️ Go to Settings. → Google Assistant → Devices.
- 🔇 Find the “Tap to Speak” switch and turn it off.
- ✅ Check the result by touching the lock screen or desktop.
If the function continues to work after these actions, it may be fixed elsewhere. Some versions of the MIUI shell have their own add-ons on top of the standard assistant, in which case it is worth checking whether the Quick Start function or a similar option is included in the special features section.
☑️ Checking Google Settings
Configure the lock screen and desktop settings
Sometimes the problem isn't with the assistant itself, but with how the system handles touches on the lock screen or launcher. HyperOS shell and later versions of MIUI offer a lot of personalizations that can conflict with each other, and in particular, you should pay attention to lock screen settings, which often place shortcuts to quick access.
Go to the basic Settings of your smartphone. Find the Lock Screen section (or Wallpaper & Personalization → Lock Screen) and look for the items associated with the shortcuts to the left and right of the unlock button. Often, it is the left or right shortcut that is set to call the voice assistant, and the random touch of this zone is perceived by the system as a Tap to Speak command.
Also worth checking is the launcher settings. Click on the empty space on your desktop and select Settings. From the launcher menu, look for sections related to gestures or fast application launches. Disabling the extra functionality here will help make the interface cleaner and more responsive. If you use a third-party launcher, the settings may be on its own menu.
⚠️ Warning: Changing lock screen settings may cause you to lose quick access to the camera or flashlight if they were tied to shortcuts.Be careful when disabling features.
Special attention should be paid to the Pocket Mode function or proximity sensors. In rare cases, a sensor calibration failure can lead to false voice input alarms when the phone is in your pocket or lying on the table. → Pocket mode.
What to do if the settings are reset?
Management of access rights and special facilities
The underlying cause of intrusive behavior may be the extended access rights granted to system services. Android has a special feature section that allows apps to intercept user actions. If it activates a Google or Xiaomi service associated with voice control, it can ignore the standard disconnect settings.
To check, go to Settings → Advanced Settings → Special Features. In the list of “Downloaded Apps” or “System Services”, find Google Assistant or Voice Access. If the service is active, try turning it off. This will completely prevent the system from responding to voice commands and touches designed to activate the microphone.
Also check the permissions for the Google app. Go to Settings → Apps → All apps → go to Google. Go to Permissions. Make sure that access to the microphone is not in “Always Allowed” mode unless you’re using constant wiretapping.
| Parameter | Recommended value | Impact on the system |
|---|---|---|
| Google Assistant (Special Opportunities) | Off. | Disables deep integration and touch interception |
| Access to the microphone | Only when used | Prevents background recording and activation |
| Voice Match | Off. | Reduces the reaction to the phrase “OK, Google” |
| Tap to Speak | Off. | Remove the button/zone on the main screen |
After changing these settings, it is recommended to perform a full reboot of the device, which will allow the system to reread the configuration files and apply new security and access rules.
Resetting settings and cleaning the cache of services
If the software switches don't work, there may be a software failure or configuration file conflict in the system, and in such cases, the effective method is to clean the cache and the voice service data, which will not delete your personal photos or contacts, but will return the settings of the system applications to the factory ones.
Go to Settings → Apps → All Apps. Find the Google app in the list. Click on it and select Memory. Here you click Clear Cache and then Clear Everything (or Reset). A similar procedure is worth doing for the Google Play Services app and Google Search system app.
After clearing the data when you first start the assistant, the system will again suggest you configure the voice model. At this stage, be careful: read the options offered carefully and uncheck the boxes that offer Tap to Speak activation or quick access from the lock screen, this is an “opportunity window” that you can not miss.
💡
Use Safe Boot mode to check if a third-party app is causing the problem, and if Tap to Speak is not appearing in Safe Mode, then some program you have installed is in conflict.
In some cases, removing Google app updates helps. To do this, select Remove Updates from the app menu (three dots in the corner). The system will roll back the app to the factory version. Then immediately go to the settings and disable unnecessary features before the system again suggests updating.
Alternative solutions and use of ADB
For advanced users who want to get rid of the feature and are not afraid to work with code, there is a method of disabling through ADB (Android Debug Bridge), which allows you to deactivate system components that do not have a “Switch off” button in the usual menu.
This requires you to enable USB debugging in the Developer menu. Then connect your phone to your computer and execute a command that disables the voice search component. This is usually the com.google.android.googlequicksearchbox package. But deactivating the search completely can disrupt the widgets, so it's better to look for specific services responsible for Hotword or Assistant.
adb shell pm disable-user --user 0 com.google.android.apps.googleassistantThis command will completely disable Google Assistant for the current user. To get it back, replace disable-user with enable. This is a radical but very effective method for those who are not willing to use voice control.
⚠️ Attention: Use ADB-Deactivation of system packages can lead to unstable operation of the smartphone.
If you don’t want to use a computer, you can try installing a third-party launcher, such as Nova Launcher or Microsoft Launcher. These completely replace the standard Xiaomi interface and do not have the built-in Tap to Speak feature, as they do not depend on the system settings of the MIUI shell.
💡
Using a third-party launcher is the easiest way to completely ignore Xiaomi’s system limitations and remove any built-in voice control features from the desktop.