Voice input on Android often turns on accidentally - just once is enough click on the microphone in the keyboard or activate Google Assistant via the power button. After this, the system starts prompting voice commands every time you type, which annoys many users. This is especially true for instant messengers (WhatsApp, Telegram, Viber), where voice messages are sent instead of text.

In this article we will look at all the ways to disable voice input - from standard settings Gboard to complete removal Google Assistant. You'll learn how to remove the microphone from your keyboard, disable voice commands in specific applications, and even block a feature at the system level. Important: some methods require rights root or changes in ADBso we will separately highlight safe and risky options.

Why does voice input turn on by itself?

The main reasons for automatic appearance voice input on Android:

  • ๐Ÿ”„ Keyboard update: After the update Gboard or Samsung Keyboard the microphone settings may be reset.
  • ๐ŸŽค Google Assistant: The service is activated by long pressing the button Home or voice (โ€œOkay, Googleโ€).
  • ๐Ÿ“ฑ Smartphone manufacturer: Xiaomi, Huawei or Samsung may have their own branded voice assistants.
  • ๐Ÿ”Š Accidental pressing: The microphone on the keyboard is located next to the spacebar - itโ€™s easy to touch it with your finger.

If voice input appeared after an Android update, check the settings Special features โ€”sometimes the โ€œVoice Accessโ€ function is activated there. Also, the culprit may be an application from a bank or a messenger that requests access to the microphone.

๐Ÿ“Š How often do you use voice input on your smartphone?
Constantly
Sometimes
Only by mistake
Never

Method 1: Mute the microphone in Gboard (standard keyboard)

Most users encounter voice input because of the keyboard Gboard from Google. To remove the microphone button:

  1. Open any text input field (for example, in WhatsApp).
  2. Tap the โš™๏ธ (gear) icon in the top panel of the keyboard.
  3. Go to Settings โ†’ Voice input.
  4. Disable the slider "Show microphone button".

If there is no "Voice input" item, update Gboard in Google Play or reset the keyboard settings to factory settings. On some firmware. (MIUI, One UI) the path may differ: Settings โ†’ Additional settings โ†’ Voice input.

Close all applications|Open the keyboard in messenger|Make sure there is no microphone button|Restart your smartphone (if the microphone is still there)

-->

โš ๏ธ Attention: On some smartphones (Samsung Galaxy S23, Xiaomi 13) after turning off the microphone in Gboard it may appear again after a reboot. In this case, use Method 3 (disabling via ADB).

Method 2: Blocking voice commands in Google Assistant

Google Assistant is the main source of voice input on Android. To disable it:

  1. Hold the button Home (or say โ€œOkay, Googleโ€) to call the assistant.
  2. Tap the profile icon in the upper right corner โ†’ Settings.
  3. Go to Google Assistant โ†’ General.
  4. Disable slider "Google Assistant".

To completely remove:

  • ๐Ÿ“ฑ Go to Settings โ†’ Applications โ†’ Google.
  • ๐Ÿ”ง Click Disable (not "Uninstall updates"!).
  • ๐Ÿ”„ Reboot the device.

On smartphones with pure Android (Pixel, Motorola), after disabling the Assistant, voice search in the Chrome browser will also disappear. If you only need search, but not voice input in messages, use Method 4 (restricted rights).

๐Ÿ’ก

If, after disabling the Assistant, the microphone button remains in Google Search, clear the application cache Google in the settings.

Method 3: Disabling via ADB (for advanced users)

If standard methods do not help, you can block voice input at the system level using ADB. for Samsung, Xiaomi and other brands where the manufacturer imposes its voice services.

You will need:

  • ๐Ÿ–ฅ๏ธ Computer with installed ADB Tools.
  • ๐Ÿ“ฑ Enabled USB debugging on smartphone (Settings โ†’ About phone โ†’ Build number โ€”press 7 times).
  • ๐Ÿ”Œ USB cable (preferably original).

Instructions:

adb shell pm disable-user --user 0 com.google.android.googlequicksearchbox

adb shell pm disable-user --user 0 com.google.android.apps.assistant

After executing the commands, restart your smartphone. Voice input and Google Assistant will be disabled completely. To get everything back, use:

adb shell pm enable com.google.android.googlequicksearchbox
โš ๏ธ Attention: On some firmware (ColorOS, Flyme) these commands may cause system applications to crash. Before using ADB make a backup copy of your data.
ADB command What disables Consequences
pm disable-user --user 0 com.google.android.googlequicksearchbox Google Search and Assistant The search widget on the home screen will disappear
pm disable-user --user 0 com.google.android.apps.assistant Only Google Assistant Voice search in Chrome will remain
pm disable-user --user 0 com.android.voiceinteraction System voice input May break voice calls

Method 4: Limiting microphone rights for individual applications

