Skip to content
Home » Android » 6 Ways to Turn Off TalkBack on Android (ADB & Gestures)

6 Ways to Turn Off TalkBack on Android (ADB & Gestures)

When enabled, Talkback provides spoken feedback and notifications to help blind people by describing what they touch, select, and activate on their Android devices. While it is helpful for partially-sighted or blind people, normal people might find it pretty irritating. This tutorial will explore various ways to turn off TalkBack on Android. The 6 methods described below include disabling TalkBack from device Settings using touch gestures, hardware keys, a voice command, and ADB.

TalkBack is a part of Android’s comprehensive Accessibility settings. The TalkBack mode has accessibility permissions that authorize it to perform various tasks. It takes full control of your phone to read the content on your phone’s screen including PINs and passwords and track your interactions with an app and hardware sensor. It is also known as Screen Reader, Voice Assistant, SoundBack, and KickBack.

Let’s check out all possible methods to disable TalkBack on Android devices.

Using Voice Command in Google Assistant

If you use Google Assistant voice commands on your device, you can easily turn off TalkBack with a voice command.

  1. Hold the Home button on the navigation bar to activate Google Assistant.
  2. Just say ‘Hey Google, turn off TalkBack‘.turn off talkback using google assistant voice command
  3. You’ll listen to the TalkBack assistant saying, ‘TalkBack is turned off’.

Using TalkBack Shortcuts (3 Methods)

The following 3 methods to turn off TalkBack will work depending on the shortcuts you have enabled. Android supports different TalkBack shortcuts for quick access without navigating to Accessibility settings. Navigate to Settings > Accessibility > TalkBack and tap the switch next to the TalkBack shortcut. Then select the TalkBack shortcut option to enable it.android talkback shortcut

Having enabled the shortcuts, you can turn Talkback off or on whenever you want without going to device Settings.

1. Turn off TalkBack Using Volume Up and Down Keys

You can also turn off TalkBack on Android devices without navigating through device settings using hardware keys. Simply press and hold the Volume up + Volume down keys simultaneously for 3 seconds. Keep the volume keys pressed until you hear a confirmation that TalkBack is turned off.

turn off talkback using volume keys

2. Toggle TalkBack by Tapping the Accessibility Button

If you have enabled this TalkBack shortcut, you can easily enable or disable it by tapping on the Accessibility button located on the navigation bar or the floating button. You can single-tap and then double-tap on this TalkBack shortcut to turn it off or on.

double tap on talkback shortcut to turn it off

3. Using the Volume Up and Power Keys

This TalkBack shortcut involves pressing the Volume up + Power buttons together. Doing so will turn off TalkBack if it is enabled and vice versa.

Turn off TalkBack or from Settings

Navigating through your device settings when the TalkBack mode is enabled may be tricky. You must use touch and finger gestures to navigate, scroll input text, and select the on-screen options or items when TalkBack is enabled.

  • Single tap: Tap with one finger to select an app, option, or on-screen item. The selected item is highlighted with a blue outline.
  • Double-tap: Tap 2 times in a row to open an app, or select an on-screen item.
  • Swipe up and down: You can swipe up and down with 2 fingers to scroll up or down.

Once you get familiar with the finger gestures, you can easily get past the lock screen and find your way to Settings > Accessibility > TalkBack to disable it.

  1. If your smartphone or tablet has a fingerprint sensor, you can use it to unlock your device by placing your registered finger on the scanner.
  2. In case you can’t use the fingerprint sensor, you can use Face Unlock to unlock your device and go to the home screen.
  3. If you want to unlock your phone using a PIN or password, turn on the lock screen and swipe up with 2 fingers. Then tap the number or alphabet. Samsung users can type the password with a single tap. On Xiaomi devices, however, tap the alphabet or number button to select and then double-tap to input it.
  4. Now that you have already got past the lock screen, open the Settings app.
  5. To do so, you can open Quick Settings by swiping down with 2 fingers from the status bar and then double-tap the Settings (⚙️)icon. Alternatively, you can open the app drawer by tapping and then double-tapping the app drawer icon or swiping with 2 fingers from the bottom of your home screen.
  6. Once you are on the Settings page, swipe up with 2 fingers to find Accessibility. On some Android devices, you may find the Accessibility menu under System/Additional settings/More settings.
  7. Tap Accessibility once followed by double-tap to open it.
  8. Now, open TalkBack using the same tap patterns.
  9. Finally, tap the toggle button next to TalkBack once and then twice on the Turn off option on your Samsung, OnePlus, Xiaomi, or any other Android phone.turn off talkback on samsung phones

Turn Off TalkBack via ADB

ADB Shell commands can come in handy in many ways. Using these commands, you perform several tasks and make changes to the system settings on your Android device. You can use a Shell command to easily enable or turn off TalkBack without going to settings.

Download and set up the SDK Platform-tools on your computer, type the following command, and hit Enter. To save time and avoid typos, copy the command using Ctrl+C and paste it into the command window.

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

ADB command to turn off Talkback
Alternatively, you can use the following command to force stop TalkBack:

adb shell am force-stop com.google.android.marvin.talkback

So, this is how we can turn off TalkBack on the lock screen of any Android phone or tablet. Should you get stuck at any step mentioned in this tutorial or are confused, do not hesitate to ask.

Read Next: Complete List of Android USSD and Secret Codes

Rakesh Shukla

Rakesh Shukla

Rakesh is a geek by heart with an ardent passion for all things tech. From a young age, he was drawn to the world of technology and found himself constantly tinkering with gadgets and devices. He enjoys learning and discovering the newest trends in the world of Android, iOS, and Windows.View Author posts