Screen assistant on Android is a special function for people with disabilities that voices actions on the screen, enlarges interface elements or simplifies management. The most well-known options are TalkBack from Google, Voice Assistant on devices Samsung or Xiaomi, as well as third-party applications like Accessibility Suite. However, many users are faced with the fact that the assistant is activated accidentally - for example, after pressing hot keys or updating the system - and begins to interfere with standard work with the smartphone.

The problem is complicated by the fact that the assistant's interface radically changes the usual controls: instead of the usual taps, specific gestures are required, and voice prompts can be annoying in public places. Moreover, on some devices (especially with shells MIUI or One UI), disabling the assistant is hidden in the depths of the settings or blocked by the administrator. In this article we will analyze all possible ways to deactivate the screen assistant - from standard methods to hidden commands for experienced usersand also explain why it can turn on by itself and how to avoid it.

What is the screen assistant and why do you need it

Onscreen assistant (or accessibility service) is a set of functions that adapt the interface Android to the needs of people with visual impairments, motor functions or cognitive disabilities. The main tasks of such services:

  • ๐Ÿ”Š Voicing actions: reading text on the screen, description of buttons and notifications (for example, in TalkBack).
  • ๐Ÿ‘๏ธ Zoom elements: scaling the interface for the visually impaired (function Magnification).
  • ๐Ÿ–ฑ๏ธ Alternative controls: control by gestures, voice or external devices (for example, Switch Access).
  • ๐Ÿ“ฑ Simplified interface: modes with large buttons for older users.

On most devices by default installed TalkBack (from Google), but manufacturers often add their analogs:

  • Samsung: Voice Assistant (to One UI).
  • Xiaomi/Redmi/Poco: Screen Reader (to MIUI).
  • Huawei/Honor: TalkBack with proprietary settings.
  • Realme/Oppo: Accessibility with extended gestures.

Despite their usefulness, these services are often activated accidentally. For example, on Samsung the assistant can turn on after pressing the button three times Power, and on Xiaomi - by holding two fingers on the screen. In addition, some applications (for example, banking or corporate) may forcefully request access. special features, which also leads to unexpected activation.

๐Ÿ“Š What brand of your Android device?
Samsung
Xiaomi/Redmi/Poco
Huawei/Honor
Realme/Oppo
Other

Method 1: Standard shutdown through Android settings

The most reliable the way to deactivate the on-screen assistant is to use the menu Accessibility. The instructions are suitable for most devices on a clean Android (for example, Pixel, Nokia) and with minimal changes to the shell. Important: if the assistant is already active, the screen control will be non-standard - use double tap instead of a single tap.

Steps to disable:

  1. Open Settings (gear icon).
  2. Go to section Accessibility (or Accessibility).
  3. Select item On-screen assistant, TalkBack or similar (the name depends on the shell).
  4. Move the slider to position Off or click Disable.
  5. Confirm the action in the dialog box (you may need to enter a password or pattern).

On devices with shell One UI (Samsung) the path will be different: Settings โ†’ Ease of use โ†’ Voice Assistant โ†’ Disable.

โ˜‘๏ธ Preparing to disable the assistant

Done: 0 / 4

Method 2: Disabling through the quick settings panel

If the assistant turned on accidentally and interferes with navigation, you can try to disable it through notification panel. This method works on most devices, but may not be available on older versions Android (below 9.0) or in highly customized shells. (for example, ColorOS from Oppo).

Instructions:

  1. Swipe your finger from top to bottom to open the notification panel.
  2. Find the icon TalkBack or On-screen assistant (usually an icon with a person in a circle or an eye).
  3. Tap the icon once. If the assistant is active, you may need to double-tap.
  4. Confirm. disable in the window that appears.

โš ๏ธ Attention: On some devices (for example, Xiaomi Redmi Note 10) the assistant icon is hidden behind the button Edit in the notification panel. If it is not there, use Method 1 or Method 3.

What to do if the notification panel does not open?

If the screen assistant blocks gestures, try:

1. Press and hold the button Power for 5 seconds (on some models this turns off TalkBack).

2. Connect the device to the PC and use ADB to turn it off (see Method 5).

3. Reboot the phone in safe mode (hold Power + Volume Down while turning on).

Method 3: Disable via voice commands

If the screen does not respond to touches or the assistant blocks standard gestures, you can use voice controlThis method only works with an active Google Assistant or proprietary voice assistant (for example, Bixby on Samsung).

