How to Remove Apps from Xiaomi TV: 5 Proven Ways

Xiaomi TVs on Android TV or PatchWall are often littered with unnecessary apps โ€” pre-installed services, advertising utilities or programs that you have not used for a long time. Unlike smartphones, removing software from TV has its nuances: some applications can not be uninstalled by standard methods, and errors can lead to system failures. This article will help you understand how to properly clean the memory of a Mi TV, Redmi Smart TV or Xiaomi TV A without risking performance.

We'll look at all the current ways, from basic menu removal to advanced ADB (power users), focusing on system applications that can't be removed completely but can be disabled or hidden, and how to return a remote app if you suddenly need it, and what to do if the TV starts to brake after cleaning.

For example, removing key components through ADB may result in a loss of warranty or need to flash it back before any manipulation, so we recommend backing up your settings (if your TV model supports this feature).

๐Ÿ“Š What kind of Xiaomi TV do you have?
Mi TV 4S/4A/4X
Redmi Smart TV
Xiaomi TV A Pro
Xiaomi TV Q2
Another model

Why Xiaomi TV canโ€™t remove all apps in the standard way

Smart TV manufacturers, including Xiaomi, divide apps into three categories:

  • ๐Ÿ“ฑ Custom - installed by you from Google Play or third-party sources, removed without limitation.
  • ๐Ÿ”’ System (embedded) โ€“ pre-installed services (Mi Home, PatchWall, Netflix, etc.) partially removed or disabled.
  • โš™๏ธ Critical components of the Android System (Google Services) will cause the TV to fail.

The main problem is the limitations of Android TV. Unlike the mobile version, there is no โ€œRemove Updatesโ€ feature for system applications, and many utilities (Mi Share, Xiaomi Cloud) are integrated into the firmware. Moreover, after resetting, all preinstalled programs will return back.

Another nuance is regional restrictions, like on TVs for the Chinese market. TV 5 Pro CN) You canโ€™t remove Xiaomi Video or iQiyi, whereas the global versions often donโ€™t have these apps initially. โ†’ On TV. โ†’ Model).

โš ๏ธ Attention: Removing applications through Settings โ†’ The application does not free up memory completely, leaving cache and data that take up to 30% of the original program volume, and a complete cleanup will require an additional utility (for example, for a complete cleanup, SD Maid for Android TV).

Method 1: Standard removal through the settings menu

This method is suitable for custom applications (installed by you) and some pre-installed ones that are not system-specific. The instructions are relevant for all Xiaomi models on Android TV 9.0-12.0 and PatchWall (including Mi TV Q1E, Redmi Smart TV X2022).

  1. Open the main menu of the TV by pressing the Home button on the remote.
  2. Go to the Settings section (cog icon).
  3. Select the Applications โ†’ Installed annexes.
  4. Find an unnecessary app in the list and click on it.
  5. Click Remove (if the button is active) or Disable (for system programs).

If the Remove button is inactive (lit in gray), then the application is protected by the system.

  • ๐Ÿ”„ Clear cache and data (frees memory, but does not delete the program).
  • ๐Ÿšซ Disable (the app will disappear from the menu, but will remain in the system).
  • ๐Ÿ“‰ Hide through Settings โ†’ Main screen screen โ†’ Main screen setting.

โ˜‘๏ธ Preparation for removal of applications

Done: 0 / 4

On some models (e.g. Xiaomi TV A Pro 2023), the path to the app menu may be different:

Settings โ†’ Device โ†’ Applications โ†’ Show all applications

โš ๏ธ Note: After deleting Google Play Services or Android System WebView, the TV may lose access to the Internet or stop opening web pages!

Method 2: Remove via Google Play (for custom applications)

If the app was installed from Google Play, it can be removed directly through the store, which is convenient when the standard menu does not respond to remote commands (for example, due to firmware glitches).

  1. Open Google Play on your TV.
  2. Go to the section My apps and games โ†’ Established.
  3. Find the right app and click on three dots (โ‹ฎ) near.
  4. Choose Delete and confirm the action.

