How to Remove YouTube App from Xiaomi: From Simple to Complex

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!

๐Ÿ“Š What kind of smartphone you Xiaomi?
Redmi Note 10/11/12
Poco X3/X4/X5
Mi 11/12/13
Redmi 9/9A/9C
Other

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:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. Find YouTube in the list (use search if there are many apps).
  3. Press three points (โ‹ฎ) in the upper right corner and select Remove.
  4. 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:

  1. In the same app management menu, click on three dots (โ‹ฎ) and select Remove Updates.
  2. Confirm the action. The app will go back to the original version.
  3. The โ€œDeleteโ€ button can now be activated.

โ˜‘๏ธ Preparing for the removal of YouTube

Done: 0 / 4

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:

  1. Go to Settings โ†’ Applications โ†’ Application Management โ†’ YouTube.
  2. Click Disable (button is usually gray).
  3. 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:

  1. 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.
  2. Connect your phone to your PC and confirm your trust in the computer on your smartphone screen.
  3. Open the command prompt (cmd on Windows or Terminal on macOS/Linux) and type:
adb devices

If the device appears in the list, enter the command to delete YouTube:

adb shell pm uninstall -k --user 0 com.google.android.youtube

If the command is successful, the application will be removed for the current user (without affecting system files).

ADB Team TeamDescriptionThe result
adb shell pm list packages | grep youtubeChecking the availability of YouTube in the systemIt will display the com.google.android.youtube package if the application is installed
adb shell pm uninstall -k --user 0 com.google.android.youtubeRemoval for the current userYouTube will disappear from the menu, but system files will remain
adb shell pm disable-user --user 0 com.google.android.youtubeDisconnection (alternative to deletion)The app will be hidden and stopped
What if the ADB canโ€™t see the device?
1. Make sure that Xiaomi drivers ADB/Fastboot installed (you can download on the official website of Xiaomi). 2. Try another one. USB-cable (some cables are only for charging purposes). 3. Restart your phone and PC. 4. Enable File Transfer Mode (MTP) when connected USB. 5. If you are using Windows, check Device Manager for an exclamation point near the ADB Interface.

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:

  1. Unlock the bootloader through the official Mi Unlock tool (requires a Mi Account and wait 7-15 days).
  2. Install custom recovery (TWRP or OrangeFox).
  3. Please use Magisk to obtain root rights.

Delete YouTube via root:

  1. Install a file manager with root support (such as Root Explorer or FX File Explorer).
  2. Go to /system/priv-app/YouTube or /system/app/YouTube.
  3. Delete the folder with the application or rename it (for example, in the YouTube_bak).
  4. Reset the device.

An alternative way to use Titanium Backup is to use the following:

  1. Open Titanium Backup and find YouTube in the list.
  2. Choose Delete! (not "Freeze").
  3. 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:

FirmwareFeaturesReference
LineageOS (without GAPPS)Clean Android, stable operation, no Google serviceslineageos.org
Pixel Experience (without GAPPS)Google Pixel-like interface optimized for performancepixelexperience.org
HaventOSFirmware without Google, with alternative services (e.g. MicroG)havoc-os.com

Before installing custom firmware:

  1. Backup all data (including NANDroid backup via TWRP).
  2. Check firmware compatibility with your Xiaomi model (on the XDA Developers or 4PDA forums).
  3. 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:

  1. 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.

FAQ: Frequent questions about removing YouTube from Xiaomi

Can I delete YouTube without a computer?
Yes, but only if the app is not system-based. Try: Open Settings โ†’ Apps โ†’ YouTube. Click "Disable" and then "Delete Updates" (if the button is active). Use third-party uninstallers (like App Inspector), but they require root. System applications need ADB or root.
Will Google Play work after YouTube is removed?
Yes, Google Play Market is not dependent on YouTube, but: If you deleted YouTube through root and hit other Google system files, there may be errors. TV) You may need YouTube to work properly, and we recommend that you create a restore point before removing it. TWRP.
How to get back YouTube if you need it?
If you have removed the app and want to restore it: Download the latest version of YouTube with APKMirror. Install the.apk file manually (allow installation from unknown sources in Settings โ†’ Security). If YouTube was system, restore it via MIUI firmware or TWRP backup.
Can you uninstall YouTube on Xiaomi with MIUI Global?
Yes, but with reservations: On MIUI Global (the official firmware for the international market), YouTube is usually a system application. You can disable or delete it via ADB/root, but a complete removal without consequences is unlikely. On MIUI China (Chinese firmware), YouTube is not by default, but there is no Google Play Services.
Are there any YouTube alternatives that don't take up space?
If you are concerned about your seat, consider it: ๐ŸŒ YouTube in the browser (for example, Chrome or Firefox with the option โ€œAdd to the home screenยป). ๐Ÿ“ฑ Light clients: NewPipe (no ad, background play, no Google account required) SkyTube (open source, works through API YouTube). ๐Ÿ–ฅ๏ธ YouTube Premium (if you are willing to pay for no ads and background playback) these options do not take place in the memory of the device as a system application.