How to Make YouTube Vanced the Default App on Xiaomi: The Complete Guide

Many Xiaomi users face a problem: after installing YouTube Vanced, the system continues to open the standard YouTube application by default. This is due to the features of MIUI, where the default settings do not work as on pure Android. In this article, we will discuss all ways to make Vanced the main player for video, including hidden settings and circumvention of restrictions.

It is important to understand that YouTube Vanced is a modified version of the app that is not distributed via Google Play. MIUI It can block its automatic opening due to security policies, but with a few tricks (including: ADB-commands and manual configurations can be made to use the system Vanced for all links to YouTube.

This article will be suitable for owners of any Xiaomi, Redmi, or POCO devices based on MIUI 12/13/14 (including HyperOS).If you are using Android One (for example, on Mi A2/A3), the instruction is simplified - there are no MIUI restrictions.

Why Xiaomi doesn’t let Vanced be the default app?

The main reason is the MIUI security policy. Unlike pure Android, where the user can freely choose the default apps, Xiaomi blocks this functionality to:

  • πŸ”Ή Applications not installed from Google Play (including.apk and.xapk)
  • πŸ”Ή Modified versions of official applications (for example, Vanced, Spotify Mod)
  • πŸ”Ή Applications with the same package name as the standard ones (e.g. com.google.android.youtube)

MIUI also actively promotes its own services, so even if you manually select Vanced in the settings, the system can reset the selection after a reboot or update.

Another nuance: starting with MIUI 13, Xiaomi added a digital signature check for applications, and if Vanced’s signature doesn’t match the official one (and it does), the system can ignore it when opening links.

πŸ“Š What kind of smartphone you Xiaomi?
Redmi Note 10/11/12
POCO X3/X4/X5
Mi 11/12/13
Another Xiaomi
Not Xiaomi.

Method 1: Configure via the "Default Applications" menu

The easiest method is to try to assign Vanced manually, but it doesn't work on all versions of MIUI.

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Click on the three dots in the top right corner and select the Default Apps.
  3. Scroll to the Browser or Link Opening section.
  4. Find YouTube and select Vanced (if it’s on the list).

⚠️ Attention: MIUI 14 and later this item may not be available. If Vanced does not appear in the list, proceed to the next method.

πŸ’‘

If after selecting Vanced, links still open in a standard app, try clearing the cache and YouTube data through Settings β†’ Apps β†’ YouTube β†’ Storage.

Method 2: Using ADB for Involuntary Assignment

If manual configuration fails, you’ll need to connect to the device via the Android Debug Bridge (ADB), which works on 90% of Xiaomi devices but requires a computer.

You'll need:

  • πŸ–₯️ Computer with Windows/macOS/Linux
  • πŸ”Œ USB-Type C Cable (original so there are no connection issues)
  • πŸ“₯ Installed drivers ADB Fastboot (you can download from the official Android website)
  • πŸ”§ Included debugging by USB smartphone

Steps:

  1. Activate Developer Mode: Go to Settings β†’ About Phone. Click 7 times on the MIUI Version until the notification "You've become a developer" appears.

USB debugging

  • Back to Settings β†’ Additionally. β†’ For developers.
  • Activate the debugging switch over USB.
  • Connect the phone to your computer and confirm the debugging permission.
  • Open the command prompt (cmd on Windows or Terminal on macOS/Linux) and type:
adb devices

(Your device should show up. If not, check the drivers.)

adb shell pm clear com.google.android.youtube


adb shell cmd package set-home-activity com.google.android.youtube/com.vanced.android.youtube.activity.MainActivity

⚠️ Note: After these commands are executed, the standard YouTube app may stop opening. If you need to return everything back, use it:

adb shell cmd package set-home-activity com.google.android.youtube/com.google.android.apps.youtube.app.WatchWhileActivity

Install Platform Tools on PC

Enable the developer mode on Xiaomi

Activate debugging over USB

Connect the original cable

Check the detection of the device through `adb devices`-->

Method 3: Using third-party launchers

If MIUI persists in ignoring your settings, you can trick the system with an alternative launcher.

  • πŸ“± Nova Launcher – allows you to assign default apps for specific actions.
  • 🎯 Lawnchair is an open source lightweight launcher.
  • πŸ”§ Microsoft Launcher – has built-in tools for managing silences.

Instructions for Nova Launcher:

  1. Install Nova Launcher from Google Play.
  2. Make it the default launcher (at the first start the system will prompt you to do this).
  3. Press your finger on your desktop β†’ Settings β†’ Apps and notifications.
  4. Find Link Opening and manually assign Vanced to YouTube links.

Important: Some launchers (such as POCO Launcher) do not support this feature because they are based on MIUI code.

If none of the methods worked, you can go a workaround – configure the browser so that it always opens YouTube links in Vanced.

For this:

  1. Install a browser that supports redirects (like Kiwi Browser or Firefox).
  2. Open any YouTube link in your browser.
  3. When the window "Open with..." appears, select Vanced and tick "Always".

Now all links from messengers, social networks and email will first open in the browser, and then automatically redirect to Vanced.

What if the link still opens on standard YouTube?
Try to clear the browser app data (or Chrome if you use it). Sometimes MIUI caches the default app selection, and reset helps return the selection dialog box.

Removing common mistakes

Even after successful setup, problems can arise, and here are the most common solutions:

Problem.Reason.Decision
Vanced does not appear in the default application listMIUI blocks unofficial APKsUse ADB or a third-party launcher
After resetting, the settings are reset.MIUI clears the settings cacheTurn off optimization for Vanced in Settings β†’ Battery β†’ Battery Optimization
Videos open in the browser, not in VancedConflict with another app (e.g. YouTube Music)Clear the silences for all YouTube-related apps
ADB-teams are not workingIncorrect drivers or ADB versionUpdate Platform Tools and reinstall drivers

⚠️ Warning: If Vanced doesn’t become the default app after all the manipulations, check if you have a duplicate app installed (e.g. YouTube Music or YouTube Kids). MIUI may conflict with them.

Alternatives to YouTube Vanced for Xiaomi

If none of these methods work, consider alternatives:

  • πŸŽ₯ NewPipe is an open YouTube client with background play and no ads.
  • πŸ“Ί LibreTube – a private client working through Tor (blocks all telemetry).
  • πŸ”„ ReVanced is the successor to Vanced, supporting new versions of YouTube.

The main advantage of NewPipe is that it does not conflict with MIUI, as it has a unique package name (org.schabi.newpipe), which can be easily made the default application through standard settings.

If you want to sync with your Google account, ReVanced is the best choice, but it’s harder to install because it requires patching the official YouTube APK.

πŸ’‘

If you want maximum MIUI compatibility, go for NewPipe or LibreTube, which doesn’t conflict with system constraints and is easy to configure.

FAQ: Frequent questions about YouTube Vanced on Xiaomi

❓ Why After Updating MIUI Vanced is no longer a default app?
MIUI often resets the default settings after major updates. To return Vanced, repeat the steps from Method 1 or Method 2 (with ADB). Also check if the permissions for the application have reset to Settings β†’ Applications β†’ Vanced β†’ Permissions.
❓ Can you make Vanced silent without ADB?
Yes, but not on all versions of MIUI. Try: Remove or disable the standard YouTube app (via Settings β†’ Apps β†’ YouTube β†’ Disable). Use Nova Launcher or another third-party launcher. Clear the cache and data of MIUI System Launcher (this will reset desktop settings, but may help).
❓ Why do you open links from Telegram/WhatsApp Launching the standard YouTube?
This is because messengers have their own settings for link processing. Solution: Open Telegram (or another messenger). Go to Settings β†’ Link Opening. Find YouTube and select Vanced. If there is no such option, try opening the link manually, selecting Vanced and ticking "Always."
❓ Will this method work for POCO F3/F4/F5?
Yes, all POCO devices run on MIUI (or HyperOS), so the instruction is fully applicable, except for Android One models (such as the POCO M2 Pro in some regions) where MIUI limitations are not available and Vanced can be silenced through standard settings.
❓ How to Get Back a Standard YouTube if Something Goes Wrong?
If you manipulate ADB or your settings, the system is unstable: Delete Vanced. Turn back standard YouTube to Settings β†’ Apps β†’ Disabled. Follow the command: adb shell cmd package set-home-activity com.google.android.youtube/com.google.android.apps.youtube.app.WatchWhileActivity Reboot device.