The advantage of the method is synchronization with a Google account, which means that if you delete the app through the Play Market on your phone, it will also disappear from the TV (provided that you use the same account), which is useful for managing software on multiple devices.

Limitations:

  • โŒ It does not work for system applications (PatchWall, Mi Remote, etc.).
  • โŒ Some apps (like YouTube) canโ€™t be removed, but you can turn off auto-update.

๐Ÿ’ก

If the app reappears after removal, check the auto-update settings in Google Play: Settings โ†’ Auto-Update apps โ†’ Never.

Method 3: Disabling system applications (without root rights)

System applications (Mi Video, Xiaomi Music, Game Center) canโ€™t be completely removed, but they can be disabled or hidden, freeing up RAM and removing unnecessary icons from the home screen.

Disconnection via ADB (no root)

This will require a computer with ADB drivers installed and USB debugging enabled on the TV.

  1. Activate Developer Mode on TV: Settings โ†’ About TV โ†’ Build Number (click 7 times)
  2. Enable USB debugging in the developer menu.
  3. Connect TV to PC via USB-cable (use the port) USB 3.0 for stability).
  4. Open the command line on your PC and type: adb devices (the device should be displayed).
  5. To disable the app, use the command: adb shell pm disable-user --user 0 com.xiaomi.package.name (replace com.xiaomi.package.name with a real package, for example com.xiaomi.mitv.appstore for the Mi TV App Store).

List of popular packs to disable:

AnnexPacket nameCan I turn it off?
PatchWallcom.mitv.tvhomeโœ… Yes (but will return after the reset)
Mi Videocom.miui.videoโœ… Yes.
Xiaomi Marketcom.xiaomi.mitv.appstoreโœ… Yes.
Game Centercom.miui.tv.gamecenterโœ… Yes.
Mi Remotecom.duokan.phone.remotecontrollerโŒ No (critical)

To return the disabled application, use the command:

adb shell pm enable com.xiaomi.package.name
How to find the name of the application package?
Install App Inspector from Google Play on TV, which will show the full package names of all installed programs, including system ones.

โš ๏ธ Note: Disabling PatchWall (com.mitv.tvhome) will result in the loss of a standard launcher, ATV Launcher, otherwise the TV wonโ€™t be able to load the main menu!

Method 4: Completely remove system applications (root required)

Complete removal of embedded applications (including PatchWall, Mi Home or Xiaomi Ads) will require root rights, a risky method that is only suitable for experienced users, and improper actions can lead to a loss of warranty or โ€œbrickingโ€ the TV.

Step 1: Getting root rights

On Xiaomi TVs, the root is obtained through:

  • ๐Ÿ”“ Magisk (for Android models) TV 9โ€“11).
  • ๐Ÿ”ง Castomy recovery (e.g., bone recovery, TWRP for Mi TV 4X).

Instructions for Magisk:

  1. Download the firmware for your model from the Xiaomi Firmware Updater website.
  2. Unpack the payload.bin file with Payload Dumper.
  3. Patchit boot.img file via Magisk Manager.
  4. Sweep the patchy boot.img Fastboot: Fastboot Flash boot magisk_patched.img

Step 2: Removal of applications

After receiving the root, use:

  • ๐Ÿ“ Root Explorer โ€“ to manually remove folders in /system/app.
  • ๐Ÿงน Titanium Backup โ€“ for uninstallation with backup.
  • ๐Ÿ’ป ADB Root access: Adb shell su rm -rf /system/app/PackageName

Examples of commands for removal:

#Deletion of PatchWall


rm -rf /system/priv-app/TvHome



Delete Mi Video



rm -rf /system/app/VideoPlayer

๐Ÿ’ก

Before removing system applications, be sure to back up /system partitioning via TWRP or DD-command. This is the only way to restore the TV when the crash occurs.

Method 5: Reset to factory settings (last resort)

If the TV is heavily cluttered with unnecessary software, and the standard methods don't work, it's a complete reset, which will bring the TV back out of the box, but it will delete all user data, including:

  • ๐Ÿ“บ Installed applications and their data.
  • ๐Ÿ”‘ Saved Wi-Fi passwords.
  • ๐ŸŽฎ Settings of sound, pictures, connected devices.

