Standard icons on the Xiaomi, Redmi or POCO desktop can get tired after a couple of months of use. Fortunately, the manufacturer provides several ways to change them, from simple change of theme to deep customization with third-party launchers. But not all users know that the setting of icons is not limited to only a choice of preinstalled options.
In this article, we will discuss 5 Working methods: from official tools MIUI You'll learn how to download new icon packs, apply them without any need for a new one. ROOT-and avoid common errors, especially compatibility with the latest versions MIUI 14/15 HyperOS, which radically changed the approach to customization of the interface.
If you want to not just change the images, but completely transform the look of your smartphone β like making icons in the style of iOS, Windows 11 or minimalist design β there are solutions here, too, and for those who are afraid of breaking the system, we have prepared safe alternatives with minimal risk.
1.Official way: change the topic in MIUI
The easiest and safest method is to use the built-in MIUI tools, and the manufacturer offers hundreds of free themes that change not only icons, but also fonts, wallpaper, animations. Here's how it works:
- Open the Themes app (the icon with a brush on your desktop).
- Go to the icon tab in the lower menu.
- Select the package you like and click Apply.
Note: Some themes require a paid subscription (from 99+) β½/However, most icon packs are available free of charge, such as the popular Minimal collections. UI", "Neumorphic or Pixel Style don't require payment.
π‘
If after applying the theme icons have not changed, restart the smartphone or clear the cache of the application βThemesβ in the settings.
The main disadvantage of the method is limited choice: in the official Xiaomi theme store there are no packs from third-party designers, and customization is reduced to replacing the entire set of icons as a whole (you can not change the icon for only one application).
2. Third-party launchers: Nova Launcher, Apex, Lawnchair
For advanced setup, use alternative launchers.
- π¨ Install custom icon packs (for example, from the Play Market or sites like IconPackStudio).
- π Change icons selectively (only for individual applications).
- π± Customize the size, shape and shadows of icons.
- π Hide app names or change fonts.
The most popular launchers for Xiaomi:
| Launcher | Pluses | Cons | Cost |
|---|---|---|---|
| Nova Launcher | Maximum customization, gesture support, backup settings | Premium version for some functions | Free / 499 β½ |
| Apex Launcher | Lightweight, optimized for weak smartphones | Outdated interface design | Free of charge. |
| Lawnchair | Pixel Launcher Style, Open Source | Less customization than Nova | Free of charge. |
| Microsoft Launcher | Integration with Windows, synchronization with PC | Limited customization of icons | Free of charge. |
To apply custom icons through the launcher:
- Install a launcher (like Nova Launcher) from the Play Market.
- Download your favorite icon pack (search on request icon pack).
- In the launcher settings, select Appearance β Style of icons and specify the downloaded pack.
How to return the standard MIUI launcher?
β οΈ Note: Some icon packs may not support all apps, in which case icons will remain standard.The solution is to use the icon masking feature in Nova Launcher (available in Premium version).
3. Manually modifying icons through the file system (without ROOT)
If you don't want to install a launcher, or you want to change icons for individual apps, use the Icon Changer or Shortcut Maker app, which creates shortcuts with new icons without affecting the original files.
Instructions for Icon Changer:
- Download the app from the Play Market.
- Select the application you want to change the icon for.
- Click Change the icon and select a picture from the gallery or downloaded pack.
- Save the label on the desktop.
Cons of the method:
- π When you update the original app, the shortcut may break.
- π± There will be duplicates on the desktop (original icon) + new-label).
- π« Not all system applications (Settings, Phone) are supported.
Download the icon pack in PNG format (resolution 192Γ192 pixels)
Install a file manager (e.g., MiXplorer)
Make a backup of the original icons (optional)
Make sure there is enough room on the desktop for new shortcuts.-->
Important: This method doesn't change icons globally, just for desktop shortcuts, and the app menu and MIUI search will keep standard icons.
4.Use of ADB-deep-customization
For experienced users willing to work with ADB, there is a way to replace system icons directly, a method that requires debugging over USB and basic command-line knowledge, but allows you to change icons globally (including the application menu).
Step-by-step:
- Turn on Developer Mode on your smartphone: go to Settings β About Phone and 7 times click on the MIUI version.
- Activate USB Debugging in Settings β Additional β For developers.
- Connect your smartphone to your PC and execute the command: Adb devices to make sure you are connected.
- Download the icon pack in.zip format and unpack it into a folder on your PC.
- Use the command to replace (example for the Settings icon): adb push new_icon.png /data/local/tmp/ adb shell su mount -o rw,remount /system cp /data/local/tmp/new_icon.png /system/app/Settings/res/drawable-xxhdpi/ic_launcher_settings.png chmod 644 /system/app/Settings/res/drawable-xxhdpi/ic_launcher_settings.png reboot
β οΈ Attention: Misuse of the right ADB It can cause system applications to crash or bootloop.Before experimenting, back up the partition. /system through TWRP.
This method is suitable for devices on MIUI 12 and older. On HyperOS, the path to icons may be different - check the current data for your firmware.
5.Creating your own icons at Icon Pack Studio
If you haven't found the right icon pack, make it yourself! the Icon Pack Studio app lets you:
- π¨ Design icons from scratch or edit existing ones.
- π² Export the pack in.apk format for installation on a smartphone.
- π Testing icons in real time.
Instructions for establishment:
- Install Icon Pack Studio with Play Market.
- Choose a template or start with an empty project.
- Import your images (recommended size is 192Γ192 px).
- Customize the shape, shadows and effects.
- Export the pack and install it as a regular APK.
Example: If you want Material You-style icons (like Android 12+), select the Adaptive Icons template and match the color palette under the wallpaper.
π‘
Your own icons can be sold at venues like the Play Market or the IconPackStudio Store. $500/month.
Frequent problems and their solutions
When you change icons, users encounter common mistakes, and here's how to fix them:
| Problem. | Reason. | Decision |
|---|---|---|
| Icons donβt change after the topic is applied | Cash of the Topics app | Clear the cache in Settings β Applications β Themes β Storage |
| Launcher doesn't see downloaded pack icons | Version incompatibility | Update the launcher and pack icons to the latest versions |
| After replacement via ADB, the smartphone does not boot | Incorrect access rights to files | Restore backup via TWRP or reflash the device |
| Tagged with custom icons disappear after reboot | Clearing the launcher cache | Use Nova Launcher with Backup Function |
If after all the manipulations the icons still do not change, check:
- π΅ Are there any restrictions on settings β Battery β Power saving mode (disable optimization for launcher).
- π Is the Protective Regime not included in the MIUI (Can block changes to system files).
- π± Is the icon pack compatible with your version of Android (for example, the icons for Android 10 may not work on Android 13).