How to completely remove YouTube from Xiaomi phone: from disconnection to uninstallation of system software

Why is the standard YouTube deletion on Xiaomi not working?

You've tried to remove YouTube from a Xiaomi phone, but instead of the "Delete" button, the app menu only shows "Disable"? This is not a bug, but a feature of the MIUI firmware. The fact is that on most Redmi, POCO and Black Shark devices, the app is pre-installed as a system app β€” it's embroidered into the firmware and is protected from simple removal. Even if you downloaded YouTube separately from Google Play, its "root" version remains on the system.

Standard disabling through settings (Settings β†’ Applications β†’ Application Management β†’ YouTube β†’ Disable) only hides the icon and stops background processes, but does not free up disk space. Moreover, after resetting or updating MIUI, the application can automatically recover – this is confirmed by users of Xiaomi 12T, Redmi Note 11 Pro + and other models of 2022-2026. In this article, we will discuss 5 working methods, including removal without root rights and using ADB.

Method 1: Disable YouTube via MIUI settings (without deletion)

If you just have to hide the app and stop it, it's the fastest method, it doesn't require any additional tools, and it's suitable for all versions of MIUI (12 to 15). Importantly, once you shut down, YouTube will stop receiving updates through Google Play, but its data (cache, settings) will remain in the device's memory.

Instructions:

  • πŸ“± Open Settings and go to the Application section.
  • πŸ” In the search bar, type "YouTube" or scroll through the list to the All Apps section.
  • βš™οΈ Click on YouTube, then select Disable (if the button is inactive, first click Stop).
  • βœ… Confirm the action in the dialog box by clicking Disable the application.

What happens after the shutdown:

  • βœ”οΈ YouTube icon will disappear from the main screen and from the app menu.
  • βœ”οΈ Background processes (such as notifications) will be stopped.
  • ❌ The disk space will not be freed up – the application files will remain in the system.
  • ❌ When resetting settings or updating MIUI YouTube may be coming back again.
πŸ“Š What method of removing applications are used more often?
I'm turning it off through the settings.
Hand-delete
I'm using ADB.
I use root rights.

⚠️ Note: On some models (Xiaomi 13 Ultra, POCO F5 Pro) when YouTube is disabled, related features, such as the built-in video player in the Gallery, may disappear. MIUI Uses YouTube components to play some formats.

Method 2: Remove YouTube Updates (Free Space)

If you can't remove the app itself, but you want to make room, remove the updates. This method works even if YouTube is embedded in firmware. For example, on the Redmi Note 10 Pro, the basic version of YouTube weighs ~50 MB, and with updates it weighs up to 300 MB.

How to remove updates:

  1. Open Settings β†’ Applications β†’ Application Management β†’ YouTube.
  2. Click on the three dots in the top right corner and select Remove Updates.
  3. Confirm the action. The app will return to the factory version.

What this does:

  • πŸ“‰ Released until 200-250 MB of memory (depends on the phone model).
  • πŸ”„ YouTube will stop automatically updating through Google Play.
  • πŸ”™ To return the updates, just open YouTube – the system will offer to update it.

πŸ’‘

If the Remove Updates button is inactive, try to turn off YouTube (Method 1) first, then return it and try again.

Method 3: Delete YouTube via ADB (without root)

To completely remove the system YouTube without obtaining root rights, you will need ADB (Android Debug Bridge), which works on all Xiaomi devices with bootloader unlocked and USB debugging enabled, the advantage is that all the content of the application, including cache and data, is deleted.

Step-by-step:

  1. πŸ–₯️ Install. ADB-computer-driver (Windows/macOS/Linux).
  2. πŸ“± Turn it on on the phone: πŸ”§ Settings β†’ The phone. β†’ Version. MIUI (Press 7 times to activate the developer mode). πŸ”Œ Settings β†’ Additionally. β†’ For developers β†’ Debugging by USB.

File transfer

adb devices

(The name of your device should appear)

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

What do flags in a team mean:

Flag.Description
-kStores cache and app data (if you want to delete everything, remove this flag).
--user 0Remove the application only for the current user (does not affect other accounts on the device).
com.google.android.youtubeYouTube Package Identifier (unique for all Android devices)

⚠️ Attention: On some firmware MIUI (For example, Xiaomi.eu after deleting YouTube via ADB You may experience errors in Google services. Before you execute a command, back up your data via Settings. β†’ System system β†’ Backup.

Install ADB on PC|Enable developer mode on Xiaomi|Activate debugging over USB|Connect phone in file transfer mode |Making backup of data-->

Method 4: Complete removal with root rights

If your Xiaomi has unlocked the bootloader and installed Magisk or another root manager, you can remove YouTube as a regular app, which is suitable for advanced users, as it requires modification of system files.

Instructions:

  1. πŸ“² Install a file manager with root support (such as Root Explorer or Root Explorer). FX File Explorer).
  2. πŸ” Cross the path: /system/priv-app/YouTube/ or /system/app/YouTube/ (depending on the version MIUI).
  3. πŸ—‘οΈ Delete the YouTube folder or rename it (for example, in the YouTube_bak).
  4. πŸ”„ Reboot the phone.

