How to permanently remove YouTube from your Xiaomi phone: step-by-step instructions

YouTube is pre-installed on all Xiaomi smartphones and often takes up precious space in memory, consumes traffic in the background and drains the battery. Even if you don’t use it, the system keeps updating it via Google Play, and MIUI doesn’t allow you to remove it by standard means. In this article, 5 proven ways to completely get rid of YouTube on Xiaomi, including hidden system methods and ADB commands.

Xiaomi’s peculiarity is that it blocks the removal of most Google apps through the settings menu, which is due to license agreements and Google Mobile Services (GMS) requirements, but there are workarounds ranging from simple shutdowns to deep cleaning of system files, and we will analyze each method taking into account MIUI 14/15 versions and features of Redmi, POCO and Xiaomi models (including the 13/14 series).

Why YouTube can’t be removed in the standard way

When you try to delete YouTube through Settings β†’ Apps, you will see a gray button β€œDelete” or a message β€œApp is disabled”.

  • πŸ“¦ YouTube refers to system applications that are integrated into firmware MIUI.
  • πŸ”— Removing it violates Google’s license terms, so Xiaomi blocks this feature at the software level.
  • πŸ”„ Even after "deleting" through ADB The application can be restored after the update MIUI or reset.

It's important to understand that disabling and deleting are different processes. An application that is disabled remains in memory but does not work. A remote application that disappears completely, but can return when you update the system, and we'll look at both options below.

⚠️ Warning: Removing system applications can lead to unstable work MIUI, errors in Google services or inability to update firmware. Before actions, back up to Settings β†’ The phone. β†’ Backup.

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

If you just need to stop YouTube background activity and hide it from the menu, you just need to turn off the app, which does not require root rights and does not affect the stability of the system.

Instructions:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Find YouTube in the list (use the search at the top).
  3. Tap on the app. β†’ select "Disable".
  4. Confirm the action in the dialog window.

After that:

  • 🚫 YouTube icon will disappear from the menu.
  • πŸ“΅ The app will stop updating through Google Play.
  • πŸ”„ Google account features (such as sync) will not be affected.

β˜‘οΈ What to do after you turn off YouTube

Done: 0 / 4

The downside of the method: YouTube will remain in the phone’s memory and will take ~100-150 MB.

Method 2: Removal via ADB (without root)

ADB (Android Debug Bridge) is Google’s official tool for managing Android devices via a computer, which allows you to delete YouTube without getting root rights.

You'll need:

  • πŸ–₯️ Computer with Windows, macOS or Linux.
  • πŸ“± USB-cable (preferably original).
  • βš™οΈ Included debugging by USB phone-on.

Steps:

  1. Activate Developer Mode: Go to Settings β†’ About Phone. Tap 7 times on MIUI Version. Go back to Settings β†’ Additional β†’ For Developers. Turn on USB Debugging.

File transfer

ADB Tools

cmd

Terminal

ADB

adb devices

(Your device should appear)

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

If the command is executed without errors, YouTube will be deleted for the current user.

  • βœ… The app will disappear from the system.
  • ⚠️ After resetting settings or updating MIUI It could come back.
  • πŸ”§ To re-install, use the command: adb shell cmd package install-existing com.google.android.youtube

πŸ’‘

If the command doesn't work, try replacing --user 0 with --user current. On some Xiaomi firmware, that solves the problem.

Method 3: Remove with Magisk (for hard-wired phones)

If your Xiaomi has Magisk installed, you can use modules to deep clean system applications, a method that is suitable for advanced users.

Procedure:

  1. Install Magisk and get root.
  2. Download the Universal Android Debloater module from the Magisk repository.
  3. Install the module via Magisk Manager and restart the phone.
  4. After the reboot, open Settings β†’ Apps and check if YouTube has disappeared.

Advantages of the method:

  • 🧹 Complete removal without traces.
  • πŸ”„ The ability to restore the application through Magisk.
  • πŸ›‘οΈ Protection against automatic recovery after updates.

⚠️ Warning: Improper use of root rights can disrupt work MIUI or cause a device to "brick" (inoperability) before installing Magisk, unlock the bootloader through the official tool Xiaomi Unlock Tool.

