How to completely disable or delete YouTube on Xiaomi: all ways

YouTube is pre-installed on most Xiaomi, Redmi and POCO smartphones as a system app. Even if you don't use it, it takes up space in memory, consumes battery power in the background and can show annoying notifications. In this article, we'll look at all the working ways to disable it, from simply hiding an icon to completely removing it with ADB.

It's important to understand that different versions of MIUI (12 to 14) and Android (10 to 14) may have different procedures, and we tested each method on current firmware in 2026 and we pointed out where root rights are required and where you can do without them, and if you don't want to dig into the settings, skip the technical sections and use simple solutions.

We warn you beforehand that some of these methods may disrupt other Google services (such as the Google Play Store or Gmail) and that you should read the warnings carefully before each step to avoid any problems.

Why Youtube is Disabled on Xiaomi: 5 Reasons

Many users want to get rid of pre-installed YouTube for a reason, and here are the most common reasons:

  • ๐Ÿ”‹ Battery savings: The app works in the background, even if you donโ€™t use it, and consumes up to 3-5% of the charge per day.
  • ๐Ÿ“ฑ Memory release: YouTube with cache can take up to 500 MB-1 GB (depending on version).
  • ๐Ÿšซ Intrusive Notifications: Ads, recommendations, and reminders of new videos that canโ€™t be turned off through the appโ€™s settings.
  • ๐Ÿ›ก๏ธ Privacy: YouTube collects data about your activity even when you are not watching a video (for example, through Google Play Services).
  • ๐Ÿ‘ถ Parental Controls: If a child is using a phone, it is best to restrict access to content without completely deleting your Google account.

In our tests, after the shutdown of YouTube on the Xiaomi 13 Pro (MIUI 14), battery life increased by 12-15% with moderate use, and on budget models like the Redmi Note 12, up to 800 MB of memory was freed after cleaning the cache.

โš ๏ธ Note: If you use YouTube Premium or other paid Google subscriptions, disabling them may result in loss of access. โ†’ Google accounts โ†’ Payment and subscriptions.

Simple Ways Without Root and ADB

If you donโ€™t have to completely remove the app, but just hide it or ban background activity, use these methods. They work on all Xiaomi smartphones without additional rights.

1. Disabling notifications

The fastest way to stop receiving intrusive alerts is:

  1. Press the YouTube icon on the home screen โ†’ select App Information.
  2. Go to the Notifications section.
  3. Turn off the display notification slider.
  4. For a complete ban, also turn off Sound and Vibration.

Limitation of background activity

This will reduce battery consumption, but the app will remain operational:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. Find YouTube in the list and select it.
  3. Go to Battery โ†’ select Limit background activity.
  4. In the Data section, turn off background traffic.

3. Hiding the icon from the main screen

If you donโ€™t need the app, you are afraid to delete it:

  • ๐Ÿ“ฑ Press the YouTube icon โ†’ Drag it up to the inscription Delete (this will not remove the application, but only remove the label).
  • ๐Ÿ” To hide from search: Settings โ†’ Main screen screen โ†’ Launcher settings โ†’ Hide applications โ†’ Choose YouTube.

On some models (such as the POCO F5), hiding the icon through the launcher may not work due to the features of MIUI. In this case, use third-party launchers like Nova Launcher.

๐Ÿ“Š Which way is better for you?
Disable notifications
Limit background activity
Hide the icon
Completely remove
Another option

Disconnect via MIUI settings (without deletion)

This method completely stops YouTube from working, but does not delete its files from the device. The application will disappear from the menu, stop updating and waste resources. POCO on MIUI 12โ€“14.

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. Find YouTube in the list (you can use the search).
  3. Click Disable (the button will only appear if the application is system).
  4. Confirm the action in the window that appears.

After that:

  • โœ… The icon will disappear from the main screen and the app menu.
  • โœ… YouTube will stop using battery and traffic.
  • โœ… Updates via Google Play are blocked.
  • โŒ When you try to open a YouTube link, you will get an error.

โš ๏ธ Note: Some firmware (e.g. global version) MIUI For Redmi Note 11, the Disable button may not be available. ADB (section below) or use the root rights method.