Action algorithm:

  1. Activate the voice assistant:
    • For Google Assistant: say "Okay, Google" or hold button Home.
    • For Bixby (Samsung): press the button Bixby or say "Hi, Bixby".
  2. Say the command:
    • "Disable TalkBack" or "Disable Screen Assistant".
    • For Samsung: "Disable Voice Assistant".
  • Confirm the action by voice or on the screen (if prompted).
  • โš ๏ธ Attention: Voice commands may not work if:

    • The device is not connected to the Internet (required to process the request).
    • In the settings, the voice assistant's access to Special features is disabled.
    • Active mode Do not disturb or Saving charge.

    Device brand Voice assistant Command to turn off Internet required
    Google Pixel, Nokia, Motorola Google Assistant "Disable TalkBack" Yes
    Samsung (One UI) Bixby "Turn off Voice Assistant" No (works offline)
    Xiaomi/Redmi (MIUI) Google Assistant or Xiao AI "Turn off Narrator" Yes
    Huawei/Honor (EMUI) Celia (or Google Assistant) "Disable TalkBack" Yes

    Method 4: Reset accessibility settings

    If the screen assistant turns on by itself after a system reboot or update, the problem may lie in a settings failure. In this case, it will help resetting accessibility settings to factory settings. This method does not affect personal data, but will return all accessibility settings to default values.

    How to reset:

    1. Open Settings โ†’ System โ†’ Reset settings (or Advanced โ†’ Reset settings on some devices).
    2. Select Reset accessibility settings (on Samsung this item may be called Reset usability settings).
    3. Confirm the action by entering your password or pattern.
    4. Reboot the device.

    After resetting, all accessibility services (including TalkBack, Screen enlargement and Access gestures) will be disabled. If the problem persists, check the device for viruses or contact a service center - this may indicate firmware corruption.

    ๐Ÿ’ก

    If resetting did not help, try disable automatic application updates in Google Play. Sometimes updates to accessibility services lead to spontaneous activation of the assistant.

    Method 5: Disabling via ADB (for advanced users)

    If standard methods do not work (for example, due to blocking by the administrator or a system failure), you can disable the on-screen assistant via Android Debug Bridge (ADB). This method requires connecting the device to a computer and basic knowledge of working with the command line. It is suitable for all versions Android, including custom firmware.

    Step-by-step. instructions:

    1. Download and install ADB Tools on PC.
    2. Enable USB debugging on your phone: Settings โ†’ About phone โ†’ Build number (press 7 times to become a developer) โ†’ return c Settings โ†’ System โ†’ For developers โ†’ USB debugging.
    3. Connect the phone to the PC via a USB cable and Confirm permission to debug.
    4. Open the command line (Windows) or terminal (macOS/Linux) and enter:
    adb shell settings put secure enabled_accessibility_services ""
    

    adb shell settings put secure accessibility_enabled 0

    These commands will reset all accessibility services. Once completed, restart the device. If you only need to disable TalkBack, use:

    adb shell pm disable com.google.android.marvin.talkback

    โš ๏ธ Attention: Using ADB can lead to system instability if incorrect commands are entered. Do not edit other parameters without understanding their purpose. If, after disabling via ADB, the assistant is activated again, check the device for malware that can change the settings.

    ๐Ÿ’ก

    Disabling via ADB is the only way to bypass the assistant lock set by the device administrator. (for example, in corporate phones).

    Why the screen assistant turns on by itself and how to prevent it

    If the assistant is activated without your participation, the reasons may be the following:

    • ๐Ÿ”„ Crashes after updating: New versions Android or shells (MIUI, One UI) sometimes reset accessibility settings.
    • ๐Ÿ“ฑ Hot keys: On Samsung clicking three times Power enables Voice Assistant, and on Xiaomi holding two fingers activates Screen Reader.
    • ๐Ÿ›ก๏ธ Applications with access to special features: Some apps (for example, banking or antivirus apps) request permission to control the screen.
    • ๐Ÿฆ  Malware: Viruses can change settings to display advertising or collect data.

    How to prevent spontaneous activation:

    1. Disable hotkeys for the assistant: Settings โ†’ Accessibility โ†’ Hotkeys (or Gestures) โ†’ uncheck the boxes opposite TalkBack or Voice Assistant.
    2. Check the list of applications with special permissions: Settings โ†’ Accessibility โ†’ Installed services โ†’ disable suspicious apps.
    3. Install a reliable antivirus (for example, Malwarebytes or Kaspersky) and scan the device.
    4. Update the firmware to the latest version - manufacturers often fix bugs with spontaneous activation of the assistant.

    โš ๏ธ Attention: On some devices (for example, Samsung Galaxy s Knox) the administrator can block changes to accessibility settings. In this case, you can disable the assistant only through ADB or resetting to factory settings.

    Frequently asked questions

    Is it possible to disable the on-screen assistant without password?

    No, if the device is locked with a pattern or PIN code, to disable TalkBack or other accessibility services you will need to enter a password. The exception is disabling via ADB (if USB debugging was previously enabled) or resetting via Recovery Mode (but this will delete all data).

    The assistant turns off, but after a reboot it turns on again. What should I do?

    This is a sign of a failure in the system settings. Try:

    1. Reset accessibility settings (see Method 4).
    2. Disable automatic updates for the application Android Accessibility Suite c Google Play.
    3. Check your device for viruses - some apps change settings after a reboot.

    If the problem persists, a flashing may be required devices.

    How to disable the assistant on a phone with MIUI shell (Xiaomi, Redmi, Poco)?

    On devices Xiaomi the path to the settings is different: Settings โ†’ Additional settings โ†’ Accessibility โ†’ Narrator.

    If the assistant is called Screen Reader, disable it and reset the gesture settings in the same menu. On some models (for example, Redmi Note 12), you must first deactivate the option Flashing alert, which may block changes.

    Will the phone work without the on-screen assistant?

    Yes, disabling TalkBack or similar services does not affect the main functions of the device. However, some applications (for example, for the visually impaired) may stop working correctly. If you do not use accessibility features, disabling them completely. safe.

    Is it possible to remove the screen assistant completely?

    Standard services (TalkBack, Voice Assistant) are system ones and cannot be deleted without root access. However, they can be disabled (see methods above) or hidden from the menu using ADB commands. To do this. do:

    adb shell pm hide com.google.android.marvin.talkback

    After the reboot, the assistant icon will disappear from the settings, but the application files will remain in the system.