How to completely remove the audio program on the Xiaomi TV: from standard methods to hidden features

Owners of Xiaomi TVs (series Mi) TV, Redmi Smart TV, Xiaomi TV A and others often face a problem: the system has audio applications that cannot be removed by standard methods, such as built-in players like Mi Music or Media Player, or third-party services like Spotify or Yandex Music, integrated by the manufacturer. Such programs take up space in memory, slow down the interface and sometimes even automatically start when connected. USB-music-storage.

In this article, we will discuss all possible ways to remove from official (through settings and resets) to advanced (using ADB and root rights).It is important to understand that not all methods will work for your model: for example, on Xiaomi TV 4S with MIUI TV firmware, there is no access to system files, and on Mi TV 5 Pro you can disable applications through the Developer. Also note: some actions can lead to a loss of warranty or system failure - so make a backup of settings before experiments.

1. Method: Disabling the audio application through settings

The safest and easiest way to do this is not to delete the program completely, but to turn it off and hide it from the menu, and it won't free up memory, but it will eliminate intrusive notifications and accidental launches.

Instructions for MIUI TV and Google TV firmware (depending on your TV model):

  • ๐Ÿ“บ Go to Settings. โ†’ Annexes โ†’ Application management.
  • ๐Ÿ” Find the audio app you want (such as Mi Music or Media Center) and select it.
  • โš™๏ธ Click Disable (if the option is active) or Stop.
  • ๐Ÿ”’ Some firmware has the option to hide โ€“ it removes the icon from the main menu.

โš ๏ธ Attention: On TVs with Google TV (for example, Xiaomi TV A2 43) some of the system applications cannot be disabled - instead of the button "Disable" will be gray text Not supported.

๐Ÿ“Š What is the firmware on your Xiaomi TV?
MIUI TV
Google TV
Android TV (old models)
I don't know.

2. Method: Resetting the TV to factory settings

If the audio application is non-switched and disrupts work, the radical method is to completely reset the system, which will delete all user data, but return the TV to a "clean" state, where many pre-installed programs (including some audio players) will be deactivated.

How to reset:

  1. Open Settings โ†’ Device โ†’ Reset and Recovery.
  2. Select Resetting (sometimes called Factory Resetting).
  3. Confirm the action with a password (if installed) or PIN-code.
  4. Wait for the reboot (it will take 5-10 minutes).

โš ๏ธ Note: After resetting, you will have to reconfigure Wi-Fi, accounts Google/Xiaomi, Some system audio players, like Media Player, may come back, and they'll have to be turned off again.

Save the list of installed applications (take a screen picture)

Record passwords from Wi-Fi and accounts

Disconnect the TV from the network (if reset due to viruses)

Prepare the remote (batteries, spare remote on the phone)

-->

Method 3: Removal via ADB (for advanced users)

If standard methods didnโ€™t work, you can try uninstalling the audio app over the Android debugging bridge (ADB).This requires connecting the TV to your computer and knowing the command line.The method works on most Xiaomi TV models with Android TV or MIUI TV, but doesnโ€™t guarantee 100% success โ€“ some system applications are protected from removal.

Step-by-step:

  1. Turn on Developer Mode: Go to Settings โ†’ About TV. Find the build number and click on it 7 times in a row (you will be notified as a developer). Go back to Settings โ†’ Additional โ†’ For developers. Activate USB debugging and network debugging (if necessary).

USB

Wi-Fi

ADB

CMD

Terminal

adb devices

A device should appear (e.g. 192.168.1.100:5555).

adb shell pm list packages

Find the audio player name (e.g. com.xiaomi.mimusic for Mi Music).

adb shell pm uninstall -k --user 0 com.xiaomi.mimusic

(Replace com.xiaomi.mimusic with your package name).

๐Ÿ”น What to do if the team does not work?

  • ๐Ÿ”„ Try adding a flag. --user 0 (already mentioned in the example above).
  • ๐Ÿ› ๏ธ If there is a mistake DELETE_FAILED_INTERNAL_ERROR, Application is protected โ€“ it can only be turned off: adb shell pm disable-user --user 0 com.xiaomi.mimusic
  • ๐Ÿ“Œ Root access is required to completely remove system applications (see the following method).
List of packages of popular audio applications on Xiaomi TV
Mi Music: com.xiaomi.mimusic Media Center: com.miui.videoplayer or com.mitv.mediacenter Spotify: com.spotify.tv.android Yandex Music: en.yandex.music Google Play Music: com.google.android.music

4. Method: Obtaining root rights and deleting system files

This is the riskiest, but also the most effective method: it allows you to remove any application, including secure system, but requires unlocking the bootloader and installing Magisk or SuperSU. On Xiaomi TVs, the process is more complicated than on smartphones, and can lead to a device blink (breakdown).

๐Ÿ”ง What's the matter:

  • ๐Ÿ–ฅ๏ธ Computer with Windows or Linux.
  • ๐Ÿ”Œ Cable USB-A โ†’ USB-A (for connecting TV to PC).
  • ๐Ÿ“ฆ Firmware for your model (download only from official sources!).
  • ๐Ÿ”“ Utilities: Mi Unlock Tool, Fastboot, Magisk Manager.

