Have you accidentally activated narrator on your phone, and now Android reads out loud your every action? The voice assistant TalkBack (or analogs in shells Samsung, Xiaomi, Huawei) is useful for people with vision problems, but for other users its sudden activation becomes a real headache. The smartphone begins to voice every tap, swipe, and even notifications - and disabling this function is not as easy as it seems.

The problem is that with it turned on mode for the visually impaired standard gestures stop working: instead of scrolling the screen, you activate the announcer commands, and the usual pressing the button is perceived as a double tap. In this article we will analyze all current ways to disable the screen reader on Android 10โ€“14including workarounds for cases when the phone โ€œdoes not listen.โ€ The instructions are adapted for popular brands and firmware versions.

Why the screen reader turns on and how to prevent it

80% cases TalkBack or its analogues (Voice Assistant on Xiaomi, Screen Reader on Huawei) are activated accidentally. Most often this happens due to:

  • ๐Ÿ‘† Triple pressing the button Home (on older models Samsung and LG).
  • ๐Ÿ”„ Simultaneous pressing buttons Volume up + Volume down (on some devices Google Pixel and Motorola).
  • ๐Ÿ“ฑ Enabling the function via Quick settings (swipe down with two fingers can work as a command).
  • ๐Ÿค– Automatic launch after a system update (for example, Android 13 Samsung sometimes resets accessibility settings).

To avoid turning it on again, check the settings gestures and shortcuts:

  1. Open Settings โ†’ Accessibility โ†’ Narrator.
  2. Tap on TalkBack settings (or equivalent).
  3. Disable option Quick start or Start gesture.
๐Ÿ’ก

On some smartphones Xiaomi (for example, Redmi Note 12) the screen reader turns on when you triple press on Power button. Disable this function in Settings โ†’ Advanced โ†’ Accessibility โ†’ Flashing indicator

If the speaker turned on after a system update, the accessibility settings may have been reset. will help resetting accessibility settings (more about this in the section on radical methods).

Method 1: Standard shutdown through settings (if the phone is โ€œlisteningโ€)

If you can more or less control the phone despite voice prompts, use this method. works on pure Android (Google Pixel, Nokia, Motorola) and most shells.

Open Settings (gear icon)|Go to section Accessibility|Select Display announcer or TalkBack|Move the slider to position Off|Confirm the action in the pop-up window-->

On some devices the path may be different:

Brand Path to settings Notes
Samsung (One UI) Settings โ†’ Ease of use โ†’ Narrator Can be called Voice Assistant on older models.
Xiaomi (MIUI) Settings โ†’ Accessibility โ†’ Narrator On Redmi and POCO the path is identical.
Huawei (EMUI) Settings โ†’ System โ†’ Special features โ†’ Screen reading Requires password confirmation.
Google Pixel Settings โ†’ Special. options โ†’ TalkBack You can turn it off by voice: say โ€œTurn off TalkBackยป.

If after turning off the speaker turns on again when unlocked, check the settings automatic launch can be activated in the section Accessibility โ†’ Service settings. There, the option Enable when headphones are connected or Start after reboot.

Method 2: Disabling through the notification panel (quick method)

On many smartphones, the screen reader can be turned off directly from curtains. notifications, without delving into the menu. This method works if:

  • ๐Ÿ“ฒYou have Android 11 or newer.
  • ๐Ÿ”ฝ In the notification panel there is a button TalkBack (or Screen Narrator).
  • ๐Ÿ‘† You can swipe down with two fingers (this is a gesture to open the curtain when the speaker is on).

Instructions:

  1. Swipe two fingers from top to bottom (this will open the notification panel).
  2. Find the button TalkBack (usually it is in the first row of quick settings).
  3. Tap on it two fingers (a single tap will simply highlight the button, but will not activate it).
  4. Confirm deactivation in the window that appears.
๐Ÿ“Š What smartphone do you have?
Samsung
Xiaomi
Huawei
Google Pixel
Another brand

If the buttons TalkBack are in the curtain no, you can add it:

  1. Open the notification curtain.
  2. Tap on the icon Pencil (or Edit).
  3. Find it in the list TalkBack and drag it to the active buttons.
What to do if the curtain does not open?

If swiping with two fingers does not work, try:

Hold the button Power for 3 seconds โ†’ select Reboot (on some phones the speaker turns off after reboot).

2. Connect the phone to the computer and use ADB to disable (method 4 in this article).

3. Ask a friend for help - let him do the swipe for you (sometimes this is easier than explaining gestures).

Method 3: Turn off using voice (if the announcer supports commands)

Modern versions TalkBack (starting from Android 9) understand voice commands. This is the easiest way if you canโ€™t figure out gestures. Say one of the phrases:

  • ๐ŸŽค ยซTurn off TalkBackยป
  • ๐ŸŽค ยซTurn off screen readerยป
  • ๐ŸŽค ยซStop screen reader" (on the English version of Android)

If the voice command does not work:

  1. Make sure that the microphone is not muted (check the physical switch on the phone, if there is one).
  2. Repeat the command more clearly, without pauses.
  3. If the announcer answers "The function is disabled", then voice control is disabled in his settings.

On Samsung Galaxy s One UI 5.0+ voice commands only work when connection to the Internet (cloud speech processing is required). On Google Pixel and Android 13+ commands are executed offline.

๐Ÿ’ก

Voice disconnection is the fastest method, but does not work on all firmware. If the speaker does not respond to commands, proceed to the next method.

Method 4: Radical methods (if the phone โ€œdoes not listenโ€)

If standard methods do not help, and the screen reader blocks all actions, you will have to use alternative methodsThey are suitable for cases when:

  • ๐Ÿ”’ The phone does not respond to taps.
  • ๐Ÿ”„ The announcer turns on again after disconnecting.
  • ๐Ÿ“ต The screen is locked and unlocking is impossible due to voice prompts.

