Accidental activation apps for the blind on Android is one of the most annoying situations for users. The screen goes blank, gestures stop working, and the voice assistant begins to voice your every action. Most often, the culprit is TalkBack a standard accessibility service from Google, which is activated by accidental key presses or through settings. But the problem is that it is almost impossible to turn it off in blind mode without preparation.

Many users in a panic try to reboot the device or even reset it to factory settings, not suspecting that the solution lies on the surface. In this article we will look at all possible ways to disable mode for the visually impairedincluding hidden key combinations, developer settings and even methods through ADB for the most difficult cases. We will pay special attention to devices from Samsung, Xiaomi and Huawei, where the interface may differ.

If you are reading this article on a phone that is already in the mode for the blind, try going straight to section about emergency shutdown โ€” there are the fastest methods without the need to see the screen.

๐Ÿ“Š How did you accidentally turn on blind mode?
Press the power button three times
Through accessibility settings
Childish prank
I donโ€™t know, it turned on by itself
Another option

Emergency shutdown of TalkBack without access to the screen

When TalkBack is active, standard gestures stop work: one touch selects an element, double touch activates it. To disable blind mode, use universal key combination:

1. Press simultaneously volume up button and power button for 3-5 seconds.

2. After vibration or a sound signal, release the buttons - a request to turn off should appear TalkBack.

3. Confirm the action double tap on the screen (even if you do not see anything).

This method works on most devices running Android 9 and newer. If the combination does not work, try an alternative method:

  • ๐Ÿ”„ Restart in Safe Mode: hold down the power button, then hold your finger on the "Power off" option until a request to enter safe mode appears. In this mode, all third-party services (including TalkBack) are disabled automatically.
  • ๐Ÿ“ฑ Using a physical keyboard: if you have a device with a keyboard (for example, BlackBerry KEY2 or Unihertz Titan), press Alt + Shift + T is a standard combination for disabling accessibility services.
โš ๏ธ Attention: On some devices Samsung (series Galaxy S20 and later), the key combination may conflict with Bixby. If after pressing the voice assistant is activated, try holding the buttons longer (up to 10 seconds).

Disable through Android settings (if the screen is visible)

If you managed to temporarily deactivate TalkBack or you can see the screen, go to settings for full shutdowns:

1. Open the application Settings (gear icon).

2. Go to the section Accessibility (on some devices - Accessibility).

3. Select TalkBack (or Narrator on Xiaomi).

4. Move the slider to position Off. or uncheck.

On devices Huawei the path may differ: Settings โ†’ System โ†’ Accessibility โ†’ Accessibility Services โ†’ TalkBack.

Manufacturer Path to TalkBack settings Features
Samsung Settings โ†’ Management โ†’ Special features โ†’ Narrator Can be called "Voice Assistant" on older models
Xiaomi/Redmi/Poco Settings โ†’ Advanced โ†’ Special features โ†’ TalkBack Requires confirmation with Mi Account password
Google Pixel Settings โ†’ System โ†’ Accessibility โ†’ TalkBack Supports gestures for quick shutdown
OnePlus Settings โ†’ System โ†’ Accessibility โ†’ Services May conflict with OxygenOS gestures

On devices with the EMUI shell (Huawei/Honor), after disabling TalkBack, the "Voice Assistant" service may remain active. It must be deactivated separately in the "Voice Control" section.

Make sure TalkBack is turned off in the settings|Check the "Services" section availability" for the presence of other active apps|Reboot the device to apply the changes|Try pressing the power button three times (nothing should happen)-->

Disable through developer settings

If standard methods do not work, you can use developer mode. This method is suitable for experienced users and requires caution:

1. Activate developer mode:

- Go to Settings โ†’ About phone.

- Find the item Build number and click on it 7 times.

- Enter the PIN code if required.

2. Return to the main settings menu and open the new section For Developers.

3. Scroll down to the block Services and select:

- Disable all accessibility services (on some devices).

- Or manually deactivate TalkBack in the list of services.

On devices with Android 12 and newer, additional confirmation may be required via Google Account.

โš ๏ธ Attention: In developer mode, you can accidentally enable USB debugging, which creates a vulnerability for malware. After disabling TalkBack, we recommend returning to this section and. deactivate the option USB debuggingif it is not needed.
What to do if the "For Developers" section is not displayed?

If after 7 clicks on "Number" Build" section does not appear, check:

1. Perhaps your device uses custom firmware (for example, LineageOS), where the activation path is different.

2. On some devices Samsung you need to click not on "Build number", but on "Software version".

3. If the device is corporate (with MDM), the administrator may have blocked access to these settings.

As a last resort, try using ADB (described in the next section).

Disabling TalkBack via ADB (for advanced users)

If all the previous methods did not work, it remains debugging via ADB. This method requires a computer and minimal knowledge of the command line.

1. Install ADB Tools on a PC (you can download from the official one). site Android Developers).

2. Connect your phone to the computer via a USB cable (use the original cable for a stable connection).

3. Enable USB debugging in the developer settings (if not already activated).

4. Open the command line (or Terminal on Mac/Linux) and enter:

adb shell settings put secure enabled_accessibility_services com.google.android.marvin.talkback/com.google.android.marvin.talkback.TalkBackService:com.android.talkback/com.google.android.marvin.talkback.TalkBackService

5. Restart the device.

To completely disable all accessibility services, use the command:

adb shell settings put secure enabled_accessibility_services ""

If after execution commands TalkBack is still active, check for updates for services Google Play - sometimes the problem lies in a version conflict.

