Have you accidentally activated mode for the visually impaired on your Samsung Galaxy and now the phone says your every action, but touches work differently? Or maybe you bought a used device, where the previous owner turned on TalkBack or Voice Assistant? Don't worry - you can disable these functions in a few minutes, even if the screen does not react in the usual way.
In this article we will look at all possible methods deactivating modes for the blind Samsung - from standard settings to workarounds through Bixby or ADB. We will describe the nuances for different versions Android (from 10 to 14) and models Galaxy (including S23, A54, Z Flip etc.). You will also learn what to do if the phone is completely blocked by the voice assistant and does not respond to touches.
We warn you right away: some methods require preliminary preparation (for example, turned on USB debugging), so if you are reading this article in advance โsave it as a bookmark or send it to your email. And if the screen has already โtalkedโ - scroll below to the โEmergency methodsโ section.
1. What is blind mode on Samsung and why is it turned on
On smartphones Samsung running Android there are several functions that relate to accessibility features for people with visual impairments:
- ๐ TalkBack โa voice assistant that announces all actions on the screen (clicks, swipes, notifications). Changes control gestures: for example, one touch selects an element, and a double touch activates it.
- ๐๏ธ Voice Assistant โan alternative interface where control is carried out by voice commands. Often included with TalkBack.
- ๐ฑ Screen Magnification โscales content for the visually impaired (sometimes confused with blind mode).
- ๐ฅ๏ธ High Contrast โchanges the color scheme for better readability.
These functions can be activated randomly:
- ๐ค Triple press of the button
Home(on old models) orPower(on new ones). - ๐ค Voice command
"Hey Bixby, turn on TalkBack"(if activated Bixby Voice). - ๐ถ A child or pet could press the button combination (for example
Volume up + Volume downon some firmware). - ๐ After updating Android accessibility settings are sometimes reset to default.
If you are not sure which feature it is is on, pay attention to the behavior of the phone:
| Symptom | TalkBack | Voice Assistant | Screen enlargement |
|---|---|---|---|
| Voice announces all actions | โ Yes | โ Yes (but only after a command) | โ No |
| Gestures work differently (one touch = selection) | โ Yes | โ No | โ No |
| The screen is enlarged, only part is visible interface | โ No | โ No | โ Yes |
| A black window appears with voice input | โ No | โ Yes | โ No |
โ ๏ธ Attention: On some models Samsung (for example, Galaxy S20 and older), the function TalkBack can block standard screen unlock gestures If the phone does not. responds to a PIN or pattern key - use the methods from section 5.
2. Standard method: disabling through settings
If the phone responds to touches (albeit non-standard), try disabling the mode through the menu. Here are step-by-step guide for Android 12-14 (on older versions the path may be slightly different):
โ๏ธ Disabling TalkBack through Settings
More details:
Unlock the phone. If the screen is black or does not respond, press. button
Powertwice to wake up the display.Swipe two fingers from top to bottom to open the notification panel (in TalkBack mode, one finger only selects an item).
Find the icon
TalkBackin the panel (usually a man with a circle or the inscription โSpecial Featuresโ) Tap it once (hear a confirmation), then twice to activate.In the window that opens, swipe left/right to find the button
Disable, then tap it twice.Confirm disabling (if required).
If the icon TalkBack is not on the panel:
Open
Settings(gear icon). this:- ๐ On the Home screen, swipe left/right with two fingers to find
Settings. - ๐ Tap the icon once (highlight), then twice (opening).
- ๐ On the Home screen, swipe left/right with two fingers to find
In the settings, swipe up/down with two fingers to scroll through the menu. Find the section Special features (or Accessibility on English firmware).
Select TalkBack โ move the slider to position Off.
For Voice Assistant a different path:
Hold down the buttons simultaneously
Volume up + Volume downfor 3 seconds - this will open the accessibility menu.Swipe with two fingers to find
Voice Assistantand turn it off.
โ ๏ธ Attention: On Samsung Galaxy s One UI 5.0+ (Android 13-14) in the menuAccessibilitythe section may be hiddenScreen Narrator- this is TalkBackIf you donโt find it, use the search in the settings (magnifying glass icon at the top).
If the phone does not respond to double taps, try holding your finger on the element for 2-3 seconds - this will work as an alternative press.
3. Quick shutdown via Bixby (if the voice assistant is enabled)
If your Samsung is activated, you can turn it off by voice command - even if the screen is not visible or does not respond to touch. the method works on models with a button Bixby, can be disabled TalkBack voice command - even if the screen is not visible or does not respond to touch. This method works on models with a button Bixby (Galaxy S8-S22, Note 8-20) or with a soft button in the interface.
Instructions:
Activate Bixby in one of the ways:
- ๐ฃ๏ธ Tell
ยซHey Bixbyยป(if voice wake-up is enabled). - ๐ Press and hold the
Bixbybutton (physical or on-screen). - ๐ Press and hold
Power + Volume Up(on some models).
- ๐ฃ๏ธ Tell
After the beep, say clearly:
"Turn off TalkBack"
or
"Turn off Narrator"
Confirm the command with your voice (โYesโ) or double tap if the screen responds.
If Bixby does not recognize the command:
- ๐ Check whether the microphone is turned on (on some models TalkBack blocks access to the microphone).
- ๐ Make sure that the language Bixby matches the command language (set in
Settings โ Bixby โ Language). - ๐ Restart your phone by holding
Power + Volume Down10 seconds, then try again.
โ ๏ธ Attention: On Samsung Galaxy S23 and later Bixby is disabled by default. If you have not configured it, this method will not work.
4. Disabling via USB debugging (ADB) for advanced users. users
If the standard methods do not help, and USB debugging was enabled earlier, you can disable TalkBack via a computer. This method is suitable for Android 10-14 and requires:
- ๐ฅ๏ธ Computer with installed
ADBand drivers Samsung. - ๐ USB cable (preferably original).
- ๐ง Previously enabled option
USB debuggingin the settings developer.
Step-by-step guide:
Connect the phone to the computer via USB. On the phone, select the mode
Transfer files(if prompted).Open the command line (
CMDon Windows orTerminalon macOS/Linux) and enter:adb devicesIf the device is detected (the serial number appears) - continue. If not, install the drivers. Samsung USB Driver.
Run the command to disable TalkBack:
adb shell settings put secure enabled_accessibility_services com.google.android.marvin.talkback/com.google.android.marvin.talkback.TalkBackService:com.samsung.android.accessibility.talkback.TalkBackServiceFor Voice Assistant use:
adb shell settings put secure enabled_accessibility_services com.samsung.android.app.va_assistant/com.samsung.android.app.va_assistant.VAServiceReboot the phone:
adb reboot
If after reboot the blind mode is activated again:
- ๐ Repeat the command, adding at the end
;com.android.settings/.accessibility.AccessibilitySettingsActivity. - ๐ฑ Check if synchronization of accessibility settings with your account is enabled Google (disable it in
Settings โ Accounts).
What to do if ADB does not see the device?
1. Check if USB debugging is enabled in the developer settings (on the phone: Settings โ About phone โ Build number โ press 7 times, then return to Settings โ System โ For developers โ USB debugging).
2. Samsung drivers from the support site.
3. Try a different USB cable or port on your computer.
4. On Windows, disable driver signing (in the command line as an administrator, run: bcdedit /set nointegritychecks on, then restart the PC).
โ ๏ธ Attention: UseADBcan lead to system malfunctions if you enter incorrect commands. Do not change other settings throughadb shellif you are not sure of their purpose.
5. blocked
Situation: TalkBack turned on, the screen does not respond to touches, and PIN/pattern unlocking does not work due to changed gestures. Here's what to do:
Method 1: Hard reboot
On some models Samsung a hard reset resets accessibility settings:
Press and hold the buttons
Power + Volume Down10-15 seconds until the phone turns off and starts to reboot.As soon as the logo appears Samsungrelease the buttons.
After loading, check if it is disabled TalkBack.
Method 2: Unlocking via Safe Mode
Safe Mode disables all third-party applications, including TalkBack:
Turn off the phone (hold
Power + Volume Down).When the logo appears Samsung Release
Powerbut continue to holdVolume Downuntil loading is complete.In the lower left corner of the screen will appear inscription
Safe Mode. Now TalkBack should be disabled.Open
Settings โ Accessibilityand manually deactivate unnecessary functions.Reboot the phone to exit Safe Mode.
Method 3: Reset via Recovery (data loss!)
If all else fails, this remains reset to factory settingsThis will delete all data from the phone, so use the method only as a last resort.
Turn off the phone.
Hold
Power + Volume up + Bixby(orPower + Volume Upon models without Bixby).When the menu appears Recoveryrelease the buttons. Use
Volumeto navigate andPowerto select.Select
Wipe data/factory resetโYes.After reset, reboot the phone (
Reboot system now).
โ ๏ธ Attention: On Samsung Galaxy s One UI 4.0+ reset via Recovery may require entering a password Google (FRP protection). Make sure to remember the account details associated with the phone.
Before resetting via Recovery, try connecting to Wi-Fi in Safe Mode and back up important data via Samsung Smart Switch or Google Drive.
6. How to prevent accidental activation of blind mode
To no longer encounter this problem, set up your phone in advance:
- ๐ Disable hotkeys:
- Go in
Settings โ Accessibility โ Enhancement โ TalkBack โ Settings. - Disable the option
TalkBack hotkeys(orQuick enable).
- Go in
- ๐ค Set up Bixby:
- Open
Settings โ Additional features โ Bixby. - Disable
Voice wakeupor remove the command"Turn on TalkBack"from the list of voice actions.
- Open
- Set a password for the partition
AccessibilityviaSettings โ Biometrics and security โ Other security settings โ Accessibility blocking settings. - ๐ฑ Create disable shortcut on the main screen:
- Add a widget to the screen
Settings(hold your finger on an empty space โWidgetsโSettings). - Select
Special Features- so you can quickly disable TalkBack with one touch.
- Add a widget to the screen
- ๐ Regularly check the settings after updates Android โsometimes they are reset.
Also useful:
If you often give the phone to children or elderly relatives, consider installing children's mode (Samsung Kids) or guest profile, where special settings will be limited possibilities.
7. Common errors and their solutions
Even following the instructions, you can encounter difficulties:
| Problem | Possible reason | Solution |
|---|---|---|
| TalkBack turns off, but turns on again after reboot | Synchronization with Google account | Disable synchronization of settings in Settings โ Accounts โ Google โ Synchronization |
| Double tap does not work | Gesture settings in TalkBack have been changed | Long press the element for 2-3 seconds instead of double tap |
| ADB does not see the device | Drivers are not installed or debugging is disabled | Install Samsung USB Driver and check Debugging by USB in the developer settings |
| Recovery requires a password after reset | FRP protection (Factory Reset Protection) | Enter the Google account information that was linked to the phone |
| Bixby does not recognize the command | Microphone is locked TalkBack | Use the physical Bixby button or restart the phone |
If none of the methods worked:
- ๐ Contact Samsung service center โthey can disable the mode through the service menu (Download Mode).
- ๐ ๏ธ Use flashing via Odin (only for experienced users!).
- Take it out S Pen โa menu will appear on the screen
Air Command. - Click on the icon
Settings(gear) in the menu Air Command. - Go to
Accessibilityand disable TalkBack.
โ ๏ธ Attention: On some models Samsung (for example, Galaxy A13, M33after resetting via Recovery the SIM card may need to be reactivated. Save the PUK code from your operator.
FAQ: Answers to popular questions
Is it possible to disable TalkBack via S Pen on Galaxy Note?
Yes, if S Pen is recognized by the system:
If Air Command does not open, try pressing the button on S Pen once, then touch the screen (sometimes this works as an alternative control).
Why do some applications stop working after disabling TalkBack?
Some applications (for example, banking or those with high security requirements) may block access if they detect that it was previously enabled narrator. This is due to protection against automated actions (bots).
Solutions:
- Reboot your phone.
- Clear the application cache (
Settings โ Applications โ [application name] โ Memory โ Clear cache). - Reinstall the application.
- Contact bank/service support to clarify that TalkBack has been disabled.
How to disable the mode for the blind on Samsung Smart TV or tablet?
On Samsung Smart TV and tablets (Galaxy Tab) the process is similar, but with nuances:
- ๐บ For TV: Press the button
Muteon the remote control for 5 seconds โ in the accessibility menu disableVoice guidance. - ๐ฑ For tablets: Use the same methods as for smartphones (through settings or ADBOn Galaxy Tab S8/S9 you can use DeX for mouse control.
Will a factory reset delete files from the memory card?
No, resetting via Recovery or phone settings only affects internal memory. The files on SD card remain intact, but:
- ๐ Applications installed on the memory card may stop working (they will need to be reinstalled).
- ๐ If the memory card is encrypted (option
Encrypt the SD cardin the security settings), after resetting the data on it will become inaccessible.
We recommend removing SD card or copying before resetting important files from it.
Is it possible to disable TalkBack remotely through Find My Mobile?
Unfortunately, the service Samsung Find My Mobile does not allow you to manage accessibility settings.
- ๐ Lock the phone remotely (if you are afraid of data loss).
- ๐ Locate location device if it is lost.
- ๐ Erase data (full reset), but this is a last resort.
To remotely turn off TalkBack you will need access to the phone through TeamViewer QuickSupport or similar applications (if they were installed in advance).