Accessibility features on Android are pretty helpful for users with vision or hearing needs, but they can also be jarring if you turn them on by accident. TalkBack takes over your touch gestures and Magnification zooms into the screen out of nowhere. Not to mention, the floating accessibility button sits on top of your apps. So in this guide, I have explained how to disable accessibility on Android and have covered everything from individual features to app-level permissions. On that note, let's begin.
Turn Off TalkBack on Android Phones
TalkBack is the accessibility feature most users want to disable first on Android. It's Android's built-in screen reader and once enabled, it changes how touch gestures work. The fastest way to turn it off is the volume key shortcut. Here is how to do it.
- On the side of your phone, press and hold both volume keys for 3 seconds.
- You will hear a confirmation that TalkBack is turned off.
- If prompted, press and hold both volume keys for 3 seconds again to confirm.

- If the volume key shortcut doesn't work on your phone, open the Settings app and tap on Accessibility.
- Here, open TalkBack and tap on Turn off TalkBack and tap on Stop to confirm the action.

Apart from that, you can simply say "Hey Google, turn off TalkBack" and Gemini will disable the feature for you. It's the easiest method if you find TalkBack gestures confusing.
Disable Individual Accessibility Features on Android
Android offers several accessibility features beyond TalkBack and each one has its own toggle. So if your screen is zoomed in, colours look inverted or your phone reads text aloud when you tap on it, one of these accessibility features is the culprit. Here is how to disable them one by one.
- Go ahead and open Settings and then go to Accessibility.
- To stop your phone from reading on-screen text, tap on Select to Speak and turn off the toggle.
- Next, to stop the screen from zooming in, tap on Magnification and disable the Magnification toggle.

- After that, if the colours look washed out or inverted, tap on Colour and motion and turn off the Use colour inversion and Use colour correction toggles.

- Following that, to disable navigation via switches, tap on Switch Access and turn off the Use Switch Access toggle.
- Finally, if the screen looks too dim, tap on Extra dim under Accessibility and disable the toggle.

Remove the Accessibility Button from the Screen
Now, if a small floating button is appearing on the edge of your screen, it's the accessibility shortcut button. It appears when you assign an accessibility feature to the on-screen shortcut. Since the shortcut is tied to individual features on latest Android builds, you need to turn it off from the feature's own page. Here is how it works.
- Open Settings and move to Accessibility.
- Tap on the feature linked to the floating button. For instance, Accessibility Menu.
- Here, turn off the Accessibility Menu toggle. The floating button will disappear right away.

Now, repeat the same steps for other features like TalkBack, Select to Speak and Magnification if they show a shortcut toggle. Note that disabling the shortcut also prevents you from accidentally enabling features like TalkBack in the future, so I would recommend turning it off for features you don't use.
Revoke Accessibility Access from Third-Party Android Apps
This is the part most users overlook on Android phones. Third-party apps can request accessibility access and once granted, they can read everything on your screen. These malicious apps can even log your actions and perform taps on your behalf.
Banking trojans and spyware apps widely abuse this permission, which is why I always suggest users to inspect this list and remove malware from Android if something looks fishy. Now, follow the steps below to review and revoke accessibility access to third-party apps.
- Open Settings on your Android phone and tap on Accessibility.
- At the top, look for the Downloaded or Installed apps section. It lists all third-party apps with accessibility access.
- Now, tap on the app you want to review and turn off the toggle next to the app's name.
- Finally, tap on Stop to revoke accessibility access from the app.

By the way, if you installed an app via APK sideloading, Android 13 and later versions block accessibility access for such apps by default under Restricted Settings. It's a security measure so don't grant restricted access unless you completely trust the developer.
Disable All Accessibility Services on Android Using ADB
Finally, if an accessibility service keeps turning on or the Settings page is not responding due to a rogue app, you can disable all accessibility services in one go using ADB from a computer. It sounds slightly technical, but it's a safe method and doesn't delete any of your data. Here are the steps to follow.
- First off, enable Developer Options on Android by tapping on Build number seven times under Settings > About phone.
- Now, go to Settings > System > Developer options and turn on USB debugging.

- After that, download the SDK Platform Tools (Windows / Mac / Linux) on your computer and connect your phone using a USB cable.
- Tap on Allow when prompted to authorise the connection.
- Now, open a Terminal or CMD window in the platform-tools folder and run adb devices to confirm your phone is detected.

- Next, run the command below to disable all accessibility services at once.
adb shell settings put secure accessibility_enabled 0
And that is how you can disable accessibility on Android, whether it's a single feature like TalkBack or accessibility access granted to third-party apps. If a suspicious app keeps re-enabling its accessibility service even after you turn it off, I would recommend you to uninstall apps on Android that you don't recognise.
And in some cases, you have to boot into Safe mode on Android to remove the rogue app as Safe mode loads only system apps and disables third-party apps.

























