Notifications about changing the theme on Xiaomi smartphones can annoy even the most patient users. MIUI regularly offers to update wallpaper, icons or color scheme, filling the notification panel with unnecessary alerts, especially after firmware updates, when Xiaomi aggressively promotes its thematic services.
Compounding the problem, standard settings donβt always allow you to completely disable these notifications.In some versions of MIUI 13/14, the option is hidden in the depth of the menu, and in Redmi and POCO, there may be no visual switch at all.This article will help you understand how to completely block notifications about topics without root rights, including methods for hidden settings and ADB.
Why Xiaomi is so obsessive about changing the topic
Xiaomi has integrated thematic services into the MIUI ecosystem as part of the coin model, with each theme being installed generating revenue through:
- π° Paid themes in the official store (30% commission from sales)
- π Behavior analytics β data about user preferences is sold to advertisers
- π Partner programs with theme designers (placement of advertising within themes)
In MIUI 12 and later, the algorithm shows notifications based on:
- π Time of day (morning/evening sentences)
- π± Device models (Redmi Note 11 gets different offers than Xiaomi 13 Pro)
- π Regional trends (India and China are 3 times more alerts)
Interesting fact: Chinese versions of MIUI have 40% fewer notifications for themes than global firmware, which is due to other domestic coin-model priorities.
Method 1: Standard disabling in theme settings
The simplest method that works on most devices with MIUI 12-14 is:
- Open the Themes app (icon with brush)
- Slip on your avatar in the upper right corner
- Select Settings β Notifications
- Turn off the switches: π Recommendations to the topics π Updates to the topics π¨ New collections
On some models (POCO X3 Pro, Redmi 9A) the Notification point may not be available.
β οΈ Note: If there is no option to disable notifications in the theme settings, this means that your version MIUI Uses system notification channels. Go to Method 2.
Check the version of MIUI in Settings β About the phone
Make sure the Topic app is updated
Close all background processes before changing settings
Make a backup copy of important data-->
| Xiaomi model | MIUI version | Options available in settings | ADB is required |
|---|---|---|---|
| Xiaomi 13/13 Pro | 14.0.5+ | Yes (hidden) | No. |
| Redmi Note 12 | 13.0.9-13.0.12 | Partially. | To completely shut down |
| POCO F4/F5 | 14.0.2 | No. | Yes. |
| Redmi 10C | 12.5.8 | Yes. | No. |
Method 2: Disconnection through system notifications
If the standard method fails, notifications are sent via the com.android.themes system channel to disable it:
- Go to Settings β Applications β Application Management
- Slip on the three points in the top corner β Show system processes
- Find the Topics (com.miui.themeeditor)
- Select Notifications β Disable all available channels
π‘
If notifications keep coming after turning off, clear the app cache Topics: Settings β Apps β Topics β Storage β Clear the cache
Method 3: ADB-commands to shut down
For devices where notifications are not disabled by standard methods (POCO F3, Xiaomi 11T), you will need to use ADB (Android Debug Bridge), which works on all versions of MIUI without root rights.
Instructions:
- Install ADB Tools on PC
- Turn on USB Debugging on your phone (Settings β About Phone β MIUI Version β 7 times tap on version β Return to Additional Settings β Developer Settings)
- Connect your phone to your PC and execute the command:
adb shell pm disable-user --user 0 com.miui.themeeditorTo disable notifications only (without deleting the app):
adb shell dumpsys notification --disable com.miui.themeeditorTo get it back:
adb shell pm enable com.miui.themeeditorβ οΈ Warning: Disabling com.miui.themeeditor could cause disruptions to branded wallpaper and interface stylization. 12S Ultra and Mix Fold 2 cause dynamic wallpaper issues.
What if the ADB does not recognize the device?
Method 4: Using applications to block notifications
If previous methods have not worked, you can use third-party utilities.
| Annex | Functional | ROOT is required | Reference |
|---|---|---|---|
| Notification Analyzer | Blocking by keywords ("theme", "wallpaper") | No. | Google Play |
| AutoNotification (Tasker) | Rules for automatic deletion of notifications | For extended functions | Google Play |
| Notisave | Filtering notifications by packet | No. | Google Play |
For AutoNotification, create a rule:
- Add the condition: Package Name = com.miui.themeeditor
- Select the action: Dismiss Notification
- Activate the rule.
On Xiaomi with MIUI 14, some applications may conflict with security.
- π‘οΈ Add the app to the exceptions Security β Permits β Auto-start
- π Restart your phone after setting the rules
- π΅ Turn off battery optimization for notification blocker
Method 5: Manual editing of system files (for advanced ones)
This method requires ROOT-It's designed for power users, and it allows you to completely remove the topic notification mechanism from the system.
Instructions:
- Install Root Explorer or Mixplorer with superuser rights
- Go to /system/priv-app/ThemeManager
- Find the ThemeManager.apk file and rename it to ThemeManager.bak
- Reset the device
MIUI 13/14 may require additional deletion:
/data/data/com.miui.themeeditor/
/system/app/ThemeManagerStub/β οΈ Note: On Xiaomi 13 Ultra and Mix 4, this causes the miui.system service to crash. Create a full backup through the app before editing. TWRP Or OrangeFox.
π‘
Editing system files without a backup can lead to a device βbrickβ; this method is recommended only for devices with an unlocked bootloader and a customized Recovery installed.
What to do if notifications are returned after the update
Xiaomi often resets notification settings after MIUI updates.
- π΅ Turn off automatic theme updates: Settings β Topics β Settings β Auto-update themes
- π§ Use App Ops to block permissions: Install App Ops Find Themes in the App List Disable permission Show notifications
- π‘οΈ Create a rule in MacroDroid to automatically disable notifications after reboot