Method 1: Reset accessibility settings

  1. Open Settings โ†’ System โ†’ Reset settings.
  2. Select Reset accessibility settings (do not confuse with a full reset!).
  3. Confirm the action. This will disable all functions for the visually impairedincluding Narrator.

Method 2: Disabling via ADB (for advanced users)

If you have a computer and installed ADB driversrun:

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

adb shell settings put secure accessibility_enabled 0

After that, reboot your phone.

๐Ÿ’ก

To avoid installing ADB, you can use online services like WebADB (works through a browser).

Method 3: Hard reboot

On some phones (for example, Samsung Galaxy A-series), the screen reader turns off after forced reboot:

  1. Press the button Power + Volume down for 10โ€“15 seconds.
  2. Wait for vibration and brand logo.
  3. After turning on, check whether the speaker has turned off.
โš ๏ธ Attention: On Xiaomi and Huawei a hard reboot may require you to enter a password Mi Account or Huawei ID. Make sure you remember your login details!

Method 5: Disabling on the locked screen (if the phone does not unlock)

The most unpleasant situation is when the screen reader turns on locked phoneand you cannot unlock it due to voice prompts. Here's what to do:

Option 1: Use a fingerprint or Face ID

  • ๐Ÿ‘† If there is a button on the lock screen Fingerprint or Face recognition, tap on it two fingers (a single tap will only highlight the button).
  • ๐Ÿ”“ After unlocking, immediately go to settings and disable announcer (method 1).

Option 2: Emergency call

  1. On the lock screen, tap on Emergency call (or SOS).
  2. Dial any number (for example, 112) and immediately click Cancel.
  3. In some firmware, this will open access to Settings via the notification panel.

Option 3: Connect a keyboard or mouse

If you have OTG cable, connect a USB keyboard or mouse:

  • ๐Ÿ–ฑ๏ธ Using the mouse, move cursor on Settings and click.
  • โŒจ๏ธ On the keyboard, use Tab, Enter and arrows to navigate.
โš ๏ธ Attention: On Android 12+ Some manufacturers block access to settings from the locked screen. In this case, only resetting via Recovery will help (but this will delete all data!).

What to do if the screen reader turns on by itself

If The announcer is activated after reboot or when connecting headphones, the problem is a failure in the accessibility settings. Try:

1. data-i="260">Go to

  1. Go to Settings โ†’ Applications โ†’ Accessibility โ†’ Accessibility.
  2. Select TalkBack (or equivalent).
  3. Disable options Autostart and Allow changing system settings.

2. Check the gesture settings

On Samsung and Xiaomi narrator can be activated via:

  • ๐Ÿ‘‹ Gesture Wave hand (on Galaxy S22+ and newer).
  • ๐Ÿ”„ Triple Pressing Power button (on Redmi Note 11 and the like).

Disable these options in Settings โ†’ Advanced โ†’ Gestures.

3. Reset accessibility settings

If the problem persists, reset:

  1. Open Settings โ†’ System โ†’ Reset settings.
  2. Select Reset accessibility settings.
  3. Confirm the action (this will not delete your data, only settings for the visually impaired).

4. Check third-party applications

Some apps (for example, Bixby on Samsung or Google Assistant) may conflict with the screen reader. Try:

  • ๐Ÿ“ฑ Disable Bixby Voice in Settings โ†’ Advanced โ†’ Bixby.
  • ๐Ÿค– Uninstall updates for Google App (go to Settings โ†’ Applications โ†’ Google โ†’ Three dots โ†’ Uninstall updates).

FAQ: Frequently asked questions about screen display Narrator on Android

Is it possible to disable Narrator permanently so that it does not turn on accidentally?

Yes, for this:

  1. Open Settings โ†’ Accessibility โ†’ Narrator โ†’ Settings.
  2. Disable the option Quick start (or Launch gesture).
  3. Remove the button TalkBack from the quick panel settings.

On Samsung additionally disable Bixby Voiceas it can activate the announcer by voice.

Why, after disabling, does TalkBack turn on again when you reboot?

This happens due to:

  • Failure in accessibility settings (needs reset).
  • Conflict with other services (for example, Google Assistant or Bixby).
  • Virus or malware (check your phone with an antivirus).

Solution: reset your accessibility settings (section 4) or check your phone for viruses.

How to disable screen reader on Android if your phone does not respond to touch?

If the screen does not respond:

  1. Connect USB mouse via OTG cable and control the cursor.
  2. Use ADB (method 4) to disconnect via computer.
  3. Run hard reboot (press Power + Volume down for 10 seconds).

If all else fails, all that remains is reset via Recovery (will delete all data!).

Is there a difference in disabling TalkBack on Samsung, Xiaomi and Google Pixel?

Yes, the paths are different:

Brand Disablement features
Samsung Uses Voice Assistant instead of TalkBack. You can disable it via Bixby (say: "Turn off the screen readerยป).
Xiaomi On MIUI 13+ the narrator is turned on by triple pressing on Power button. It is turned off in Settings โ†’ Accessibility โ†’ Narrator.
Google Pixel Supports offline voice commands. Can be disabled via Google Assistant: say: "Ok Google, turn off TalkBackยป.
Is it possible to turn off Narrator via a computer without ADB?

Yes, there are two ways:

  1. Use Samsung Smart Switch (for Samsung devices):
    • Connect your phone to the PC.
    • Open Smart Switch and go to Settings โ†’ Backup.
    • Uncheck Accessibility and restore the settings.
  2. Restore a backup without settings availability:
    • Create a backup via Settings โ†’ System โ†’ Backup (after turning off the speaker).
    • The next time you turn on the speaker, restore the settings by excluding the section Accessibility.