Are you tired of YouTubeβs intrusive recommendations on the home screen of your Xiaomi TV, or want to free up memory for other apps? Removing pre-installed YouTube from Mi TV, Redmi TV or Xiaomi Smart TV is not an easy task. The manufacturer blocks standard removal of system applications, but there are workarounds. In this article, we will examine 5 proven methods, from simple settings to technical solutions using ADB.
It's important to understand that on Xiaomi TVs (especially Mi TV 4S/4A/5X and later), YouTube is integrated at the PatchWall firmware level. This means that simply "deleting" through the app menu won't work. However, even without root rights, you can disable autoplay, hide the icon or uninstall the upload over the debugging bridge. If you're ready for experiments, read on.
Why is YouTube not being removed in the standard way?
Xiaomi TVs are based on Android TV with a proprietary shell PatchWall. YouTube here belongs to the category of system applications (system apps), which:
- π Protected from removal without special rights
- π Automatically recover after discharge
- π¦ Take up a seat in the section /system, not /data
- π Strongly tied to Google services (even if you donβt use them)
On Xiaomi TV models up to 2020 (e.g. Mi TV 4 55), sometimes disabling via Settings β Apps helped, but in new firmware (MIUI TV 3.0+), this option is blocked.
Method 1: Hiding the YouTube icon (without deleting)
If you are simply disturbed by the icon on the home screen, and the app itself can be left, use this method. It works on all Xiaomi TV models and does not require technical skills:
- Press the Home button on the remote.
- Find the YouTube icon and highlight it (donβt click!).
- Press the OK button on the remote for 2-3 seconds.
- In the menu that appears, select Remove from the screen or Hide.
β οΈ Warning: This method only removes the shortcut from the home screen. The app will remain in the system and will be updated in the background. To stop it completely, go to Settings. β Annexes β YouTube β Stop it.
βοΈ Preparing for YouTube Hiding
Method 2: Disabling Autostart and Notifications
YouTube on Xiaomi TV often runs spontaneously and shows notifications.
- Open Settings β Applications β Application Management.
- Find YouTube in the list and select it.
- Turn off the options: π Auto-start π Notifications πΆ Background use of data
Stop it.
Clear the cache
This wonβt remove the app, but it will significantly reduce its activity.On some models (like the Redmi Smart TV X50) after these actions, YouTube will stop appearing in PatchWall recommendations.
π‘
If YouTube still appears in the recommendations after disabling AutoRun, try resetting PatchWall settings via Settings β Accounts and Security β Resetting Launcher settings.
Method 3: Remove via ADB (for power users)
The most radical method is uninstalling YouTube via Android Debug Bridge (ADB), which requires connecting the TV to the computer, but gives 100% results on all Xiaomi TV models with Android 9 and later.
- π» Computer with Windows/macOS/Linux
- π USB-cable (preferably original from Xiaomi)
- π₯ Utility. ADB Tools by Google
- βοΈ Debugging mode on-line TV
Step-by-step:
- Activate Developer Mode on TV: Settings β About TV β Click 7 times on Android Version
- Return to Settings β Additional β For developers and enable: Debugging via USB Debugging over the network (if you connect over Wi-Fi)
adb devices(Serial number device should appear)
adb shell pm uninstall --user 0 com.google.android.youtube.tvReboot the TV.
β οΈ Note: Some of the updates after the update OTA YouTube may return. To avoid this, run the command before updating:
adb shell pm disable-user --user 0 com.google.android.youtube.tvWhat if ADB canβt see the TV?
Method 4: Reset to factory settings (extreme case)
If none of these methods work, it's a complete reset, which will delete all user data, but it will return the TV to "clean" state without any YouTube updates.
- Open Settings β Accounts and Security β Resetting.
- Choose Reset all settings (not to be confused with Network Reset!).
- Enter. PIN-code (default 0000 or 1234).
- Confirm the action and wait for the reboot (it will take 5-10 minutes).
If youβre up to this step, look for firmware on the XDA Developers or 4PDA forums, but keep in mind that for Xiaomi TVs, the process of unlocking a bootloader is more difficult than for smartphones.
What if YouTube is back after the update?
After updating PatchWall firmware or Google services, YouTube may reappear.
- Turn off automatic app updates: Settings β Apps β Google Play settings β Auto-update apps β Never
- Block YouTube domains via hosts file (root required): adb shell su echo "127.0.0.1 www.youtube.com" >> /system/etc/hosts
- Use an ad blocker like Blokada or AdGuard for TV.
- Check the list of apps on new versions of YouTube regularly.
On some models (e.g. Mi TV Q1 75), it helps to disable Google services completely:
Settings β Accounts and Sync β Google β Disable Sync