Why Google Voice Entering May Get In the way โ and When to Turn It Off
Google Voice Typing is a useful feature for fast typing, but it often fails on Xiaomi smartphones. Users complain of spontaneously turning on the microphone during a set of messages, accidental activation when blocking the screen or even leaking data through the background activity of the service. 10/11/12, POCO X3/X4/X5 and flagship Xiaomi 12/13/14 on MIUI 13-14.
In this article, youโll find 5 ways to turn off voice input, from simple deletion of rights to full deactivation via ADB. Weโll also look at why the feature can turn on on itself after MIUI updates and how to prevent it. If youโre annoyed by the constant appearance of a microphone icon on your keyboard or suspicious activity in privacy settings, read on.
Before you start, check the Android and MIUI version on your device (Settings โ About Phone). This is what the available shutdown options depend on. For example, on MIUI 14 with Android 13, the path to voice input settings is different from MIUI 12 on Android 10.
Method 1: Disconnect via Gboard keyboard settings
The easiest method is to deactivate voice input directly in the Google keyboard settings (Gboard), which is suitable for most Xiaomi models if you use a standard keyboard from Google.
Instructions:
- ๐ฑ Open any application with a keyboard (such as Messages or Notes).
- ๐ Click on the gear icon (โ๏ธ) In the top menu of the Gboard keyboard.
- ๐ค Go to the Voice Input section.
- ๐ Turn off the switch Use voice input.
If you donโt have Voice, update Gboard via Google Play or check if your Xiaomi has an alternative keyboard (e.g. SwiftKey or MIUI Keyboard).
Check out the MIUI and Android version
Update Gboard to the latest version
Make sure you use Google Keyboard, not MIUI
Close all apps that use the microphone (e.g. Google Assistant)
-->
Method 2: Removing the rights to use the microphone for Gboard
If voice input continues to work even after the keyboard settings are turned off, the problem may lie in the microphone resolutions. On Xiaomi with MIUI, these permissions are sometimes reset after updates or reboots.
To completely block Gboard's access to the microphone:
- Go to Settings โ Applications โ Application Management.
- Find Gboard (or Google Keyboard) in the list and tap it.
- Select Permissions โ Microphone.
- Set the value of Prohibit.
โ ๏ธ Attention: After that, Google voice search and other features that require a microphone will stop working. If you need a voice assistant, use Method 4 (turning off only for the keyboard).
Some MIUI firmware (e.g., the global version for the Redmi Note 11) may not have a separate microphone resolution.
- ๐ง Go to Settings. โ Confidentiality โ Special access โ Access to the microphone.
- ๐ Find Gboard in the list and turn off access.
Method 3: Disable via Google Settings (for MIUI 13-14)
On newer versions of MIUI (13 and 14), voice input can be controlled not only by the keyboard, but also by Google services. If previous methods have failed, try:
Steps:
- Open Settings โ Google โ Manage your Google account.
- Go to the Data and Personalization tab.
- Scroll to the History Settings section and select Voice and Audio Activity.
- Turn off the option to Enable voice control and speech recognition.
- Go back and select Voice Search Settings, then turn off OK, Google.
This method also blocks voice commands for Google Assistant, but keeps the microphone running for calls and recordings. If you need an assistant but not voice input on the keyboard, combine this method with Method 1.
What to do if Googleโs settings are not saved?
Method 4: Use an alternative keyboard (without voice input)
If you don't need voice input fundamentally, the most radical way is to remove Gboard and install the keyboard without this feature.
- ๐น MIUI Keyboard (built into firmware but without default voice input).
- ๐น SwiftKey (from Microsoft, with optional voice input that can be turned off).
- ๐น AnySoftKeyboard (open source, without Google integration).
How to switch:
- Install an alternative keyboard from Google Play.
- Go to Settings โ System โ Language and input โ Current keyboard.
- Select a new keyboard and set it by default.
- (Optional) Disable or delete Gboard through Settings โ Apps.
โ ๏ธ Note: On some Xiaomi models (e.g, POCO F4) Gboard is a system application and is not completely removed, in which case it is enough to disable it in the application settings (Disable). โ Remove updates).
The advantage of this method is that it completely eliminates random voice input response, and the disadvantage is the loss of some Gboard features, such as the built-in translator or GIF search.
Method 5: Complete disabling via ADB (for power users)
If voice input persists after shutdown, it can be locked at system level using the Android Debug Bridge (ADB), a technique that requires the phone to be connected to a computer, but is guaranteed to shut down the function permanently.
Instructions:
- Turn on Developer Mode on Xiaomi: Go to Settings โ About Phone. Tap 7 times on the MIUI version until the notification appears.
USB debugging
Settings โ Additional โ For Developers
ADB Tools
adb shell pm revoke com.google.android.inputmethod.latin android.permission.RECORD_AUDIOReset the device.
This command permanently bans Gboard from using the microphone. To get access back, do:
adb shell pm grant com.google.android.inputmethod.latin android.permission.RECORD_AUDIO| Method of disconnection | Difficulty | Efficiency | Side effects |
|---|---|---|---|
| Through the Gboard settings | โญ (simple) | Medium (may reset) | No. |
| Removal of microphone rights | โญโญ | Tall. | Turns off voice search. |
| Google settings | โญโญ | Tall. | Blocking "OK, Google." |
| Alternative keyboard | โญโญ | Absolute. | Loss of Gboard functions |
| ADB-team | โญโญโญ | Absolute. | Requires PC and debugging |
Settings โ Applications โ Gboard โ Storage โ Clear cache
Why Voice Entering Is On Its Own โ and How to Prevent It
Many Xiaomi users are facing voice input returning after updates or even for no apparent reason.
- ๐ Gboard Auto Update: The app can update in the background and reset settings.Solution: Turn off auto-update in Google Play (find Gboard) โ โฎ โ Turn off auto-update).
- ๐ฑ Resetting settings MIUI: After major updates (e.g., with the MIUI 13 on MIUI 14) some permissions are reset. Solution: Check settings after each update.
- ๐ Conflict with Google Assistant: If you have voice commands enabled ("OK, Google"), they can activate the microphone for the keyboard.Solution: Turn off the voice assistant in Google settings.
- ๐ ๏ธ Firmware errors: On some models (e.g. Redmi) 9A or POCO M4 Pro) there are bugs with spontaneous microphone switching on. Solution: Set custom recovery (TWRP) and remove the Gboard completely.
If the problem persists, check background activity through Settings โ Battery โ Battery Use. If Gboard consumes more than 5% of its charge per day, it most likely works bypassing your settings.
๐ก
The most reliable way to prevent spontaneous switching on is a combination of Method 2 (removal of microphone rights) and Method 5 (ADB-team).