How to remove the app from the Xiaomi Mi TV: instructions for all models

Removing unwanted apps from a Xiaomi Mi TV is a challenge many users face. Unlike smartphones, where the removal interface is intuitive, Android TVs or PatchWall TVs often hide this feature in the depths of the menu. Moreover, some system applications (such as Mi Home or Google Play Music) do not have a โ€œDeleteโ€ button at all โ€“ they can only be disabled or removed through developer mode.

In this article, we will discuss all the current ways to remove applications on Xiaomi Mi TV 4/4A/4S/5/5 Pro, Mi Box S and other models based on Android TV, including hidden methods through ADB and resetting. Special attention will be paid to the nuances: why some applications do not delete, how to free up memory without losing data and what to do if after deleting the TV began to slow down. If you are looking for a way to get rid of preinstalled software or clean the system of unnecessary services, you are on the right track.

1. Method 1: Standard removal through the settings menu

The easiest method is to use the built-in Android TV or PatchWall tools, which are suitable for most user applications (e.g. YouTube, Netflix, IVI) that have been installed manually, but system applications (e.g. Mi Video or Google Assistant) cannot be removed this way.

Instructions for PatchWall (Xiaomi Mi TV firmware):

  • ๐Ÿ“บ Open the main menu by pressing the Home button on the remote.
  • ๐Ÿ” Go to the Apps section (or Apps in English version).
  • ๐Ÿ–ฑ๏ธ Select the unnecessary application and press the button OK on the remote (on some models you need to press Menu).
  • ๐Ÿ—‘๏ธ In the menu that appears, select Delete (or Uninstall). Confirm the action.

Instructions for Android TV (Mi Box S or Mi TV Stick firmware):

  • โš™๏ธ Go to Settings. โ†’ Annexes.
  • ๐Ÿ“‹ Select the All Apps tab.
  • ๐Ÿ” Find the right application in the list and click on it.
  • ๐Ÿ—‘๏ธ Press Remove (if the button is active).

โš ๏ธ Note: On some Xiaomi Mi models TV 4A (2018-2019) The Remove button may not be available even for user applications, due to manufacturer restrictions. ADB.

๐Ÿ“Š What firmware is your Xiaomi TV using?
PatchWall (standard for Mi TV)
Android TV (Mi Box S, Mi TV Stick)
I don't know.
other

Method 2: Removal via ADB (for system applications)

If the standard method didnโ€™t work and the app interferes with the TV (e.g. Mi Live is constantly hanging in the background or Google Play Movies takes up space), youโ€™ll have to use Android Debug Bridge (ADB), which requires connecting the TV to your computer, but allows you to remove any application, including system ones.

What you need:

  • ๐Ÿ’ป Computer with Windows/macOS/Linux.
  • ๐Ÿ”Œ USB-cable (for Mi Box) or Wi-Fi connection (for Mi) TV).
  • ๐Ÿ› ๏ธ Utility. ADB Tools (download from the official website).
  • ๐Ÿ”ง Developer mode on the TV.

Steps to remove:

  1. Activate Developer Mode: Go to Settings โ†’ About TV. Find the Build Number line and click on it 7 times in a row (you will be notified "You've become a developer"). Return to Settings โ†’ Additional โ†’ For developers and enable USB Debugging (or Network Debugging for Wi-Fi).

Connect the TV to the PC

  • For the Mi Box: Connect through USB-cable.
  • For Mi. TV: Connect to Wi-Fi (find out) IP-TV address in network settings and enter into ADB adb connect [IP-address]).
  • Delete the application: adb shell pm list packages | grep 'application name' # find the exact package (e.g. com.xiaomi.mitv.live) pm uninstall -k --user 0 com.xiaomi.mitv.live # deletion for current user For complete deletion (including updates) use: pm uninstall com.xiaomi.mitv.live

Install ADB Tools on PC|

Enable the developer mode on TV|

Connect TV to PC via USB/Wi-Fi|

Check the list of packages by the team `adb shell pm list packages`|Make a backup copy of important data-->

โš ๏ธ Note: Removing system applications (e.g. com.google.android.tvlauncher) may cause the interface to fail.Before experimenting, review the list of safe packets to remove or backup firmware.

