How to completely remove YouTube from Xiaomi Redmi: from blackout to deep cleanup

The YouTube app on Xiaomi Redmi smartphones is often a source of annoyance: it takes up space in memory, consumes traffic in the background and does not allow itself to be deleted by standard methods. Even after clicking โ€œDeleteโ€ in the app menu, it disappears only until the next MIUI update or reboot. In this article, we will analyze all the current methods from simple disabling to completely erasing system files, including methods for devices with an unlocked bootloader and without root rights.

Redmi's feature is that YouTube can be both a custom app (installed via Google Play) and a system app (stitched into MIUI firmware). In the first case, it takes 30 seconds to delete, in the second case, additional tools are required. We tested all methods on Redmi Note 12 Pro+, Redmi 10 and POCO X5 Pro models with the latest versions of MIUI 14/15 - instructions are relevant for 2026.

1. Check the type of installation of YouTube: system or user?

Before you start deleting, determine which type of YouTube is installed on your Redmi. This is critical: the type of method depends on the method you choose.

Open Settings โ†’ Apps โ†’ App Management and find YouTube in the list. Notice two key features:

  • ๐Ÿ“ฅ Custom app: there is a button โ€œDeleteโ€ (do not โ€œDisableโ€), the version is updated via Google Play, the size of the apc is usually 30-80 MB.
  • ๐Ÿ”ง System application: the Remove button is missing or replaced with Disable, the version is not updated through the store, the size can reach 100+ MB.
๐Ÿ“Š What type of YouTube you have installed?
User (there is a button "Delete")
System (only "Disable")
I don't know how to check.
I don't have YouTube.

If you have a custom version, go to Section 2. If you have a system version, read on from Section 3. Some MIUI firmware may have a combination of both types installed โ€” first delete the user version, then the system version.

2. Delete the user version of YouTube (without root)

This is the simplest case. The user app is removed like any other, but with nuances for Xiaomi:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. Find YouTube on the list and tap it.
  3. Click on โ€œDeleteโ€ (if the button is active).
  4. Confirm the action in the dialog window.

If the Remove button is inactive or missing, try an alternative method:

  • ๐Ÿ›’ Delete via Google Play: Open a store, search YouTube, click Deleteยป.
  • ๐Ÿงน Use the settings. โ†’ Warehouse โ†’ Free up space and mark YouTube in the list to delete.

โ˜‘๏ธ Preparing to remove the user version

Done: 0 / 4

โš ๏ธ Attention: On some firmware MIUI After deleting the user version of YouTube, it can automatically recover the next system update. MIUI In Settings โ†’ The phone. โ†’ Updating the system โ†’ โš™๏ธ โ†’ Auto-update.

3. disable the system YouTube without root (the safest method)

If YouTube is sewn into the firmware, it is impossible to completely remove it without the superuser rights, but you can turn it off so that it does not interfere with:

  1. Go to Settings โ†’ Applications โ†’ Application Management โ†’ YouTube.
  2. Click "Disable" (the button can be hidden under the ยซโ‹ฎยป top-corner).
  3. Confirm the disconnection in the dialog window.
  4. Reboot the phone.

After the shutdown:

  • ๐Ÿ”„ The app will disappear from the menu and launcher.
  • ๐Ÿ“ต Background activity will stop (battery and traffic savings).
  • ๐Ÿ”„ Updates via Google Play are blocked.

The downside is that YouTube will remain on the system and will take up space (usually 50-150 MB). To free up memory, use the methods in the following sections.

๐Ÿ’ก

If YouTube continues to appear in search by phone after the shutdown, clear the launcher cache: Settings โ†’ Applications โ†’ MIUI Launcher โ†’ Storage โ†’ Clear the cache.

4.Remove the system YouTube via ADB (without root, but with PC)

The method requires Redmi to connect to a computer, but does not require root rights, and is suitable for most MIUI 12-15 models.

What you need:

  • ๐Ÿ–ฅ๏ธ Computer with Windows/macOS/Linux.
  • ๐Ÿ”Œ USB-cable (preferably original).
  • ๐Ÿ› ๏ธ Utilities. ADB Fastboot (download from the official website).
  • ๐Ÿ”“ Included debugging by USB phone-on.

Step-by-step:

  1. Activate USB debugging: Go to Settings โ†’ About Phone. Tap 7 times on MIUI to unlock Developer Mode. Go back to Settings โ†’ Additional โ†’ Developer. Enable USB debugging and confirm permission.
  2. Connect your phone to your PC: Use high-quality cable (cheap cables may not transmit data). Choose file transfer mode (MTP) when you connect.
  3. Run ADB: adb shell pm uninstall --user 0 com.google.android.youtube If the team didn't work, try the alternative: adb shell pm disable-user --user 0 com.google.android.youtube
  4. Reboot the phone.
Team team.Action.Applicability
uninstall --user 0Complete removal for the current userIt works on 80% of MIUI firmware
disable-user --user 0Disconnection (analogue of manual disabling in settings)It always works, but it doesnโ€™t free up space.
pm hideHiding from the menu (does not delete files)Requires MIUI 14+ with patch

