Xiaomi, Redmi and Poco smartphone owners often face an intrusive proposal to install third-party interface designs. MIUI shell or the new HyperOS by default actively promotes the store with themes that can annoy users accustomed to pure Android. This is not just visual noise, but also a potential impact on system performance, as the background processes of the Themes app consume resources.
Many users wonder if it is possible to completely get rid of this element of the system without losing functionality. The answer is yes: it is possible to disable or remove the store theme, but the methods vary depending on the firmware version and region. In this article, we will discuss all the current methods, from simple settings to use. ADB-team-up.
It is worth noting that the rejection of the theme store is not only a matter of aesthetics: disabling the theme system application on Xiaomi can increase the autonomy of the device by 5-10% per day by stopping background synchronization.
Disabling Advertising and Recommendations in the Theme Store
Before you try to remove an app, try to minimize its aggressive behavior through built-in settings. Xiaomiβs system allows you to limit data collection and show recommendations, which makes using a standard interface less annoying. This is the first step that every owner needs to take.
To start, open the Themes app on the home screen or in the Tools folder. Click on the profile icon in the top right corner, then select Settings. Here you are interested in the Advanced Settings or About section, where you need to find the Receive Recommendations switch and turn it off.
Additionally, it is worth clearing the app cache to reset the accumulated data about your preferences that are used for targeted advertising. Go to Settings β Apps β All Apps β Topics β Memory and click βClearβ. This action will not remove your installed designs, but reset your personalization settings.
β οΈ Note: Even after disabling all recommendations in the settings, some interface elements may appear periodically when updating system components. MIUI, requiring periodic verification of privacy settings.
Hiding the application icon through system settings
If you think it's risky to completely remove the store icon from the app menu, it won't stop the process completely, but it will remove the visual stimulus from the desktop, and it's especially relevant for those who are afraid of disrupting system fonts or alarm clocks.
Newer versions of HyperOS and MIUI 14 have added a hidden app feature: Hold your finger on an empty desktop to enter edit mode, and select Settings or Hide Apps. In the list that appears, find Themes and activate the switch. Now access to the store will be possible only through search or settings.
Alternatively, use Second Space or Guest Profile mode, create a new user profile where the theme store simply won't be installed or active by default, and switch between profiles allows you to isolate the main work environment from system debris.
- π± Go to the desktop settings after a long press.
- π Find the βHide Appsβ item in the lower menu.
- π« Select the Topics app from the list to hide.
- β Confirm the action with a password or fingerprint.
It's important to understand that concealment is only a cosmetic measure, and the com.android.thememanager process will continue to work in the background, and more radical measures are required to fully deactivate, as discussed below.
Remove themes via ADB on your computer
The most effective and safe way to get rid of the rootless theme store is to use USB debugging and ADB (Android Debug Bridge) tools, which allows you to delete system applications for the current user without affecting the system partition. If something goes wrong, resetting will return everything to place.
To start, activate Developer Mode. Go to Settings β About Phone and quickly click 7 times on either MIUI Version or OS Version. Then the Developer option will appear in the "Additional" menu. Inside, find and enable "Debugging by USB" and "Debugging by USB (security settings)".
βοΈ Preparation for removal through ADB
Connect your smartphone to your computer. Download the Platform Tools package from Google's official website. Open the command line in the ADB folder and type in the command to check the connection: adb devices. The phone will have a request for debugging permission β be sure to check the box "Always Allow" and click "OK".
Now, execute a command to remove the theme packet. Enter in the terminal: adb shell pm uninstall -k --user 0 com.miui.themestore. If you want to remove and the theme manager completely, use the batch name com.android.thememanager. The system will report the success of the operation with the word "Success".
β οΈ Note: When removing system components through ADB Check the name of the package carefully. Deleting critical system services such as Security or Settings can cause the device to function in an unstable way1.
Use of universal uninstallators
For users who do not want to work with the command line, there are graphical shells for the use of the ADB. Programs like Universal Android Debloater or Xiaomi ADB/Fastboot Tools make it much easier to do this. They provide a user-friendly list of applications with descriptions and the ability to safely remove them.
Download and run the selected utility on your PC. Connect the phone with debugging enabled. The program automatically determines the device model and downloads the list of installed packages. You need to search the list of "Theme Store", "Themes" or "Miui Theme Editor" and click on the button "Uninstall" or "Remove".