How to remove YouTube from Xiaomi devices: phones, tablets and TV

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.

๐Ÿ“Š What kind of Xiaomi device do you have?
Smartphone
Television
Tablet
Smart watches
Other

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):

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Find YouTube in the list (use search if necessary).
  3. Slip on it and select Disable (if the button is inactive, click Remove Updates first).
  4. Confirm the action in the warning window.

For Android TV (Xiaomi TVs):

  1. Open Settings โ†’ Applications โ†’ See all applications.
  2. Select YouTube and click Disable (OK button on the remote).
  3. 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:

  1. Connect the device to your PC and open the terminal (or cmd in Windows).
  2. Check the connection command: Adb devices should appear serial number of your device.
  3. 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).
  4. 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:

  1. Install a file manager with root support (such as Root Explorer or FX File Explorer).
  2. Go to /system/priv-app/YouTube or /system/app/YouTube (the path may vary depending on the model).
  3. Delete the YouTube folder and all files with the.apk and.odex extensions associated with YouTube.
  4. Clear the cache in the folder /data/data/com.google.android.youtube.
  5. 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 modelThe Way to YouTubeRisk of removal
Redmi Note 10/11/system/priv-app/YouTubeLow (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/YouTubeLow (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?
If the Store issues an error after deleting YouTube Google Play (for example, code 495 or 927), then you have deleted critical GMS files. Restore them through: 1. Install the original firmware via Fastboot. 2. Manual copying of com.google.android.gms files from the backup. 3. Using the Magisk patch (GMS Doze module or Universal SafetyNet Fix).

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:

  1. Open Settings โ†’ Device โ†’ Reset settings.
  2. Select to erase all data (some models will need to enter) PIN-code).
  3. 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




reboot

This 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:

AnnexAdvantagesDeficienciesReference
NewPipeNo advertising, background playback, video downloadThere is no official Google account.newpipe.net
SkyTubeOpen source, privacyLess stable than NewPipeGitHub
Vanced (not supported)Ad Blocking, Dark SubjectProject closed, errors possiblevancedapp.com
Brave BrowserBuilt-in ad blocker on the web version of YouTubeNo notifications for new videosbrave.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:

  1. 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.
  2. 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).
  3. Google Play Failure After Deletion: ๐Ÿ”น Solution: Restore the com.google.android.gms file from the backup or reflash the device.
  4. 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.

FAQ: Answers to Frequent Questions

โ“ Can you delete YouTube without rooting and ADB?
You can't completely remove it without root or ADB, because YouTube is embedded in the MIUI/Android TV system, and the alternative is to use launchers like Nova Launcher, which hide the YouTube icon.
โ“ Will YouTube be back after resetting its settings?
Yes, if you reset via Settings โ†’ Reset, YouTube will return, as it is part of the firmware. To avoid this, sew custom firmware without GApps or use ADB to delete immediately after the reset.
โ“ Why Google Maps stopped working after YouTube was removed?
This means you have deleted critical Google Play Services (GMS) files that other Google apps depend on: Restore them through a backup or reflash the device.
โ“ Can You Delete YouTube on Xiaomi with Magisk?
Yes, using a Magisk module called Universal YouTube Debloater or App Systemizer, which allows you to freeze system applications without physically removing them, which is safer for the system.
โ“ Is it legal to remove pre-installed applications?
Yes, you have the right to remove any application from your device, even system applications, but this can lead to a loss of warranty if the device is warranted, or to unstable operation of the OS.