The YouTube app on Xiaomi smartphones is often installed by default โ as part of the Google Mobile Services (GMS) package or through a manufacturer pre-load. Even if you don't use the service, it takes up space in memory, consumes battery power in the background and can show annoying notifications. Unfortunately, simply clicking "Delete" in the app menu often doesn't work: the system either hides the button or offers only a shutdown, not a complete deletion.
In this article, we will discuss all possible ways to remove YouTube from Xiaomi smartphones, including the MIUI 12-14-based Redmi, Poco and Mi models. From standard methods through settings to advanced ones using ADB and superuser rights. Importantly, some methods require unlocking the bootloader or root rights, which can affect the warranty and security of the device. We will indicate the risks for each option.
Why is YouTube not being removed in the standard way?
The YouTube app on Xiaomi can be of two types:
- ๐ฆ Systems -- sewn into firmware. MIUI It is part of Google Play Services, and it cannot be removed without additional tools.
- ๐ฑ Custom - installed via Google Play or manually (.apk) and can be removed in the usual way.
To understand what type you have, go to Settings. โ Annexes โ Application management โ YouTube. If the "Delete" button is inactive or not, the app is system. ๐ (Update next to the name: if it is, then YouTube has been updated through the Play Market, and it can be rolled back to the factory version (more about this below).
Smartphone manufacturers (including Xiaomi) often block removal of system applications to:
- ๐ Keep compatible with Google services (e.g. Google Pay or Play Protect).
- ๐ Receive data about the use of the device (anonymous statistics).
- ๐ฐ Maintaining partnerships with Google (e.g. pre-installing YouTube Music or Google) TV).
โ ๏ธ Attention: Deleting system applications can cause Google Play Services to crash, account sync errors, or even launcher crashes!
Method 1: Standard removal (if available)
If YouTube has been manually installed or updated through the Play Market, it can be removed in the standard way:
- Open Settings โ Applications โ Application Management.
- Find YouTube in the list (use search if there are many apps).
- Press three points (โฎ) in the upper right corner and select Remove.
- Confirm the action.
If you don't have a Remove button, but you have a Disable button, it's a system application, and then you can try rolling it back to the factory version:
- In the same app management menu, click on three dots (โฎ) and select Remove Updates.
- Confirm the action. The app will go back to the original version.
- The โDeleteโ button can now be activated.
โ๏ธ Preparing for the removal of YouTube
Method 2: Disable YouTube (without deletion)
If it's impossible or risky to completely remove it, you can turn it off, it stops it from working, hides the icon from the menu, and prevents background activity, and it's safe and doesn't require root rights.
Instructions:
- Go to Settings โ Applications โ Application Management โ YouTube.
- Click Disable (button is usually gray).
- Confirm the action in the dialog window.
After the shutdown:
- โ YouTube icon will disappear from the app menu.
- โ The app will not be updated through the Play Market.
- โ Background processes and notifications will be stopped.
- โ The application files will remain in the device memory (taking up the device). ~50โ100 MB).
โ ๏ธ Attention: On some firmware MIUI The disabled application can be activated again after the system update. MIUI!
๐ก
If you want to free up space after you turn off YouTube, use the built-in Cleanup tool in MIUI: go to Settings โ Memory โ Cleanup and select Deep Cleanup. This will delete the app's cache and temporary files.
Method 3: Removal via ADB (without root)
If standard methods donโt work, you can delete YouTube using the Android Debug Bridge (ADB), a tool for debugging Android devices, which doesnโt require root rights, but requires connecting the phone to a computer.
What you need:
- ๐ฅ๏ธ Computer with Windows, macOS or Linux.
- ๐ฑ USB-cable (preferably original).
- ๐ง Installed drivers ADB and Fastboot for Xiaomi.
- ๐ Included debugging by USB phone-on.
Step-by-step:
- Turn on USB debugging: Go to Settings โ About Phone. Tap 7 times on the MIUI version to activate Developer Mode. Go back to Settings โ Additional โ For Developers. Activate USB Debugging and OEM Unlock options.
- Connect your phone to your PC and confirm your trust in the computer on your smartphone screen.
- Open the command prompt (cmd on Windows or Terminal on macOS/Linux) and type:
adb devicesIf the device appears in the list, enter the command to delete YouTube:
adb shell pm uninstall -k --user 0 com.google.android.youtubeIf the command is successful, the application will be removed for the current user (without affecting system files).
| ADB Team Team | Description | The result |
|---|---|---|
| adb shell pm list packages | grep youtube | Checking the availability of YouTube in the system | It will display the com.google.android.youtube package if the application is installed |
| adb shell pm uninstall -k --user 0 com.google.android.youtube | Removal for the current user | YouTube will disappear from the menu, but system files will remain |
| adb shell pm disable-user --user 0 com.google.android.youtube | Disconnection (alternative to deletion) | The app will be hidden and stopped |
What if the ADB canโt see the device?
Method 4: Removal with root rights
If you're willing to take drastic measures, getting root rights will allow you to delete YouTube completely, including system files.
- ๐ Requires unlocking the bootloader, which will reset the phone to factory settings.
- ๐ก๏ธ Could disrupt Google Play Services and other system components.
- ๐ซ Deprives the warranty (if the device is warranty).
How to get root on Xiaomi:
- Unlock the bootloader through the official Mi Unlock tool (requires a Mi Account and wait 7-15 days).
- Install custom recovery (TWRP or OrangeFox).
- Please use Magisk to obtain root rights.
Delete YouTube via root:
- 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.
- Delete the folder with the application or rename it (for example, in the YouTube_bak).
- Reset the device.
An alternative way to use Titanium Backup is to use the following:
- Open Titanium Backup and find YouTube in the list.
- Choose Delete! (not "Freeze").
- Confirm the removal of the system application.
โ ๏ธ Attention: Removal of system APK-Files can lead to bootloop (locked loading) or errors in work MIUI. Before experimenting, create a full backup through TWRP!
๐ก
If other Google services (such as Google Play Market or Gmail) have stopped working after YouTube is deleted, restore deleted files from the backup or reflash the firmware.
Method 5: Using custom firmware
The most radical, but also the most effective way to get rid of YouTube and other system applications is to install custom firmware without Google Services (for example, LineageOS or Pixel Experience without GAPPS).
- ๐ฑ Users who do not use Google services.
- ๐ Those who value privacy and want to minimize data collection.
- ๐ ๏ธ Enthusiasts willing to sacrifice stability for flexibility.
Pros:
- โ Full control over installed applications.
- โ The ability to choose firmware without Google or with a minimum set of services.
- โ Regular updates from the community (e.g. LineageOS supports even older Xiaomi models).
Cons:
- โ Installation difficulty (requires unlocking the bootloader, firmware) TWRP, Choosing the Right Version of the Firmware).
- โ Possible bugs (e.g., a broken camera or sensors).
- โ Lack of official support for Xiaomi.
Recommended Firmware without YouTube:
| Firmware | Features | Reference |
|---|---|---|
| LineageOS (without GAPPS) | Clean Android, stable operation, no Google services | lineageos.org |
| Pixel Experience (without GAPPS) | Google Pixel-like interface optimized for performance | pixelexperience.org |
| HaventOS | Firmware without Google, with alternative services (e.g. MicroG) | havoc-os.com |
Before installing custom firmware:
- Backup all data (including NANDroid backup via TWRP).
- Check firmware compatibility with your Xiaomi model (on the XDA Developers or 4PDA forums).
- Make sure the bootloader is unlocked (fastboot oem unlock command).
What if YouTube is back after the update?
Even if you successfully delete YouTube, it may reappear after the MIUI update.
- ๐ The firmware contains Google system apps that are restored when updated.
- ๐ฆ Xiaomi may add new pre-installed apps to new versions MIUI.
How to prevent YouTube from returning:
- Turn off automatic updates MIUI: Go to Settings. โ The phone. โ Update the system. Press three dots (โฎ) and select Update Settings. Turn off Autoboot via Wi-Fi.
If YouTube is back, repeat the removal process via ADB or root.
๐ก
To get rid of YouTube forever, consider switching to custom firmware without Google Services or use Magisk to block its installation.