Owners of Xiaomi smartphones and smart TVs often face a problem: the built-in YouTube app cannot be removed by standard methods, it takes up space in memory, updates in the background and can interfere with the operation of the device, especially for budget models with limited internal memory, where every megabyte counts.
In this article, we will discuss 5 proven ways to remove YouTube from Xiaomi devices, from simple (no root rights) to radical (with a complete reset system). Separately, we will consider the nuances for smartphones on MIUI and TVs on Android TV. All methods are tested on current versions of firmware (2023-2026) and do not require special technical skills.
Why canβt YouTube be removed in the standard way?
The YouTube app on Xiaomi devices is system (or pre-installed) which means it is integrated into firmware and is protected from accidental removal.
- πΉ Google Partner Agreements β Many Functions MIUI Android TV Google is a part of Google, and YouTube is part of it.
- πΉ Optimize your work β some Xiaomi models use YouTube to stream on embedded screens or in Cast mode.
- πΉ Security β removing system applications can disrupt OS stability, so MIUI block such an opportunity.
But there are workarounds, like on smartphones, you can turn off the app, and on TVs, you can replace it with YouTube Lite or the web version, and let's take a closer look at all of the options.
Method 1: Disable YouTube without deleting (for smartphones)
If you donβt have to completely erase the app, but just hide it and stop background activity, use the built-in MIUI settings. This method works on all Xiaomi, Redmi and POCO smartphones with the MIUI 12 firmware version and later.
Instructions:
- 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 button is active).
- Confirm the action in the dialog window.
After the shutdown:
- π± YouTube icon will disappear from the app menu.
- π The app will stop updating through Google Play.
- π΅ Background processes (such as notifications) will be stopped.
β οΈ Warning: The disabled application still takes up space in the deviceβs memory (usually 50β150MB).To free up space, you will need to completely delete it (see methods 3β5).
π‘
If the "Disable" button is inactive, try first to delete all YouTube updates through Settings β Apps β YouTube β Remove updates. After that, the "Disable" option should appear.
Method 2: Removal via ADB (without root rights)
The Android Debug Bridge (ADB) method allows you to completely remove YouTube from your Xiaomi smartphone without obtaining root rights.This is an official tool from Google, but requires you to connect the device to your computer.
What you need:
- π₯οΈ Computer with Windows/macOS/Linux.
- π USB-cable (preferably original).
- π₯ Installed drivers ADB Fastboot (you can download from Google or through Xiaomi) ADB/Fastboot Tools).
- π§ Included debugging by USB on a smartphone (Settings) β The phone. β Version. MIUI β Press 7 times, then return to Settings β Additionally. β For developers β Debugging by USB).
Step-by-step:
- Connect the smartphone to the computer and allow debugging (a request will appear on the phone screen).
- Open the command prompt (or Terminal on macOS/Linux) and type:
adb devicesIf the device appears in the list, follow the command to delete YouTube:
adb shell pm uninstall -k --user 0 com.google.android.youtubeFor Xiaomi TVs (on Android TV), the team will be different:
adb shell pm uninstall -k --user 0 com.google.android.youtube.tv| The device | ADB Team Team | Note |
|---|---|---|
| Xiaomi/Redmi/POCO smartphones | pm uninstall -k --user 0 com.google.android.youtube | Works at MIUI 12-14 |
| Mi TV/Redmi TVs | pm uninstall -k --user 0 com.google.android.youtube.tv | Requires debugging enabled in Settings β Device β Device β Device β Assembly number (click 7 times) |
| Mi Pad tablets | pm uninstall -k --user 0 com.google.android.youtube | Some models may need to replace --user 0 with --user current. |
β οΈ Attention: After removal through ADB YouTube will disappear from the system, but may return after resetting settings or updating the firmware. To prevent this, turn off automatic application recovery in Settings. β Accounts. β Google β Application recovery.
USB | Installed drivers ADB| Smartphone connected to PC | Command line open on behalf of administrator-->
Method 3: Delete with Magisk (for root users)
If your Xiaomi device has root rights (obtained through Magisk, TWRP, or other tools), you can remove YouTube as a regular user application, a method that is suitable for power users, as it requires unlocking the bootloader and installing a custom recap.
Instructions:
- Install a file manager with root support (such as Root Explorer or Solid Explorer).
- Go to /system/priv-app/YouTube or /system/app/YouTube (the path may vary depending on the model).
- Delete the folder with the application or rename it (for example, in the YouTube_bak).
- Reset the device.
The following is the Magisk Universal YouTube Debloater:
- π± Download the module from the Magisk repository.
- π§ Install it through the Magisk Manager app.
- π Reset the device.
Advantages of this method:
- π§Ή Complete removal without traces.
- π Ability to return the application through the module rollback.
- π‘οΈ No risk of damaging system files (if you use verified modules).
What if Googleβs other services stopped working after YouTube was removed?
Method 4: Remove YouTube from Xiaomi TVs (Mi TV, Redmi TV)
On Xiaomi TVs with Android TV or Google TV, YouTube deletion has its nuances. Standard methods (disable or ADB) may not work due to manufacturer restrictions.
Option 1: Reset to factory settings
It's a radical method, but it's guaranteed to delete all user data, including YouTube updates, but the app itself can come back after the first Internet connection.
- Go to Settings β Device β Reset β Erase all data.
- Confirm the action (it may be necessary to enter) PIN-code).
- After rebooting, donβt connect your Google account right away β first disable YouTube via ADB (see Method 2).
Option 2: Replacement with YouTube Lite
If you only need basic YouTube functionality (watching videos without a background), install YouTube Lite from Google Play and disable the main app:
- πΊ Install YouTube Go (for weak TV) or YouTube Lite (if available in your area).
- π§ Turn off standard YouTube via Settings β Annexes β YouTube β Shut down.
- π΅ Prohibit background activity in the application settings.
Option 3: Blocking through parental control
If YouTube is disturbing children or you want to restrict access to it, use the built-in parental controls:
- Go to Settings β Security and Restrictions β Parental Controls.
- Create. PIN-code.
- In the list of apps, find YouTube and block it.
β οΈ Note: On some Mi models TV (Like Mi. TV 4S or Redmi Smart TV X) YouTube is integrated into the launcher and cannot be removed without losing the functionality of Google Cast, in which case the only way out is to use external devices (for example, Fire). TV Stick or Apple TV) YouTube.
Method 5: Flashing the device (extreme case)
If none of the methods worked, it remains to flash the device to a custom or modified version. MIUI/Android TV. This method is suitable only for experienced users, as it carries risks:
- π¨ Loss of warranty if the device is new).
- π§ Possibility of "bricking" (turning into a "brick") in case of error.
- π Loss of all data (if backup is not made).
How to proceed:
- Download custom firmware without GApps (like LineageOS or Pixel Experience) from the XDA Developers or 4PDA forum.
- Unlock the bootloader through the official Xiaomi Unlock Tool (requires a Mi Account and wait 7-30 days).
- Install TWRP Recovery and run through it the downloaded firmware.
Advantages:
- π§Ή Complete removal of all system applications, including YouTube.
- π§ Ability to fine-tune the system.
- π Increased productivity (due to the lack of excess software).
Disadvantages:
- β οΈ Risk of losing functionality (e.g, IR Blaster or Mi Remote may not work).
- π Lack of official security updates.
π‘
Flashing is a last resort. Before you start, make sure you have a backup of the data and you understand the risks. On Xiaomi TVs, flashing it can lead to the loss of license keys for Netflix or Disney+!
Frequent Mistakes and How to Avoid Them
When you delete YouTube from Xiaomi devices, users often face typical problems, and consider the most common and ways to solve them:
| Mistake. | Reason. | Decision |
|---|---|---|
| The "Disable" button is inactive. | YouTube is a critical system app on some firmware | Use ADB or get root rights |
| After removal from ADB, YouTube is back | Automatic Application Recovery in Google Account | Turn off the option in Settings β Accounts β Google β Restore applications |
| TV not visible in ADB | Not enabled debugging on USB or no drivers | Activate debugging in TV settings and install Android TV ADB drivers |
| After flashing there is no sound or Wi-Fi | Incompatibility of custom firmware with iron | Return to the official firmware via the Mi Flash Tool |
A few more tips:
- π Before deleting, check if YouTube is used by other apps (for example, for streaming on Mi). TV).
- π‘ If Google Cast is missing after removal, install alternative screen mirroring software (e.g. LocalCast).
- π Check firmware updates regularly β sometimes Xiaomi adds the option to remove unnecessary apps in newer versions. MIUI.