How to remove voice voice voice incoming calls on Xiaomi: all ways

Voice voice-over of incoming calls on Xiaomi smartphones can be a useful feature for people with disabilities or in situations where the phone is far away from you. However, for most users, automatic pronunciation of a subscriber's name or number becomes an annoying factor - especially if you are in a public place or at an important event. Unfortunately, in MIUI, this option is often activated accidentally or turned on by default after updates.

In this article, we will look at all the possible ways to disable voice alerts on Xiaomi, Redmi and POCO devices, from standard settings to hidden developer settings. We will focus on models with MIUI 14 based on Android 13/14, where the settings interface has changed. If you encounter a problem that voice does not turn off through the regular menu, here you will find alternative solutions.

Why is Xiaomiโ€™s smartphone making incoming calls?

The voice alert feature in Xiaomi is implemented at the system application level com.android.server.telecom and is closely integrated with special services.

  • ๐Ÿ”„ Update MIUI: After installing the new firmware version, some settings are reset to default values, including voice prompts.
  • ๐ŸŽง Connecting Bluetooth devices: When first paired with headphones or a car system MIUI It can automatically include voiceover for convenience.
  • ๐Ÿ‘ค User profiles: In some regional versions MIUI (For example, for India, voice prompts are activated in the profile "For the elderly".
  • ๐Ÿ› ๏ธ Resetting: After resetting to factory settings or transferring data from another device, the function can turn on itself.

It's important to understand that voice alert is different from TalkBack, which is turned off separately in the special settings, and if you hear not only the names of the subscribers, but also the descriptions of all the actions on the screen, then you have TalkBack activated, and it requires a different algorithm to turn it off.

๐Ÿ“Š Which Xiaomi model you have a voice alert problem on?
Redmi Note 10/11/12
POCO X3/X4/X5
Mi 11/12/13
Another model

Method 1: Disconnect via standard MIUI settings

In most cases, voice voice calls are managed via the Call Settings menu, and instructions are relevant for MIUI 12-14:

  1. Open the Phone app (the tube icon on the home screen).
  2. Tap the three-point menu (โ‹ฎ) in the upper right corner and select Settings.
  3. Go to Call Sounds and Vibration (or Call Settings โ†’ Sounds on some models).
  4. Find the option Voice Call Alert (may be called Voice Call Name or Voice Tip).
  5. Move the slider to the off position.

If you donโ€™t have this item on your menu, try an alternative route:

Settings โ†’ Special features โ†’ Voice control โ†’ Voice incoming calls

Make sure you have the latest version of MIUI (update to Settings โ†’ About Phone)

Check if Bluetooth devices are connected (they can block the change of settings)

-Restart your phone before changing the settings-->

โš ๏ธ Note: On some models (e.g, POCO F3 or Redmi K50) The voice alert option is duplicated in two places: in the phone settings and in the special features settings!

Method 2: Deactivation through special features settings

If the standard method didn't work, check the Special Features section, which may have a separate voice-guided switch, which is especially relevant for users who have previously had TalkBack or other services for people with disabilities enabled.

Instructions:

  1. Open the Settings. โ†’ Special facilities.
  2. Select Hearing (or Sound and Vibration on new MIUI versions).
  3. Find Call Voice or Call Voice Tips for Calls.
  4. Turn off the slider. If you have a gray option, first deactivate TalkBack from the same menu.

On some firmware (e.g. MIUI Global for the European region), the path may differ:

Settings โ†’ Additional โ†’ Special features โ†’ System settings โ†’ Call voice
What to do if the option is inactive?
If the voice alert switch is blocked, this could mean that: 1. The phone has Older People Mode activated (turn it off in Settings โ†’ Special Features โ†’ User Profiles). 2. A third-party call management app (such as Truecaller) is installed that intercepts settings. Try temporarily disabling such programs. 3. The firmware is modified (custom MIUI).

Method 3: Using Developer Parameters

If voice alerts donโ€™t turn off through standard menus, the cause may be a system failure or setting conflict, and the Developer section, where additional call management options are hidden, will help.

How to turn on the developer mode and disable voiceover:

  1. Activate Developer Mode: Go to Settings โ†’ About Phone and tap on MIUI Version 7 times.
  2. Go back to the main settings menu and open a new section for developers.
  3. Scroll down to the Network or Media block and find the option to Disable Calling (may be called Disable Call Announcement in English firmware).
  4. Activate this setting and restart the device.
Xiaomi modelThe Way to Setup in Developer ModeNotes
Redmi Note 10/11For developers โ†’ Media โ†’ Disable voice callsReboot required
POCO X3/X4For developers โ†’ Network โ†’ Disable call voice promptOn English firmware.
Mi 11/12For developers โ†’ Other โ†’ Voice prompts of callsIt may not be on Chinese firmware.
Redmi K40/K50For developers โ†’ Multimedia โ†’ Call announcement settingsYou need to turn off all options in this menu.

โš ๏ธ Note: Changing the settings in developer mode can affect the stability of the phone. Do not edit other settings in this section unless you understand their purpose. After disabling voiceover, it is recommended to hide the developer menu again (it is enough to reset the settings of the Settings application in Settings for this purpose). โ†’ Annexes โ†’ Application management).

