Skip to content
Home » Android » How to Turn On TalkBack on Android and Use Gestures

How to Turn On TalkBack on Android and Use Gestures

If you’re visually impaired or looking for a more convenient way to navigate your smartphone, enabling TalkBack can change how you interact with your Android device. In this quick tutorial, we will guide you step-by-step on how to enable or turn on TalkBack on Android from device Settings and by using ADB commands via your PC. Talkback is an accessibility feature on Android devices that assists users with visual impairments or disabilities. It provides spoken feedback and audible cues to help navigate and interact with the phone.

Android accessibility features are meant to help people with limited vision or dexterity use their devices. TalkBack reads out loud text, menus, and other elements on the screen, and allows users to navigate using gestures or external hardware like a braille keyboard. This feature can be enabled from the Accessibility menu on Android devices.

Turning on TalkBack from Settings

Turning on TalkBack on an Android device through the Settings menu is much easier than turning it off.

To enable TalkBack from the Settings menu, do the following:

  1. Open the Settings app on your Android device.
  2. Scroll down to find Accessibility. If you own a OnePlus phone, you’ll find Accessibility under Settings > System. On Xiaomi and Redmi phones, navigate to Settings > Additional settings. The easiest way to find any item under device settings is to tap the Search icon or the Search bar and type your query word.accessibility settings on android
  3. Tap Accessibility and you should find TalkBack and other accessibility options on the next screen. Tap on TalkBack.accessibility menu on android
  4. Tap the toggle button next to the TalkBack option.tap on talkback toggle to turn it on
  5. Your Android device will prompt you to grant full Accessibility permissions to TalkBack so that it can control your phone. Tap Allow when prompted.allow talkback permission to control phone
  6. You’ll then be prompted to change language settings if you want to. Click OK.talkback language settings on android
  7. Finally, tap Turn off when prompted.turn off talkback android

TalkBack will turn on your Android phone. You’ll start getting audio feedback.

Enabling TalkBack Shortcuts to Turn in On or Off

Android devices let you create TalkBack shortcuts to enable or disable this accessibility feature. Here is how to create TalkBack shortcuts on an Android phone or tablet.

  1. Navigate to Settings > Accessibility > TalkBack and tap the toggle button next to the TalkBack shortcut option to enable it.
  2. Now tap the TalkBack shortcut to view the shortcuts.enable talkback shortcut on android
  3. On the next page, you’ll have the list of Talkback shortcuts you can enable.talkback shortcuts on android

As you can see, there are 3 ways to turn TalkBack on or off using shortcuts.

  1. Tap the Accessibility button on the navigation bar.
  2. Press the Power + Volume up buttons simultaneously.
  3. Press and hold the Volume up + Volume down buttons together for 3 seconds.

How to Turn On TalkBack via ADB

ADB is a powerful tool that allows you to communicate with your Android device through a computer. It can be used for various purposes, including enabling or turning off TalkBack on your device. Below, we will walk you through the steps to turn on TalkBack using ADB commands. The method will require a computer and a USB cable.

If you have already set up ADB on your Windows, macOS, or Linux system, you may jump to the command execution steps directly. However, if you are new to ADB, you must set it up first.

  1. Download and install the latest ADB and Fastboot drivers.
  2. Extract the downloaded Zip and move the ‘platform-tools’ folder to a convenient location on your computer.
  3. Enable USB debugging from the Developer options on your Android device.
  4. Also, navigate to Settings > Display > Screen timeout and extend it to 10 minutes. Later, you can revert to your preferred screen time-out duration.
  5. Connect your phone to your computer using a compatible USB cable.
  6. Now, open the extracted Platform-tools folder.
  7. Type ‘powershell‘ in the folder window address bar to launch a PowerShell window. Alternatively, place the mouse pointer in an empty place in the folder window, right-click on the mouse, and select Open in Terminal from the context menu.
  8. When the PowerShell window is launched, type the following command and hit Enter. Check your phone’s screen and tap Allow when prompted to authorize ADB on your device.
    adb devices
  9. ADB will show your device ID represented by a string of alphanumeric values. It shows that your device is connected and ready to accept commands from your computer.adb devices command in windows powershell
  10. Now, execute the following command in the PowerShell window.
    adb shell settings put secure enabled_accessibility_services com.google.android.marvin.talkback/com.google.android.marvin.talkback.TalkBackService

    adb command to turrn on talkback on android

You have successfully enabled TalkBack using ADB. You should also check out these ADB commands to control Accessibility settings on your Android device.

Touch Gestures to Use Phone in TalkBack Mode

Now that you have enabled TalkBack on your device, you must use touch gestures to navigate, select, input text, and activate or deactivate the on-screen options or items. Below is a list of gestures that will help you control your phone and use it in TalkBack mode.

  • Single tap: Tap with one finger to select an app, option, or on-screen item. The selected item is highlighted with an outline. When the keyboard app is active, you can type text using the single tap gesture.
  • Double-tap: Tap with one finger twice to open an app, or select an on-screen item. When an audio or video app is running. You can stop, play, or pause it by double-tapping anywhere on the screen.
  • Swipe from right to left: Swipe with one finger from right to left on your phone’s screen to move up in a list of options.
  • Swipe from left to right: To move down, swipe with one finger from the left side of your device’s screen to the right. You can use swiping with two fingers to clear the notifications.
  • Swipe up and down: Swipe up and down with two fingers to scroll up or down.
  • Swipe up: Swipe with two fingers from the bottom of the home screen to open the app drawer.
  • Swipe down: Swipe down with two fingers from the status bar to open the notification shade and quick settings screen.
  • Triple tap: To hear status bar info like the time, date, battery level, signal strength, etc. use the triple-tap gesture anywhere on the screen with 2 fingers.

Using the above touch and swipe gestures, you can also turn off TalkBack on your Android phone or tablet.

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