Short algorithm (see for detailed guides for your model!):

  1. Unlock the bootloader through the Mi Unlock Tool (you need a Xiaomi account tied to your TV).
  2. Install custom recovery (TWRP for Xiaomi TV is not available for all models!).
  3. Squeeze Magisk to obtain root rights.
  4. Use Root Explorer or ADB with superuser rights to delete application files from folders: /system/app/ /system/priv-app/ /data/app/

โš ๏ธ Note: After obtaining the root license may stop working:

  • ๐Ÿ“บ Xiaomi built-in services (e.g. Mi Home).
  • ๐Ÿ”’ Updates by air (OTA).
  • ๐ŸŽฎ Some streaming apps (Netflix, Disney)+ They can block content on rooted devices).

๐Ÿ’ก

Before you run your firmware, check if your TV model has custom recovery. For example, the Mi TV 4A and Mi TV 4S have TWRP ports, but the Xiaomi TV Q1 doesn't. For information, look at the 4PDA or XDA Developers forums.

5. Method: Alternative solutions (if it cannot be removed)

If none of the methods worked, consider workarounds:

Problem.DecisionCons
The application automatically opens when you connect USBFormat the flash drive in NTFS or exFAT instead of FAT32Not all TVs support NTFS
The icon interferes with the menuUse an alternative launcher (such as an ATV Launcher or Sideload Launcher)The voice commands of the remote may not work
The app takes up memoryClear the cache in Settings โ†’ Applications โ†’ [Application Name] โ†’ Memory โ†’ Clear the cacheThe effect is temporary โ€“ the cache will accumulate again
Intrusive notificationsTurn off notifications in the app settingsNot all system applications allow this.

๐Ÿ’ก Tip: If you are bothered by Mi Music, try installing another audio player (for example, a new one, VLC or FX Player) and make it the default application for music files:

  1. Open any music file.
  2. In the window that appears, select Always and specify the desired player.

6. Method: Appealing for Xiaomi

If you donโ€™t want to risk self-manipulation, you can officially request Xiaomiโ€™s help, and in some cases, support can:

  • ๐Ÿ”ง Provide instructions to disable a particular application.
  • ๐Ÿ“ฅ Send firmware without unnecessary services (relevant for corporate clients).
  • ๐Ÿ”„ Suggest an update if the problem is caused by a bug.

๐Ÿ“ž How to Contact Support:

  • ๐ŸŒ Through the form on the site: mi.com/support.
  • ๐Ÿ“ง By email: support@xiaomi.com (for international users; or ru_support@xiaomi.com (for Russia).
  • ๐Ÿ’ฌ In the chat Mi Community (there is a Russian-language section).

โš ๏ธ Note: Support may be requested in response:

  • ๐Ÿ“ธ Screenshots of the problem (how to do: press Menu) + Volume Down on the remote).
  • ๐Ÿ“‹ Logs of the system (can be obtained through the ADB Adb logcat).
  • ๐Ÿ“ผ Video of a bug demonstration.

๐Ÿ’ก

Official support rarely helps remove pre-installed apps, but it can tell you how to turn them off or replace them. If the TV is on warranty, do not resort to informal methods (ADB, rut) - this will void warranty obligations.

Comparison of methods: what to choose?

MethodDifficultyRisks.EfficiencySuitable for
Disconnection in settingsโญ (simple)No.Hiding the icon, but not removing itAll models.
Reset to factoryโญโญ (middle-of-the-road)Loss of dataRemove user applicationsAll models.
ADBโญโญโญ (difficult)You can remove the desired applicationRemoves most applicationsModels with Android TV/Google TV
Ruth-Right.โญโญโญโญ (difficult)Brick, loss of warrantyDeletes everything, including system filesOnly for experienced users
Alternative solutionsโญ (simple)No.Masking up the problemAll models.

๐Ÿ”Ž Which method to choose?

  • If you just interfere with the icon โ€“ disable the application in the settings.
  • If you want to free up your memory, try ADB.
  • If you are willing to take risks, root rights will give you complete control.
  • If the TV is guaranteed, contact for support or use alternative players.

FAQ: Frequent questions

๐Ÿ”น Can I remove Mi Music without root rights?
Yeah, but not on all models. TV (for example, Xiaomi TV A2) can be removed through ADB AB: Adb shell pm uninstall -k --user 0 com.xiaomi.mimusic On MIUI TV (Old models) may not work โ€“ the application is protected.
๐Ÿ”น After removing the app, the TV started to slow down?
You probably deleted the system application, which other processes depend on. Try: Restore the application via ADB: adb shell cmd package install-existing com.xiaomi.mimusic Make a factory reset. Refuse the TV with official firmware.
๐Ÿ”น How to find the name of the application package I want to remove?
There are two ways: through ADB: adb shell pm list packages | grep -i music (replace music with part of the name) through the App Inspector app (installe it on your TV via APK).
๐Ÿ”น Can I remove Google Play Music?
Yes, but it is a Google system app, and removing it could disrupt other services (like YouTube or Google Assistant). ADB: adb shell pm uninstall -k --user 0 com.google.android.music If the sound is lost in other applications after deleting, restore it: adb shell cmd package install-existing com.google.android.music
๐Ÿ”น Why did the app reappear after resetting?
Because it's pre-installed in the system partition (/system/app/). Reset only deletes user data and applications you installed. To get rid of it forever, you need root rights or modified firmware.