Alternative method (via Magisk):

  • πŸ“¦ Install App Systemizer or Debloater from Magisk repository.
  • πŸ” Find it in the YouTube list and mark it for deletion.
  • πŸ”„ Reset the device.

Advantages of the method:

  • 🧹 Delete all YouTube files, including system libraries.
  • 🚫 The app will not recover after the update MIUI.
  • πŸ“± It works on all models: from Redmi 9A Xiaomi 14 Pro.
What happens if you delete YouTube on a rooted Xiaomi?
Deleting YouTube does not affect other Google services (Play Market, Gmail, etc.) as they use separate libraries. However, some firmware (e.g. MIUI China) may miss built-in features such as playing videos in the Gallery or the Browser, in which case it is enough to install YouTube back from Google Play or through the YouTube Vanced Magisk module (if it is still available for your Android version).

Method 5: Using third-party uninstallers

If you don’t want to mess with ADB or root, you can use specialized applications to remove system programs.

AnnexNeed root?Features
App Inspector❌ No.Shows hidden system applications, but does not remove them without ADB.
System App Removerβœ… Yes.Complete removal with backup. Supports recovery.
Debloater (XDA)❌ No, but you do. ADB)Remove applications through ADB-automatic.
Universal Android Debloater❌ No.Works through GUI-interface, supports packet removal.

Recommendations for use:

  • πŸ›‘οΈ Before deleting, back up through Settings β†’ System system β†’ Backup or Titanium Backup (for root).
  • πŸ” Check packet names carefully – removing the wrong application can cause the system to crash.
  • πŸ”„ After deleting, restart your phone so that the changes take effect.

πŸ’‘

Third-party uninstallers are convenient but risky: some contain ads or collect data.Before using, check reviews on 4PDA or XDA Developers.

What if YouTube has recovered after the MIUI update?

Many Xiaomi users are faced with the fact that after updating the firmware, remote system applications (including YouTube) reappear, this is because MIUI automatically restores the standard set of programs.

Option 1: Reverse the MIUI Update

  • πŸ“₯ Download the previous firmware version for your model from en.miui.com.
  • πŸ”§ Go to Settings. β†’ The phone. β†’ Updating the system β†’ Three points. β†’ Select a firmware file.
  • πŸ”„ Install the old version (the data will not be erased).

Option 2: Block the YouTube Update

  • πŸ›‘οΈ Install App Blocker or Island (for root devices).
  • πŸ”’ Add YouTube to the blacklist for updates.
  • πŸ“΅ Turn off auto-update in Google Play: Open YouTube β†’ three-point β†’ Turn off auto-update.

Option 3: Use an alternative launcher

If YouTube is back but you don’t want to see it:

  • 🎨 Install a third-party launcher (like Nova Launcher or Lawnchair).
  • πŸ” In the launcher settings to hide the YouTube icon.
  • πŸ”• Disable the application through settings (Method 1).

FAQ: Frequent questions about removing YouTube on Xiaomi

❓ Can You Delete YouTube Without a Computer?
Yes, but only if it is installed as a custom app (not a system app). Check Settings β†’ Apps β†’ YouTube: if there is a button to delete, you can delete without a PC. If only "Disable" you will need ADB or root.
❓ Will YouTube be back after resetting its settings?
Yes, if you reset completely through Settings β†’ System β†’ Settings reset, all system applications, including YouTube, will recover. To avoid this, delete YouTube after reset or use root methods.
❓ Why is it that YouTube is removed? ADB It's still opening?
Chances are you only deleted the updates, and the base version remained. ADB flag-headed --user 0 or check for duplicate packages (e.g. com.google.android.apps.youtube.kids for YouTube Kids).
❓ Can You Remove YouTube on Xiaomi with a Blocked bootloader?
No, you need an unlocked bootloader to completely remove system applications without root, except for disabling through settings (Method 1) or removing updates (Method 2). Unlocking the bootloader is officially supported by Xiaomi, but resets all data on the phone.
❓ How to Get YouTube Back After Deleting?
If you have removed YouTube through ADB or root, you can restore it: Install from Google Play (if only the user version is removed). ADB-command: adb shell cmd package install-existing com.google.android.youtube Resetting the phone to factory settings (returns all system applications).