How to remove the feature for the blind on Xiaomi: disable TalkBack and Voice Assistant

The feature for people with visual impairments on Xiaomi smartphones (including Redmi and POCO models) is called TalkBack or Voice Assistant, which is designed to voice all actions on the screen, but often activates accidentally โ€” for example, when you repeatedly press the power button or through gestures. If your phone starts โ€œtalkingโ€ all commands, reading messages and describing each tap, do not panic: you can turn off this mode in a few steps.

Complicating the problem is that with TalkBack enabled, standard gestures and navigation work differently: one touch highlights the element, and a double tap activates it. This confuses users who are not familiar with the function. In this article, we will discuss all the ways to turn off the blind mode, from basic to alternative (for example, through ADB or Safe Mode), and explain why the function can turn on on itself and how to avoid it.

What is TalkBack and Why You Need It on Xiaomi

TalkBack is a Google accessibility service integrated into MIUI firmware, which converts the visual interface into speech cues, helping visually impaired users interact with their smartphone.

  • ๐Ÿ”Š Voice over all elements on the screen (icons, buttons, text).
  • ๐Ÿ‘† Altered navigation: one touch highlights the object, double touch activates.
  • ๐Ÿ”„ Gestures to control (for example, holding two fingers up/down to scroll).
  • ๐Ÿ› ๏ธ Integration with other accessibility features (text enlargement, high contrast).

Xiaomi also has its own Voice Assistant, which duplicates some of TalkBackโ€™s features, but works differently, with TalkBack being Googleโ€™s system service, while Voice Assistant is Xiaomiโ€™s development, which can conflict with other apps.

It's useful for people with disabilities, but for ordinary users, activation is often a surprise.

  • ๐Ÿ“ฑ Pressing the power button multiple times (on some models, this is a gesture to call TalkBack).
  • ๐Ÿค Accidental clamping of two fingers on the screen (gust for activation).
  • ๐Ÿ‘ถ Children or pets interacting with the phone.
  • ๐Ÿ”ง Resetting settings to factory (the function can be turned on by default).
๐Ÿ“Š How You Accidentally Included TalkBack on Xiaomi?
Repeatedly pressed the power button
Two fingers on the screen.
Child or animal
After the MIUI update
Another option

Method 1: Disable TalkBack via settings (if the phone responds to touch)

If the screen is touch-responsive, but it's in "blind mode," follow this instruction, and the key is to remember the changed navigation logic: one touch highlights the element, a double touch presses it.

  1. Unlock your phone (if the screen is locked, swipe two fingers up โ€“ this is a gesture to unlock in TalkBack).
  2. One tap on the Settings icon. Wait 1-2 seconds, the item will be framed.
  3. Double tap the icon to open the settings.
  4. In the settings menu, one tap on "Special Features"** (or Additional Features โ†’ Special Features on older versions of MIUI) wait for the highlight, then double tap to log in.

โ˜‘๏ธ Disable TalkBack through Settings

Done: 0 / 6

If the phone is still "talking" after the shutdown, check if Xiaomi's Voice Assistant is active.

  1. In the same special features settings, find the option โ€œVoice Assistantโ€ or โ€œVoice Assistantโ€.

โš ๏ธ Note: On some models (POCO F3, Redmi Note 10 Pro) may need to reboot after TalkBack is disabled.If the screen is not responsive to touch, use method 2 or 3.

Method 2: Disable via Quick Settings (if the screen is unresponsive)

If TalkBack is blocking the screen from working properly, try turning it off via the Quick Settings Panel. This method works on MIUI 12-14:

  1. Swipe two fingers from the bottom up the screen (gesture to call the notification panel in TalkBack mode).
  2. One tap on the Settings icon in the top right corner. Wait for the highlight.
  3. Double tap on the icon to open the advanced settings.
  4. Find the TalkBack tiles (usually illuminated) and one touch on it.
  5. Double touch will shut down the function.

If TalkBack tile is not in the quick settings, add it:

  1. One touch on the Edit icon** (pencil) in the notification panel.
  2. Find TalkBack** in the list of inactive tiles, drag it to the active area (use one touch + hold for drag and drop, then move your finger).
  3. Double touch on the tile after adding.
Xiaomi modelGesture for the notification panel in TalkBackAlternative method
Redmi Note 11/12Two fingers up.Triple press of the power button
POCO X3/X4Two fingers down.Voice command "OK Google, turn off TalkBack"
Xiaomi 12/13Two fingers from either end to the centerConnect the mouse to OTG
Redmi 10A/10CTwo fingers from bottom up + holdReset via ADB

โš ๏ธ Attention: POCO M3 redmi 9A The gesture for the notification panel may conflict with other functions. If the screen is not responding, try connecting. USB-mouse-wise OTG-Adapter โ€“ the cursor is easier to manage settings.

Method 3: Disconnecting through Safe Mode (if the phone is getting stuck)

If TalkBack has caused a freeze or your phone doesn't respond to touch, start your device in Safe Mode, which disables all third-party applications, including accessibility services.

Instructions for Xiaomi:

  1. Press the power button before the off menu appears.
  2. Hold your finger on the โ€œSwitch offโ€ (or โ€œSwitch off powerโ€) for 3-5 seconds.

If the power button does not respond:

  • ๐Ÿ”‹ Connect the charger and hold the power button for 10-15 seconds for a forced reboot.
  • ๐Ÿ”Œ On some models (Redmi Note 8 Pro, POCO F1) To enter safe mode, you need to hold the power button + volume-up.