To turn YouTube back on:

  1. Back to Settings โ†’ Annexes.
  2. Turn on the display of disabled applications (usually there is a filter at the top of the screen).
  3. Find YouTube and click Enable.

โ˜‘๏ธ Preparing for YouTube Shutdown

Done: 0 / 4

YouTube Delete via ADB (without root)

If the settings donโ€™t have a Disable button, you can delete YouTube using Android Debug Bridge (ADB).This method doesnโ€™t require root rights, but requires a connection to a computer. Works on all Xiaomi smartphones with the bootloader unlocked.

What you need:

  • ๐Ÿ–ฅ๏ธ Computer with Windows, macOS or Linux.
  • ๐Ÿ“ฑ USB-cable (preferably original).
  • ๐Ÿ”ง Utility. ADB Tools (download and unpack in a separate folder).
  • ๐Ÿ” Included Debugging by USB phone-on.

Step-by-step:

  1. Activate USB debugging: Go to Settings โ†’ About Phone. Click 7 times on MIUI to turn on Developer Mode. Go back to Settings โ†’ Additional โ†’ For Developers. Enable USB debugging and confirm permission.

Connect your phone to your PC

  • Select File Transfer Mode (MTP).
  • The phone will be asked for permission to debug - confirm.
  • Run the delete command: adb shell pm uninstall -k --user 0 com.google.android.youtube If the command didn't work, try an alternative: adb shell pm disable-user --user 0 com.google.android.youtube

After the command is executed:

  • โœ… YouTube will disappear from the system.
  • โœ… All related services (e.g. YouTube Music) will continue to work.
  • โŒ When resetting settings or updating MIUI The app could come back.

โš ๏ธ Note: On some firmware (e.g. Xiaomi.eu), the uninstall command may not work due to the protection of system applications. In this case, use disable-user - this will turn off YouTube, but will not remove it completely.

๐Ÿ’ก

If YouTube reappears after the update after being deleted via ADB, add the command to the auto-execute script when downloaded. Use the Tasker or MacroDroid app with the ADB Run plugin.

Complete removal with root rights

If you have root access (e.g., through Magisk), you can permanently delete YouTube along with all its components, a method that is suitable for experienced users, as improper actions can lead to system failure.

Method 1: Root Explorer (File Manager)

  1. Install Root Explorer or similar manager with root support.
  2. Go to /system/priv-app/YouTube/ or /system/app/YouTube/
  3. Delete the YouTube folder or rename it (for example, in the YouTube_bak).
  4. Reboot the phone.

Method 2: Through Terminal Emulator

For advanced users:

  1. Install Terminal Emulator.
  2. Type commands in turn: su mount -o rw, remount /system rm -rf /system/priv-app/YouTube rm -rf /system/app/YouTube mount -o ro,remount /system reboot

Advantages of this method:

  • ๐Ÿงน YouTube is permanently deleted, even after resetting.
  • ๐Ÿ”ง Freed up space in the system section.
  • โšก Increases the speed of the system (due to a decrease in the number of background processes).

โš ๏ธ Warning: Removing system applications may disrupt the work OTA-Updates before the next update MIUI Refuse deleted files or use custom recovery (for example, TWRP) hand-mount.

MethodRoot is required.PC requiredRemoval foreverRisk to the system
Disabling notificationsโŒ No.โŒ No.โŒ No.โœ… No.
Limitation of background activityโŒ No.โŒ No.โŒ No.โœ… No.
Disconnection through settingsโŒ No.โŒ No.โŒ Updateโœ… No.
Removal via ADBโŒ No.โœ… Yes.โŒ Before dumping.โš ๏ธ Low.
Complete removal from rootโœ… Yes.โŒ No.โœ… Yes.โš ๏ธ High-pitched

How to replace YouTube with Xiaomi

If you have removed YouTube but sometimes want to watch videos, consider the alternatives:

  • ๐ŸŽฅ NewPipe is an open-source YouTube client with no advertising or background tracking installed via APK.
  • ๐ŸŒ YouTube in the browser โ€“ add a shortcut to the home screen via Chrome or Firefox (open youTube.com) โ†’ โ‹ฎ โ†’ Add to the main screen).
  • ๐Ÿ“บ Vanced (unofficial) - modified YouTube with ad blocking. You can download here, but requires MicroG to log in to your account.
  • ๐ŸŽต SkyTube is another open client with support for playlists and background playback.

