How to permanently remove YouTube from Xiaomi Redmi phone: from simple to complex

Why is YouTube so hard to remove from Xiaomi Redmi?

Owners of Xiaomi Redmi smartphones often face a problem: the YouTube application cannot be removed in the standard way through the β€œDelete” menu. The fact is that on most Redmi models (especially with Android-based MIUI firmware), this application is classified as system or preinstalled. The manufacturer integrates it into the shell for the convenience of users, but does not always provide the possibility of complete removal.

But there are workarounds, from simple shutdowns to deep removals via ADBs or even flashing, and in this article we’ll go through all the working methods, including the nuances for different MIUI versions (Redmi Note 10 to Redmi 12). It’s important to understand that some methods require super-user rights or technical knowledge, but we’ll start with the safest options.

Before you start, check:

  • πŸ“± Your Redmi model (like Redmi) 9A Or the Redmi Note 11 Pro.+) β€” This depends on the availability of certain methods.
  • πŸ”„ Version MIUI (find out in Settings β†’ New versions (e.g., telephone, MIUI 14) may block part of the instructions.
  • πŸ”’ bootloader status: On some models, it is locked by default (checked through fastboot oem device-info).

If you're not sure about your abilities, start with the first three methods, which don't require root rights and don't pose a risk to the system. More radical methods, such as ADB removal, are described at the end of the article with warnings about the possible consequences.

πŸ“Š What Xiaomi Redmi model do you use?
Redmi Note 10/11/12
Redmi 9/9A/9C
Redmi 8/8A
Redmi 7/7A
Another model

Method 1: Turn off YouTube without deleting (the safest)

If you don't have to completely erase the app, but just hide it and stop background activity, use the built-in shutdown function. This won't delete YouTube files, but:

  • 🚫 The app will disappear from the menu and search.
  • πŸ”„ It will stop updating through Google Play.
  • πŸ“΅ No battery or traffic in the background.

Instructions:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. In the search box, enter YouTube.
  3. Click on the app, then select Disable (or Remove Updates if the Disable button is inactive).
  4. Confirm the action in the pop-up window.

⚠️ Attention: On some firmware MIUI (for example, MIUI 13 for the Redmi Note 10S) The "Disable" button may be blocked, in which case, try to delete the updates first and then disable them.

πŸ’‘

If YouTube continues to appear in search results after disabling, clear the cache and data of the Google Play Store app (Settings β†’ Apps β†’ Google Play Store β†’ Storage β†’ Clear cache / data).

Method 2: Remove updates and reset to factory version

YouTube on Xiaomi Redmi is often divided into two parts:

  1. System version – preinstalled shell MIUI (usually old, with minimal functionality).
  2. Updates via Google Play are a fresh version that takes up space and consumes resources.

To return the application to the "factory" state:

  1. Go to Settings β†’ Apps β†’ YouTube β†’ Storage.
  2. Click Remove Updates (if the button is active).
  3. Then select Clear the cache and Clear the data.
  4. Return to the main menu of the application and click Disable (now the button should become active).

After that:

  • πŸ“¦ The size of the application will decrease with ~100MB to ~10–20 MB.
  • πŸ”’ Functionality will be limited (for example, there will be no support for YouTube Premium or the latest features).
  • πŸ”„ Google Play will no longer automatically update YouTube.
What to do if the β€œRemove Updates” button is inactive?
If the button is shaded, it means that your Redmi YouTube is installed as a fully system application without the possibility of rollback.In this case, try: 1. Install an alternative launcher (for example, Nova Launcher) and hide YouTube through its settings. 2. Use ADB to force the removal of updates (method 4 in this article).

Method 3: Delete via launcher or hide icons

If you are disturbed only by the YouTube icon on the home screen, but the application itself can be left in the system, use one of these methods:

MethodHow do you do it?PlusesCons
Hiding through MIUIPress the YouTube icon β†’ β€œHide the appβ€βœ… Does not require third-party programsβœ… Reversible.❌ The application stays in the system.❌ Seems to be searching.
Third-party launcherInstall Nova Launcher or Apex Launcher, then hide the icons in their settingsβœ… You can hide any icons.βœ… Additional Customization Functions❌ Takes up a place in memory❌ Does not remove the application itself
Unused folderDrag YouTube to the folder on the last screenβœ… Quick and unconfigured❌ The icon remains available

To completely remove the icon from the search and app menu, you’ll need to disable YouTube (method 1) or use ADB (method 4). Third-party launchers are a good compromise if you don’t want to interfere with system files.

πŸ’‘

Hiding an icon does not free up space on your phone or stop YouTube background processes. Use disabling (method 1) or removing updates (method 2) to stop completely.

Method 4: Delete YouTube via ADB (for power users)

If previous methods didn’t work and you don’t have root rights, you can use Android Debug Bridge (ADB), a tool for debugging Android through your computer, which allows you to completely remove YouTube updates or even the system version (on some firmware), but you need to be careful.

What you need:

  • πŸ’» Computer with Windows, macOS or Linux.
  • πŸ”Œ USB-cable (preferably original).
  • πŸ“± Included debugging by USB on the phone (Settings) β†’ The phone. β†’ Version. MIUI β†’ 7 times press to unlock the developer mode, then in Settings β†’ Additionally. β†’ For developers to enable debugging).
  • πŸ›  Utility. ADB (Download from the official Android website).