๐Ÿ’ก

If TalkBack is still active in Safe Mode, itโ€™s a problem with system settings. Try resetting special features through Settings โ†’ System โ†’ Resetting โ†’ Resetting availability settings.

Method 4: Disconnect via ADB (for advanced users)

If standard methods don't work, you can disable TalkBack via Android Debug Bridge (ADB), which requires a computer and enabled USB debugging.

Instructions:

  1. Download and install Platform Tools (includes ADB).
  2. On your phone, turn on Developer Mode: Go to Settings โ†’ About Phone. 7 times click on MIUI Version.** Return to Settings โ†’ Additional โ†’ For Developers. Activate USB Debugging.**
  3. Connect your phone to your computer via USB (use the original cable).
  4. Open the command line (cmd) in the folder with ADB and type: adb devices If the device appears in the list, do: adb shell settings put secure enabled_accessibility_services com.google.android.marvin.talkback/com.google.android.marvin.talkback.TalkBackService:com.xiaomi.accessibility/com.xiaomi.accessibility.talkback.TalkBackService Disable all services: adb shell settings put secure enabled_accessibility_services ""
  5. Reboot the phone.

If TalkBack is still active after completing commands, check the status of the service:

adb shell settings get secure enabled_accessibility_services

If the output is not empty, repeat the disconnect command.

What if the ADB canโ€™t see the device?
1. Make sure that Xiaomi drivers are installed (download from the official website). 2. Try another one. USB-cable (preferably original). 3. Enable the developer settings "Debugging by Debugging" USB (Safe Mode)**.** 4 Restart your computer and phone.5 If you are using Windows, run cmd on behalf of the administrator.

Method 5: Reset availability settings (extreme case)

If none of these methods worked, reset the special features settings, and it won't delete your data, but it will return all the availability parameters to the factory.

Instructions:

  1. Open Settings โ†’ System โ†’ Resetting settings.
  2. Select โ€œResetting availability settingsโ€**.
  3. Confirm the action (a password may be required).
  4. Reboot the phone.

After discharge:

  • ๐Ÿ”„ All features for people with disabilities (TalkBack, font enlargement, high contrast) will be disabled.
  • ๐Ÿ“ฑ Navigation and gestures will return to standard.
  • โš ๏ธ Screen settings (font size, animation) will also reset.

โš ๏ธ Attention: On Xiaomi with MIUI 13+ Resetting availability settings may require confirmation via Mi Account.Make sure you remember the username and password from your Xiaomi account.

Why TalkBack is on its own and how to prevent it

If the blind function is activated without your involvement, the reasons may be as follows:

Reason.How to prevent
Accidental pressing of the power button (3-5 times in a row)Turn off gesture in Settings โ†’ Special features โ†’ TalkBack โ†’ Settings โ†’ Gestures
Conflict with a cover or protective glassCheck if the sensors are touching the cover or film. Use button cases with cutouts.
Automatic activation after MIUI updateBefore upgrading, turn off TalkBack and reset availability settings.
Virus or malwareCheck your phone with an antivirus (such as Dr.Web or Malwarebytes).
Misfunction of MIUIPerform a cache reset via Recovery (does not delete data).

To permanently block accidental switching on:

  1. Go to Settings โ†’ Special Options โ†’ TalkBack โ†’ Settings.
  2. Turn off the Quick Turn on (or Gestures) option.

๐Ÿ’ก

If TalkBack is turned on after a reboot, check if there is a parental control app on the phone (such as Google Family Link or Xiaomi Child Space).

FAQ: Frequent questions about disabling the feature for the blind on Xiaomi

My Xiaomi is not responding to touches because of TalkBack.
If the screen is locked and does not respond: Connect USB-mouse-wise OTG-Adapter and control cursor. Use voice commands (say "OK Google, turn off TalkBack"). Press the power button for 10 seconds to force reboot, then quickly turn off the feature in the settings.
After TalkBack was shut down, the phone started to slow down.
It could be related to: ๐Ÿ—‘๏ธ Residual service processes. Reboot the phone. ๐Ÿ”„ Conflict with other accessibility features. Reset special features settings. ๐Ÿ“‰ Lack of RAM. Close all applications through the last task menu. If the brakes are still, check the CPU load in Settings. โ†’ The phone. โ†’ Status of the system.
Can TalkBack be removed completely?
No, TalkBack is a system application, and you can't remove it without root rights: ๐Ÿ”• Turn it off in the settings. ๐Ÿ”ง Remove updates through Settings โ†’ Annexes โ†’ TalkBack โ†’ Menus (โ‹ฎ) โ†’ Remove updates. ๐Ÿ›ก๏ธ Block Autostart in Settings โ†’ Annexes โ†’ TalkBack โ†’ Auto-start.
TalkBack turned on after the MIUI update. How do I fix it?
Updates sometimes reset special features. To prevent this: Before upgrading, disable TalkBack and reset availability settings. After updating, check if features in Settings โ†’ Special features are activated. If the problem repeats, roll back to the previous version of MIUI via Recovery.
My POCO F4 GT doesn't have TalkBack in the settings. Where do I look?
On some POCO and Redmi models, the function may be called differently: Voice Assistant**, an analogue of TalkBack from Xiaomi. Screen Reader**, on firmware for the global market. Select to Speak**, an alternative voice service. Check all sections in Settings โ†’ Special features.