Why Xiaomi? TV You canโt just โturn off the soundโ like on a smartphone.
Xiaomi TVs based on Android TV Or PatchWall, which is a proprietary shell, is designed differently than smartphones, and there's no "volume slider for every application" -- it controls sound globally, and if you turn it down with a remote, it affects all audio streams, both YouTube videos and system notifications and game sound. But selectively disable audio in only one application โ for example, in Netflix or IVI โ It's a harder task.
The problem is compounded by the fact that Xiaomi actively blocks access to engineering settings in new firmware (starting with the use of the new firmware). MIUI TV 3.0. It was possible to use ADB Turn off the sound for a specific package, but now this method only works on older models like the Mi. TV 4A (2018.The modern Xiaomi TVs P1, A2 4K or ES2022 require workarounds โ from the use of third-party applications to hardware solutions.
In this article, we will discuss 5 proven ways to turn off sound in the program on Xiaomi TV, including:
- ๐ Software Disabled through Application Settings (Works 60% of the time)
- ๐ฑ Managing your phone via Google Home or Mi Home
- ๐ ๏ธ ADB-Advanced Users (Requires PC)
- ๐ Hardware solutions (HDMI-splitters, optical outputs)
- ๐ Alternative firmware (for enthusiasts who are ready to lose warranty)
Method 1: Turn off the sound in the settings of the application
The most obvious, but often ignored, method is to search for the "No Sound" option within the app. Many streaming services (YouTube, Twitch, IVI) They allow you to turn off the audio track right in the player:
- Open the app where you want to turn off the sound (like YouTube).
- During the video playback, press the remote button. OK (or start) to open the control panel.
- Find the speaker icon (๐) And you click on it. In some applications, you have to press the Down button on the remote to make the volume menu appear.
- Move the volume slider to the far left position or select the Mute option (if any).
โ ๏ธ Note: In some apps (such as Netflix or Kinionik), this setting is reset when a new video is launched.
Find the speaker icon in the player (๐)
Check if there is a "Mute" or "Off" option
Make sure that the setting is maintained after restarting
Try alternative players (e.g. Smart YouTube) TV Instead of official YouTube)-->
If this option is not available in the app, try alternative versions:
- ๐ฌ For YouTube: Install Smart YouTube TV (has a separate volume regulator).
- ๐ต For music: use it VLC Kodi โ they allow you to turn off the audio tracks.
- ๐ฎ For gaming: Google Play Games or Gameloft often have audio settings in the game menu.
Method 2: Manage audio with Google Home or Mi Home
If you're Xiaomi. TV If you're connected to the Google or Mi Home ecosystem, you can try remote control of sound, and it doesn't work on all models, but it's worth trying.
Google Home (for Android) TV)
- Install the Google Home app on your phone (available for Android and iOS).
- Connect the TV to the same Wi-Fi network as the phone.
- Open Google Home, find your TV in the list of devices.
- Put it on him. โ Device control โ Sound settings.
- Try turning off the sound or turning down the volume for a particular app (if the option is available).
Through Mi Home (for PatchWall)
The Mi Home app has limited functionality, but sometimes helps:
- Open Mi Home, find your TV in the list.
- Go to Device Management โ Settings.
- Check out the Sound or Multimedia section.
โ ๏ธ Note: In the latest versions of Mi Home (2023-2026), the option to selectively turn off the sound of applications is often missing.
๐ก
If the TV doesnโt appear in Google Home, try resetting its network settings: โ Network โ Forget the network, then connect again.
Method 3: ADB-Teams for Advanced Users
If youโre ready to connect your TV to your computer, you can try turning off the audio for a specific app via Android Debug Bridge (ADB). This method works for most Xiaomi models. TV, but requires the inclusion of debugging USB.
Step 1: Turn on USB debugging on your TV
- Go to Settings โ About TV โ The version of the software.
- Click on the Software Version 7 times in a row until you get a message You became a developer!
- Back to Settings โ Additionally. โ For developers.
- Activate options: ๐ง Debugging by USB (insert) ๐ง Debugging over the network (optional, if not) USB-cable)
Step 2: Connect to the TV through ADB
Download. ADB Tools on PC, then:
- Connect the TV to your computer through USB (or Wi-Fi if debugging over the network is enabled).
- Open the command prompt (cmd) and type: Adb devices Should appear device (if not โ check drivers).
- Find out the name of the app package you want to turn off. For example, for YouTube, it's com.google.android.youtube.tv. You can find out the name using the command: adb shell pm list packages | grep -i "youtube"
- Turn off the sound for the application command: adb shell settings put global app_volume 0 [YouTube example: adb shell settings put global app_volume 0 com.google.android.youtube.tv
โ ๏ธ Note: Some Xiaomi firmware (for example, MIUI TV 4.0+) This command may not work because of the manufacturer's limitations, so try an alternative method:
adb shell am start -a android.media.action.DISPATCH_MEDIA_BUTTON --es button_key "KEYCODE_VOLUME_MUTE"What if ADB canโt see TV?
Method 4: Hardware Solutions โ When Software Methods Fail
If none of the software methods worked, there are hardware workarounds that require additional hardware, but are guaranteed to cut the sound off from the right source.
Option 1: HDMI-sound-controlled splitter
Devices like HDFury Arcana or Orea 4K Extractors allow you to:
- ๐ Disable audio stream at level HDMI-signal.
- ๐บ Transmit video without sound to the TV, and output the sound to another column (or not output at all).
- ๐๏ธ Manage volume separately for each HDMI-entrance.
๐ก How it works:
- Connect the source (for example, Android-set-top box or Xiaomi itself) TV through HDMI ARC) splitter.
- Set the splitter to block the audio for a specific HDMI-port.
- Connect the TV to the splitter output.
Option 2: Optical output + external DAC
If you're Xiaomi. TV supportive S/PDIF (optical output, may be:
- Connect the optical cable to an external DAC (digital-analog converter).
- In the settings of the TV (Settings) โ Sound. โ Audio output) select Digital output (optical).
- Turn off the sound on the DAC itself or the speakers connected to it.
๐ Important: On Xiaomi Mi models TV Q1 And the new optical output is often turned off by default, and to activate it, you have to type a command through the ADB:
adb shell settings put global spdif_output_enabled 1| Model Xiaomi TV | Support for HDMI ARC | Optical output (S/PDIF) | Is it appropriate? ADB-method |
|---|---|---|---|
| Mi TV 4A (2018) | โ No. | โ Yes. | โ Yes (full access) |
| Mi TV 5 Pro | โ Yes. | โ Yes. | โ ๏ธ Partially (restrictions) MIUI TV 3.0) |
| P1 / A2 (2022) | โ Yes) | โ No. | โ No (lockdown) ADB) |
| ES2022 | โ Yes. | โ Yes (requires activation) | โ ๏ธ For system applications only |
Method 5: Alternative firmware (for power users)
If you are willing to sacrifice the warranty, you can install custom firmware like LineageOS for TV or AOSP. It will give you full control of the sound, but it is fraught with:
- ๐จ Loss of warranty (if TV is guaranteed).
- ๐ง Risk of "bricking" (if something goes wrong).
- ๐ต PatchWall features lost (branded Xiaomi launcher wonโt work).
๐น How to do this:
- Find firmware for your model in the forum XDA Developers or 4PDA.
- Unblock the bootloader through the official Xiaomi website (requires an account and wait 7-30 days).
- Switch to the fastboot or TWRP (The instructions depend on the model).
- Once installed, use apps like App Volume Control to control sound.
โ ๏ธ Attention: On new models (P1, A2, ES2022) The bootloader is locked at the hardware level. Attempting to unlock can lead to a complete loss of functionality of the TV.
๐ก
Alternative firmware is the last resort. Before installing, check if there is a working version for your model and back up the original firmware.
Frequent problems and solutions
Even after a successful shutdown, unexpected difficulties can occur, and here are the most common ways to solve them:
Problem 1: The sound comes back after the reboot
๐น Reason: Settings reset due to Xiaomi's energy saving policy.
๐น Decision:
- Disable Battery Optimization for the Application: Settings โ Annexes โ [Title of the annex] โ Battery โ No restrictions.
- Use Tasker or MacroDroid to automatically turn off the sound when you start the application.
Problem 2: It doesn't work. ADB new-model
๐น Reason: Xiaomi is blocking ADB-sound control teams in the latest firmware.
๐น Decision:
- Try connecting through ADB Wi-Fi (sometimes working in a location where it is not) USB blockage).
- Use Scrcpy to emulate remote taps and manually turn off the sound.
Problem 3: The sound is turned off completely, not just in the app
๐น Reason: Incorrectly selected method (for example, disabled system mixer).
๐น Solution: Return the sound settings to factory: Settings โ Sound. โ Resetting the sound settings.