How to completely remove YouTube on Xiaomi phone: all ways (including system apps)

YouTube is pre-installed on most Xiaomi smartphones and often takes up space in memory, consumes battery power in the background, and its notifications annoy users. Although it is more difficult to remove the system application than the usual, it is possible even without root rights. In this article, we will discuss all the current ways, from standard removal for user versions to deep cleaning for embedded services.

It is important to understand that on devices with MIUI (especially models for the Chinese market), YouTube can be integrated into the firmware as system software. In such cases, complete removal will require additional actions. We will also consider how to disable auto-update, hide the application from the menu and block its background activity - this will help those who do not want to risk the stability of the system.

If you are using Xiaomi, Redmi, POCO or Black Shark based on MIUI 12-15 or HyperOS, the instructions below will be suitable for your device. For older versions (such as MIUI 11 and below), some methods may not work, we will warn you about this separately.

1. standard removal of YouTube (unless the application is system)

If YouTube was installed by you manually or through Google Play, it can be removed as a regular app.

  • πŸ“± Open the Settings. β†’ Annexes β†’ Application management.
  • πŸ” Enter β€œYouTube” in search and select the application from the list.
  • πŸ—‘οΈ If the Remove button is active (not grey), press it.

If the button is inactive or not, then YouTube is embedded in the firmware, in which case move on to the following ways.

⚠️ Note: Some Xiaomi models for the European market (e.g. Redmi Note 12 Pro)+ 5G) YouTube can be β€œsemi-system” – it can’t be removed in the standard way, but can be deactivated (see section 3 for more on this).

πŸ“Š What kind of smartphone you Xiaomi?
Redmi (Note/Pro series)
POCO (F/X/M)
Mi (11/12/13)
Black Shark
Other

2. Removal via ADB (without root rights)

The Android Debug Bridge (ADB) method allows you to remove any system application, including YouTube, without obtaining superuser rights. It's an official tool from Google, but requires you to connect your phone to your computer.

You'll need:

  • πŸ’» Computer with Windows, macOS or Linux.
  • πŸ”Œ USB-cable (preferably original).
  • πŸ“¦ Utility. ADB Platform Tools by Google.
  • βš™οΈ Included debugging by USB on the phone (Settings) β†’ The phone. β†’ Version. MIUI β†’ 7 times press to activate the developer mode, then Settings β†’ Additionally. β†’ For developers β†’ Debugging by USB).

Step-by-step:

  1. Connect your phone to your computer and select File Transfer Mode (not Charge).
  2. Open the command prompt (cmd on Windows or Terminal on macOS/Linux) in the folder with ADB.
  3. Enter the command to check the connection: Adb devices must appear serial number of your device.
  4. Follow the command to delete YouTube: adb shell pm uninstall --user 0 com.google.android.youtube
  5. Reboot the phone.

If the command is executed without errors, the application will be removed for the current user (not completely from the system, but it will disappear from the menu and stop working).

Install ADB Platform Tools on PC|

Enable the developer mode on Xiaomi|

Activate debugging via USB|

Connect the phone with the original cable |

Check the connection of the adb device team-->

⚠️ Attention: On some firmware MIUI Youtube may recover after the system update. To avoid this, disable the auto-update firmware in Settings β†’ The phone. β†’ Updating the system β†’ βš™οΈ β†’ Auto-downloading updates.

3. disable YouTube (if deletion is not possible)

If YouTube cannot be removed, it can be deactivated, which will stop background processes, notifications and free up some RAM, while the application will remain on the system, but will not interfere.

How to turn it off:

  1. Go to Settings β†’ Applications β†’ Application Management β†’ YouTube.
  2. Click "Disable" (the button may be called "Switch Off" on some versions of MIUI).
  3. Confirm the action in the window that appears.

After the shutdown:

  • 🚫 The app will disappear from the menu and from the desktop.
  • πŸ“΅ Notifications and background activity will cease.
  • πŸ”„ Updates via Google Play are blocked automatically.

To activate YouTube again, go back to its settings and click "Enable".

πŸ’‘

If the "Disable" button is inactive, try to stop the application first (Stop button), then clear the cache and data in the same menu.

4. Removal via TWRP (for advanced users)

