How to permanently remove Xiaomi’s pop-up chat: the full guide 2026

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.

πŸ“Š What Xiaomi model you have pop-up chat on?
Redmi Note 12/13
Xiaomi 13/14 series
Poco F4/F5
Another model
I don't know.

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:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. In the search bar, type GetApps or Mi Chat.
  3. Select the app from the list and click Disable (if the button is active).
  4. 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

Done: 0 / 4

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.

  1. Go to Settings β†’ Memory β†’ Applications.
  2. Find Google Play Services and open the app information.
  3. Click Warehouse β†’ Space Management β†’ Clear all data.
  4. 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 β†’ Disable

Method 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:

  1. Download ADB Tools on PC.
  2. 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).
  3. 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.systemAdSolution

These 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?
1. Make sure that Xiaomi drivers are installed (download from the official website). 2. Try another one. USB-cable (original from Xiaomi). 3. In the developer settings, turn on "Debugging by USB (Security settings)" and "Allow debugging when locked." 4. Restart your phone and PC.

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.miservice

Method 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:

  1. Open Settings β†’ Special Options β†’ Notifications and Status Panel.
  2. Find the Display System Dialogues and turn it off.
  3. Go back and select Special Opportunity Services.
  4. 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:

  1. Upload the phone to TWRP (clip Power + Volume up).
  2. Go to Advanced β†’ File Manager.
  3. 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.

FirmwareAdvantagesDeficienciesSupport for models
MIUI EUNo Advertising, Optimized for EuropeNo Google services out of the boxAll models of Xiaomi/Redmi/Poco
Pixel ExperienceClean Android without unnecessary servicesSome functions may not work (NFC, IR-blaster)Popular models (Redmi Note 10/11/12, Poco X3/X4)
LineageOSStable, regular updatesMinimalist design, few branded chipsMost 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:

  1. Unlock bootloader (official instructions on the Xiaomi website).
  2. Install TWRP for your model.
  3. Download the firmware from a trusted source (we recommend XDA Developers or 4PDA).

To consolidate the result:

  1. Turn off automatic updates MIUI: Settings β†’ The phone. β†’ Updating the system β†’ βš™οΈ β†’ Auto-update β†’ Turn it off.
  2. Freeze your system applications via App Freezer (root rights required).
  3. Use an ad blocker like Blokada or AdGuard with rules for miui.com and xiaomi.com.
  4. 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.

FAQ: Frequent questions about Xiaomi's pop-up chat

❓ Chat only appears in certain apps (e.g. Chrome or Instagram?
This means that chat is linked to a specific application through MIUI Optimization. Try: Open the settings of this application (Settings) β†’ Annexes β†’ [Disable permission to Show over other windows. Clear the cache and application data. If it doesn't work, use the Method 3 (ADB) with the team: adb shell pm revoke com.android.chrome android.permission.SYSTEM_ALERT_WINDOW (Replace com.android.chrome with a problem application package).
❓ After deleting the chat, notifications from banking apps stopped coming?
This is due to the system services being disabled. Return settings: Turn back on Google Play Services (Help) 2). Check the permissions for banking applications (Settings) β†’ Annexes β†’ [bank] β†’ Permits β†’ Notifications if you use them MIUI 14+, Turn on AutoRun for banking applications. ADB: adb shell pm grant com.your.bank.android android.permission.RECEIVE_BOOT_COMPLETED
❓ Can I remove the chat without rooting and ADB?
Yes, but the effect will be temporary. Try the combination: Method 1 (disable via settings) + Method 4 (special features). Install App Inspector from Google Play and find the chat process to force it to stop. Use Greenify (without root) to "freeze" GetApps. This will reduce the frequency of the chat, but will not remove it completely.
❓ It's on the phone. MIUI Is there any speciality?
In Russian firmware, chat is often disguised as: Mi Video (shows ads in the player), Mi Browser (pop-ups when surfing), Theme Store (notifications about new topics) Disable them all through Settings β†’ Applications. Also in Russian versions can help: Settings β†’ Memory β†’ Cleanup β†’ Deep Cleanup β†’ Select System Apps
❓ After all the manipulations, the chat disappeared, but now Xiao does not work. AI. How to get your assistant back?
Xiao AI And pop-up chat uses the same system files, and to return only the assistant: Restore through ADB: adb shell cmd package install-existing com.miui.voiceassist Disable unnecessary services: adb shell pm disable-user --user 0 com.miui.miservice/.miservice.MiService Reboot your phone. If Xiao AI It doesn’t work anyway – install it separately from APKMirror (look for a version for your region).