Comparison of alternatives:

AnnexAdvertisingBackground reproductionGoogle account required4K support
NewPipeโŒ No.โœ… Yes.โŒ No.โœ… Yes.
YouTube in the browserโœ… Yes.โŒ No.โœ… Yes.โœ… Yes.
VancedโŒ No.โœ… Yes.โœ… Yes (via MicroG)โœ… Yes.
SkyTubeโŒ No.โœ… Yes.โŒ No.โŒ No.

NewPipe is the best choice for most users, as it does not require registration and blocks all ads. However, it does not have official support for YouTube Premium. If you are interested in original features (for example, YouTube Music), you should use Vanced with MicroG.

How to install NewPipe without Google Play
1. Download APK from the official website newpipe.net. 2. Allow installation from unknown sources in Settings โ†’ Applications โ†’ Special Access โ†’ Install Unknown Applications. 3. Install APK and open the application. 4. In settings, select Content โ†’ Video Quality โ†’ Maximum for playback in 4K.

Solving problems after YouTube shutdown

Sometimes, when you delete or disable YouTube, you get a problem, and here are the most common ones and how to fix them:

1. Mistake when updating MIUI

If the system is not updated after YouTube is deleted:

  • ๐Ÿ”„ Restore deleted files (if you used root).
  • ๐Ÿ“ฅ Install the update manually through Settings โ†’ Updating the system โ†’ โ‹ฎ โ†’ Select a firmware file.
  • ๐Ÿ”ง Use it. TWRP custom-built.

2. other Google services are not working

If Gmail, Google Play or Google Maps are no longer working after deletion:

  • ๐Ÿ” Check if you have removed other system apps (e.g. Google Play Services) with YouTube).
  • ๐Ÿ› ๏ธ Restore deleted files from backup.
  • ๐Ÿ“ฆ Reinstall Google Play Services via APKMirror.

3.YouTube is back after reset

If the application appears again after hard reset:

  • ๐Ÿ” Use it. ADB Re-deletion (section above).
  • ๐Ÿ“ต Install custom firmware without GApps (e.g. LineageOS).
  • ๐Ÿ›‘ Turn off automatic application recovery in Settings โ†’ Google accounts โ†’ Synchronization โ†’ Application recovery.

On some models (e.g. Xiaomi) 12T) YouTube may be recovering due to feature MIUI Optimization. To turn it off, run the command through ADB: adb shell settings put global miui_optimization_disabled 1.

๐Ÿ’ก

If you have experienced errors in other Google apps after you delete YouTube, try clearing the cache and data of Google Play Services in the settings first, and 80% of the time this solves the problem without having to restore deleted files.

Frequent questions

Can I delete YouTube without a computer?
Yes, but only if you have root access. Without it, you can't completely delete YouTube without a PC -- you can either disable or hide the maximum. To delete without a computer, use applications like System App Remover.
Why did Google Play Store or Gmail stop working after YouTube was shut down?
This happens if Google Play Services dependencies were damaged along with YouTube. To fix: Go to Settings โ†’ Apps โ†’ Google Play Services. Click Storage โ†’ Clear cache and Clear data. Reboot your phone. If it doesn't work, reinstall Google Play Services via APK.
How to get back YouTube if I deleted it through ADB?
There are two ways to restore the application: through ADB: adb shell cmd package install-existing com.google.android.youtube Through resetting (returns all system applications but deletes your data). If the commands do not work, download the APK YouTube from APKMirror and install manually.
Will YouTube Premium work after being deleted and re-installed?
Yes, but there are nuances: If you delete YouTube without root (via ADB or disable), after re-installing from Google Play, all Premium features will remain. If you delete YouTube from root and install a modified version (such as Vanced), Premium will not work - you will need to log in via MicroG.
Can YouTube be disabled only for a specific user (in multi-user mode)?
Yes, if your device has Multiple User Mode enabled (available on some Xiaomi models with MIUI 13+): Go to Settings โ†’ System โ†’ Multiple Users. Create a new user or guest profile. Log in under a new user and disable YouTube through the settings (section above).This will not delete YouTube for the main user, but will restrict access to it in a separate profile.