Xiaomi device owners often face the need to remove a pre-installed YouTube app โ whether itโs because of battery consumption, intrusive advertising, or a desire to free up memory. However, standard deletion through the app menu is often not available: the system either blocks the action or magically returns after YouTubeโs reboot. Why does this happen?
The fact is that MIUI (Xiaomi firmware) and Android TV (on the brandโs TVs) classify YouTube as system applications that are protected from accidental removal. But that doesnโt mean that you canโt get rid of it. In this article, weโll look at all the current ways to remove YouTube from Xiaomi phones, tablets and TVs in 2026, from simple to advanced, including methods with and without root rights.
1. Why is YouTube not being removed in the standard way?
If youโve tried to delete YouTube through Settings โ Apps โ YouTube โ Delete, youโve probably seen a gray menu or โDisableโ button instead of โDelete.โ
- ๐ฑ On smartphones Xiaomi YouTube sewn into the firmware MIUI As a system application (even if you havenโt installed it).
- ๐บ On Mi TVs. TV or Redmi Smart TV YouTube integrated into Android TV LA-level.
- ๐ The manufacturer blocks the deletion to ensure compatibility with Google services (for example, for the operation of Google Play).
- ๐ After disabling the application can automatically update through Google Play and reappear.
In addition, on some models (e.g. Xiaomi Mi 11 or POCO F3), YouTube can be part of the com.google.android.youtube package, which is linked to other Google services, and its removal without preparation can lead to malfunctions in the Google Play Store or Google Assistant.
2. Method 1: Disable YouTube without deletion (without root)
The safest method is not to physically delete the app, but to disable it and hide it from the menu, which will not free up memory, but will stop background activity and remove the icon from the screen.
Instructions for MIUI (smartphones/tablets):
- Go to Settings โ Applications โ Application Management.
- Find YouTube in the list (use search if necessary).
- Slip on it and select Disable (if the button is inactive, click Remove Updates first).
- Confirm the action in the warning window.
For Android TV (Xiaomi TVs):
- Open Settings โ Applications โ See all applications.
- Select YouTube and click Disable (OK button on the remote).
- If the option is not available, first remove the updates: Settings โ Apps โ YouTube โ Remove updates.
๐ก
After disabling, clear the YouTube cache through Settings โ Apps โ YouTube โ Memory โ Clear the cache.This will delete temporary files (such as browsing history), but will not affect your Google account.
โ ๏ธ Note: On some Xiaomi TVs (e.g., 2020-2022 models), disabling YouTube may cause widgets to crash on the home screen).
Method 2: Removal via ADB (no root, for advanced)
If you don't have enough shutdowns, you can delete YouTube using Android Debug Bridge (ADB), a tool for debugging Android, which doesn't require root rights, but requires a command line.
What you need:
- ๐ฅ๏ธ Computer with Windows/macOS/Linux.
- ๐ฑ Cable USB (original for stable connection).
- ๐ง Included Debugging by USB on the device (Settings) โ The phone. โ Version. MIUI โ Tap 7 times, then go back to Settings โ Additionally. โ For developers).
- ๐ฆ Installed drivers ADB (You can download from the official Android website).
Step-by-step:
- Connect the device to your PC and open the terminal (or cmd in Windows).
- Check the connection command: Adb devices should appear serial number of your device.
- Follow the command to delete YouTube: adb shell pm uninstall -k --user 0 com.google.android.youtube Flag --user 0 means deletion only for the current user (does not affect system files).
- Reset the device.
Install ADB drivers on PC
Enable debugging over USB on Xiaomi
Connect the device with the original cable
Check the connection of the adb device team
Download platform-tools from the Android site-->
โ ๏ธ Attention: On some firmware MIUI 14+ YouTube may return after updating via Google Play, to avoid this, block the automatic update in the Google Play settings or delete your Google account (but this will affect other services).
Method 3: Complete removal with root rights
If your device has root access (for example, after unlocking the bootloader and installing Magisk), you can delete YouTube permanently, including all associated files.This method is suitable for experienced users, as improper actions can lead to a device "breakdown".
Instructions:
- Install a file manager with root support (such as Root Explorer or FX File Explorer).
- Go to /system/priv-app/YouTube or /system/app/YouTube (the path may vary depending on the model).
- Delete the YouTube folder and all files with the.apk and.odex extensions associated with YouTube.
- Clear the cache in the folder /data/data/com.google.android.youtube.
- Reset the device.
Alternative method - through Terminal Emulator (Android app):
su
mount -o rw,remount /system
rm -rf /system/priv-app/YouTube
rm -rf /system/app/YouTube
rm -rf /data/data/com.google.android.youtube
reboot| Xiaomi model | The Way to YouTube | Risk of removal |
|---|---|---|
| Redmi Note 10/11 | /system/priv-app/YouTube | Low (Google Play may crash) |
| POCO X3/X4 | /system/priv-app/PrebuiltGmsCore (as part of GMS) | Medium (may affect other Google services) |
| Mi TV 4S/5 | /system/priv-app/LeanbackLauncher (integrated into launcher) | High (risk of TV interface failure) |
| Black Shark 4/5 | /system/product/priv-app/YouTube | Low (Gaming devices are less dependent on Google) |
โ ๏ธ Note: On Xiaomi TVs, removing YouTube via root may result in loss of remote functionality (if the app is associated with voice assistant). TWRP Or OrangeFox Recovery.
What if Google Play stopped working after YouTube was deleted?
5. Method 4: Remove on Xiaomi TVs (Android TV)
Xiaomi Android TVs (such as the Mi TV Q2 or Redmi Smart TV X) store YouTube in a protected area of the system.
Option 1: Reset to factory settings
This is a radical method, but it is guaranteed to remove all custom apps, including YouTube updates:
- Open Settings โ Device โ Reset settings.
- Select to erase all data (some models will need to enter) PIN-code).
- After the reboot, do not connect your Google account โ this will prevent you from automatically installing YouTube.
Option 2: Lock through the host file (root required)
If you have root on TV, you can block access to YouTube by editing /etc/hosts:
su
mount -o rw,remount /system
echo "127.0.0.1 www.youtube.com" >> /etc/hosts
echo "127.0.0.1 m.youtube.com" >> /etc/hosts
rebootThis will redirect all requests to YouTube to the local host, making it unavailable.
๐ก
On Xiaomi TVs, YouTube is often tied to the launcher, and removing it can cause the home screen to crash โ in which case only flashing through USB will help.
6. Method 5: Use of alternative firmware
If you're willing to take drastic measures, you can install custom firmware without Google services (like LineageOS or HavocOS), which will completely remove YouTube and other pre-installed apps, but require:
- ๐ Unlock the bootloader (fastboot oem unlock).
- ๐ ๏ธ Custom recovery installations (TWRP Or OrangeFox).
- ๐ฅ Download firmware without GApps (or with a minimum package).
Advantages:
- โ Full control over system applications.
- โ Lack of intrusive Google services.
- โ Option to select alternative YouTube clients (e.g. NewPipe or SkyTube).
Disadvantages:
- โ Loss of warranty if the device is new).
- โ Risk of "brike" with incorrect firmware.
- โ No Automatic Security Updates.
๐น Tip: Before installing custom firmware, check its compatibility with your model on the forum XDA Developers or 4PDA. For example, for Xiaomi Mi A3 This is the case with LineageOS 20. POCO F1 โ Pixel Experience.
7. YouTube Alternatives: What to Use Instead?
If you have removed YouTube due to advertising, traffic expense, or privacy, consider alternative customers:
| Annex | Advantages | Deficiencies | Reference |
|---|---|---|---|
| NewPipe | No advertising, background playback, video download | There is no official Google account. | newpipe.net |
| SkyTube | Open source, privacy | Less stable than NewPipe | GitHub |
| Vanced (not supported) | Ad Blocking, Dark Subject | Project closed, errors possible | vancedapp.com |
| Brave Browser | Built-in ad blocker on the web version of YouTube | No notifications for new videos | brave.com |
๐น Important: Alternative clients (e.g. NewPipe) do not support:
- ๐ Notifications of new videos from subscriptions.
- ๐ฌ Commenting through a Google account.
- ๐ฎ Some Premium features (e.g. YouTube Music).
8. Frequent mistakes and how to avoid them
When you delete YouTube, users often face problems, and here are the most common mistakes and solutions:
- Error "Cannot delete the package" when using ADB: ๐น Solution: Make sure that the debugging is USB Repeat the command with the flag. --user 0. If it doesnโt work, check if itโs blocked. ADB developer-setting.
- YouTube is back after an update: ๐น Solution: Turn off the automatic YouTube update on Google Play or delete your Google account (but it will affect other apps).
- Google Play Failure After Deletion: ๐น Solution: Restore the com.google.android.gms file from the backup or reflash the device.
- TV is not turned on after YouTube is deleted: ๐น Solution: Restore the firmware through USB Burning Tool (for the first time) TV on Amlogic) or contact the service center.
๐ก
Before any manipulation of system applications, back up via TWRP or Mi Cloud, which will save your data in the event of a crash.