The YouTube app on Xiaomi smartphones is often a source of annoyance: it takes up space in memory, consumes traffic in the background and does not allow itself to be deleted by standard means. Even after clicking βDeleteβ in the app menu, the system simply resets the updates, leaving the preinstalled version. In this article, we will discuss all the working ways to get rid of YouTube on Xiaomi β from temporary disabling to completely deleting system files, including methods for devices without root rights and with an unlocked bootloader.
Complicating the problem is that MIUI (and now HyperOS) aggressively protects system applications. Simple removal via Settings β Apps wonβt work β the system will return YouTube after a reboot or update. We tested all methods on Redmi Note 12 Pro+, POCO X5 Pro and Xiaomi 13T models with the latest firmware versions, so the instructions are relevant for most of the brandβs modern devices.
Why YouTube canβt be removed in the standard way
The built-in YouTube app on Xiaomi is classified as system apps that are protected from removal for several reasons:
- π¦ Google license agreements: Xiaomi must pre-installe key Google services, including YouTube, to get Google Mobile Services support (GMS).
- π Protection against system "breakdown: MIUI/HyperOS Blocks the removal of critical applications to prevent service failures (e.g., login via Google).
- π Recovery mechanism: even if removed APK-manually, the system will restore it the next time you update or reset your settings.
Moreover, starting with MIUI 13 and HyperOS, Xiaomi has implemented additional protection: applications from the /system/priv-app/ folder (which includes YouTube) cannot be deleted without superuser rights.Attempt to delete them via ADB or file manager will result in a "Read-only file system" error unless you remount the partition as read-write.
β οΈ Attention: Removing system applications can lead to unstable smartphone operation, update issues, or even a "brick" (breaking firmware!
Method 1: Turn off YouTube without deleting (the safest)
If you just need to hide YouTube and prevent it from running in the background, you just need to turn the app off via the settings. This method does not require root rights and is completely reversible:
- Open Settings β Applications β Application Management.
- In the search bar, type βYouTubeβ and select the app from the list.
- Click on βDisableβ (or βDisableβ, depending on the version of MIUI).
- Confirm the action in the dialog window.
After the shutdown:
- π« YouTube icon will disappear from the app menu.
- π΅ The app will stop receiving updates via Google Play.
- π YouTube Background Processes Will Be Stopped (Saves Battery).
π‘
If the βDisableβ button is inactive, try first to remove all YouTube updates through the same app settings screen.
Cons of the method:
- π¦ The application will remain in the device memory (takes up) ~50β100 MB).
- π After resetting settings or updating MIUI YouTube may be activated again.
Method 2: Remove updates and block them via ADB
A more radical method is to remove YouTube updates and block their installation via Android Debug Bridge (ADB).This does not require root rights, but requires connecting the smartphone to a computer.
What you need:
- π₯οΈ Computer with installed ADB-driver.
- π± Included debugging by USB on Xiaomi (Settings) β The phone. β Version. MIUI β 7 times press to unlock the developer mode, then Settings β Additionally. β For developers β Debugging by USB).
- π USB-cable (preferably original).
Step-by-step:
Enable debugging over USB on Xiaomi|
Connect your phone to your PC and confirm your trust in the device |
Open the command line (Windows) or terminal (macOS/Linux) in the folder with ADB|
Check the connection of the team `adb devices` (The serial number of the phone should be displayed)-->
adb shell pm uninstall -k --user 0 com.google.android.youtubeThis team:
- ποΈ Remove all YouTube updates for current user (--user 0).
- π Pre-installed version (flag) -k), to avoid system failure.
To block future updates, do:
adb shell dumpsys package com.google.android.youtube | grep "versionName"Remember the current version (e.g. 17.45.36) and create a rule in Google Play:
- Open Google Play on your phone.
- Find YouTube, click on three dots β βDo not updateβ.
β οΈ Warning: After flashing or resetting the settings, the lock will be removed! ADB After each major update MIUI/HyperOS.
Method 3: Completely delete YouTube via TWRP (requires an unlocked bootloader)
If you are ready for radical measures and your Xiaomi has unlocked the bootloader, you can delete YouTube permanently through custom TWRP restoration.
What to do before you start:
- π Unlock the bootloader via the Mi Unlock Tool (can take up to 72 hours to wait).
- π₯ Install TWRP For your Xiaomi model.
- π¦ Make a full backup system through TWRP (Backup β Select all sections).
Instructions for removal:
- Boot into TWRP mode (turn off the phone, then press Power + Volume up).
- Go to Advanced β File Manager.
- Open /system/priv-app/PrebuiltGmsCore (or /system/priv-app/YouTube on some firmware).
- Delete files: YouTube.apk YouTube.odex (if any) Lib folder (if present)
Reboot β System
| Xiaomi model | The Way to YouTube in TWRP | Risk of failure |
|---|---|---|
| Redmi Note 10/11/12 | /system/priv-app/PrebuiltGmsCore/YouTube | Low. |
| POCO F3/F4/F5 | /system/priv-app/YouTube | Medium. |
| Xiaomi 12/13/14 | /system/product/priv-app/YouTube | High (possible problems with Google Services) |
| HyperOS (2026) | /system_ext/priv-app/YouTube | Critical (recommended only for custom firmware) |
What if Google services stopped working after YouTube was deleted?
Method 4: Using Magisk and Universal Android Debloater
For users with root rights (obtained through Magisk), there is an elegant solution - the Universal Android Debloater module, which allows you to remove system applications without risking damage to the firmware.
How it works:
- Install Magisk (see instructions for your model on XDA-Developers).
- Download the Universal Android Debloater module in.zip format.
- In the Magisk app, go to Modules β Install from storage and select the downloaded file.
- Reset the device.
- After downloading, open Terminal (or Termux) and type: su uad
- In the list of apps, search com.google.android.youtube and select the Uninstall option.
Disconnection through settings |
Removal of updates via ADB|
Complete removal via TWRP|
Use of Magisk and Debloater|
Don't delete YouTube.-->
Method 5: Alternative launcher and hiding icons
If you just need to hide YouTube from your eyes, but not physically remove it, use a custom launcher (like Nova Launcher or Lawnchair).
Instructions for Nova Launcher:
- Install Nova Launcher from Google Play.
- Click and hold the empty space on the home screen β βStart-up Settingsβ.
- Go to App Settings β Hide Apps.
- Select YouTube from the list and confirm.
Additional benefits:
- π¨ Customization of the appearance of the screen (themes, icons, gestures).
- π Ability to hide other system applications (e.g. Mi Video or Games).
- π Easy return of the icon back (just cancel the hiding in the settings).
π‘
Using custom launcher is the only method that does not affect the operation of the system and does not require technical knowledge, suitable for users who want to just remove YouTube from view, but keep it available if necessary.
What to do if YouTube is back after the update
Even after successful removal, YouTube may return after:
- π Updates MIUI/HyperOS through OTA.
- π± Resetting settings to factory.
- π§ Recovery with the Mi Flash Tool.
How to prevent returns:
- Turn off automatic MIUI update: Settings β About Phone β System Update β Three Points β Settings β Turn off βDownloadingβ.
- Block YouTube installation via ADB (perform after each update): adb shell cmd package install-existing com.google.android.youtube This command βdeceivesβ the system, making it think that YouTube is already installed.
- Use the DisableForceEncrypt Magisk module (for advanced users) to prevent system applications from recovering.
β οΈ Note: Since HyperOS, Xiaomi has implemented System App Protector, which automatically restores remote applications. APK-To get around this, after you delete YouTube, block access to Google domains through a file. /etc/hosts or an app like Blokada.