The annoying notifications about changing the theme to Xiaomi appear every time the system offers to update the design of the interface or when you accidentally enter the theme store. These alerts are not only distracting, but can slow down the smartphone, especially on budget models Redmi or POCO. In this article, we will discuss all possible ways to disable them, from standard settings to hidden features MIUI and HyperOS.
Compounding the problem, after system updates (e.g., before MIUI 14 or HyperOS 1.0), the paths to settings may change, and some options may move to other menus, we have taken these nuances into account and prepared current instructions for all modern firmware. If you are tired of constantly reminding you of "recommended themes" or "new wallpapers", the following methods will help to get rid of them once and for all.
Why are there notifications about topics and can they be turned off?
Theme notifications are part of Xiaomiโs ecosystem to promote the Themes Store and personalization of the device, and they appear in three main cases:
- ๐ฑ Automatic recommendations โ the system analyzes your actions and suggests new topics (for example, after installing an application or changing the wallpaper).
- ๐ Updates to installed themes โ if youโve ever downloaded a theme from a store, the system will notify you of its updates.
- ๐ Promotion of paid themes โ Xiaomi actively advertises premium-oFormation, especially in regions with monetization through Mi Credits.
The good news is that all of these notifications can be turned off without rooting or complicated manipulation. The bad news is that the path to settings depends on the firmware version and the smartphone model. For example, on the Xiaomi 13 Pro with HyperOS, the menu looks different than on the Redmi Note 10 with MIUI 12.5. Next, we will look at the versatile and specific ways.
โ ๏ธ Note: Disabling theme notifications will not remove the already installed designs. If you want to return a standard theme, go to Settings โ Registration โ My themes and select "By default".
Method 1: Disconnect via notification settings (MIUI 12โ14)
The easiest method is to block notifications directly from the Themes app menu, which works on most Xiaomi, Redmi and POCO devices with MIUI 12-14 firmware:
- Open Settings (the gear icon on the main screen).
- Go to the Appendix section โ Application management.
- In the search bar, enter Themes (or Themes in English firmware).
- Slip on the app Themes (icon with brush).
- Select Notifications.
- Turn off the Display Notifications switch.
If your MIUI version doesnโt have a separate switch, try turning off all notification categories manually (e.g., โRecommendations,โ โTheme Updates,โ โPromotionsโ). Some devices may also need to turn off Sound and Vibration for this application.
Reboot your smartphone|Check the folder "Hidden Notifications" in the curtain|Make sure that in the settings โ No active downloads of topics|Open the Themes app and make sure there are no pop-ups-->
On HyperOS, the path is a bit different:
Settings โ Applications โ Application permissions โ Notifications โ TopicsMethod 2: Hiding notifications through โDo Not Disturbโ
If the previous method didnโt work (for example, on custom firmware), you can use the โDo Not Disturbโ mode for a particular application, which wonโt turn off notifications completely, but they wonโt show up in the curtain and wonโt make sounds:
- ๐ Go to Settings. โ Sound and vibration โ Don't disturb.
- ๐ฑ Select Application Permissions.
- ๐ Find Themes and set it to Blocked mode.
The downside of this is that notifications will still come, but you won't see them, and they will accumulate in a "notification log" that you can open by holding your finger on the curtain and selecting Notification History (if the feature is enabled in the settings).
MIUI 12|MIUI 13|MIUI 14|HyperOS|Other/Don't know-->
Method 3: Disable automatic theme loading (for MIUI 13/14 and HyperOS)
Sometimes notifications don't come from the Themes app, but from the background of new designs.
- Open the settings โ registration.
- Tap it on three points (โฎ) in the upper right corner and select theme settings.
- Turn off the options: ๐ Auto-update themes ๐ฅ Automatic download of recommendations ๐ Notifications of new topics (if any)
On HyperOS, this section may be called Personalization โ Sync Settings. If you don't have options, then your firmware version doesn't support disabling them through the interface, move on to the next way.
What to do if there is no โtheme settingsโ item?
Method 4: Limit background activity of Themes application
If notifications keep popping up, you can limit the Themes app to the background, not only removing the alerts, but also saving battery life:
- Go to Settings โ Applications โ Application Management โ Topics.
- Choose Battery (or Battery Use).
- Set Restricted Mode (or Manual if available).
- Turn off the Auto Start option (if any).
Instructions:
- Connect your smartphone to your computer and allow debugging over USB.
- Open the command prompt (or Terminal on Mac/Linux) in the ADB folder.
- Enter the command to check the connection: Adb devices must appear serial number of your device.
- Run the command to disable notifications: adb shell pm disable-user --user 0 com.android.themes If it doesn't work, try: adb shell pm disable-user --user 0 com.miui.themes
- Reboot your smartphone.
To return notifications, use the command:
adb shell pm enable com.android.themes1. Reinstall Xiaomi drivers via Mi PC Suite.
2. Use the command adb kill-server, then adb start-server.
3. Connect in File Transfer Mode (MTP), not just debugging.-->
What if the notifications still appear?
If none of these methods worked, the problem may be:
- ๐ฒ Regional firmware โ some versions (like Chinese) aggressively promote themes. EEA or Global.
- ๐ System updates -- you can reset after the update.
- ๐ญ Third-party launchers โ if you are using a Nova Launcher or POCO Launcher, notifications may come from them. Go to launcher settings and turn off promotional materials.
- ๐ฑ Virtual Spaces โ If you use Second Space or Dual Apps, notification settings may duplicate.
The last option is to reset the settings of the Themes app:
- Go to Settings โ Applications โ Application Management โ Topics.
- Choose Warehouse.
- Click Clear Data and Clear Cache.
- Reset the device.
โ ๏ธ Warning: Data cleanup of Themes app will remove all downloaded themes and wallpaper.Standard design will remain, but personal settings will reset.
๐ก
If notifications are returned after a reboot, the problem may be in the MiuiSystemAdSolution system application. It can be disabled via ADB in a similar way (command: adb shell pm disable-user --user 0 com.miui.systemAdSolution).