Xiaomiβs Android TVs offer a lot of options for installing apps, but over time, the accumulated programs begin to take up precious space in memory, slow down the system or simply interfere with the menu. Unlike smartphones, removing apps on TVs has its nuances: the manufacturer often blocks standard uninstallation methods to prevent accidental removal of system components.
Complicating the problem, many users are faced with gray or no removal buttons in the app menu, because Xiaomi divides programs into three categories: custom (manually installed), system (built into firmware) and update (systemic, but updated via Google Play).
In this article, we will discuss all the current methods, from standard methods through the Android TV interface to advanced solutions using ADB and third-party utilities, especially the Mi TV 4A/4S/4X, Mi TV Q1/Q2, Redmi Smart TV and Mi Box S, as their firmware have key differences in application management.
1. Standard removal through the settings menu
The easiest way is to use the built-in Android tools TV. It is suitable for custom applications installed through Google Play or downloaded manually through APK-System programs (e.g. Netflix, YouTube, Mi Home) will not be deleted in this way - the button will be inactive.
Instructions:
- πΊ Open the main menu of the TV by pressing the Home button on the remote.
- π Go to the Applications section (or Apps in English firmware).
- π Select the unnecessary application and press the button OK on the remote (on some models you need to press Menu or a button with three points).
- ποΈ In the menu that appears, select Delete (or Uninstall). Confirm the action.
If the Remove button is inactive, it means that the application is system-based, in which case move on to the following methods. Note that on some firmware (for example, PatchWall on Indian models), the path to application settings may differ: Settings β Applications β Application Management.
Check the free space in memory (Settings β Storage)
Backup of important data (if any)
Write down the name of the application to search for alternatives
Make sure the application is not system-based (no gear icon)
-->
2. Removal via Google Play (for updated applications)
Some system applications (like Google Play Movies or Play Games) canβt be completely removed, but you can roll back to the factory version or remove updates, which will free up space and return the program to its original state.
How to do this:
- Open Google Play on your TV.
- Go to the menu β My apps and games β Installed.
- Find the right application and open its page.
- Click on the three dots in the top right corner and select Remove Updates.
After that, the app will return to the version that was originally in the firmware. If you need to get rid of it completely, you will need to use ADB (see section 4).
π‘
If the app doesn't appear in the list of installed apps on Google Play, try searching for it by name. Sometimes the system programs are hidden in the general list.
3. Reset to factory settings (radical method)
If the TV is full of unnecessary programs and you can't remove them individually, you can do a complete reset, and this method will delete all user data, accounts and installed apps, returning the device to the "out of the box" state. Use it only as a last resort!
Step-by-step:
- βοΈ Go to Settings. β System and device β Reset.
- π Select Reset All Settings (or Factory Data Reset).
- π Enter. PIN-code (if installed) or confirm the action.
- β³ Wait for the process to be completed (TV reboot) 1-2 once).
Once reset, you'll have to reconfigure your TV, connect to Wi-Fi, log into your Google account, and install only the apps you really need, a method that is guaranteed to remove all the programs you don't need, but takes time to recover.
What if the app is returned after resetting?
β οΈ Warning: Factory reset removes all data, including saved Wi-Fi passwords, image and sound settings, and licenses for paid apps. Write down important settings in advance or take screenshots of the screens with settings.
4. Removal via ADB (for power users)
The Android Debug Bridge (ADB) method allows you to remove system applications that cannot be uninstalled in standard ways, which requires connecting your TV to your computer and basic command line knowledge.
What you need:
- π» Computer with Windows, macOS or Linux.
- π USB-cable (for Mi Box) or network sharing (for TVs without a TV) USB-port).
- π₯ Utility. ADB (Download from the official Android website).
- π§ Included debugging by USB TV-wise.
Instructions:
- Activate debugging on USB: Go to Settings. β On TV. β Software version: Click 7 times in a row on the line with the build number until the message "You became a developer" appears. β System and device β Developer settings. Enable Debugging by USB and Debugging over the network (if not) USB-port).
Connect the TV to the computer USB or through the network (learn) IP-TV address in network settings).
adb connect [IP- TV address]:5555For USB-connect:
adb devices(Your device should be displayed).
adb shell pm list packagesFind the name of the unneeded app (e.g. com.xiaomi.mitv.appstore for the Mi App Store).
adb shell pm uninstall -k --user 0 com.xiaomi.mitv.appstoreReplace com.xiaomi.mitv.appstore with the desired application package.
If the team makes a Failure error [DELETE_FAILED_INTERNAL_ERROR], It means that the application is protected from removal, so you can try to disable it:
adb shell pm disable-user --user 0 com.xiaomi.mitv.appstoreβ οΈ Note: Removing system applications can cause a TV to run unstable, update errors, or even a device to blink. Do not remove programs with names that include βframework,β βsystem,β βlauncher,β or βdrmβ β these are critical components of the system.
| Annex | Packet name | Can I remove it? | Effects of consequences |
|---|---|---|---|
| Mi App Store | com.xiaomi.mitv.appstore | Yes. | You canβt install apps through the store. |
| Netflix | com.netflix.ninja | Yes (updates only) | The app will return to the factory version |
| Mi Video | com.mitv.tvhome | No (only shutdown) | It can disrupt the main screen. |
| Google Play Services | com.google.android.gms | No. | It'll cause the system to collapse. |
| YouTube | com.google.android.youtube.tv | Yes (updates only) | The app will return to the factory version |
5. Use of third-party utilities (without root)
If working with ADB seems difficult, you can use specialized tools to manage applications on Android TV. One of the most popular is TV Bro (available on Google Play).
- ποΈ Remove user and some system applications.
- π Reel back updates.
- π¦ Archive APK-files before deletion.
- π View the full list of installed programs.
How to use TV Bro:
- Install the utility from Google Play.
- Open it and grant administrator rights (if requested).
- In the main menu, select App Manager.
- Find the unnecessary app and click Uninstall.
- Confirm action. If the button is inactive, try Disable.
Alternative utilities:
- App Inspector β Shows detailed information about applications, including packet names for ADB.
- Total Commander β Allows manual removal APK-file /data/app (root).
- SD Maid β Clears the cache and residual files after uninstallation.
π‘
The side utilities don't give you a 100% guarantee of removing system applications, but they make it easier for user programs. ADB root-access.
Removal through recovery (advanced method)
If standard methods donβt work and ADB canβt handle secure applications, you can try removing them through recovery mode, which is suitable for experienced users and requires caution, as improper actions can lead to data loss or failure of the TV.
Instructions:
- π Connect. USB-file-storage FAT32 television-to-TV.
- π Download the File Manager utility with root support (for example, on the USB flash drive, FX File Explorer).
- π Reset the TV to recovery mode: Turn off the TV. Press the Menu button on the remote and the power button on the TV (or a combination for your model). Hold until the recovery menu appears.
- π₯οΈ In the recovery menu, select Mount β Mount /system.
- π Connect. USB-drive and through the file manager go to the folders: /system/app β system-application. /system/priv-app β secure system applications. /data/app β user-apps.
- ποΈ Remove folders with unnecessary applications (for example, com.xiaomi.mitv.appstore-1).
- π Restart the TV.
This method is risky, as deleting critical files can render the TV inoperable. it is recommended to back up the /system folder before making changes.
7.Alternative solutions: hiding and replacing applications
If you canβt delete the app, you can go another way:
- ποΈ Hide it from the main menu. On PatchWall firmware, press the button. OK on the app and select Hide.
- π Replace the standard launcher (e.g. installing a ATV Launcher or Hal Launcher from Google Play).
- π΅ Disable Autostart through the Application Settings (Settings) β Annexes β [name] β Auto-start).
- π Limit Internet access for unnecessary programs (Settings) β Network β Use of data).
These methods will not free up memory, but will make working with the TV more comfortable by removing the interfering elements of the interface.
π‘
If youβre using an alternative launcher but want to return the standard Xiaomi interface, go to Settings β Applications β Default Launcher and select PatchWall or Mi Home Launcher.