Step-by-step:

  1. Connect Redmi to your computer and select File Transfer (MTP) mode.
  2. Open the command prompt (cmd on Windows or Terminal on macOS/Linux) and go to the folder with ADB.
  3. Enter the command to check the connection: Adb devices must appear serial number of your device.
  4. To remove YouTube updates, follow: adb shell pm uninstall -k --user 0 com.google.android.youtube If you need a complete uninstallation (does not work on all firmware): adb shell pm uninstall --user 0 com.google.android.youtube
  5. Reboot the phone.

⚠️ Attention:

  • On some Redmi models (e.g. Redmi Note 11 with MIUI 13), deleting the entire service via ADB may cause errors in the work of Google services (e.g., account synchronization will disappear).
  • If other apps (e.g. Google Play Store) have stopped working after YouTube is deleted, restore it via the command: adb shell cmd package install-existing com.google.android.youtube

Install Xiaomi drivers on PC|Enable debugging on USB phone-on|Download ADB and unpack into a separate folder|Connect your phone to the original cable|Check the connection with the team `adb devices`-->

Method 5: Complete root-right removal (extreme method)

If you are willing to take drastic measures and have root access (e.g., through Magisk), you can delete YouTube permanently, including system files.

  • πŸ”§ Can work with root and restore the system after failures.
  • πŸ“² Ready for possible problems with Google Play Services.
  • πŸ”„ have a backup of data (for example, through TWRP).

Instructions:

  1. Install a file manager with root support (such as Root Explorer or Solid Explorer).
  2. Click on /system/priv-app/PrebuiltGmsCore/ or /system/app/YouTube/ (the exact path depends on the version of MIUI).
  3. Delete the folders: YouTube and/or files with names: com.google.android.youtube.apk com.google.android.youtube.odex
  4. Clear the cache and data through Settings β†’ Apps β†’ YouTube (if the app is still displayed).
  5. Reboot the phone.

⚠️ Attention: After such removal:

  • Some features of the Google Play Store may not work properly.
  • System Updates (MIUI) can restore YouTube.
  • To recover, you will need to reflash your phone or manually install YouTube.apk.

If you are not sure about your actions, it is better to use method 4 (ADB) or disable YouTube without deleting (method 1). Complete removal of system applications can lead to loss of warranty and unstable operation of the phone.

What if YouTube is back after the MIUI update?

Many Xiaomi Redmi users are faced with the fact that after updating the firmware MIUI YouTube again appears in the system.

  • πŸ”„ Update MIUI Restores a standard set of applications.
  • πŸ“¦ Google Play Services automatically installs the latest version of YouTube if it was removed incorrectly.

How to prevent return:

  1. Turn off automatic app updates in Google Play Store β†’ Settings β†’ Auto-Update apps β†’ Never.
  2. Freeze YouTube with apps like Titanium Backup (requires root) or App Quarantine.
  3. Delete your Google account (last resort): Settings β†’ Accounts β†’ Google β†’ Delete your account. This will stop syncing but will deprive you of access to other services (such as Gmail or Google Drive).
  4. Use alternative firmware (such as LineageOS or Pixel Experience) that does not have YouTube preinstalled.

If YouTube is coming back, try a combination of methods:

  1. Remove updates via ADB (Method 4).
  2. Disable the application (mode 1).
  3. Hide the icon through the launcher (mode 3).

FAQ: Frequent questions about removing YouTube from Xiaomi Redmi

Can I delete YouTube without a computer?
Yes, but with limitations: If YouTube is not a system application, delete it as usual through Settings β†’ Apps. If system-based, disable (method 1) or uninstall updates (method 2).
Why does YouTube reappear after being deleted via ADB?
This is because: MIUI updates β€” firmware restores system applications. Google Play Services β€” they can automatically install YouTube if it was removed incorrectly. Solution: After deleting through ADB, immediately disable the automatic update in the Google Play Store and freeze the YouTube package using App Quarantine or Titanium Backup.
Will YouTube Premium work after the app is disabled?
No. If you disable or delete the standard YouTube app, YouTube Premium will stop working because: Subscription is tied to the official app. Alternative clients (e.g. Vanced or ReVanced) do not support Premium features (background play, no ads). If you care about Premium subscription, it is better not to delete YouTube, but simply hide its icon (mode 3).
Can I delete YouTube on Redmi with a blocked bootloader?
Yes, but with limitations: Without unlocking the bootloader, 1-3 methods are available (disable, delete updates, hide icons). Methods 4-5 (ADB, root) require unlocking. On new Redmi models (e.g. Redmi Note 12), this can take up to 7 days due to Xiaomi's policy. Check the bootloader status with the command: fastboot oem device-info If Device unlocked: false, the bootloader is locked.
What YouTube Alternatives Can You Install on Redmi?
If you have deleted YouTube but want to watch videos, try it: πŸŽ₯ NewPipe – an open client with background playback and without advertising (download from the official website). πŸ“Ί Vanced (not supported since 2022, but there are forks like ReVanced). 🌐 Web version of YouTube via browser (for example, Firefox with uBlock Origin extension for blocking ads). πŸ“± SkyTube is an alternative open source client (available in F-Droid). ⚠️ Warning: Alternative customers may violate YouTube's policies (especially if they block ads) at your own risk.