Xiaomi Smart TVs (Mi TV 4/5/6, Mi TV A Pro, Mi TV Q1/Q2, and others) often face the problem of intrusive sound from applications β whether it is advertising on YouTube, background music on Netflix or sound notifications from MIUI TV Launcher. Unlike smartphones, where it is enough to remove the sound at the push of a button, on Xiaomi TVs, this process may not be obvious: standard methods of volume control do not always work for individual programs, and some applications (for example, Prime Video or Disney+) ignore system settings.
In this article, weβll look at 5 proven ways to turn off audio for both applications and globally β including hidden developer settings, ADB circumvention, and even radical measures like resetting your audio profile. Focus on PatchWall and MIUI TV, where the interface and paths to settings may differ, and if youβre tired of the TV turning on the audio at full volume or playing ads at full volume β read on.
1. Standard shutdown of sound through the remote
So let's start with the simplest method, which works 80 percent of the time, and most people try to remove the sound with the Volume button. β It's not always the case for individual applications:
- π Press the Menu button on the remote and select Settings. β Sound.
- π In the section Sound Mode, switch to No Sound (Mute) β this will turn off the audio globally.
- π If the sound returned after restarting the app, try holding Volume. β 5-7 seconds before the Mute icon appears.
- π« For applications like YouTube or Twitch, you may need to separately click on the speaker icon in the interface of the application itself.
Important: This method does not block sound in system notifications (for example, when connecting HDMI or updating software).
2. Turning off the sound for a specific application
If you only need to remove audio from one app (such as TikTok or IVI) and the rest should work fine, use the built-in MIUI TV settings:
- Open the app you want (like Netflix).
- Press and hold the OK button on the remote to call the context menu.
- Select Application Information β Permissions.
- Find the Sound or Audio item and turn off the slider.
π΄ Problem: Not all apps support this limitation, like Prime Video and Okko can ignore system permissions.
Make sure the remote is charged.
Close all background applications
Connect your TV to the Internet (for some reasons)
Remember the current sound settings-->
3.Using Developer Mode for Deep Settings
For advanced users, there's a way to turn off system-level audio through developer mode, which will help if apps ignore standard settings.
- Activate Developer Mode: Go to Settings β Find the line Build number and press it 7 times in a row. PIN-code (default 1234 or 0000).
Settings β Additional β Developer Parameters
Turn off audio for applications
Force Mute
Add to the list of applications that you want to block.
Note: Some models (e.g., Mi TV 5 Pro with firmware below 2.0.19) may not have this item, which will require a software update or ADB.
What to do if there is no item "Disable audio for applications"?
4. Disable audio via ADB (for power users)
If the system methods do not help, you can resort to Android Debug Bridge (ADB) β This is a tool for managing Android devices via a computer, which is suitable for all Xiaomi Smart models. TV, but requires a PC and USB-cable (or Wi-Fi connection).
Step-by-step:
- Download and install ADB Tools on your computer.
- On the TV, turn on USB Debugging in Developer Settings.
- Connect the TV to your PC via USB (or Wi-Fi if supported).
- Open the command line and type: Adb devices Make sure the device is defined.
- Run a command to turn off the sound in a specific app (e.g. YouTube): adb shell appops set com.google.android.youtube AUDIO_MUTE allow replace com.google.android.youtube with ID The required application (you can find out through adb shell pm list packages).
| Annex | packet ID | Command to turn off the sound |
|---|---|---|
| YouTube | com.google.android.youtube | adb shell appops set com.google.android.youtube AUDIO_MUTE allow |
| Netflix | com.netflix.ninja | adb shell appops set com.netflix.ninja AUDIO_MUTE allow |
| Prime Video | com.amazon.amazonvideo.livingroom | adb shell appops set com.amazon.amazonvideo.livingroom AUDIO_MUTE allow |
| IVI | ru.ivi.client | adb shell appops set ru.ivi.client AUDIO_MUTE allow |
β οΈ Attention: After restarting the TV settings ADB To fix the changes, add a command to the autoboot via Tasker or similar apps (if supported by your model).
5. Resetting sound settings to factory
If the sound is not only lost in the apps, but also in the TV menu, or after experimenting with the settings, artifacts appeared (for example, the sound plays with a delay), resetting the audio profile will help. This will not delete your applications, but return all audio parameters to the default state.
How to reset:
- Go to Settings β Sound β Additional settings.
- Select Reset Audio Settings (or Reset Audio Settings).
- Confirm the action by entering PIN-code (usually 1234 or 0000).
- After restarting the TV, check the sound in the apps.
π΄ Important: on firmware TVs MIUI TV This setting may not be available below version 1.4.65, in which case only software updates or manual removal of system sounds via the system will help. ADB (What requires root rights and is not recommended for beginners).
π‘
Disabling system sounds does not affect the audio in applications; these are two different levels of settings: system (notifications, signals) and user (applications, media).
Frequent problems and solutions
Even after all the methods are applied, users sometimes face the return of sound, and here are the most common reasons and ways to eliminate them:
| Problem. | Possible cause | Decision |
|---|---|---|
| The sound returns after the reboot | Resetting ADB settings or system bug | Repeat the ADB command or update the firmware |
| App ignores Mute | The app has its own sound settings. | Turn off the sound in the application interface or remove it |
| There is no sound anywhere but HDMI. | Resetting of the audio profile or damage to the audio driver | Perform a complete reset (Settings β Reset) |
| It's sounding, but it's very quiet. | Activated Night Mode or Dynamic Range | Check the settings in Settings β Sound β Sound mode |
If none of these methods worked, consider a hardware problem, such as damage to the audio chip or speakers contacts, in which case we recommend contacting the Xiaomi service center (especially if the TV is guaranteed).