Resetting instructions:

  1. Open Settings โ†’ Device โ†’ Reset and Recovery.
  2. Select Reset (on some models โ€“ Reset factory settings).
  3. Confirm the action by entering PIN-code (if installed).
  4. Wait for the reboot (it will take 5-10 minutes).

After discharge:

  • โœ… Pre-installed apps (Netflix, Prime Video) will return.
  • โœ… PatchWall, Mi Remote will be active.
  • โŒ User programs and their data will disappear irrevocably.

โš ๏ธ Attention: On Xiaomi TVs 2020โ€“2023 Years of resetting through the menu does not always clear the section /data For deep cleaning, use the button combination on the remote: Menu. + Back + OK (hold on 10 seconds when you turn on the TV).

How to return a remote application

If you deleted the app by mistake, you can restore it in several ways:

1.Across Google Play

Open Google Play โ†’ My apps โ†’ Library and find the remote program in the list. Click Install.

2. via ADB (for system applications)

If the application was disabled via ADB, return it with the command:

adb shell cmd package install-existing com.xiaomi.package.name

3. Through backup

If youโ€™ve been backing up through Titanium Backup or Swift Backup, recover the data from the archive.

System applications (PatchWall, Mi Home) may require a TV flashing. Download the official firmware for your model on Xiaomi Support and run through the site. USB-debugging.

Frequent problems after removing applications and their solutions

Removing or disabling software can cause unexpected failures, and consider typical situations and ways to fix them:

Problem.Reason.Decision
The TV is not turned on (black screen)Critical system component (e.g. com.android.systemui) removedFly TV via fastboot or roll back firmware via USB
No sound in some applicationsDeleted audio codecs (com.google.android.media)Install MX Player with support for all codecs
The remote is down.Mi Remote (com.duokan.phone.remotecontroller) disabledConnect the mouse/keyboard over Bluetooth and turn the app back on
Persistent Errors "Stop App"Conflict after removal of dependenciesReset the settings or flash clean firmware

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

  1. Clear the system cache: Settings โ†’ Memory โ†’ Clear the cache.
  2. Check the space available (should be at least 500 MB).
  3. Turn off auto-run of unnecessary services via Greenify (root required).

๐Ÿ’ก

If the TV is always thinking when you turn on after removing the applications, check the integrity of the /system partition through the adb shell e2fsck -f /dev/block/system command.

FAQ: Answers to Frequent Questions

Can I remove PatchWall completely?
Yes, but only with root rights. Without root, you can only turn it off via ADB (pm disable-user --user 0 com.mitv.tvhome command). Note that after PatchWall is turned off, the standard launcher will disappear - install an alternative one (for example, ATV Launcher) in advance.
Why does it reappear after the app is removed?
This is due to: Auto Updates in Google Play (disable in store settings); Restores after resetting (pre-installed apps return); Background firmware updates (e.g. Mi TV Sometimes restores remote system utilities. Solution: disable auto-updates and check settings โ†’ Annexes โ†’ Auto-start.
How to free up memory if you canโ€™t delete system applications?
Instead of deleting: Clear cache and application data to Settings โ†’ Apps. Move media files to an external drive (a flash drive or hard drive). Use SD Maid or Files by Google to clean up garbage. Disable unnecessary services through ADB (e.g., Xiaomi Ads).
Can I remove Google Play Services?
No! This app is responsible for most of Google's services, including YouTube, Google Play and Chromecast, and deleting it will lead to: Internet loss, inability to install new apps, account sync errors, and the best you can do is disable auto-update in Google Play settings.
How to remove ads in Xiaomi system applications?
Ads in PatchWall, Mi Video or Xiaomi Ads are removed as follows: Disable the Xiaomi Ads app via ADB: adb shell pm disable-user --user 0 com.xiaomi.mitv.advertise Install an ad blocker (e.g. Blokada for Android TV). Use an alternative launcher (e.g. HalLauncher) that does not show ads. Complete removal of ad modules will require root and file editing /system/build.prop (add the line ro.miui.region=Global).