โš ๏ธ Note: Some Redmi models (e.g. Note 11 Pro)+) After the uninstall command, YouTube may recover from the Google Play Services update. To avoid this, block the auto-update of Google services in Settings โ†’ Annexes โ†’ Google Play Services โ†’ โ‹ฎ โ†’ Turn off auto-update.

5. Complete removal of YouTube with root rights (for experienced)

If you have a bootloader unlocked and you have Magisk or another root manager installed, you can physically delete all YouTube files from the system.This method irreversibly erases the app, including its updates and cache, but requires caution.

Tools required:

  • ๐Ÿ”“ Unlocked bootloader (instructions for Xiaomi here).
  • ๐Ÿ›ก๏ธ Installed by Magisk or SuperSU.
  • ๐Ÿ“ฑ File Manager with root access (e.g. Root Explorer or Mixplorer).

Instructions:

  1. Open the root manager and go to /system/priv-app/PrebuiltGmsCore or /system/app/YouTube (the path may vary depending on the firmware).
  2. Find files with names: YouTube.apk com.google.android.youtube-1.apk Cache folders (lib, odex)

.bak

/data/data/com.google.android.youtube


/data/app/com.google.android.youtube-1

Reboot the phone.

What if the phone does not boot after deleting?
If you delete critical system files (not just YouTube), the phone can freeze on the MIUI logo. In this case: 1. Boot into Recovery mode (press Power + Volume Up). 2. Select Wipe โ†’ Advanced Wipe and mark Dalvik/ART Cache. 3. Reboot. If it doesn't help, run the firmware through Fastboot.

Advantages of the method:

  • โœ… Full vacancy (up to 200 MB).
  • โœ… No risk of recovery after updates.
  • โœ… Ability to remove related services (e.g. YouTube Music).

Risks:

  • โŒ Loss of warranty (if the bootloader is unlocked).
  • โŒ There may be a disruption to other Google services.
  • โŒ When negligent actions โ€“ the โ€œbrickโ€ of the phone.

Alternative methods: concealment, replacement, restriction

If removal seems risky, consider alternative options:

  • ๐Ÿ‘๏ธ Hiding the icon: Use launchers like Nova Launcher or Hyperion, where you can hide apps without deleting them. MIUI Hiding is available through long-term click on the icon โ†’ ยซTake it off the screenยป โ†’ ยซHideยป.
  • ๐Ÿ”„ Alternatives: Install NewPipe (lightweight YouTube client without ads) or Vanced (if available for your model).
  • ๐Ÿšซ Access Restriction: In Settings โ†’ Annexes โ†’ YouTube โ†’ Permissions disable access to microphone, camera, location and background activity.
  • ๐Ÿ“ต Traffic Blocking: C Settings โ†’ SIM-maps and mobile networks โ†’ Transfer of data โ†’ Apps to turn off mobile traffic and Wi-Fi for YouTube.

๐Ÿ’ก

If you only want music from YouTube, use YouTube Music (you can turn it off separately) or third-party apps like Snaptube โ€“ they allow you to download tracks without advertising or background activity.

For users who want to keep the functionality, but reduce the load on the system, a combination of:

  1. Turn off YouTube auto-update in Google Play.
  2. Limit background activity in battery settings (Settings โ†’ Battery โ†’ App selection โ†’ YouTube โ†’ Limit background activity).
  3. Use Greenify (requires root) to force hibernation of the app.

FAQ: Frequent questions about removing YouTube on Xiaomi Redmi

Can I delete YouTube without a computer?
Yes, but only if it is a custom app (installed via Google Play) YouTube system without a PC is removed only with root rights or through specialized applications like Debloater (requires) ADB-Wi-Fi).
Why does YouTube return after being deleted via ADB?
This is due to automatic system applications recovery by Google Play. To prevent: Disable Google Play Services auto-update. Use the adb shell pm disable-user --user 0 com.google.android.gms command (risky โ€” may disrupt other services). Install Magisk and the Universal GMS Doze module to block background activity.
Will YouTube work in the browser after deletion?
Yes, the web version of m.youtube.com will remain available. For convenience, add it to the home screen via your browser (Chrome or Mi Browser): open the site. โ†’ ยซโ‹ฎยป โ†’ ยซAdd to the main screen. Web Cons: No background play (no premium subscription) Higher battery consumption due to browser operation. No push notifications.
Can I delete YouTube on Redmi with Global Stable firmware?
On Global Stable, YouTube is usually a system application, and can be: Disabled (Section 3). Delete via ADB (Section 4). Delete from root (Section 5). On Chinese Stable, YouTube is often missing initially, but may appear after installing Google Play Services.
How to return YouTube after deleting?
Recovery methods depend on the method of removal: After disconnection: Return to Settings โ†’ Annexes โ†’ YouTube โ†’ Turn it on. ADB-Delete: Install from Google Play or execute the command: adb shell cmd package install-existing com.google.android.youtube After root-delete: Restore deleted files from backup or flash the firmware again.