adb backup -apk -obb -shared -all -f backup.ab

The file backup.ab will be saved in the current folder on the PC.-->

Disconnection on Samsung devices with Bixby

On smartphones Samsung Galaxy (series S8โ€“S23, Note, Fold) TalkBack often conflicts with Bixby. To disable both services:

1. Hold the button Bixby (or combination Power + Volume Down on new models) until the menu appears.

2. Turn on the mode Do not disturb โ€”this will temporarily pause the work of voice assistants.

3. Go to Settings โ†’ Applications, find Bixby Voice and click Disable.

For complete removal Bixby (permissions required root):

adb shell pm uninstall -k --user 0 com.samsung.android.bixby.agent

On devices with One UI 5.0 and newer TalkBack can be automatically turned on when headphones are connected. To fix this: Settings โ†’ Special. options โ†’ Headphones โ†’ Disable "Automatic activation of services".

What to do if nothing helps?

If all of the above methods were useless, consider the following options:

  • ๐Ÿ”ง Reset accessibility settings:

    - Go in Settings โ†’ System โ†’ Reset โ†’ Reset accessibility settings.

    - This will return all accessibility settings to factory settings, but will not affect personal data.

  • ๐Ÿ“ฆ Uninstalling updates for TalkBack:

    - In Settings โ†’ Applications โ†’ TalkBack click on the three dots in the upper corner and select Uninstall updates.

    - After this, the service will return to the factory version, which is easier to disable.

  • ๐Ÿ› ๏ธ Flashing via Odin (for Samsung):

    - An extreme method if TalkBack the device is blocked at the system level.

    - Requires downloading the original firmware from the site Sammobile and using the app Odin.

โš ๏ธ Attention: Flashing via Odin resets all data and may void the warranty. This method is recommended only if the device is completely locked and other methods have not helped. Before the procedure, make sure that the phone model matches the firmware version!
๐Ÿ’ก

Before radical measures (resetting, flashing), try connecting the phone to another device via Smart Switch (Samsung) or Mi Mover (Xiaomi) and create backup copy of your data.

How to prevent accidental activation in the future

To avoid re-activation TalkBack, follow a few simple steps:

1. Disable quick combinations:

- Go to Settings โ†’ Special. options โ†’ Shortcut keys and deactivate the option TalkBack.

- On Samsung this may be called Side panel or Gestures.

2. Customize blocking parameters:

- In the section Special. capabilities find Service settings and set a PIN code for changes.

- This will prevent accidental activation by children or accidental touches.

3. Use third-party launchers:

- Install Nova Launcher or Action Launcher and disable support for accessibility services in their settings.

- These launchers allow you to hide icons TalkBack from the application menu.

4. Check applications from the manufacturer:

- On Xiaomi delete or freeze the application com.miui.accessibility (requires root).

- On Huawei disable Huawei Mobile Services in the section Applications โ†’ Three dots โ†’ Show system.

Action Effect Risks
Disable shortcut keys Prevents accidental activation No
Setting PIN to special. features Blocks changes without a password You can forget your PIN
Removing TalkBack updates Returns the factory version May disrupt the operation of other services Google
Using ADB to disable Full control over services Errors in commands can lead to crashes

1. Install the application Activity Launcher from Google Play.

2. Find activities in it com.android.settings/.accessibility.AccessibilitySettingsActivity.

3. Create a shortcut on the home screen.

Now you can disable the service in two taps.-->

FAQ: Frequently asked questions about disabling TalkBack

Is it possible to disable TalkBack without rebooting?

Yes, but only if you have access to the screen. Use the keyboard shortcut (Volume up + Power) or go to settings via voice commands (say "Hey Google, open accessibility settings"). If the screen is completely locked, rebooting into safe mode is the fastest way.

Why does TalkBack turn on again after turning off?

This happens due to:

  • Automatically turning on when headphones are connected (setting in Special features โ†’ Headphones).
  • Google Play services updates (check the TalkBack version in Settings โ†’ Applications).
  • Viruses or malicious applications (scan your device via Malwarebytes).

Solution: disable automatic updates for TalkBack on Google Play.

How to disable TalkBack on a tablet without physical buttons?

On tablets (for example, Samsung Galaxy Tab or Lenovo Tab) use:

  1. Swipe the screen with two fingers from top to bottom (should bring up the notification panel).
  2. Voice command "Open accessibility settings" (if enabled Google Assistant).
  3. Connect a USB keyboard and press Alt + Shift + T.

If nothing works, connect the tablet to the TV via HDMI (if supported) and control it from the remote control.

Is it possible to remove TalkBack completely?

On most devices, TalkBack is a system application, and it is impossible to completely remove it without root access. you can:

  • Disable all its functions in the settings.
  • Delete updates (the factory version will return).
  • Use ADB to deactivate:
    adb shell pm disable-user --user 0 com.google.android.marvin.talkback

On devices with root, you can delete the APK file via Root Explorer, but this may disrupt the operation of other Google services.

TalkBack turned on after updating Android. What should I do?

OS updates sometimes reset accessibility settings In this case:

  1. Go to Settings โ†’ System โ†’ Reset โ†’ Reset accessibility settings.
  2. Check if additional services have been activated (for example, Select to Speak or Voice Access).
  3. If the problem persists, reset the cache via Recovery Mode (does not affect personal data).

On Samsung after the update One UI you may need to re-register your fingerprint - sometimes this conflicts with accessibility services.