How to completely remove YouTube from Xiaomi Redmi Note 7: from shutdown to uninstallation

Owners of Xiaomi Redmi Note 7 often face a problem: preinstalled YouTube takes up space in memory, consumes traffic in the background and is not deleted by standard means. Even after clicking โ€œDeleteโ€ in the app menu, the system leaves its โ€œheadlessโ€ version, which continues to be updated through Google Play. In this article, we will analyze all working methods from securely disabling to completely deleting APK system files, including methods for users without root rights.

The Redmi Note 7 (lavender) feature is that YouTube is integrated into MIUI firmware as a system application, which means that simple uninstallation through settings is impossible โ€” youโ€™ll need additional tools like ADB or third-party utilities, and weโ€™ve tested all methods on MIUI 12.5-14 and ensure that they donโ€™t disrupt the phone when executed correctly.

โš ๏ธ Attention: Removal of system APK If you use Google Play Services (such as Gmail or Google Maps), check their performance after uninstallation.

1. disable YouTube without deletion (safe method)

If you just want to hide YouTube and stop it from working in the background, you just have to turn the app off through the settings.

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. In the search bar, type โ€œYouTubeโ€ and select the app from the list.
  3. Click โ€œDisableโ€ (the button will become active if the app has been updated through the Play Market).
  4. Confirm the action in the dialog window.

After the shutdown:

  • ๐Ÿ“ฑ YouTube icon will disappear from the app menu.
  • ๐Ÿ”„ The app will stop updating through Google Play.
  • ๐Ÿ“ต Background activity (such as notifications) will be blocked.
  • โš ๏ธ YouTube system files will remain on the device (take up) ~50โ€“70 MB).

โš ๏ธ Note: If you have previously updated YouTube through the Play Market, disabling it will return it to the factory version. To completely remove the updates, click "Delete Updates" in the same menu before disabling.

๐Ÿ“Š How You Usually Remove Unnecessary Apps?
Through Android settings
I'm using ADB.
I'm installing custom firmware.
I use root rights.
I do not remove system applications

2.Removing YouTube Updates via Google Play

YouTube on Redmi Note 7 consists of two parts:

  1. System APK is a pre-installed version from Xiaomi (not removed without ADB).
  2. Updates from the Play Market are custom updates that can be reset.

To bring YouTube back to the factory version:

  1. Open Google Play and find YouTube.
  2. Click on the three dots in the upper right corner โ†’ โ€œDeleteโ€ (if the button is inactive, there are no updates).
  3. Confirm removal.

If the โ€œDeleteโ€ button is missing, it means:

  • ๐Ÿ”น The application has not been updated (system version is used).
  • ๐Ÿ”น YouTube has been deactivated via ADB earlier.
  • ๐Ÿ”น You have a modified firmware installed (e.g. Pixel Experience).

๐Ÿ’ก

After removing the updates, disable YouTube auto-update in the Play Market: open the app page โ†’ three dots โ†’ โ€œDisable Auto-Update.โ€

3. Completely delete YouTube via ADB (no root)

To completely uninstall the YouTube system, you will need ADB (Android Debug Bridge) which works on the Redmi Note 7 with any version of MIUI and does not require superuser rights.

๐Ÿ“Œ What's the matter:

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

๐Ÿ”ง Step-by-step instruction:

โ˜‘๏ธ Preparing for YouTube Deletion via ADB

Done: 0 / 5
  1. Turn on USB debugging: Go to Settings โ†’ About Phone and 7 times click on MIUI Version to activate Developer Mode. Then go back to Settings โ†’ Additional โ†’ For Developers and turn on USB Debugging.
  2. Connect the phone to the PC and confirm the debugging permission in the window that appears.
  3. Open the command line (Windows) or terminal (Linux/macOS) in the folder with ADB and execute: adb devices If the device appears in the list, type: adb shell pm uninstall -k --user 0 com.google.android.youtube

โœ… The result: YouTube will be completely deleted for the current user (without affecting other profiles, if any) System files will remain, but will not take up space.

โš ๏ธ Note: If you see a Failure error after completing the command [DELETE_FAILED_INTERNAL_ERROR], signifier:

  • ๐Ÿ”น You have modified firmware installed on your device (e.g. LineageOS).
  • ๐Ÿ”น Xiaomi has blocked the removal of the system APK in your version MIUI (chinese-style).
  • ๐Ÿ”น Requires unlocking the bootloader (bootloader).
How to unlock the bootloader on Redmi Note 7?
To unlock the bootloader on Redmi Note 7 you need: 1. Get permission from Xiaomi through the official website (linking the Mi Account). 2. Download the Mi Unlock Tool utility and connect the phone in Fastboot mode (clamp Power + Volโˆ’ when the phone is turned off). 3. Follow the instructions of the program. Attention: unlocking will reset all data on the phone!

4. YouTube Deletion with Root Rights

If you have a bootloader unlocked and you have Magisk or another root manager installed, you can delete YouTube like any other system application, which gives you a 100% guarantee of removing all APK files and cache, but you need to be careful.

