How to Remove the App from Xiaomi TV on Android TV

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.

πŸ“Š What model of your Xiaomi TV?
Mi TV 4A/4S/4X
Mi TV Q1/Q2/Q2 Pro
Redmi Smart TV
Mi Box S
Other

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:

  1. Open Google Play on your TV.
  2. Go to the menu β†’ My apps and games β†’ Installed.
  3. Find the right application and open its page.
  4. 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?
Some system applications (such as Mi Video or Mi Music) recover automatically after a reset, as they are part of the firmware. To get rid of them permanently, you will need to disable them via ADB or use custom firmware (see section 5).

⚠️ 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:

  1. 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]:5555

For USB-connect:

adb devices

(Your device should be displayed).

adb shell pm list packages

Find 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.appstore

Replace 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.

AnnexPacket nameCan I remove it?Effects of consequences
Mi App Storecom.xiaomi.mitv.appstoreYes.You can’t install apps through the store.
Netflixcom.netflix.ninjaYes (updates only)The app will return to the factory version
Mi Videocom.mitv.tvhomeNo (only shutdown)It can disrupt the main screen.
Google Play Servicescom.google.android.gmsNo.It'll cause the system to collapse.
YouTubecom.google.android.youtube.tvYes (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:

  1. Install the utility from Google Play.
  2. Open it and grant administrator rights (if requested).
  3. In the main menu, select App Manager.
  4. Find the unnecessary app and click Uninstall.
  5. 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.

FAQ: Frequent questions about removing apps

Can You Remove YouTube from Xiaomi TV?
You can't completely delete YouTube, because it's a system app, but you can: Remove updates via Google Play (the factory version will return), disable the app via ADB by command: adb shell pm disable-user --user 0 com.google.android.youtube.tv Hide it from the main menu (clamp OK on the icon).
Why does the app appear again after removal?
This is due to the system application autorestore feature that is included in Xiaomi firmware. To prevent reversion: Turn off automatic app updates in Google Play. Uninstall the app via ADB with the --user 0 flag. Use Debloater utility to block automatic installation. On some models (such as Mi TV Q2), system applications are restored after a firmware update.
How to Free up Space on Xiaomi TV Without Deleting Apps
If you don’t want to delete the program, try it: 🧹 Clear the cache: Settings β†’ Warehouse β†’ Cache data β†’ Clean up. πŸ—‘οΈ Delete downloads: check the Download folder through the file manager. πŸ“Ί Turn off the Ether recording (if used): Settings β†’ Television β†’ Recording. πŸ–ΌοΈ Reduce wallpaper resolution and screensavers, and you can also connect an external drive (a flash drive or a hard drive) and transfer some of the applications to it (if the TV supports Adoptable Storage).
What apps can be safely removed from Xiaomi TV?
List of applications that can usually be removed without risk to the system: Application Package Name Consequences of deleting Mi App Store com.xiaomi.mitv.appstore You can not install applications through the Mi Game Center brand store com.xiaomi.gamecenter.sdk.service The game section in the Browser menu com.android.browser Will not be the standard Mi Music com.mitv.music The built-in music player Mi Video com.mitv.tv.tvhome May disrupt the main screen (not recommended) Before deleting, check the reviews on the Browser com themed forums (for example, for your 4PDA)
How to return a remote system application?
If you have removed the system application and the TV began to work incorrectly, you can restore it: ADB, if it has survived APK-file: adb install -r -d --user 0 [Way to apk: Resetting the TV to factory settings (returning the firmware out of the box) by updating the firmware through OTA (Air updates - sometimes restores remote components. If no method has worked, you may need to flash the TV manually through the USB.