List of safe for removing system applications
On most Xiaomi Mi TVs, you can safely remove the following packages (checked on firmware 2020-2026): - com.xiaomi.mitv.appstore (Mi App Store) - com.xiaomi.mitv.live (Mi Live) - com.xiaomi.mitv.vip (Mi VIP) - com.google.android.videos (Google Play Movies) - com.netflix.ninja (Netflix, if you don't use) Do not delete packages with the names launcher,ui or settings - this will bring the system!

3. Method 3: Disabling (freezing) applications

If deleting through ADB seems difficult and the application cannot be removed in the standard way, it can be disabled (freeze), which will stop the background processes and free up RAM, but the application itself will remain on the system and will not receive updates.

How to turn it off:

  • โš™๏ธ Go to Settings. โ†’ Annexes โ†’ All applications.
  • ๐Ÿ” Select the app you want (e.g. Mi Home or Google Play Games).
  • ๐Ÿšซ Press Disable (or Disable).
  • โœ… Confirm the action. The app will disappear from the menu and stop running.

Advantages of the method:

  • โœ”๏ธ Does not require a connection to a PC.
  • โœ”๏ธ Safe for system applications.
  • โœ”๏ธ You can return the application at any time (Include button).

Disadvantages:

  • โŒ Does not free up space in memory (application files remain).
  • โŒ Some apps (such as Google Play Services) cannot be disabled without root rights.

๐Ÿ’ก

If the TV starts to slow down after the app is turned off, try rebooting it: hold the Power button on the remote for 10 seconds. This will reset the cache and restore performance.

Method 4: Reset to factory settings (extreme case)

If the TV is full of unnecessary apps and you can't remove them, the last option is a complete reset, which will delete all user data, accounts and installed apps, returning the TV to the "out of the box" state, which is suitable if you are ready to reset the TV.

How to reset your settings:

  1. Save important data (e.g. channel list, audio settings).
  2. Go to Settings โ†’ Additional โ†’ Reset and Recovery.
  3. Select Factory Data Reset (or Factory Data Reset).
  4. Enter. PIN-code (if installed) and confirm the action.
  5. Wait for the reboot (it will take 5-10 minutes).
Action.What's removedWhat's persisting
Resetting settingsApplications, accounts, Wi-Fi settings, browsing historyFirmware, system applications, physical channels (if you donโ€™t reset TV settings)
Removal via ADBOnly the selected application (including its data)All other data and settings
Disabling the applicationBackground processes, updatesApplication files, space occupied

โš ๏ธ Attention: On the TVs Xiaomi Mi TV 5 Pro (2020) after a reset, you may need to re-assign your Mi Account to unlock some features (such as Mi Share!

5. Why are some applications not removed?

Even after activation of the developer mode, some applications remain untouchable.

  • ๐Ÿ”’ System applications: PatchWall firmware blocks the removal of key services (e.g. com.xiaomi.mitv.tvhome, the main launcher.
  • ๐Ÿ›ก๏ธ Removal protection: The manufacturer may prohibit the removal of applications associated with license agreements (for example, Amazon Prime Video on some models).
  • ๐Ÿ”„ Updates via Google Play: If the app has been updated through the store, the original version remains in the system section. -k --user 0 [packet]).
  • ๐Ÿ“ฆ Google Embedded Services: Apps like Google Play Services or Android System WebView cannot be removed without root rights, they are critical to the systemโ€™s operation.

How do you get around the restrictions?

  • ๐Ÿ”ง Use it. ADB with the command pm hide (hide the application without deleting).
  • ๐Ÿ“‰ Reverse to earlier firmware (if available) where restrictions are milder.
  • ๐Ÿ› ๏ธ Install an alternative launcher (for example, ATV Launcher) to hide unnecessary apps from the menu.

๐Ÿ’ก

If the application cannot be removed by any means, check it for malware. Some viruses disguise themselves as system services (e.g. com.android.system), in which case only a complete reset or firmware will help.

6.How to free up space without removing applications?

If the goal is not to delete the app, but to free up memory, try these methods:

  • ๐Ÿงน Cache Clearing: Go to Settings โ†’ Annexes โ†’ [select the application] โ†’ Memory. โ†’ Clean the cache. Use it for mass cleaning. ADB-Command: Adb shell pm clear [package].
  • ๐Ÿ—ƒ๏ธ Transfer of data to USB: Connect the flash drive to the TV and in the application settings (for example, Gallery) select Move to an external drive.
  • ๐Ÿ”„ Update rollback: For system applications (e.g. YouTube) roll back to factory version: Settings โ†’ Annexes โ†’ โ‹ฎ โ†’ Reverse updates.
  • ๐Ÿ“ฅ Background activity restriction: In the application settings, turn off Auto Start and Background activity.

On the Xiaomi Mi TV 4S (2019) and older, there is a built-in optimization tool:

  1. Go to Settings โ†’ Memory and Storage.
  2. Select Memory Cleanup.
  3. Wait until the process is completed (it can take up to 5 minutes).

7. Frequent mistakes and how to avoid them

When you delete applications, users often face typical problems, and here's how to solve them:

Mistake.Reason.Decision
Failure [DELETE_FAILED_INTERNAL_ERROR] (sever ADB)Application is protected by the system or there are no rightsUse the command pm uninstall-k --user 0 instead of completely uninstalling.
After removal, the TV will not turn onCritical system package (e.g. launcher) removedRestore firmware through Fastboot or contact the service
The app appears again after the updateThe firmware automatically restores system applicationsTurn off auto-update in Settings โ†’ About TV โ†’ Software Update
ADB doesn't see TVNot enabled debugging on USB/network or no driversCheck the connection, reinstall ADB drivers, reboot the TV

If after manipulating the applications, the TV began to slow down or spontaneously restart, follow the following steps:

  1. Reboot the TV (hold the Power for 10 seconds).
  2. Clear the cache in Recovery mode: adb reboot recovery (select Wipe Cache Partition from the recovery menu)
  3. If the problem remains, reset the settings.

FAQ: Answers to Frequent Questions

Can I uninstall Google Play Services with Xiaomi Mi TV?
No, it's a system application critical to Android TV. Deleting it will cause app store, updates and some features to crash. The most you can do is disable auto-updates: adb shell dumpsys package com.google.android.gms | grep versionName pm uninstall-k --user 0 com.google.android.gms (not recommended!) If Google Play Services takes too much memory, clear its cache in the settings.
How to find out the exact application package for ADB?
There are two ways: through ADB: adb shell pm list packages | grep 'keyword' example: adb shell pm list packages | grep 'mi' via App Inspector app (install it on TV via Send Files to TV). For popular Xiaomi apps, packages usually start with com.xiaomi., for Google - with com.google.
After the app was removed, the TV stopped turning on.
It's likely that the critical system package was removed, and there are two ways to restore the system to work: ๐Ÿ”ง Fastboot Flash: Download the official firmware for your model from Xiaomi. Connect the TV to your PC in Fastboot mode (hold Power). + Menu when you turn on. Run the command: fastboot flashall.

Calling the service

Fastboot

Xiaomi

โš ๏ธ Do not try to sew the TV firmware from another model - this will lead to "bricking" (complete inoperability).

How to prevent the TV from installing unnecessary apps automatically?
Autoinstall applications (such as Mi Live or Prime Video) occurs because of: Auto Update in Google Play. Xiaomi Services (such as Mi Push Service).To disable: Go to Settings โ†’ Accounts and Sync and turn off automatic sync. In the Google Play Store, turn off Application Auto Update. Through ADB, disable the push notification service: adb shell pm disable-user --user 0 com.xiaomi.xmsf
Can I remove PatchWall and install a pure Android TV?
Technically yes, but it requires unlocking the bootloader and installing custom firmware (e.g., custom firmware, ATV Custom ROM). The process is complex and risky: โœ… Pros: Pure Android TV without extra applications, better performance. โŒ Cons: Loss of warranty, risk of "bricking", some functions that do not work (for example, Mi Remote). 4PDA or XDA Developers. for beginners, this method is not recommended.