Method 4: Reset the settings of the Phone application

If the voice alert continues to work despite all attempts to disable it, the problem may lie in the cache or data of the system application Phone.

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. In the list, find the Phone app (or Phone in English firmware).
  3. Slip it on it, then select Warehouse.
  4. Click Clear the cache and confirm the action.
  5. If the problem persists, click Clear Data (this will reset the call history!).
  6. Reset the device.

After reset, check your call settings again โ€” the voiceover option should be available for editing. If you use Google Phone instead of the standard Phone app from Xiaomi, do the same for it.

๐Ÿ’ก

If all contacts are lost after resetting the Phone app, donโ€™t panic! They are stored in a Google account and synced automatically the next time you connect to the Internet. To speed up the process, open Settings โ†’ Accounts โ†’ Google and manually start syncing contacts.

Method 5: Disconnect via ADB (for power users)

In the rare cases where software methods don't work, you can use ADB (Android Debug Bridge) commands, which require connecting your phone to your computer and basic command line knowledge, and use it only if other options are exhausted.

Instructions:

  1. Install ADB Tools on your computer.
  2. Turn on USB debugging on your phone (Settings โ†’ About Phone โ†’ MIUI version โ€“ 7 taps โ†’ For developers โ†’ USB debugging).
  3. Connect the phone to the PC and perform:
adb shell settings put global call_announcement_enabled 0
  1. Reset the device.

If the team doesnโ€™t work, try an alternative:

adb shell settings put secure call_announcement 0

To check the current state of the parameter, use:

adb shell settings get global call_announcement_enabled

If the command returns 1, the option is turned on, 0 is turned off.

โš ๏ธ Attention: Misuse of the right ADB Do not change other settings through this utility unless you are sure of their purpose. After applying the commands, check the health of calls - in rare cases, you may need to reset your network settings (Settings) โ†’ SIM-maps and mobile networks โ†’ Resetting network settings).

What do you do if nothing helps?

If youโ€™ve tried all of these methods, but voice calling is still active, consider the following steps:

  • ๐Ÿ“ฑ Update the firmware: Go to Settings โ†’ The phone. โ†’ Update the system and install the latest version MIUI. In new builds, bugs with sound settings are often corrected.
  • ๐Ÿ”„ Factory reset: If the problem has occurred after updating or installing apps, a full reset can help!
  • ๐Ÿ› ๏ธ Fastboot Flashing: On the Forums XDA Developers or 4PDA You can find pure images. MIUI This method requires experience.
  • ๐Ÿ“ž Appeal in support of Xiaomi: If the phone is warranty, contact the official service center. Provide error log (can be obtained through Settings). โ†’ The phone. โ†’ Error Reporting โ€“ You will speed up the solution to the problem.

For models with custom firmware (such as LineageOS or Pixel Experience), the shutdown algorithm may be different, in such cases, look for settings in the Phone โ†’ Call settings โ†’ Announcements section or edit configuration files manually (root rights are required).

๐Ÿ’ก

If voice voice sounding is activated after you connect to a Bluetooth car radio, check the settings of the car head unit itself. Some models (such as the Pioneer or Sony XAV) force this feature on connected phones. Turn off the Call Announcement option in the radio menu.

FAQ: Frequent questions about calling Xiaomi

Can you turn off voiceovers only for specific contacts?
Yes, but not through standard MIUI settings. You'll need a third-party app like Call Announcer or Tasker that allows you to create rules for individual subscribers. Xiaomi doesn't have that feature.
After the voice-over was turned off, the call sound was gone.
You may have accidentally changed your sound profile. Check: Settings โ†’ Sound and vibration โ†’ Volume โ€“ set the Call slider to maximum value. Settings โ†’ Apps โ†’ Phone โ†’ Notifications โ€“ make sure the call sound is not turned off. Reboot the phone. If the sound is not restored, reset the Phone application settings (see Method 4 in this article).
My Xiaomi doesn't have voice-over opt-out. Why?
This may be due to: Regional firmware (e.g. Redmi in India, often hidden option); outdated MIUI (update system); modified firmware (whether from a custom or carrier); Try using Method 3 (developer mode) or Method 5 (ADB).
The voice only voices calls when the phone is connected to Bluetooth. How do you turn it off?
This function is managed separately. Open: Settings โ†’ Connected devices โ†’ [Your Bluetooth device] โ†’ Call settings โ†’ Voice inbox Turn off the option and reconnect the device. If there is no point, update the firmware of the Bluetooth module (for example, for a car radio).
Can I change the voice to another voice?
In standard MIUI, this is not possible, but you can: Install a third-party dialer (such as ExDialer or True Phone) with support for voice customization. Use applications like IVONA or eSpeak to replace the system voice (root required). Some firmware (such as MIUI EU) have voice choices in Settings โ†’ Additional โ†’ Regional settings โ†’ Text to Voice.