How to unlock the bootloader on Xiaomi?
1. Connect your Mi Account to your phone in Settings β†’ Xiaomi Account. 2. Go to Mi Unlock and download the utility. 3. Connect your phone in Fastboot mode (press Power + Volume down when you turn off). 4. Follow the program instructions (it may take 7-14 days to unlock).

Method 4: Manually delete system files (for advanced ones)

This method requires root rights and file system work, and it's good if ADB and Magisk don't work, and the risk of system damage is high, and you can only use it if you understand the consequences.

Instructions:

  1. Install a file manager with root access (such as Root Explorer or Solid Explorer).
  2. Go to /system/priv-app/PrebuiltGmsCore or /system/app/YouTube
  3. Delete the YouTube folder or files with the.apk and.odex extensions.
  4. Clear the cache in the folder: /data/data/com.google.android.youtube
  5. Reboot the phone.

Possible problems and solutions:

Problem.Reason.Decision
YouTube rebounds after rebootMIUI defense is workingUse ADB to lock the package: adb shell pm hide com.google.android.youtube
The error "Android system has stopped"Critical files deletedRestore the firmware through Fastboot
Google Play is not working.Google services are damagedReinstall GMS via Open GApps

πŸ’‘

Before manually deleting system files, create a full backup via TWRP or OrangeFox Recovery.This is the only way to recover your phone if you make a mistake.

Method 5: Use of alternative firmware

If you're willing to drop MIUI, you can install custom firmware without Google services (like LineageOS or Pixel Experience), a radical method, but it's guaranteed to remove all pre-installed apps.

Pros:

  • πŸš€ Full control of the system.
  • πŸ”’ No forced updates from Xiaomi/Google.
  • πŸ› οΈ Ability to fine-tune productivity.

Cons:

  • ⚠️ Loss of guarantee.
  • πŸ”Œ Risk of "brike" in case of installation error.
  • πŸ“± Certain functions (e.g, IR-blaster NFC) They may not work properly.

Recommended firmware for Xiaomi:

  • πŸ“± LineageOS – pure Android without unnecessary applications.
  • 🎨 Pixel Experience – The interface is like Google Pixel.
  • ⚑ ArrowOS – Optimized for Performance.
πŸ“Š What kind of firmware do you prefer on Xiaomi?
Stock MIUI
LineageOS
Pixel Experience
Another custom
I don't know.

What to do if YouTube is back after the update

Even after deletion, YouTube can recover from the MIUI or Google Play Services update.

  1. Freeze the package via ADB: adb shell pm disable-user --user 0 com.google.android.youtube
  2. Turn off auto-updates in Google Play: Open Google Play β†’ click on avatar β†’ Settings β†’ App Auto-Update. Select "Do not update automatically."

App Quarantine

If YouTube is still showing up, check out:

  • πŸ” Availability of updates MIUI In Settings β†’ The phone. β†’ Updating the system.
  • πŸ“¦ folder /data/app YouTube files available.
  • πŸ”§ Google account settings (sometimes the app is restored through synchronization).

FAQ: Frequent questions

Can I delete YouTube without a computer?
Yes, but with limitations. Without a PC, you can only disable the app (Method 1) or use Magisk (Method 3) if you already have root. ADB manual cleaning of system files is mandatory.
Will YouTube Music work after the main app is removed?
No, YouTube Music depends on the core YouTube package. Once removed, both services will cease to function. If you only want music, consider alternatives: Spotify, Yandex Music or VK Music.
Why did Google Maps stop working after YouTube was removed?
This is because Google Maps and other Google services share libraries with YouTube. Solution: Reinstall Google Play Services via APKMirror. Clear the Google Maps cache into Settings β†’ Apps. If the problem persists, restore YouTube via ADB (command in Method 2).
How to uninstall YouTube on Xiaomi with MIUI for POCO?
On POCO phones (e.g. POCO X5 or F5), the process is identical, as they run on the same MIUI. The only difference is that some POCO models have an ad blocker disabled, which can interfere with ADB commands. Before deleting, turn it off in Settings β†’ Special Options β†’ Delete watermarks.
Can YouTube be returned after being completely deleted?
Yes, there are several ways: via ADB: adb shell cmd package install-existing com.google.android.youtube Through Google Play: just find YouTube and install again. Through MIUI Cleaner: sometimes the app recovers after a cache reset to Settings β†’ Storage β†’ Cleanup. If the deletion was through manual cleaning of system files, you will need to reflash the phone.