How to permanently shut down MI-Xiaomi posts: The full guide

System notifications MIUI — One of the most annoying features of Xiaomi, Redmi and POCO. Even after unsubscribing from emails, marketing messages about new features, promotions and “helpful tips” continue to appear in the curtain. MI-messages are built into firmware and often ignore standard notification settings.

Compounding the problem, Xiaomi regularly changes the logic of these notifications: what worked in MIUI 12 may not be useful in MIUI 14. In this article, we will examine all the current ways of disconnecting, from official settings to hidden commands for power users.

Why? MI-The messages appear even after the unsubscribe.

Xiaomi splits notifications into three types:

  • 📢 Marketing newsletters (promotions, new features) – disable in the settings of the Mi Account.
  • ⚙️ System notifications (updates, tips on the MIUI) — Managed through the menu "About the phone».
  • 🔄 Hidden service messages (diagnostics, analytics) – require deep changes in firmware.

Most users only turn off the first type without knowing the existence of the others, such as the message “Your phone is slow – optimize it now!” refers to the second type and will not disappear after unsubscribing from the mailings in Settings → Notifications.

📊 What are they? MI-The messages that annoy you the most?
Advertising for new smartphones
Optimization Tips
Notifications of updates
Other system messages

Another trap: once you reset your settings or update your firmware, many of the settings are reset to default values, so even if you've previously disabled all notifications, they can come back after upgrading to MIUI 14/15.

Method 1: Disconnecting through Mi Account settings

This is the easiest method, but it only works for marketing emails, and if you're annoyed by notifications about new smartphones or promotions, start with this:

  1. Open the Settings app.
  2. Go to the Xiaomi Account → Mi Account.
  3. Select the Notification Settings option.
  4. Turn off all switches in the “Advertising Notifications” section.

⚠️ Note: This method does not affect system messages such as “Optimize phone” or “Update” MIUI». They will need other methods.

Mi Account settings are open|The "Notification Settings" option is available|All switches in "Off" position."|Rebooting the phone is done-->

Method 2: Hidden MIUI settings (without root)

To disable system notifications (advice, optimization, updates), use the hidden MIUI menu:

  1. Open the phone app and enter the combination: ##6484###
  2. In the MTK Engineer Mode menu, select Hardware Testing → Device Info.
  3. Scroll down to MIUI Optimization and turn it off.

This method works on most Xiaomi/Redmi/POCO devices with MediaTek processors. For smartphones on Snapdragon, use an alternative code:

##4636##

Turn off MIUI Optimization in the Usage Statistics section.

What is the MIUI Optimization Disabling?
This feature is responsible for background analytics, automatic optimization and most system notifications. its shutdown: - Reduces battery consumption by 5-15% - Stops the appearance of messages such as "Clean Memory" - Remove pop-up prompts in the interface - May lead to a slight increase in application load time (up to 1-2 seconds)

Processor modelWorking codeSection
MediaTek (Helio, Dimensity)##6484##Hardware Testing → Device Info
Snapdragon (4xx/6xx/7xx/8xx)##4636##Usage Statistics
Snapdragon 8 Gen 2/3##7780##MIUI Settings → Advanced

Method 3: Disconnect via ADB (without root)

If the hidden menus don’t help, use them. ADB-This method works on all versions. MIUI It does not require the rights of a superuser:

  1. Install Platform Tools on your PC.
  2. Enable USB Debugging in the developer settings (Settings → About Phone → MIUI version – press 7 times).
  3. Connect your phone to your PC and execute the command: adb shell pm uninstall -k --user 0 com.miui.systemAdSolution

This command removes the packet responsible for system notifications. To disable analytics, add:

adb shell pm uninstall -k --user 0 com.miui.analytics

adb shell dumpsys package com.miui.systemAdSolution

If the versionName status has changed, repeat the deletion procedure.-->

⚠️ Note: On some devices (POCO F5, Redmi Note 12 Pro+) These packets are protected, and you'll need root access or an alternative method using Shizuku.

Method 4: Use Shizuku + AppOps (for advanced)

If ADB didn’t work, try Shizuku, a permission management tool without root:

  1. Install Shizuku from GitHub.
  2. Follow the instructions in the application to connect via ADB.
  3. Install AppOps.
  4. Find System applications UI and MIUI System, disable permissions: 📱 POST_NOTIFICATION 🔍 SYSTEM_ALERT_WINDOW

This method blocks the ability of system applications to show notifications, minus: some functions (for example, quick settings pop-ups) may be lost.

Method 5: Complete removal via TWRP (root only)

If you have root rights and custom recaps (TWRP), follow the following steps to remove system notifications completely:

  1. Download MIUI Debloater (e.g. Universal MIUI Debloater).
  2. Boot into TWRP and connect your phone to your PC.
  3. Execute the command to mount the partition: adb shell twrp mount system
  4. Delete files: adb shell rm -rf /system/priv-app/SystemAdSolution adb shell rm -rf /system/priv-app/Analytics

⚠️ Attention: Incorrect deletion of system files can lead to bootloop ( looped boot). TWRP!

💡

TWRP removal is the most radical method, but it is guaranteed to remove ALL system notifications, including those that appear after resetting.

What to do if notifications return after update

Xiaomi often restores deleted packages when updating firmware.

  1. Before upgrading, create a backup via TWRP or adb backup.
  2. Use DisableFlags to block automatic packet recovery.
  3. Turn off automatic update of system applications in Settings → Annexes → Application management → ⚙️ → Auto-update of system applications.

If notifications are returned, repeat the deletion procedure via ADB or Shizuku. On devices with MIUI 15, you may need to additionally disable the com.miui.personalassistant service.

FAQ: Frequent questions

Can I turn it off? MI-computer-less?
Marketing notifications are disabled in Mi Account settings, and system notifications are disabled via hidden menus (##6484## or #4636##).
Why did the notifications come back after the reset?
When reset, all system applications, including those responsible for notifications, are restored. To avoid this, follow the command before reset: adb shell pm uninstall -k --user 0 com.miui.systemAdSolution or use TWRP to remove packets at the firmware level.
Is it safe to use? ADB-team?
Yes, if you follow the instructions. Commands like pm uninstall --user 0 delete applications only for the current user, without affecting system files. The risk only appears when using rm -rf in TWRP without a backup.
How to turn off notifications on POCO F5/X5?
On POCO devices with MIUI 14+, standard methods may not work. Use: ##7780### to access hidden settings. Disable MIUI Optimization and Personal Assistant. Complete removal will require Shizuku + disable permissions for com.miui.personalassistant.
Could this result in a loss of warranty?
Disabling notifications via settings or ADB does not affect the warranty. The risk appears only when: Unlock the bootloader (bootloader unlock) Install TWRP or custom firmware Delete system files via rm -rf without backup Official service centers Xiaomi do not check for system notifications during warranty repair.