Xiaomi RedmiBook laptops have gained popularity due to a combination of performance and affordable price, but many users are faced with one unpleasant feature โ built-in advertising in MIUI for Windows. Banners in the Options menu, offers to update the software, promotional notifications about discounts in the Mi Store and even pop-ups with promotions can be seriously annoying, especially if you purchased a device for a full price. Unlike smartphones, where disabling advertising has long become a standard procedure, in RedmiBook laptops, this process has its nuances.
In this article, weโll look at all the current ways to remove ads, from official settings to hidden registry settings to third-party utilities. Itโs important to understand that some methods may require administrator rights or even Security Boot, so weโll detail the risks and consequences of each option. If youโre willing to get rid of intrusive banners once and for all, read on.
Why is there an ad on RedmiBook and is it legal?
Embedded advertising in Xiaomi laptops is part of the companyโs business model, similar to that used in smartphones running MIUI.
- ๐ข System Notifications โ Banners in the Windows Notification Center (e.g., โUpdate Drivers for Better Performanceยป).
- ๐ Mi Store and Mi Services โ promotions and discounts in branded applications.
- โ๏ธ Menu โOptionsโ โ offers to connect Mi Cloud or activate premium functions.
- ๐ Browsers and Search โ Redirect to affiliate sites via Mi Browser.
From a legal point of view, Xiaomi does not violate the laws: when you first turn on a laptop, the user agrees to the User Agreement, which refers to โpersonalized contentโ (including advertising), however, in the European Union and some other regions, such practices are governed by the GDPR, and users have the right to disable targeted advertising.
โ ๏ธ Warning: Disabling ads through registry editing or deleting system files may result in a loss of warranty if the laptop requires maintenance.Official methods (via settings) are safe.
Method 1: Disabling Advertising through MIUI Settings for Windows
The easiest and safest method is to use the built-in system options. Xiaomi provides the ability to disable some of the advertising materials without interfering with system files.
- Open the Start Menu โ Parameters (cog icon).
- Go to the Accounts section โ Your Mi Account.
- Click on Sync Settings and Notifications.
- Turn off the sliders: ๐ต Personalized advertising (responsible for targeted banners). ๐ Notification of special offers. ๐ Content recommendations (in the browser and search).
Save the changes and restart the laptop.
This method removes up to 70% of ads, but does not affect banners in the Mi Store and some system notifications.
There are no banners in the menu "Parameters"|No notices of discounts are coming|There are no redirects to partner sites in the browser|No pop-up windows with a proposal to update the software appear-->
Method 2: Removing Pre-installed Advertising Applications
Many of the banner ads in RedmiBook are linked to Xiaomi's branded utilities, which can be removed without harming the system.
| Annex | Appointment | Can I remove it? |
|---|---|---|
| Mi Store | Branded store of applications and accessories | Yes, through the settings โ Appendices |
| Mi Browser | Browser with integrated advertising | Yes, but you will need to install an alternative (Chrome, Firefox) |
| Mi Services | Synchronization and notification service | Partially (disable autostart) |
| GetApps | Alternative App Store | Yeah, totally. |
For removal:
- Open Options โ Applications โ Applications and Opportunities.
- Find the right app (such as the Mi Store) in the list.
- Click Remove (if the button is inactive, first click Additional Settings โ Reset).
โ ๏ธ Note: Removing Mi Services may cause Find Device and other Xiaomi services to fail.We recommend disabling Autostart in Task Manager first โ Autoboot.
- Start PowerShell on behalf of the administrator.
- Enter Get-AppxPackage MiStore | Remove-AppxPackage (replace MiStore with the name of the desired application package).
Method 3: Editing the Windows Registry to Block Ads
For power users, there is a method of disabling ads through the registry editor, which blocks system notifications and banners at the OS level, but requires caution - incorrect changes can lead to failures.
Instructions:
- Press Win + R, enter regedit and confirm the start.
- Cross the path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\PushNotifications
- Create a new DWORD (32-bit) Parameter with the name ToastEnabled and a value of 0.
- Reboot the laptop.
This method disables pop-up notifications from Xiaomi, but does not affect ads in the browser or Mi Store. For full effect, combine it with other methods.
What if Windows Registry Editing does not start?
Official settings MIUI|Deletion of applications|Editing of the registry|The side of the utility (for example, Xiaomi) ADB Tools)|I don't know, I'll pick it after reading it.-->
Method 4: Using Xiaomi ADB Tools for deep cleaning
For users willing to take drastic measures, there is a utility Xiaomi ADB Tools, a script based on ADB (Android Debug Bridge), adapted for RedmiBook laptops. It allows you to turn off advertising at the system service level, but requires the developer mode on and disable Secure Boot.
Step-by-step:
- Download Xiaomi ADB Tools (Windows version).
- Turn on Developer Mode: Open Settings โ Update & Security โ Developer Mode. Activate Developer Mode Switch. Turn on USB Debugging (yes, it works on laptops too!).
XiaomiADBFastbootTools.exe
5. Debloat Menu โ 1. Remove Mi Apps (Safe)
[AD]
The utility removes system packages responsible for displaying ads, but can disrupt branded features (for example, sync with Mi Band or fast file sharing between Xiaomi devices).
Method 5: Blocking Advertising through Hosts File
Another effective method is to block ad servers at the level of network requests, which requires editing the hosts file in Windows, adding the addresses of Xiaomi servers responsible for displaying banners.
Instructions:
- Open the Notepad on behalf of the administrator.
- From the Notebook menu, select File โ Open and follow the path: C:\Windows\System32\drivers\etc\hosts
- Add the following lines at the end of the file: 127.0.0.1 api.miui.com 127.0.0.1 sdkconfig.ad.xiaomi.com 127.0.0.1 track.miui.com 127.0.0.1 api.brs.intl.miui.com
- Save the file (maybe you need to confirm the administrator rights).
This method blocks most network requests related to the loading of ads, but does not affect local banners (for example, in the settings menu).
๐ก
Editing a hosts file is the safest way to block ads, as it does not affect system files, but it requires regular updates to the list of servers (every 2-3 months).
What if the advertisements returned after the update?
Xiaomi regularly releases updates for RedmiBook that can restore remote ad components. If banners reappear after the update, follow the following steps:
- Check the versions of the applications: ๐ Update Xiaomi ADB Tools to the latest version. ๐ฅ Reinstall ad blockers (e.g. AdGuard).
- Repeat the shutdown: ๐ง Go through all the ways from this article (settings) โ removal โ register). ๐ Check Task Manager for new processes with MiAd in the title.
- Remove the update (last resort): ๐ฅ๏ธ Use the settings. โ Update and security โ Recovery. โฎ๏ธ Select the previous version of Windows (if available).
If the problem repeats after each update, consider disabling automatic updates for Xiaomi branded utilities through Settings โ Windows Update โ Additional settings โ Suspend updates.