Owners of Xiaomi Mi TVs often face a problem: the pre-installed YouTube app cannot be removed by standard methods. It takes up space in memory, automatically updates and can slow down the system - especially on budget models like Mi TV 4A or Mi TV 4S. On some firmware, YouTube runs in the background even after a forced stop, consuming traffic and resources.
In this article, we will discuss 5 working methods for removing YouTube, from simple (disable and hide) to radical (complete removal via ADB or firmware reset). All instructions are tested on the current models Xiaomi Mi TV 5/5X/5 Pro, Mi TV Q1/Q2 and Mi TV Stick with shells PatchWall and Android TV. If you use TV older than 2018, pay attention to the section on the features of older models.
Why YouTube canβt be removed in the standard way
The YouTube app on Xiaomi TVs is classified as a system app, which means:
- πΉ It is set out in the section /system/priv-app or /system/app, change-proof;
- πΉ Removal requires root rights or access through ADB (Android Debug Bridge);
- πΉ Even after a forced stop (Settings) β Annexes β YouTube β Stop) it can restart automatically.
Moreover, on PatchWall TVs (all Xiaomi Mi TV models except Mi TV Stick), YouTube is integrated into the main menu, and its icon can remain on the screen even after uninstallation - this is not a bug, but a feature of the firmware, and to remove it, you will need additional configuration of the launcher.
β οΈ Note: On Xiaomi TVs with Android version below 9.0 (models up to 2019), removing system applications can lead to a cyclical reboot. β On TV. β Android version.
Method 1: Disable and Hide YouTube (without deletion)
If you just have to take YouTube off the home screen and stop it from running in the background, this is the best way to do it. It doesn't require technical skills and it's reversible.
Instructions:
- Open Settings β Applications β Installed Applications.
- Find YouTube in the list and select it.
- Click Stop, then Disable (if the button is active).
- Return to the home screen, hover over the YouTube icon and press the OK button on the remote.
- In the menu that appears, select Remove from the home screen (or Hide, depending on the model).
This method does not physically remove the application, but:
- π΅ Stops YouTube background activity;
- π Remove the icon from the main screen;
- π« Blocks automatic updates (if you disable Settings) β Annexes β YouTube β Auto-update).
β οΈ Note: On some models (Mi) TV 4A 32") after YouTube is disabled, the sound in other applications may disappear, due to a bug in PatchWall 3.0 firmware.
βοΈ Preparing for YouTube Shutdown
Method 2: Removal via ADB (without root)
If the shutdown isnβt enough, you can delete YouTube entirely using Android Debug Bridge (ADB), a method that works on all Xiaomi Mi TV models with Android 5.0 and higher, but requires a computer.
What you need:
- π» Computer with Windows/macOS/Linux;
- π USB-cable (for Mi) TV Stick β OTG-adapter);
- π₯ Utility. ADB Tools by Google;
- π§ Developer mode on the TV.
Step-by-step:
- Activate Developer Mode: Settings β About TV β Build Number (click 7 times in a row)
- Return to Settings β Additional β For developers and enable USB debugging.
- Connect the TV to your computer through USB (for Mi TV Stick use it. OTG-cable).
- Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with ADB and do: Adb devices Must appear device with a serial number.
- Enter the command to delete YouTube: adb shell pm uninstall --user 0 com.google.android.youtube.tv An alternative package may be required for Mi TV Stick: adb shell pm uninstall --user 0 com.google.android.youtube
If the command is successful, YouTube will disappear from the system.
- π After resetting the settings or updating the firmware, the application may return;
- π¦ Residual files (cache) will remain in memory (they can be cleared through Settings). β Memory).
π‘
If ADB If you canβt see the TV, try using wireless debugging: C β For developers, turn on Wireless debugging and connect to IP via adb connect command [IP-address].
Method 3: Removal via TWRP (for advanced users)
This is a good option for Xiaomi Mi TV owners who are willing to get root rights and install custom recovery.It allows you to delete YouTube permanently, even after updates, but requires technical skills and risks voiding the warranty.
Warnings:
- π¨ Incorrect actions can lead to a βbrickβ (breakdown) of the TV;
- π§ You will need to unlock the bootloader (on some models this is not possible);
- π΅ After receiving root, they can stop working. OTA-update.
Instructions:
- Unlock the bootloader through the official Xiaomi tool (for TVs, the procedure is different from smartphones - you need the Mi Unlock Tool for TV utility).
- Install TWRP for your model (firmware is available on the XDA Developers forums).
- Boot in. TWRP (usually with a Menu button + Power when on) and connect USB-file-storage YouTube_Remover.zip (You can create it yourself or download ready-made).
- V TWRP Choose Install β Select a file β Swipe to Confirm Flash.
Script for YouTube_Remover.zip (can be created manually):
ui_print ("Delete YouTube...");
unmount /system;
delete_recursive("/system/priv-app/YouTubeTV");
delete_recursive("/system/priv-app/YouTube");
delete_recursive("/system/app/YouTubeTV");
delete_recursive("/system/app/YouTube");
mount /system;
ui_print ("Done!");β οΈ Attention: On the TVs Xiaomi Mi TV Q2 with PatchWall 5.0 firmware+ Deleting YouTube through TWRP This can break Google Play Services, and you'll need to reflash the module. GMS separately.
Method 4: Reset to factory settings (radical)
If other methods didn't work, and YouTube is critically disrupting the TV, you can do a complete reset, which will delete all user data, but return the system to its original state - without YouTube (on some firmware).
How to reset:
- Open Settings β Additional β Reset and Recovery.
- Select Reset (on some models β Reset factory settings).
- Confirm the action (may be required) PIN-code from Xiaomi account).
- Wait for the reboot (it will take 5-10 minutes).
Important:
- π On TVs with Android 10+ YouTube can return after reset via automatic app recovery;
- π To avoid this, immediately after reset, turn off the Internet and follow Method 1 or Method 2;
- πΎ Reset removes all accounts, stored Wi-Fi passwords and image settings.
| Model TV set | Will YouTube be back after the reset? | Decision |
|---|---|---|
| Mi TV 4A/4S (Android 8.1) | β No. | Not required |
| Mi TV 5/5X (Android 9.0) | β οΈ Yes (in 24 hours) | Disable Auto Update in Google Play |
| Mi TV Q1/Q2 (Android 10+) | β Yes (instantly) | Remove via ADB before connecting to the network |
| Mi TV Stick | β No. | Not required |
Features for old models (until 2019)
Xiaomi Mi TVs of the first and second generation (Mi TV 3/3S/4) run on a much stripped-down version of Android and have their own nuances:
- π οΈ They cannot be rooted in standard ways;
- π ADB-Teams may not work due to a closed loader;
- πΊ YouTube on these models is often built into the firmware and is removed only by flashing.
Alternative solutions:
- Blocking via router: blacklist the domains youtube.com and googlevideo.com in the Wi-Fi settings;
- Use an alternative launcher: install an ATV Launcher or Sideload Launcher from APK.
- Custom ROM firmware: For Mi TV 3, there are firmware based on LineageOS, but they deprive PatchWall of support.
How to find out the exact name of the YouTube package?
Method 5: Blocking YouTube Updates
If you canβt delete YouTube, but you want to stop automatically updating it, there are two reliable ways to do this:
Method 1: Disconnecting from Google Play
- Open the Google Play Store;
- Find YouTube;
- Click on the three dots in the top right corner and uncheck the checkmark with Auto Update.
Method 2: Blocking through ADB
Follow the command:
adb shell pm disable-user --user 0 com.android.vendingThis will disable Google Play Services for the current user, but may disrupt other apps.
You can also freeze YouTube with apps like App Freezer (requires ADB):
adb shell cmd package set-hidden com.google.android.youtube.tvπ‘
Blocking updates does not remove YouTube, but it prevents it from growing in size and new features that slow down the TV.
Frequent mistakes and their solutions
When you delete YouTube, users often face problems, and here are the most common ways to solve them:
| Mistake. | Reason. | Decision |
|---|---|---|
| ADB doesn't see TV | Drivers not installed or debugging disabled | Install ADB drivers and check Debugging over USB |
| Uninstall team returns Failure | YouTube - System App | Use pm uninstall -k --user 0 [package] |
| Google Play has been deleted since | YouTube linked to Google Services Framework | Reinstall GMS via adb install com.google.android.gms.apk |
| The TV is fixated on downloading | Critical system component removed | Perform a reset via Settings β Reset or stitch stock firmware |
If none of the methods worked, check:
- π Firmware Version β Some PatchWall betas have YouTube protected from removal;
- π Access rights β the manufacturer may have blocked ADB-team;
- π‘ TV region - on models for China (with firmware) MIUI TV) YouTube may not be available initially.