YouTube is preinstalled on all Xiaomi smartphones and often works as a system app β it cannot be removed in the standard way through the Apps menu. β Annexes β YouTube system offers only to disable updates or reset settings, but does not erase APK-This creates problems: the application takes up space in memory, consumes resources in the background and can automatically update through Google Play.
In this article, we will discuss 5 proven ways to remove YouTube from Xiaomi, including ways for users without root rights and advanced options using ADB or custom firmware. We will discuss how to completely erase the application, disable its updates, and what to do if after removal there are errors in the work of Google Play Services or other Google services. All instructions are relevant for MIUI 12-15 (including global and Chinese versions) and models from Redmi Note 10 to Xiaomi 14 Ultra.
Why YouTube canβt be removed in the standard way
On Xiaomi smartphones, YouTube is a system app (or "bloatware"), which means that:
- π¦ His. APK-file-stitched /system/priv-app/ or /system/app/ firmware MIUI.
- π The system blocks direct deletion without superuser rights (root).
- π Even after βdeletingβ through the app menu, it is restored after resetting settings or updating. MIUI.
- π± In some models (for example, POCO F5 or Redmi K60) YouTube is integrated into Google Play Services, making it harder to remove.
The manufacturer does this for several reasons:
- Contractual obligations to Google β for the certification of devices under Google Mobile Services (GMS).
- Monetization β pre-installed applications generate revenue from advertising and affiliate programs.
- User Convenience β Xiaomi believes that most users need YouTube out of the box.
However, for those who do not use the service or prefer alternatives (for example, NewPipe or Vanced), preinstalled YouTube becomes a burden.
- π It takes up to 100-150 MB of memory space (along with cache and data).
- π Consumes up to 5-10% of battery power per week due to background activity.
- π« You may be in conflict with alternative YouTube clients.
Method 1: Disable YouTube without removing (without root)
If you don't have to completely erase an app, you just have to turn it off, use this method. It's safe, it doesn't require superuser rights, and it's reversible.
Steps:
- Open Settings β Applications β Application Management.
- In the search bar, enter YouTube and select the app from the list.
- Click Disable (or Remove Updates if the Disable button is inactive).
- Confirm the action in the dialog window.
What happens after the shutdown:
- β YouTube icon will disappear from the app menu.
- β The app will stop updating through Google Play.
- β YouTube Background Processes Will Be Stopped (Battery Savings).
- β APK-The file will remain in the system and will take up space (about 50-80 MB).
βοΈ Preparing for YouTube Shutdown
If the Disable button is inactive, try:
- First, click Remove Updates, then reopen the app menu.
- Use ADB (see Method 3).
β οΈ Attention: On some firmware MIUI (For example, the Chinese version is not GMS) Disabling YouTube may cause errors in the Google Play Services, in which case it is recommended to use Method 2 (hiding the icons).
Method 2: Hiding the YouTube icon (without deleting)
If you are only disturbed by the app icon in the menu, but you do not want to remove the application itself (for example, to save space or because of the risk of errors), use the Hiding feature in MIUI.
Instructions:
- Press the YouTube icon on the home screen or in the app menu.
- In the menu that appears, select Hide the app (or Remove from the screen β Hide).
- Confirm the action.
Alternative method (for MIUI 14-15):
- Open the Settings. β Main screen screen.
- Select Hidden Apps.
- Add YouTube to the list of hidden ones.
Advantages of the method:
- β Does not require root rights or ADB.
- β The app can be returned to the menu at any time.
- β Does not affect the operation of other Google services.
Disadvantages:
- β The application remains in the system and can be updated.
- β Takes up a place in memory.
- β Youtube notifications may appear (if not disabled in the settings).
π‘
If, after hiding the YouTube icon, you continue to appear in the search by application, clear the launcher cache: Settings β Applications β Launcher β Storage β Clear the cache.
Method 3: Completely delete YouTube via ADB (without root)
This method allows you to completely erase APK-YouTube file without superuser rights using Android Debug Bridge (ADB). It is suitable for most Xiaomi models. MIUI 12β15.
What you need:
- π₯οΈ Computer with Windows, macOS or Linux.
- π± USB-cable (preferably original).
- π οΈ Utility. ADB (You can download from the official Android website).
- π§ Included debugging by USB phone-on.
Step-by-step:
- Turn on USB debugging: Go to Settings β About Phone. Tap 7 times on MIUI to activate Developer Mode. Go back to Settings β Additional β Developer. Activate USB Debugging.
- Connect your phone to your PC: Download and unpack the platform-tools (enables adb.exe). Open the command prompt (cmd) in the adb folder. Enter the command: adb devices If the device is not detected, confirm the debugging permission on the phone screen.
- Delete YouTube: Follow the command to check the package: adb shell pm list packages | grep youtube Usually the package name is com.google.android.youtube. Delete the app (for the user): adb shell pm uninstall -k --user 0 com.google.android.youtube
If the command is successful, you will see a message of success.
- β YouTube icon will disappear.
- β APK-The file will be deleted for the current user (but will remain in the system).
- β The app will not be updated.
β οΈ Attention: On some firmware MIUI (Youtube may recover after a reboot, in which case use Method 4 (with root rights) or repeat the command ADB after each reboot.
What if the ADB canβt see the device?
Method 4: Delete YouTube with root rights
If you have root rights (like through Magisk), you can completely erase YouTube from the system partition, which ensures that the app doesnβt recover from updates or resets.
Tools required:
- π± Phone with root rights (for example, after installing Magisk).
- π οΈ Root-enabled file manager (such as Root Explorer or Solid Explorer).
- π§ Application for freezing system applications (optional, for example, Titanium Backup).
Instructions:
- Open Root Explorer and provide root access.
- Go to /system/priv-app/PrebuiltGmsCorePiX/ or (for older versions of MIUI): /system/app/YouTube/
- Find the files: YouTube.apk and (if any) YouTube.odex
- Remove or rename them (e.g. YouTube.apk.bak).
- Reboot the phone.
Alternative method (via ADB root):
adb shell
su
mount -o rw,remount /system
rm /system/priv-app/PrebuiltGmsCorePiX/YouTube.apk
rm /system/priv-app/PrebuiltGmsCorePiX/YouTube.odex
mount -o ro,remount /system
exit
exitAdvantages of the method:
- β Complete removal APK-file.
- β YouTube will not recover after updates MIUI.
- β Free up to 100-150 MB of memory.
β οΈ Attention: Removal of system APK-files may cause errors in the operation of Google Play Services or other services. /system through TWRP magisk.
π‘
If other apps (such as Google Maps or Gmail) have stopped working after you delete YouTube, restore deleted files from a backup or reinstall Google Play Services via Magisk.
Method 5: Delete YouTube through custom firmware
The most radical, but also the most effective way is to install custom firmware without GMS (for example, LineageOS or Pixel Experience).
- β Get rid of YouTube and other Google pre-installed apps.
- β Install only the services you need.
- β Increase battery performance and operating time.
Cons of the method:
- β Requires bootloader unlocking and installation TWRP.
- β Risk of "bricking" of the device with incorrect firmware.
- β Loss of warranty (if the phone is under warranty).
Step-by-step:
- Unlock the bootloader: Apply for unlock through the official Xiaomi website. Connect your phone to your PC in Fastboot mode (turn off your phone, then press Volume Down + Power).
- Install TWRP: Download the current version of TWRP for your model from the official website. Sweat recovery via fastboot: fastboot flash recovery twrp.img
- Sweep through custom firmware: Download GMS-free firmware (like LineageOS for microG). Download to TWRP (Loud up + Power). Make Wipe β Advanced Wipe (select Dalvik, Cache, System, Data). Install the firmware through Install.
After installing custom firmware, you can:
- π₯ Install only the right Google apps via microG or Open GApps.
- π Use alternative YouTube clients (e.g., NewPipe) without conflict.
- π Completely control background processes.
π‘
Before you run your firmware, check the compatibility of custom firmware with your Xiaomi model on the XDA Developers forum.Some firmware (e.g., for POCO F1) may not support cameras or communication modules.
What to do if other apps stop working after YouTube is deleted
Deleting YouTube could affect other Google services, as it is integrated into Google Play Services.
- π Google Play Store Is Getting a Mistake DF-DFERH-01.
- π Google Maps does not identify location.
- π Google Authorization or Push Notifications Are Not Working.
Decisions:
| Problem. | Reason. | Decision |
|---|---|---|
| DF-DFERH-01 Error in Play Store | Cache damage from Google Play Services | Clear the cache and data of Google Play Services. Delete your Google account and add again. Install the latest version of Google Play Services via APKMirror. |
| Google Maps is not working. | There is no Google Location History component. | Install Google Maps and Google Location History manually. Enable High Accuracy in location settings. |
| No push notifications are coming | Google Play Services has been suspended | Check if Google Play Services is disabled in your app settings. Restart your phone. Install MicroG as an alternative to GMS. |
If problems persist, return deleted YouTube files from backup or reset settings (Settings β Additional β Restore and Reset).
YouTube Alternatives for Xiaomi: What to install instead of a remote app
If you have removed YouTube but want to continue watching videos, consider these alternatives:
- π₯ NewPipe is an open YouTube client with ad blocking, background playback and video download.
- πΊ Vanced (unofficial) β modified YouTube with ad blocking and additional features. Requires installation via Vanced Manager.
- π Brave Browser β a browser with built-in ad blocking and support for background playback YouTube.
- π± SkyTube is an alternative open source client (available in F-Droid).
Comparison of alternatives:
| Annex | Blocking ads | Background reproduction | Download video | Google account required |
|---|---|---|---|---|
| NewPipe | β Yes. | β Yes. | β Yes. | β No. |
| YouTube Vanced | β Yes. | β Yes. | β No. | β Yes. |
| Brave Browser | β Yes. | β Yes. | β No. | β No. |
| SkyTube | β Yes. | β No. | β No. | β No. |
Google Play Services is not required to install NewPipe or SkyTube, making them ideal for custom firmware without GMS.
β οΈ Note: Using modified YouTube clients (e.g. Vanced) may violate the terms of use of the service.