The YouTube app on Xiaomi Redmi 10 is often a source of annoyance: it takes up space in memory, consumes traffic in the background and obsessively offers updates. Especially annoying is the inability to standard delete โ the โDeleteโ button in the app menu is simply absent. Why is this happening?
YouTube is pre-installed as a system app under a partnership with Google, where the manufacturer blocks its removal to ensure that key services (like Google Play Services) work, but that doesnโt mean youโre doomed to put up with unnecessary software. In this article, weโll look at 5 working methods, from temporary shutdown to full removal to superuser rights, each one tested on Redmi 10 with MIUI 12-14 firmware.
Important: Before you start manipulating, check if you are using YouTube-dependent features (such as Google Assistant or Smart Reply in Messages).
1. disable YouTube without deletion (no root rights)
If you just need to hide the application and stop its background activity, just turn it off through the settings. This method does not require special knowledge and reversible:
- Open Settings โ Applications โ Application Management.
- In the search bar, type โYouTubeโ and select the app from the list.
- Click โDisableโ (the button will become active if the app has not been updated through Google Play).
- Confirm the action in the dialog window.
After the shutdown:
- ๐ฑ YouTube icon will disappear from the desktop and app menu.
- ๐ Background processes (e.g. autoplay video) will stop.
- ๐ฅ Updates to Google Play will be impossible (but the app will remain in the phoneโs memory).
โ ๏ธ Note: If the "Disable" button is inactive, YouTube has been updated via Google Play, in which case, roll back to the factory version first (see section 2).
2. YouTube rollback to factory version
The YouTube app that has been updated through Google Play cannot be disabled in the standard way, but the solution is to return the factory version, which is system-based and deactivable.
- Go to Settings โ Applications โ Application Management โ YouTube.
- Click on the three dots in the top right corner and select โDelete Updatesโ.
- Confirm action. The app will roll back to the version preinstalled on Redmi 10.
- The โDisableโ button will now be active (see Section 1).
If there is no โRemove Updatesโ item, it means:
- ๐ง You're using it. MIUI without Google services (for example, Chinese firmware).
- ๐ Application protected by administrator policies (less often).
Make sure your phone is over 30 times charged%|
Close all background applications |
Connect to Wi-Fi (in case of downloading the factory version)|
Check the vacant space (need to be checked). ~100MB)-->
After the rollback, Google Play may offer to update YouTube again.To avoid this, open the app's Play Market page, click three dots, and uncheck the "Auto Update" box.
3. YouTube Deletion via ADB (no root rights)
For those willing to go further than shutdown, there is an Android Debug Bridge (ADB) removal method.It doesn't require root rights, but it will require a computer and minimal command-line skills.
Advantages of the method:
- ๐งน Complete removal of the application (including cache and data).
- ๐ The ability to restore YouTube through resetting settings.
- ๐ก๏ธ Safer than root rights (does not violate the guarantee).
Step-by-step:
- Put the debugging on. USB: Settings โ The phone. โ Version. MIUI (Click 7 times to become a developer) โ Back to Settings โ Additionally. โ For developers โ Turn on "Debugging by" USBยป.
- Connect Redmi 10 to your computer via USB-Cable (original!) Select File Transfer Modeยป.
- Download ADB Tools and unpack it into the C:\adb folder.
- Open the command prompt in this folder (Shift + PCM โ Open PowerShell window here) and type:
adb devices(Your device name should appear. If not, install Xiaomi drivers.)
adb shell
pm uninstall -k --user 0 com.google.android.youtubeOnce the command is executed, YouTube will be deleted for the current user (without affecting system files), the application will disappear from the menu, and its data will be erased.
โ ๏ธ Note: If after removal through ADB Have problems with Google Play Services (e.g. login errors), follow the command:
adb shell cmd package install-existing com.google.android.gmsWhat if the ADB canโt see the device?
4. Complete removal through root rights
If you're willing to take drastic measures, getting root rights will allow you to delete YouTube at the system file level, which is a method that's suitable for power users, because:
- ๐ Violates Xiaomiโs Guarantee.
- ๐ก๏ธ May cause security issues (e.g., blocking banking applications).
- ๐ Requires firmware recovery when selling your phone.
Redmi 10 (codename selene) will be suitable for the method of unlocking the bootloader and installing Magisk.
- Unlock the bootloader through the official Mi Unlock Tool (requires a Xiaomi account binding and wait 7 days).
- Install custom recovery (e.g. TWRP for selene).
- Please use Magisk to obtain root rights.
- Use a root-access file manager (such as Root Explorer) and delete YouTube files by the following paths: /system/priv-app/YouTube/ or /system/app/YouTube/.
Once removed, it is recommended to โfreezeโ the com.google.android.youtube package via Magisk or Titanium Backup to prevent it from being restored when you update your MIUI.
๐ก
Before you get root rights, make a full backup through TWRP (including the EFS section), which will save your IMEI and modem data if you fail to firmware.
Alternative methods: concealment and replacement
If removal seems too risky, consider alternative options:
| Method | Advantages | Deficiencies |
|---|---|---|
| Hiding the icon (through launcher) | Quickly, it does not require technical skills. | The application remains in memory and updated |
| Replacement with Lite version (YouTube Go) | Less weight, saves traffic | Functional limitations |
| Blocking traffic (through a firewall) | Stops background activity | Requires third-party software (e.g. NetGuard) |
| Use of alternatives (NewPipe, SkyTube) | No advertising, background playback | You need to download APK manually. |
To hide the icon:
- Hold your finger on the YouTube icon on your desktop.
- Drag it up to the inscription "Delete" (in MIUI it is not removal, but concealment).
- Confirm the action. The icon will disappear, but the app will remain on the menu.
To install NewPipe (an alternative YouTube client without ads):
- Download APK from the official website newpipe.net.
- Allow installation from unknown sources (Settings โ Applications โ Special Access โ Install Unknown Applications).
- Set up an APK and set up an account (if necessary).
Restore YouTube after Deletion
If you change your mind or have problems after deleting, you can restore YouTube in several ways:
- ๐ Resetting settings: Settings โ The phone. โ Resetting (resetting all system applications).
- ๐ฅ Installation through APK: Download the latest version from APKMirror and install manually.
- ๐ง Recovery through ADB (if removed by this method: adb shell cmd package install-existing com.google.android.youtube
If YouTube does not start after recovery, clear the cache and application data (Settings โ Apps โ YouTube โ Storage โ Clear cache / data).
๐ก
Even after you delete YouTube completely, you can restore it without flashing your phone, and the most reliable way is to reset your settings, but it erases all user data.
Frequent mistakes and their solutions
When you delete YouTube on Redmi 10, users often face typical problems, and here's how to avoid or fix them:
| Mistake. | Reason. | Decision |
|---|---|---|
| The "Disable" button is inactive | YouTube Updated via Google Play | Reverse updates (Section 2) |
| ADB does not see the device | No drivers or incorrect USB mode | Install Xiaomi drivers and select File Transfer |
| After the removal, Google Play does not work. | Google Services is damaged | Perform adb shell cmd package install-existing com.google.android.gms |
| YouTube is back after the MIUI update | System application is being restored | Use Magisk to โfreezeโ the package |
If the phone starts to overheat or drain quickly after you manipulated YouTube, check the activity of processes through Settings โ Battery โ Battery Use. Google background services may be trying to restore the remote application.
โ ๏ธ Attention: On some firmware MIUI (For example, the global stable after the removal of YouTube through ADB Google PlayFilms and Google may be lost TV. It's about the dependencies of the packages, and the solution is to install these applications manually through the APK.