If your Xiaomi has a custom TWRP recap on it, you can uninstall YouTube as a system application using the file manager inside recovery.This method is suitable for users who have already unlocked the bootloader and installed TWRP.

Warning: Mistakes in the TWRP may cause the system to fail.We recommend backup before starting.

Instructions:

  1. Boot to TWRP (usually by clamping Power + Volume up when turned on).
  2. Select Advanced β†’ File Manager.
  3. Go to /system/priv-app/YouTube or /system/app/YouTube (the path may be different).
  4. Delete the folder with the application (swipe to the right for confirmation).
  5. Reboot the phone.

If the phone does not boot after deleting, restore the backup via TWRP.

What if Google’s other services stopped working after YouTube was removed?
On some firmware MIUI YouTube is linked to Google Play Services. If you have problems after deleting (e.g. Google Maps or Gmail doesn't work), try: 1. Install YouTube back via APK-File. 2. Clear the Google Play Services cache in the app settings. 3. Update Google Play Services via Play Market.If this doesn't help, you may need to flash the device over.

5. Hiding YouTube from the menu (alternative to deletion)

If you don't want to delete an app, but it's in the way of the menu, you can hide it. It won't stop the background, but visually, YouTube will disappear.

Ways of concealment:

  • πŸ“ Through Launcher: Click the YouTube icon on your desktop β†’ Select "Remove" or "Hide" (available in the MIUI Launcher and POCO Launcher).
  • πŸ”§ Through Settings: Settings β†’ Desktop β†’ Hide applications β†’ tag.
  • πŸ“± With Third-Party Launchers: Install Nova Launcher or Apex Launcher – They Have a Hidden Apps feature.

To return the application, just reset the launcher settings or cancel the hiding in the menu.

6.Blocking YouTube background activity

If YouTube cannot be removed or disabled but it consumes battery and traffic, its activity can be limited through MIUI settings.

How to limit:

  1. Go to Settings β†’ Applications β†’ Application Management β†’ YouTube β†’ Battery.
  2. Select "Limit background activity."
  3. In the Mobile Data section, disable "Background mode" and "Autostart".
  4. In the Notifications section, turn off all switches.

These actions will not remove the application, but will minimize its impact on the system.

MethodNeed root?Removed completely?Is it being restored after the update?Risk to the system
Standard removal❌ No.βœ… Yes.❌ No.❌ No.
ADB❌ No.⚠️ For the current userβœ… Maybe he can recover.❌ No.
Shutdown❌ No.❌ No (remains in the system)❌ No.❌ No.
TWRPβœ… Yes (needs unlocked bootloader)βœ… Yes.βœ… Maybe he can recover.⚠️ High (risk of "brike")
Hiding❌ No.❌ No.❌ No.❌ No.

πŸ’‘

The safest method for most users is to disable YouTube through settings. If you want a complete root-free removal, use ADB. The TWRP method is only suitable for advanced users who are prepared for the possible risks.

Frequently asked questions

Can I delete YouTube on Xiaomi without a computer?
Yes, but only if the app is not system-based. Check Settings β†’ Apps β†’ YouTube β€” if there is a "Delete" button, click it. For system applications without a computer, you can only disable or hide YouTube.
Why does YouTube reappear after being deleted via ADB?
This is due to automatic system applications recovery when you update MIUI. To avoid returning YouTube: Turn off auto-update firmware in settings. Use ADB again after each update. Install the Magisk module (e.g. Universal YouTube Uninstaller) to permanently delete.
Will YouTube Premium work after being deleted and re-installed?
Yes, if you log in to the same Google account that your subscription is linked to, but if you install it through APK (not from the Play Market), you may have trouble updating it, and we recommend installing the official version from Google Play after you delete it.
Can You Remove YouTube from Xiaomi with HyperOS?
HyperOS (the new shell from Xiaomi) retains the same system application structure as MIUI 14/15.All the methods in this article (ADB, disable, TWRP) work on HyperOS. The exception is some models for the Chinese market, where YouTube can be more deeply integrated into firmware.
How to get back YouTube after deleting via TWRP?
If you have deleted YouTube via TWRP and want to restore it: Download the original APK YouTube from APKMirror. Install it manually (allow installation from unknown sources in security settings). If the app doesn't work, install it via ADB: adb install com.google.android.youtube.apk To fully restore the system application, you may need to flash your phone.