When a smartphone suddenly starts to voice-over each touch, it scares many users. On Xiaomi devices with MIUI shells, this often happens because TalkBack availability is accidentally activated. The system begins to voice the names of icons, notifications and even typed characters, making normal control almost impossible for an unprepared person.
Google's Text-to-speech is the Android system component that converts text to audio. In conjunction with accessibility services, it turns the phone into a talking device. Most often activation occurs in your pocket or when you clean the screen, when you unconsciously pinch a keyboard or make a specific gesture. Understanding the nature of this process is the first step to solving a problem.
In this article, we will discuss all known ways to deactivate intrusive voiceover, you will learn how to use fast commands, menu settings and even the most effective ways to do this. ADB-Instructions are relevant for most models, including the Redmi Note, Poco and the flagship Mi series.
Reasons for spontaneous activation of voiceover
The main reason for the voice support is TalkBack, which is designed for people with visual impairments. On Xiaomi smartphones, there is a special accessibility shortcut that is activated when you quickly press the power button five times, and many users do not even know that this option exists until they accidentally do not.
Another factor could be a system update conflict or a failure in the Google TTS itself. After the MIUI firmware update, the availability settings can reset to default values where functions can be enabled. It is also worth considering that some third-party applications requesting screen rights may initiate the launch of the synthesizer.
It's important to distinguish between regular navigation and crash, and if the phone only sounds notifications, it might be a problem with app-specific notification settings, but if the voice reads everything that happens on the screen, including clicks, it's exactly TalkBack mode, and in rare cases, it's caused by virus software masquerading as system services.
Quick ways to disconnect via keyboard combinations
The fastest way to stop voice is to use hotkeys. Most Xiaomi devices use a power button. You need to quickly press the switch on screen five times in a row, and if the function was activated in this way, then repeating the action should deactivate it.
If a single tap didnβt work, try pressing the volume buttons (βUpβ and βUpβ) for 3-5 seconds at the same time. On some versions of Android and MIUI, this combination is also reserved to manage accessibility services. The screen may blink and voice tracking will stop.
βοΈ Hot key checks
In the case where the sensor only responds to double taps and scrolls with two fingers, the mode is exactly active. Try double tapping the center of the screen to activate the element, then swiping quickly with two fingers up or down, which will help you get to the notification curtain or the off button if standard methods do not work.
Disconnection through special features settings
If the hotkeys don't work, you'll have to use the settings menu. Remember, in TalkBack mode, the control logic changes: one tap highlights an item (it's framed), and double tap anywhere on the screen activates it. Scrolling pages is done with two fingers at once.
You need to go to the settings section. Double-click on the Settings icon. Then look for Advanced Settings or Additional. Depending on the version of MIUI, the path may vary. Search for Accessibility. Inside this menu, look for the TalkBack tab or Screen Narrator.
When you go to the service menu, you'll see a big switch. To turn it off, double-press the switch, then confirm the action in the confirmation window that appears. The system can ask you several times, warning you of loss of navigation. Accept using double taps.
| MIUI version | The path to adjustment | Switch location | Features |
|---|---|---|---|
| MIUI 12 / 13 | Settings -> Advanced settings -> Special. | TalkBack tab | Password confirmation required |
| MIUI 14 | Settings -> Special. capabilities -> Vision | TalkBack section | Integration with Google Assistant |
| Android 10-11 | Settings -> System -> Special Opportunities | Top of the list | Classical interface |
| Global ROM | Settings -> Additional settings -> Accessibility | TalkBack tab | English-language interface |
Manage through Google Assistant and voice commands
Sometimes the interface is so blocked or glitchy that it's impossible to get into the menu, in which case the Google Assistant comes to the rescue, and if you have a voice call (OK, Google) or a button set up, try using it. Say clearly, "Stop TalkBack" or "Disable on-screen voiceover."
The assistant may not immediately understand the command, especially if the speech synthesizer interrupts your voice, in which case, try the phrase "Open special settings." The assistant will run the desired menu, and you will only have to double-push to find the switch.
This method is effective on devices with good Internet connection, because voice commands are often processed on Google servers. Make sure that the system language and the assistant language match. If the phone voices commands in English and you speak Russian, you will not understand.
Forced stop through the app menu
When standard methods are powerless, you can try to kill the speech synthesizer process. Go to Settings -> Apps -> All Apps. Find Google Text-to-speech or TalkBack itself.
Inside the app menu, press the button Stop. This will force you to complete the process. However, you should note that system services can automatically restart the next time you interact with the screen, so after you stop, you should immediately go to the settings and disable the permission to use the microphone or access the screen for this component.
For deeper cleaning, you can also click Warehouse and select Clear Data, which will reset the synthesizer to factory settings, which often helps to eliminate software errors that cause spontaneous turn on.
Using ADB for Advanced Users
For those who are not afraid of the computer and the command line, there is a radical method through the use of the computer. ADB (Android Debug Bridge. This way you can turn off the system component even without access to the touch screen. You'll need a PC, USB-cable and installed Xiaomi drivers.
First, you need to activate the USB debugging mode. If the screen responds to touch (albeit with voiceover), go to About Phone and 7 times click on the MIUI Version. Then in Advanced Settings, turn on USB Debugging. Connect the phone to your PC.
Open the command prompt on your computer and enter the following command to disable the availability service:
adb shell settings put secure enabled_accessibility_services noneThis command completely clears the list of active accessibility services, the voice must be silenced instantly, and to get it back to normal, but with TalkBack turned off, you can later activate the services you need through the settings.
β οΈ Attention: Use ADB It requires caution. Introducing the wrong commands can cause the system to run in an unstable way. Make sure you copy the commands accurately, without unnecessary symbols.
Preventing and setting the availability label
To prevent the problem from recurring in the future, it is best to turn off the possibility of accidental activation. Go to the Special Opportunities menu and find the Accessibility Shortcut, where you can remove the tick from TalkBack or change the activation method (for example, prevent activation with volume buttons).
It is also recommended to check the pocket mode settings. MIUI has a Pocket Mode feature that locks the screen in the dark or when approaching objects. Make sure it is on, this will prevent accidental taps in the bag.
Regular updates also help to eliminate bugs: Xiaomi developers are constantly improving their false positive protection algorithms, and donβt ignore notifications about new firmware releases.
β οΈ Note: Do not attempt to remove the Google Speech Synthesizer system application through third-party removers.This can lead to errors in the navigation, translator, and other Android system features.