If voice input interferes only in specific instant messengers (for example, in Viber or Telegram), you can deny them access to the microphone:

  1. Go in Settings โ†’ Applications.
  2. Select the desired messenger (for example, WhatsApp).
  3. Click Permissions โ†’ Microphone.
  4. Select "Deny".

On Android 12+ there are more flexible settings:

  • ๐ŸŽค "Allow only when in use" โ€” the microphone will work only when the application is open.
  • ๐Ÿšซ "Disable" โ€”complete access block.
  • ๐Ÿ”„ "Ask every time" - convenient for infrequent use.

On Samsung Galaxy s One UI 5.0+ you can also turn off voice messages in the settings messenger. For example, in WhatsApp: โ‹ฎ โ†’ Settings โ†’ Storage and data โ†’ Voice messages โ†’ Never.

๐Ÿ’ก

Restricting microphone rights is the safest way, since it does not affect system functions.

Method 5: Removing system applications (root required)

To completely remove voice input, you will need root accessThis method is suitable for experienced users, since incorrect actions can lead to brick (inoperability) of the device.

List of applications responsible for voice input:

  • com.google.android.googlequicksearchbox โ€” Google Search and Assistant.
  • com.google.android.apps.assistant โ€”Google Assistant only.
  • com.android.voiceinteraction โ€”system voice input.
  • com.samsung.android.app.spage โ€” Bixby on Samsung.
  • com.miui.voiceassist โ€”voice assistant on Xiaomi.

To delete, use Root Explorer or Titanium Backup:

  1. Launch the file manager with root access.
  2. Go to /system/priv-app/ or /system/app/.
  3. Find folders with names from the list above.
  4. Rename them by adding them at the end .bak (for example, com.google.android.googlequicksearchbox.bak).
  5. Restart your smartphone.
โš ๏ธ Attention: Removing system applications may break work Google Pay, Samsung Pay and other security-related services on some devices (Pixel, OnePlus) this will lead to a reset Widevine L1 to L3, which will stop working Full HD to Netflix.
What to do if after deleting system applications the smartphone does not turn on?

If the device does not boot after removing system APKs, try:

1. Go to Recovery Mode (usually Power + Vol Up).

2. Select Mount โ†’ System and recover deleted files from the backup.

3. If there is no backup, flash the smartphone via Odin (Samsung) or Fastboot (other brands).

Additional tips: how to avoid accidental activation

To prevent voice input from appearing again:

  • ๐Ÿ”’ Disable "Ok Google": Settings โ†’ Google โ†’ Settings for applications โ†’ Search, Assistant and voice โ†’ Voice Match.
  • ๐Ÿ“ต Remove the Google widget from the home screen - it can activate the microphone.
  • ๐Ÿ”„ Update the keyboard: New versions Gboard fixed bugs with random by pressing the microphone.
  • ๐Ÿ›ก๏ธ Use alternative keyboards (SwiftKey, Fleksywhere there is no built-in voice input.

On Samsung Galaxy additionally disable Bixby: Settings โ†’ Additional features โ†’ Bixby โ†’ Disable.

If you often type on the go, set single mode hands in the keyboard settings - this will reduce the chance of accidentally pressing the microphone.

FAQ: Frequently asked questions about voice input on Android

Is it possible to disable voice input only in WhatsApp without touching other applications?

Yes. Go to Settings โ†’ Applications โ†’ WhatsApp โ†’ Permissions and deny access to the microphone. Also in WhatsApp you can disable voice messages: โ‹ฎ โ†’ Settings โ†’ Storage and data โ†’ Voice messages โ†’ Never.

After disabling ADB, voice input returned. What to do?

Some firmware (MIUI, EMUI) automatically restore system applications. Try:

  1. Repeat commands ADB after reboot.
  2. Use Debloater scripts (for example, Universal Android Debloater).
  3. Install Magisk module, which blocks application recovery.

Will Google Pay work after disabling Google Assistant?

Yes, Google Pay does not depend from Google Assistant. However, if you delete com.google.android.gms (Google Play Services), payments will stop working. If you disable only the Assistant, there will be no problems.

How to return voice input if you need it for voice notes?

If you have disabled voice input completely, but it is needed for Google Keep or Voice recording, you can:

  • Allow access to the microphone only to these applications.
  • Use third-party applications for voice notes (Otter, Voice Notes).
  • Enable voice input only in the Chrome browser (Settings โ†’ Websites โ†’ Microphone).

Why is voice input enabled on Xiaomi even after resetting the settings?

On Xiaomi (especially on MIUI 13/14) the voice assistant is integrated into the firmware. To remove it permanently:

  1. Get root access via Magisk.
  2. Delete /system/priv-app/MiuiVoiceAssist.
  3. Freeze services com.miui.voiceassist i com.xiaomi.ai.asst.vision.

An alternative is to flash custom-ROM (for example, LineageOS), where there are no branded services Xiaomi.