๐Ÿ› ๏ธ Essential tools:

  • ๐Ÿ“ฑ Root access (check through the Root Checker app).
  • ๐Ÿ”ง File Manager with support for root (for example, Root Explorer or Root Explorer) FX File Explorer).
  • ๐Ÿ—‘๏ธ Backup of data (in case of failure).

๐Ÿ“Œ Instructions:

  1. Open the root manager and go to /system/priv-app/YouTube or /system/app/YouTube.
  2. Delete files: YouTube.apk (main application file), YouTube.odex (optimized cache if any), lib folder (contains application libraries).

Reboot the phone.

โš ๏ธ Note: Deleting system files may result in bootloop ( looped boot) if:

  • ๐Ÿ”น You have deleted files related to Google Play Services.
  • ๐Ÿ”น folder /system It was set up in the "read only" mode (ro).
  • ๐Ÿ”น You are using an incompatible version of Magisk (relevant to the MIUI 13+).

๐Ÿ’ก

Before removing system files through root, be sure to back up your /system folder using TWRP or OrangeFox Recovery.

5. Alternative methods: Disconnect via Titanium Backup or Debloater

If ADB seems complicated and root rights donโ€™t, you can use specialized utilities to โ€œde-enableโ€ system applications.

MethodRoot is required.DifficultyEfficiency
Titanium Backupโœ… Yes.MediumRemove APK and data
Universal Android Debloater (GUI)โŒ No.Low.Disable for the user
App Inspector (XDA)โŒ No.Tall.Blocks background activity
LADB (ADB in the browser)โŒ No.Low.Analog ADB without PC

๐Ÿ”น Titanium Backup: Allows you to โ€œfreezeโ€ or completely delete YouTube, including its data and cache.

๐Ÿ”น Universal Android Debloater: A free utility for PCs with a graphical interface. ADB, But it simplifies the process of selecting applications from the list.

๐Ÿ“Œ Example of a team for Debloater:

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


./adb shell pm uninstall --user 0 com.google.android.apps.youtube.music

(The second command deletes YouTube Music if it is not needed.)

6 What to do if YouTube is back after MIUI update

After a major firmware update (e.g. from MIUI 12 to MIUI 13), Xiaomi can restore remote system applications.

  • ๐Ÿ”ง Turn off auto-update MIUI: Go to Settings. โ†’ The phone. โ†’ Update the system and disable "Automatic bootingยป.
  • ๐Ÿ“ต Block updates through ADB: Follow the command: adb shell pm hide com.google.android.youtube (Hides the app from the update system.)
  • ๐Ÿ”„ Use custom recovery: Install TWRP Before updating, remove unnecessary items. APK firmware (payload.bin).

โš ๏ธ Note: If you use Google Camera or other apps that rely on Google Play Services, deleting YouTube can lead to errors such as:

  • Google Play Services has stopped (reboot is solved).
  • โ€œIt is impossible to verify the authenticity of the deviceโ€ (requires reinstallation of the GMS).

7. Frequent errors and their solutions

When you delete YouTube on Redmi Note 7, users face typical problems.

Mistake.Reason.Decision
adb: device unauthorizedNot confirmed debugging on USBReconnect the phone and allow debugging in the dialog window
Failure [DELETE_FAILED_DEVICE_POLICY_MANAGER]Device policy blocks deletionTurn off โ€œDevice Managementโ€ in Google Account Settings
YouTube appears after rebootAPK is restored by the systemUse pm hide instead of pm uninstall
No such file or directory (in root manager)YouTube integrated into another APKCheck the folders /system/priv-app/GmsCore or /system/preinstall

๐Ÿ”น If ADB can't see the device:

  1. Install Xiaomi USB Drivers (download on the official website).
  2. Try another one. USB-cable (preferably original).
  3. Turn on the "File Transfer" mode when connecting.

๐Ÿ”น If Google Services are no longer available after removal:

  • Install the latest versions of Google Play Services and Google Play Store manually (download APK on APKMirror).
  • Clear the cache and data of Google Play Services in the application settings.

FAQ: Answers to Frequent Questions

โ“ Can You Delete YouTube Without a Computer?
Yes, if you have root rights. Use applications like System App Remover. Without root, you can only delete via LADB, but it's less reliable.
โ“ Will YouTube be back after resetting its settings?
Yes, if you reset completely, all system applications, including YouTube, will be restored. To avoid this, repeat the removal procedure through ADB after the reset.
โ“ Why is the pm uninstall command not working?
Probable causes: ๐Ÿ”น YouTube is labeled as a critical app in your version MIUI. ๐Ÿ”น You have a Chinese firmware (for example, MIUI China, where system removal APK blocked. ๐Ÿ”น You entered the wrong package name (correct: com.google.android.youtube) Solution: try pm hide command or use Universal Android Debloater.
โ“ Can You Delete YouTube Music Separately?
Yes, YouTube Music is a standalone app with a package of com.google.android.apps.youtube.music. Delete it with the same command: adb shell pm uninstall -k --user 0 com.google.android.apps.youtube.music
โ“ Will YouTube Premium work after itโ€™s deleted?
No, because YouTube Premium is linked to a Google account, not an app. If you have removed the APK but want to use Premium, install YouTube manually from APKMirror ( log in to your Google account after installation).