You turned on the TV to watch a movie, but instead of titles you hear a voice that suggests updating the firmware, talks about the weather, or suddenly activates a search by voice. The sound does not come from the film - it built-in voice assistant or system alerts your Android TV. This function can be useful, but most often annoying, especially if it works accidentally.
The reasons for the TV to be โtalkativeโ are different: from it being turned on by default Google Assistant to advertising push notifications from the manufacturer. In this article we will analyze all possible sources of voice messages and show how to disable each of them - both through the settings menu and programmatically (for advanced users). The instructions are relevant for TVs Samsung, LG, Sony Bravia, Xiaomi Mi TV and other models based on Android TV or Google TV.
Important: if the voice appears only in certain applications (for example, in YouTube or Netflix), the problem is not in the system, but in the settings of a specific service. We will also consider such cases separately.
1. Disabling Google Assistant (voice assistant)
The most common reason for โconversationsโ is activated Google Assistant. It can be triggered by phrases like โOkay, Googleโ or even random sounds from the room. To turn it off:
- On the remote control, press the
Microphonebutton (if available) orGoogle Assistantand hold it for 3-5 seconds. In some models, this will immediately turn off the assistant. - If there is no button, go to the menu:
Settings โ Device โ Assistant โ Google Assistant SettingsSelect item here "Disable Google Assistant".
- To completely disable voice control, go to:
Settings โ Device โ Voice input โ Disable
โ ๏ธ Attention: On some TVs Sony i Philips after disabling Assistant, voice search in YouTube or Prime Videomay stop working. If this is critical, simply reduce the microphone sensitivity in the assistant settings.
2. How to remove the system's voice prompts (TalkBack)
If the TV voices all your actions ("Settings are open", "Volume increased"), the mode is to blame TalkBack โa function for the visually impaired. It turns on accidentally (for example, when you triple press the button Home) or after resetting the settings. It turns off like this:
- ๐ Go to
Settings โ Accessibility โ TalkBack. - ๐ Move slider to position "Off".
- ๐ If there is no slider, click
TalkBack Settings โ Turn Off.
On TVs Xiaomi Mi TV the path may be different:
Settings โ System โ Accessibility โ Voice service โ Disable
Make sure this is not a temporary error|Check if the mode is enabled in applications (for example, in Chrome)|Remember the path to the settings in case you turn it on again-->
โ ๏ธ Attention: On some firmware Android TV 11+ After disabling TalkBack, a reboot may be required. If the TV is frozen on a black screen, do not panic, wait 2-3 minutes or unplug the power cord (only as a last resort!).
3. Disabling advertising and system notifications
TV manufacturers (especially Samsung and LG) often embed Voice advertising notifications about new features, promotions or updates. These messages may sound even when the TV is in standby mode. To disable them:
| Brand | Path to settings | What to disable |
|---|---|---|
| Samsung | Settings โ General โ Notifications โ Advertising messages |
Disable "Voice notifications" i "Advertising" |
| LG | Settings โ All settings โ General โ Notifications |
Turn off "Voice prompts" i "Marketing notifications" |
| Sony Bravia | Settings โ System โ Notifications |
Disable "Voice alerts" i "Tips for use" |
| Xiaomi | Settings โ Notifications and status bar |
Turn off "Voice notifications" i "MIUI Recommendations" |
๐ก Useful advice: If there is no separate item for voice notifications in the menu, try disabling all notifications from the system. To do this, in the notification settings, find the section System applications and block them from showing notifications.
What to do if notifications return after updates?
Some manufacturers (for example, Samsung) reset notification settings after a firmware update. To avoid this, before updating, make a backup copy of the settings in the menu Settings โ General โ Reset and backup. After the update, restore the settings from the backup.
4. Problems with applications: YouTube, Netflix, Prime Video
Sometimes the voice comes not from the system, but from a specific application. For example, YouTube can automatically turn on the voice-over of subtitles, and Netflix can read out movie descriptions for the visually impaired. How to fix this:
- ๐ฌ YouTube:
- Open the video โ click
Settings(gear) โSubtitles/CC. - Select "Off" or disable "Subtitle voiceover".
- Open the video โ click
- ๐ฟ Netflix:
Profile โ Settings โ Accessibility โ VoiceoverDisable "Audio Description".
- ๐บ Prime Video:
While watching, press
SettingsโAudio and subtitlesโ select a language without a mark ยซADยป (Audio Description). - Go to:
Settings โ Device โ Reset โ Reset settings - Enter the PIN code (default
0000or1234). - Confirm the reset. The TV will reboot and return to the original settings.
- Enable USB debugging on your TV:
Settings โ Device โ Software information โ Build numberClick on
Build number7 times until the notification "You have become a developer"appears. Then go back toSettings โ Device โ Developer optionsand enable "USB Debugging". - Connect the TV to your computer via USB (or Wi-Fi, if supported).
- Open a command line (Windows) or terminal (Mac/Linux) and enter:
adb devicesMake sure that the device detected.
- Run the commands to disable voice services:
adb shell pm disable-user --user 0 com.google.android.googlequicksearchboxadb shell settings put secure voice_interaction_service com.android.server.telecom
adb shell settings put secure enabled_accessibility_services "" - ๐ค Faulty microphone: If the microphone (built-in or on the remote) constantly picks up noise, the system may mistakenly activate voice commands. Try turning off the microphone physically (for example, cover it with tape on the remote control) or in the settings:
Settings โ Device โ Input โ Microphone โ Disable - ๐ Problems with speakers: Sometimes the sound from system alerts is played via external sound system (soundbar, receiver). Check the connection via
HDMI ARCoroptical cable. - ๐ Remote with voice control: On some remote controls (for example, from Samsung QLED 2022+) there is a separate microphone button that can get stuck. Try using the remote without this button or replace the batteries.
- Disable Google Assistant (see section 1).
- Check settings TalkBack (section 2).
- Reset settings notifications (section 3).
โ ๏ธ Attention: In Disney+ and some other services, audio description may be turned on automatically when certain languages are selected (for example, English for the USA). Check the language settings in your profile.
5. Reset settings to factory settings (if all else fails)
If the TV continues to โtalkโ despite all attempts, the problem may be damaged system files or an application conflict. In this case, it will help reset to factory settings. But keep in mind: this will delete all installed applications, accounts and personal settings.
๐ง Reset instructions:
๐ Important: After the reset first of all, turn off all voice options. functionsto prevent the problem from returning. Do not connect your account Google before completing the setup - this will prevent automatic synchronization of old parameters.
Before resetting, write down on paper the names and logins of all installed applications (Netflix, OKKO, etc.). After resetting, you will have to configure them again.
6. Advanced methods: disabling via ADB
If the standard methods do not work, you can disable voice functions. via ADB (Android Debug Bridge). This requires a computer and a little technical skill, but gives full control over the system.
๐ฅ๏ธ Step-by-step guide:
โ ๏ธ Attention: Incorrect ADB commands may disrupt the operation of the TV. If you are not sure, do not use this method. After disabling services via ADB, some functions (for example, voice search in YouTube) may stop working.
USB debugging will void the warranty on some TV models (for example, Samsung). Before using ADB, check the warranty terms in the documentation.
7. Hardware problems: microphone and speakers
If the TV โtalksโ even after all the settings, the problem may be in hardware:
๐ง Diagnostics: To check whether the sound is coming from the TV or from an external device, disconnect all cables (HDMI, optical) and turn on the TV. If the voice disappears, the problem is in the connected acoustics.
FAQ: Frequently asked questions
The TV started talking after updating the firmware. What to do?
Updates often reset voice function settings. Try:
If the problem persists, perform a factory reset (section 5).
The voice sounds only at night. Why?
Most likely, these are Advertising notificationsprogrammed to be shown during off-peak hours. Disable them in notification settings (section 3). Also check if Night mode voice reminders are enabled (for example, Samsung this could be a function Sleep Reminder).
Is it possible to turn off voice only for certain applications?
Yes. For example, in YouTube or Netflix you can disable audio description directly in the application settings (section 4). For system applications (for example, Google Play Moviesyou will have to turn off notifications completely through Settings. โ Applications โ [application name] โ Notifications.
After turning off the voice, the remote control stopped working. What should I do?
This can happen if you disabled all audio services via ADB (section 6) Restore the default settings with the command:
adb shell settings reset
Or perform a factory reset (section 5).
The TV speaks a foreign language. How to change the language?
Change the system language:
Settings โ Personal data โ Language and input โ Language
If voice prompts are still in another language, turn them off completely (sections 1โ3).