Why TalkBack is turned on by itself and how to fix it
TalkBack is a standard Android feature for visually impaired people that voices all actions on the screen. On Xiaomi smartphones (including Redmi, POCO and Mi), it is often activated accidentally: by double pressing the power button, crashing after a MIUI update or even using magnet cases. The main problem is that once TalkBack is turned on, the control logic changes: one touch highlights the element, and double β activates it, which confuses untrained users.
In this article, we will discuss 5 proven ways to disable TalkBack, including methods for situations where:
- π± The screen does not respond to touch due to failure
- π The phone is locked (unknown pattern lock or PIN)
- π The function is turned on again after restarting
- π² No access to settings due to child mode
Important: If youβre using Xiaomi with MIUI 14 and later, some menu paths may be different β weβll show you the current options for each firmware. Also note that Android 13+ models (such as Xiaomi 13 Pro or Redmi Note 12) may require additional authentication through a Google account when resetting.
Method 1: Standard disconnection through settings (if the phone is unlocked)
If you have access to the home screen and settings menu, this method will take no more than a minute.
- Open the Settings app (cog icon).
- Go to the Special Opportunities section (in MIUI 14 it may be called Universal Access).
- Select TalkBack (or Screencaster on some models).
- Move the slider to the off position.
- Confirm the action in the pop-up window by pressing OK.
If TalkBack is activated again after that when the screen is locked, check the settings of the Special Features Gestures:
- π Go to Settings. β Special facilities β Special opportunity gestures.
- π« Turn off the option Triple press of the power button (it is often to blame for accidentally turning on).
- π Reboot your phone to make the changes take effect.
βοΈ Preparing to shut down TalkBack
Method 2: Disconnect via the notification panel (fast method)
On most Xiaomi models (e.g. Redmi Note 11, POCO X5), you can turn off TalkBack right from the notification curtain without going into the settings.
- Swipe your finger across the screen from top to bottom to open the notification bar.
- Find the TalkBack icon (usually an icon of a person with a mug or speaker).
- Tap the icon twice (one time - highlight, the second - activation).
- Confirm the disconnection in the dialog window.
If the icon is not in the curtain, add it manually: go to Settings β Notification Panel β Order of icons and drag TalkBack to the active area.
π‘
On some models (such as the Xiaomi 12T), the notification bar opens with a two-finger gesture from top to bottom.
Method 3: Disconnecting with Google Assistant (if your phone is locked)
If TalkBack is on a locked phone and you donβt remember the pattern lock, try using Google Assistant, which works on Android 9 and later devices that have Google services installed:
- Activate Google Assistant with a voice command: say βOK, Googleβ or hold the Home button (if you have one on your model).
- Say, "Open the special features settings."
- In search results, select TalkBack and turn it off.
If voice input is not working:
- π Check if your phone is connected to the Internet (Wi-Fi or mobile data).
- π Make sure the battery is at least 15% charged β Assistant may not respond when the charge is low.
- πΆ Restart your phone in Safe Mode (hold the power button) β Restart in Safe Mode, then try again.
What if Google Assistant doesnβt respond?
Method 4: Reset your settings via Recovery (if other methods didnβt work)
If TalkBack blocks all activities and you don't have access to settings, you'll have to use Recovery mode, which will lead to data loss, so use it only as a last resort. It's suitable for all Xiaomi models, including Redmi 10, POCO F4, etc.
Step-by-step:
- Turn off the phone with a long press on the power button.
- Press the button combination: π± For most models: Power button + Loudness up. π§ For older devices (e.g. Redmi 5): Power button + Loudness up + Loudness down.
Mi
Recovery
Use volume buttons for navigation and power button for selection.
Wipe & Reset β Wipe All Data
Confirm the action and wait for the process to be completed.
Attention, after reset, the phone will return to factory settings.
- π Enter the Google account data that was linked to the device (required to MIUI 12+).
- π± Reset the phone as if after purchase.
- βοΈ Restore data from a backup (if it was created in Mi Cloud).
π‘
Recovery is the only way to disable TalkBack if the phone is completely locked and does not respond to touch, but after this procedure, all settings and applications are guaranteed to fly off.
Method 5: Disconnect via ADB (for advanced users)
If you are familiar with Android Debug Bridge (ADB), You can turn off TalkBack from the command line without resetting. USB-cable.
What you need:
- π» Computer with installed Xiaomi drivers (you can download on the official website).
- π USB-cable (preferably original).
- π¦ Utility. ADB (download).
Instructions:
- Turn on USB Debugging on your phone: Go to Settings β About Phone β MIUI Version and press 7 times to activate Developer Mode. Return to Settings β Additional β For Developers and enable USB Debugging.
Connect your phone to your computer and confirm your trust in the device.
ADB
adb devices(Your device should appear)
adb shell settings put secure enabled_accessibility_services com.google.android.marvin.talkback/com.google.android.marvin.talkback.TalkBackServiceadb shell settings put secure accessibility_enabled 0Reboot the phone.
If TalkBack is still active after executing commands, check if it is enabled in the device administrator settings:
- Go to Settings β Applications β Permissions β Device Administrators.
- Uncheck TalkBack.
Attention! If you use Xiaomi with custom firmware (like LineageOS or Pixel Experience), standard methods may not work.
β οΈ Install the official firmware via Fastboot or contact the service center. Self-firmware can lead to blocking the bootloader (brick) on models with Anti-Rollback (for example, Redmi). K40, Xiaomi 11T).