The problem that is familiar to every Xiaomi owner
You open any app on your Xiaomi, Redmi, or Poco, and suddenly there's a huge floating bubble on the screen suggesting you start chatting, it's stopping you from pressing buttons, closing off part of the interface, and sometimes even blocking the application, and the worst case scenario is when that chat pops up right while playing or watching a video, knocking you off your concentration.
According to MIUI Community statistics, more than 60 percent of Xiaomi users experience this problem after system updates, with the most common complaints coming from Redmi Note 12/13, Xiaomi 13T and Poco F5 models, where chat is integrated particularly aggressively. But the good news is that pop-up chat can be turned off completely without root rights or complex manipulation.
In this article, weβll look at everything from standard MIUI settings to hidden developer settings, and explain why chat appears at all and how to prevent it from returning after a phone reset.
Why is pop-up chat on Xiaomi appearing?
Since MIUI 12.5, Xiaomi has been actively implementing Mi Chat (or GetApps Chat in some regions) in firmware.
- π’ Advertising apps from the branded GetApps store
- π€ Help with the Xiao Virtual Assistant AI
- π Collects data about your activities for personalized offers
- π Automatically activated after system updates
On models 2023-2026 (for example, Xiaomi 14 or Redmi Note 13 Pro)+) Chat can even appear in Safe Mode, which suggests its deep integration into the shell, but there is a caveat: on devices for the European market (with firmware). MIUI EU) This service is often disabled by default due to data protection laws.
Interesting fact: in China, this chat is called Xiao AI, and it's marketed as a voice assistant, and in global versions, it's downgraded, but it's still obsessive, which is why standard settings shutdown often doesn't work, you have to dig deeper.
Method 1: Disconnect via MIUI settings (the easiest)
If the chat has recently appeared (for example, after upgrading to MIUI 15), try the standard method:
- Open Settings β Applications β Application Management.
- In the search bar, type GetApps or Mi Chat.
- Select the app from the list and click Disable (if the button is active).
- Confirm the action and restart the phone.
On some firmware (e.g. MIUI 14.0.4 for Redmi Note 11), this method only partially works β chat disappears for 1-2 days, then returns.
βοΈ Preparation before disabling the chat
Important! On MIUI devices for Russia (e.g. Redmi 12C), Mi Video or Mi Browser service can be used instead of GetApps β they also need to be disabled in a similar way.
Method 2: Reset Google Services Settings (for global firmware)
Pop-up chat is often associated with Google Play Services, especially if you are using the global version of MIUI.
- Go to Settings β Memory β Applications.
- Find Google Play Services and open the app information.
- Click Warehouse β Space Management β Clear all data.
- Confirm the action and restart the device.
After this procedure, the chat should disappear, but there is a risk:
- β οΈ Reset your Google account settings (you will have to log in to email, YouTube, etc.)
- β οΈ Push notifications can be sent in some applications
If this method doesnβt work, try turning off auto-update Google services:
Settings β Applications β Application Management β Google Play Services β Auto Update β DisableMethod 3: Use ADB-Teams (for experienced users)
If standard methods donβt work, youβll have to connect to your phone via ADB (Android Debug Bridge), Googleβs official tool for managing system applications.
Step-by-step:
- Download ADB Tools on PC.
- Turn on USB Debugging on your phone (Settings β About Phone β MIUI Version β 7 times click on version β Return to Additional Settings β Developer Settings β Debugging over USB).
- Connect the phone to the PC and type in the command line:
adb shell pm uninstall -k --user 0 com.miui.miservice
adb shell pm uninstall -k --user 0 com.xiaomi.midrop
adb shell pm uninstall -k --user 0 com.miui.systemAdSolutionThese commands are deleted:
- π§ Mi Service Framework β the basis for pop-up notifications
- π Mi Drop β file sharing service (sometimes conflicts with chat)
- π‘οΈ System Ad Solution β Advertising Notifications Module
What if the ADB canβt see the device?
Warning: Deleting system applications can cause the phone to run unstable, and if you run the commands and make a mistake, return the apps to:
adb shell cmd package install-existing com.miui.miserviceMethod 4: Blocking through special features settings
Little-known lifehack: pop-up chat can be blocked through accessibility settings, and this method works even on MIUI 15:
- Open Settings β Special Options β Notifications and Status Panel.
- Find the Display System Dialogues and turn it off.
- Go back and select Special Opportunity Services.
- Disable all services related to Mi Chat or GetApps.
This method does not remove the chat completely, but makes it inactive - the bubble will not pop up on top of other windows.
π‘
If important notifications are missing after disconnecting special services, return the settings back and try the ADB or cache reset method.
Method 5: Removal via TWRP (for stitched devices)
If your Xiaomi has custom TWRP Recovery installed, you can manually delete chat files, which is the most radical and only suitable for advanced users.
Instructions:
- Upload the phone to TWRP (clip Power + Volume up).
- Go to Advanced β File Manager.
- Delete the following folders: /system/priv-app/MiuiSystemAdSolution/system/app/GetApps/data/app/com.xiaomi.midrop-* (all folders with that name)
Reset the device.
Attention! Deleting system files can lead to:
β οΈ Note: Incorrect removal of folders in TWRP It can cause a bootloop.Be sure to back up through the loop before you do it. TWRP β Backup!
If the phone doesnβt turn on after you delete it, restore the backup or run a clean MIUI through Fastboot.
Method 6: Switching to custom firmware (extreme case)
If none of the methods worked, the last option is to install an alternative firmware.
| Firmware | Advantages | Deficiencies | Support for models |
|---|---|---|---|
| MIUI EU | No Advertising, Optimized for Europe | No Google services out of the box | All models of Xiaomi/Redmi/Poco |
| Pixel Experience | Clean Android without unnecessary services | Some functions may not work (NFC, IR-blaster) | Popular models (Redmi Note 10/11/12, Poco X3/X4) |
| LineageOS | Stable, regular updates | Minimalist design, few branded chips | Most devices older than 2018 |
| Xiaomi.AD (from 4PDA) | It is as close to stock as possible, but without advertising. | Private access (requires an account on the forum) | Only popular models |
Before installing custom firmware:
- Unlock bootloader (official instructions on the Xiaomi website).
- Install TWRP for your model.
- Download the firmware from a trusted source (we recommend XDA Developers or 4PDA).
To consolidate the result:
- Turn off automatic updates MIUI: Settings β The phone. β Updating the system β βοΈ β Auto-update β Turn it off.
- Freeze your system applications via App Freezer (root rights required).
- Use an ad blocker like Blokada or AdGuard with rules for miui.com and xiaomi.com.
- Regularly check active processes through Settings β Memory β Processes.
If the chat is back, repeat Method 3 (ADB) or Method 5 (TWRP) as they are the most enduring.