Google Voice Typing on Xiaomi smartphones is often activated by accident โ just once click on the microphone icon on the Gboard keyboard, and the system begins to offer this default input method. For many users, this feature becomes an annoying element: it eats battery power, sends data to Google servers and periodically starts at the most inopportune time (for example, during a password type or message).
Complicating the problem is that MIUI (Xiaomi firmware) integrates Googleโs voice services at the system level, and standard keyboard settings donโt always allow you to completely deactivate the function. In this article, weโll look at 5 proven ways โ from simple (disable keyboard settings) to radical (remove system applets via ADB). All methods tested on the Redmi Note 12 Pro+, POCO F5 and Xiaomi 13 Ultra with MIUI 14, but will also be suitable for older versions (starting with MIUI 12).
We will pay special attention to hidden MIUI settings, which allow you to block voice input at the system level without root rights. If you use alternative keyboards (for example, SwiftKey or Fleksy), some methods will still remain relevant - Google voice services can work in the background regardless of the keyboard you choose.
1. Disable voice input in Gboard settings
The most obvious way is to deactivate the function directly in the Gboard app, which is a method that works if voice input only appears when you use the keyboard and is not activated in other apps.
Instructions:
- ๐ฑ Open any field to enter text (for example, in Messages or Notes).
- ๐ง Press the badge. โ๏ธ (gear) in the top keyboard panel to go to Gboard Settings.
- ๐ค Select the Voice Typing section).
- ๐ Translate the slider Voice input to the position Off.
- ๐ Reboot your smartphone to make changes take effect.
If after these actions the microphone icon on the keyboard disappeared, but voice input is still activated when you press a space or comma for a long time, then the function is integrated at the MIUI level, and it must be disabled through system settings (see the next section).
2. Deactivation via MIUI settings (no root rights)
MIUI has hidden options that allow you to manage Google system services, including voice input, which works on most Xiaomi, Redmi and POCO models with the MIUI 12 firmware version and later.
Step-by-step:
- Open Settings โ Applications โ Application Management.
- Press three points (โฎ) in the upper right corner and select Show System Processes.
- In the list, find the Google App (Google app) and open its settings.
- Go to the Permissions section โ Microphone and shut down access.
- Go back and select Battery โ Background Limit โ Limit.
These actions will block Googleโs access to the microphone and limit the background activity of the services, but will not remove them completely.If voice input still appears, check the settings of Google Assistant (see section 4).
โ๏ธ Preparation for voice-input shutdown
3. Removal of updates for Google App (for older versions of MIUI)
On smartphones with MIUI 11 and below, sometimes rolling back the Google App app to the factory version helps, a method that is risky โ after rolling back some features (such as Google Discover) may not work correctly, but voice input will disappear completely.
How to do this:
- ๐ฆ Go to Settings. โ Annexes โ Google App.
- ๐ Press three points (โฎ) and select Remove Updates.
- ๐ซ In the Permissions section, disable access to the Microphone and Contacts.
- ๐ In Google Settings (opens through the gear icon in Google App) turn off Voice Search and OK Google.
โ ๏ธ Note: Once updates are rolled back, Google App will no longer receive security patches.If you use Google Pay or other services that require an up-to-date version of the app, this method may cause crashes.
4. disable Google Assistant (total removal of voice services)
Google Assistant is closely related to voice input โ even if you have disabled Voice Typing in your keyboard, the assistant can activate the microphone to recognize commands, and to completely remove voice services, you need to deactivate the assistant.
Methods of shutdown:
| Method | Action | Effects of consequences |
|---|---|---|
| Through Google's settings | Open the Google App. Click on the avatar โ Settings โ Google Assistant. Select General โ Google Assistant โ Disable. | Voice search and OK Google commands will stop working. |
| Through MIUI | Settings โ Apps โ Google. Permissions โ Turn off the Microphone and Auto Run. | The assistant will not start automatically, but can work manually. |
| Through ADB (no root) | adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox | Completely remove the Google App and Assistant for the current user. |
If you use a POCO Launcher or MIUI Launcher with an assistant launch gesture (such as holding the Home button), after disabling Google Assistant, this gesture will stop working. To return functionality, assign another action to Settings โ Additional โ Buttons and gestures.
What happens if you delete Google App through ADB?
5. Radical method: Disconnection via ADB (no root rights)
If standard methods fail, you can block Googleโs voice services at the system level using Android Debug Bridge (ADB), a method that does not require superuser rights (root), but requires connecting the smartphone to a computer.
Step-by-step:
- Install ADB Tools on your computer.
- On your smartphone, activate Developer Mode: Go to Settings โ About Phone. Tap 7 times on the MIUI Version until you become a developer!
Settings
Additionally.
For developers
USB debugging
adb devices
adb shell pm disable-user --user 0 com.google.android.voiceinteraction
adb shell pm disable-user --user 0 com.google.android.ttsReset the device.
These commands will disable the system components responsible for voice input and text-to-speech (TTS).If you need to return functionality to Suddenly, use:
adb shell pm enable com.google.android.voiceinteraction
adb shell pm enable com.google.android.ttsโ ๏ธ Note: Disabling com.google.android.tts can cause problems with voice notifications and navigation in Google Maps. If you use voice prompts in your navigator, this method will not work.
- Go to Settings โ About Phone โ Backup.
- Select Local Backup and save your current settings.
- If something goes wrong, you can restore the system without losing data.
If you are using POCO F4, Redmi K50 or other models with MIUI 13/14, check for Game Turbo. In some firmware, this mode blocks background processes, including Google voice services. It is activated through Settings โ Special features โ Game Turbo.
๐ก
The most reliable way is to combine disabling Google Assistant through settings and locking microphone access for Google App and Gboard, which does not require ADB or root rights, but is guaranteed to remove voice input 90% of the time.