Xiaomiβs smartphone screens often feature video recommendations from YouTube apps, TikTok or the built-in Mi Video player. These βpopular videosβ can be annoying, slowing down the system or simply distracting. Unlike standard banners, video recommendations consume traffic, battery power and can even be triggered automatically when scrolling.
In this article, weβll look at all the ways to disable the device, from simple MIUI settings to radical ADB methods. The instructions are relevant for MIUI 14/15 and the Redmi Note 12/13, POCO X5/F5, Xiaomi 13/14 and others. Importantly, some methods require administrator rights or disable system applications β this can affect the stability of the phone.
Why is Xiaomi showing popular videos?
Video recommendations are part of the MIUI ecosystem that is integrated with Xiaomi services and partners (e.g. Google Discover or TikTok) and are the main reasons for their emergence:
- π Personalized advertising: the system analyzes your actions (search queries, viewed videos) and selects content through the algorithms of Xiaomi Ads.
- π± Embedded apps: Mi Video, Music or GetApps automatically download previews of videos in the background.
- π Regional settings: In some countries (India, Indonesia) video banners are more aggressive due to partner agreements.
- π Updates MIUI: post-update MIUI 14+ Many users are seeing an increase in the number of recommendations.
According to research by XDA Developers, video banners can consume up to 150MB of traffic per month even without active browsing, a critical feature for users with limited rates or slow internet.
Method 1: Disconnect via MIUI settings (without root)
The safest method is to use the built-in options, which is suitable for most models on MIUI 12-15 and does not require additional rights.
- Open the Settings. β Main screen screen.
- Select Application Categories (or Recommended Content in older versions).
- Turn off the sliders opposite: π¬ Video (Mi Video) πΊ TV (Mi) TV) π΅ Music (Mi Music)
Settings β Applications β Application Management
GetApps
App Market
Auto-start
Showing notifications
After this action, the video banners must disappear from the home screen and notification bar, but in some regions (for example, India) may require additional disabling of the MSA service (Mi Service Framework).
βοΈ Checking the disabling of video recommendations
Method 2: Remove system applications (ADB required)
If the videos continue to appear, the problem may be with Xiaomi's pre-installed services, which can be disabled via ADB (Android Debug Bridge) without getting root permissions. This method works on MIUI 14/15, but requires connecting the phone to a PC.
Warning: improper use of ADB can cause phone malfunctions, and we recommend backing up your data before starting.
- Activate Developer Mode: Go to Settings β About Phone. Click 7 times on MIUI Version. Return to Settings β Additional β For Developers and enable USB Debugging.
cmd
Terminal
adb devicesThe name of your device should appear.
adb shell pm uninstall --user 0 com.miui.video
adb shell pm uninstall --user 0 com.xiaomi.midrop
adb shell pm uninstall --user 0 com.miui.miservice| Annex | ADB Team Team | What's off? |
|---|---|---|
| Mi Video | pm uninstall --user 0 com.miui.video | Built-in video player and recommendations of videos |
| GetApps | pm uninstall --user 0 com.xiaomi.midrop | Application advertising and video banners |
| MSA Framework | pm uninstall --user 0 com.miui.miservice | Service of personalized recommendations |
| Mi Browser | pm uninstall --user 0 com.android.browser | Video banners in the browser |
β οΈ Note: Disabling com.miui.miservice may disrupt some functions, such as synchronization with Mi Account or push notifications. If after completing commands, the phone starts to brake, return the applications with the command: adb shell cmd package install-existing com.miui.video
Method 3: Using third-party launchers
If video recommendations are built into a standard MIUI launcher, the easiest solution is to install an alternative launcher.
- π± Nova Launcher: Allows you to fully customize the main screen and disable all banners.
- β‘ Lawnchair: Lightweight open source launcher, blocks system-level advertising.
- π¨ Microsoft Launcher: Integrates with Windows, but does not show third-party recommendations.
- π‘οΈ Niagara Launcher: Minimalist interface without ads and videos.
After installing the new launcher:
- Open his settings.
- Select the default home (or set as default launcher) option.
- Turn off the option to show recommendations (if any).
The downside of this method is that some MIUI features (such as gestures or themes) may not work properly, and third-party launchers do not block video in the notification panel or embedded applications.
π‘
Before installing a new launcher, export your current home screen settings through Settings β Home Screen β Backup layout. This will help quickly restore the location of the icons if something goes wrong.
Method 4: Blocking via DNS or VPN
Video recommendations are downloaded from Xiaomi servers and partners (e.g. Google or TikTok) and can be blocked at the network level by changing the DNS or using a traffic filtering VPN.
Option 1: Modification of the DNS
- Go to Settings β Connections β Private DNS.
- Select the host name of the private DNS provider.
- Enter one of the addresses: dns.adguard.com (blocks ads and trackers) 1.1.1.3 (Cloudflare Family β filters malicious content)
Option 2: VPN with ad blocking
Install one of the applications:
- π AdGuard VPN (There is a free version with limited traffic).
- π‘οΈ Blokada (blocks Xiaomi Ads domains at system level).
- π Proton VPN (It does not block ads, but hides your activity from trackers).
β οΈ Attention: Some VPN-The services themselves collect user data. Check the privacy policy of the application before installing it. For example, Blokada is open source, which reduces the risk of data leakage.
Method 5: Disable via the Settings Editor (requires root)
If you have root rights, you can manually edit the system files that run the video, a method that is suitable for power users and can cause permanent system damage if you do something wrong.
Instructions:
- Install a file manager with root support (such as Root Explorer or Solid Explorer).
- Go to /system/etc/hosts
- Add the following lines at the end of the file: 127.0.0.1 ad.mi.com 127.0.0.1 api.ad.xiaomi.com 127.0.0.1 sdkconfig.ad.xiaomi.com 127.0.0.1 tracking.miui.com
- Save the changes and restart the phone.
This method blocks access to Xiaomi ad servers at the system level, but after the MIUI update, the hosts file may reset to the standard state.
What if the phone doesnβt turn on after editing hosts?
Additional Optimization Tips
Even after disabling video recommendations, MIUI can continue to collect data about your activity to minimize this:
- π§ Turn off ad personalization: Go to Settings β Google β Advertising. Turn off Personalized Ads. Reset Advertising Identifier.
Limit background activity
- In Settings β Applications β Application Management, find Mi Video, GetApps and Mi Browser.
- Turn off Auto Start, Background Activity and Mobile Data.
- ποΈ Clear the cache: Settings β Memory. β Clear cache This will delete temporary files, including uploaded preview videos.