Accidentally clicking on a floating icon on a smartphone screen often leads to opening a menu that most users do not need. This feature, known as accessibility button, is intended to help people with disabilities, but for ordinary users it becomes only a nuisance, blocking part of the display. Understanding how to deactivate it will allow you to restore a clean interface and avoid accidental launches of services.
The disabling process may vary depending on the version of the operating system Android and the manufacturer's shell, such as MIUI, One UI or clean interface Pixel. However, the general principle remains the same: you need to find the corresponding switch in the system settings. In some cases, the icon appears due to the activation of specific services, such as TalkBack or Select to Speak, so it is important to check the entire accessibility section.
In this article, we will examine in detail all possible ways to solve the problem, from standard settings to advanced methods via ADB. You will learn why this button may have turned on by itself and how to prevent it from appearing again in the future. Follow the instructions carefully so as not to disable really useful functions if you use them.
Why the accessibility icon appears on the screen
The appearance of a floating button is most often associated with the activation of one of the services Accessibility. Android offers many tools to enhance your device experience, and some of them require quick access through the OSD menu. If you accidentally enabled the "Speak Item Selection" or "Accessibility Menu" feature, the system automatically adds a shortcut for quick control.
Sometimes users enable these features intentionally to try out new gesture controls, but forget to turn them off afterward. In other cases, the so-called “protection against accidental clicks” or a mode for people with hand tremors is triggered, which can also display additional controls on the screen. Understanding the source of the problem is the first step to successfully solving it.
⚠️ Attention: If the button appears suddenly without your action, check your recently installed applications. Some apps for clearing memory or optimizing the battery may request accessibility rights and add their own widgets to the screen.
It is worth noting that the operating logic may differ on different devices. On smartphones Samsung this is often associated with the assistant menu, which is visually similar to the accessibility button, but has a different purpose. On devices Xiaomi and Redmi there is often a shortcut “Accelerator”, which is also placed in a floating window. It is important not to confuse these elements, since they are disabled in different sections of the settings.
The standard way to disable it is through the Android settings
The most reliable and safe method to remove the intrusive icon is to use the standard operating system settings menu. This method works on the vast majority of modern smartphones and does not require obtaining root access or connecting to a computer. The algorithm of actions is intuitive, although the names of the items may differ slightly depending on the localization of the firmware.
First, open the main application menu and find the gear icon indicating settings. You will need to go to the section usually called "Accessibility" or "Accessibility". In older versions of Android, this item could be located inside the “System” or “General Settings” category, so be careful when navigating the menu.
If you cannot find an item in the menu because the button is blocking the screen, try turning the device to landscape mode - sometimes this temporarily displaces the interface elements.
Inside the accessibility section, look for the subsection responsible for displaying the shortcut on the screen. It may be called "Accessibility Menu", "Accessibility Button" or simply have a little person icon. The switch next to this item should be active (highlighted in blue or green), and your task is to switch it to an inactive state.
- 🔍 Open
Settingson your smartphone. - 🦾 Go to section
Accessibility. - 🚫 Find the item
Accessibility menuand turn it off. - ✅ Confirm the action in the pop-up window if the system prompts confirmation.
After completing these steps, the icon should immediately disappear from the screen. If this does not happen, another service may be activated that has its own shortcut. In this case, it is recommended to go through the list of all loaded services in the same menu and check the status of each of them.
Disablement features on the MIUI, One UI and EMUI shells
Smartphone manufacturers often modify the standard Android interface by adding their own layers on top of the system. This leads to the fact that the paths to the settings may differ significantly from “pure” Android. For example, on devices Xiaomi with a shell MIUI or HyperOS the logic for grouping parameters has its own unique features that need to be taken into account.
Owners of smartphones Samsung with a shell One UI may also encounter nuances. Here the feature may be hidden under the “Advanced Options” subsection within the accessibility menu. In addition, Samsung often promotes its own control panel, which visually masquerades as a standard Android button, but is disabled through the “Sidebar” or “Navigation” settings.
| Brand / Skin | Path to settings | Function name |
|---|---|---|
| Xiaomi / Redmi | Advanced settings → Special capabilities | Accessibility menu |
| Samsung | Settings → Universal access | Accessibility menu |
| Huawei / Honor | System → Special. capabilities | Accessibility button |
| Pixel / Motorola | System → Special. capabilities | Accessibility menu shortcut |
On devices Huawei with a shell EMUI or MagicOS the situation is similar, but sometimes an additional reboot of the device is required after changing the settings to fully apply the changes. If you do not find the desired switch in the specified path, use the search inside the settings by entering the word “accessibility” or “special.”
What worked six months ago could be moved to another after the next security patch subparagraph Therefore, using the built-in search for settings is often faster than manually wandering through the menu.
Disabling specific services: TalkBack and Select to Speak
Often the problem lies not in the general menu, but in a specific active service. The most common culprits for the appearance of unnecessary elements on the screen are TalkBack (screen reader) and Select to Speak (speaking out selected text). These services have their own floating buttons that work independently of the main Accessibility menu.
The Select Item to Voice feature is especially insidious, as it can be activated by a volume key combination that the user accidentally presses in a pocket or bag. If a button in the form of a man with sound waves or a Play triangle appears on the screen, most likely the problem is with this service. You can disable it by finding the corresponding item in the list of downloaded applications inside the accessibility section.
⚠️ Attention: When TalkBack mode is activated, the control of the smartphone changes (you need to double tap to open). Be careful when disabling so as not to get confused in navigation.
There is a quick way to disable TalkBack on many devices: press both volume keys at the same time and hold them for 3-5 seconds. The system will ask for confirmation to disable the screen sharing service. If this method doesn't work, you'll have to navigate through the menu using double-tap gestures to confirm your selection.
Also check the Installed Services or Downloaded Apps section inside the Accessibility menu. Third-party applications, such as launchers, cleaners, or task managers, can register themselves as accessibility services to receive enhanced rights. Disabling rights for such applications will instantly remove the buttons associated with them from the screen.
Using ADB to force disable
In situations where standard settings are not available, the button cannot be removed or the interface is blocked, you can use the tool Android Debug Bridge (ADB). This method requires connecting the smartphone to the computer via a USB cable and having the driver and platform tools installed on the PC. It allows you to manage system settings at a deeper level.
First, you need to enable “USB Debugging” in the “For Developers” menu. If this section is hidden, find the “Build Number” item in the device information and click on it 7 times in a row. After connecting your phone to the computer and confirming debugging on the smartphone screen, you can send commands.
adb shell settings put secure accessibility_display_magnification_enabled 0
adb shell settings put secure accessibility_shortcut_enabled 0
These commands disable the Magnifier and Accessibility shortcut, respectively. You can also use the command to view the currently enabled services to determine exactly which one you need to deactivate. The ADB method is effective because it ignores visual interface bugs and works directly with the system settings database.
What to do if the computer does not see the phone?
Make sure that the file transfer mode (MTP) is selected in the notification shade, and not just charging. Also try replacing the USB cable, as many cheap cables do not support data transfer.
Remember that using ADB requires caution. Entering incorrect commands can cause system instability, although disabling accessibility services is usually a safe operation. If you are not sure of your actions, it is better to limit yourself to standard configuration methods through the device screen.
Prevention and checking of installed applications
To prevent the problem from returning, it is useful to audit installed applications. Many apps ask for "Accessibility" permission under plausible pretexts, such as controlling gestures, blocking ads, or automating tasks. However, after an update or settings failure, they may begin to display their interfaces on top of other windows.
Periodically go to the accessibility settings and view the list of allowed applications. If you see a app there that you do not use or the purpose of which is unclear to you, feel free to disable access for it. This will not only remove unnecessary buttons, but will also increase the security of your device by limiting the rights of potentially malicious software.
- 🛡️ Regularly check the list of applications with access rights.
- 🗑️ Remove unused apps that ask for system rights.
- 🔄 Follow system updates, as they often fix interface bugs.
- 🚫 Avoid installing applications from unreliable sources outside of Google Play.
It is also worth paying attention to the “Quick Launch” functions. In some shells, pressing the volume keys may launch certain applications or functions. Check the button settings in the “Additional functions” or “Button management” section to prevent accidental activation of accessibility services.
☑️ Diagnosing the problem
If none of the methods helped, and the button appears again and again, there may be a software failure in the firmware itself. In this case, the last resort may be to reset the device to factory settings. Before doing this, be sure to create a backup copy of all important data, as this procedure will completely clear the internal memory of the smartphone.
⚠️ Attention: Settings interfaces may change with updates. If you do not find an exact match of the names of the items, be guided by the meaning of the section and use the search in the settings.
In most cases, the problem is solved by simply turning off the switch in the "Accessibility" menu, but sometimes you need to check the rights of third-party applications.
Frequently asked questions (FAQ)
Why the accessibility button turns on by itself after a reboot?
This may be due to the fact that some installed application has permission to manage accessibility and forces this function to be activated at startup. Check the list of applications with such rights and disable suspicious ones.
Is it possible to remove a button permanently without root access?
Yes, in most cases it is enough to disable the corresponding service in the settings. If the standard disabling does not help, you can use the ADB command to hide the interface element, which does not require superuser rights.
Does disabling this button affect the operation of other functions of the phone?
No, disabling the accessibility menu does not affect the basic functionality of the smartphone, communications or other applications. You are simply removing a tool designed for people with disabilities.
What should I do if the screen is locked by TalkBack mode and I can’t click “Settings”?
Use a key combination: hold down both volume buttons for 3-5 seconds to exit the mode in an emergency. Or use Google's voice assistant by saying "Open Settings" to launch the menu by voice.
Is there a difference between the accessibility button and the navigation button?
Yes, they are different elements. The navigation button (home, back) is located at the bottom of the screen and controls the transition between applications. The accessibility button is a floating shortcut that can be moved around the screen and which opens the utilities menu.