How to change icons on the Xiaomi desktop: 5 ways for MIUI 14 and 15

Tired desktop design, repetitive app icons, or simply a desire to refresh the look of a smartphone are the challenges faced by every second Xiaomi owner. Fortunately, the MIUI shell offers several ways to change icons, from standard themes to deep customization through third-party launchers. But not all methods are equally convenient, and some require caution not to disrupt the stability of the system.

In this article, we’ll look at 5 proven ways to change your icons to Xiaomi (including Redmi, POCO, and Black Shark models) relevant to MIUI 14/15. You’ll learn how to use built-in themes, install icon packages through Google Play, configure launchers like Nova Launcher, or even manually replace icons through the file system, and how to avoid common bugs that lead to interface failures.

If you're a beginner, start with the first two methods (they're the safest) and you'll need a section on the prototyping section. ADB-commands and edit system files – but you will need root rights or unlocked bootloader.

πŸ“Š How often do you change the design of your desktop?
Once a month
Six months
Only after the MIUI update
Never changed.

1. Standard MIUI themes: a quick way to change all icons

The easiest method is to use the built-in MIUI Theme Store, which is available on all Xiaomi smartphones (except global firmware without Chinese services), and allows you to replace icons, wallpaper, fonts and even animations with one tap.

To apply a new theme:

  1. Open the Themes app (icon with brush).
  2. Go to the Topics tab β†’ select a category (such as Minimalism or Dark).
  3. Tapping on a topic you like. β†’ Apply.

⚠️ Note: Some themes change all icons, including system ones (calls, messages, settings). If you only need app icons, look for themes marked with Icon Pack in the description.

Pros of the method:

  • πŸ”Ή Does not require root or third-party application rights.
  • πŸ”Ή Free (there are paid themes, but most are free).
  • πŸ”Ή Instant result: Changes are applied in 10-20 seconds.

Cons:

  • πŸ”Έ Limited selection of icons (many themes are repeated).
  • πŸ”Έ Not all apps support changing icons (e.g. Google Play Games often remain unchanged).
  • πŸ”Έ After resetting settings or updating MIUI theme may fly.

πŸ’‘

If the theme store doesn’t have the right icons, try changing the region in your Mi Account to India or Indonesia, which often includes exclusive themes.

2. Google Play icon packs: flexibility without root

If you don’t have enough built-in themes, you can install an icon pack from Google Play, which works with most launchers, including the standard MIUI Launcher (but with limitations).

Popular icon packages for Xiaomi:

  • 🎨 Whicons are minimalist white icons.
  • 🎨 CandyCons – bright colored icons.
  • 🎨 Delta Icon Pack - Geometric Design.
  • 🎨 Fluxo – dynamic icons with gradients.

How to use the icon package:

  1. Install the selected package from Google Play.
  2. Open the package application and click Apply.
  3. If you use a standard MIUI launcher, select MIUI Launcher from the list.
  4. Confirm the changes – the icons will be updated.

⚠️ Attention: Standard launcher MIUI Supports icon packs only starting with MIUI 12.5+. On older versions, you will need to install a third-party launcher (see the next section).

Package of iconsCompatibility with MIUIPrice.Features
Whicons12.5+Free of charge.2000+ icons, support for adaptive icons
CandyCons13+Paid (150)β‚½)Bright colors, weekly updates
Delta Icon Pack14+Free of charge.Minimalism, support for a dark topic
Fluxo15+Paid (200)β‚½)Animated icons, 3D-effects

Third-party launchers: complete freedom of customization

If you need more control over the look of your desktop, install an alternative launcher.The best options for Xiaomi are:

Nova Launcher is the most popular launcher with support for icon packages, gestures and a desktop grid setting. Suitable for beginners and advanced users.

Lawnchair is an open source lightweight launcher optimized for Xiaomi, and supports responsive icons and a dark theme.

Hyperion Launcher is a launcher with a focus on performance and minimalism, ideal for weak smartphones (Redmi 9A, POCO C31).

How to set up icons through Nova Launcher:

Install Nova Launcher from Google Play|Download a pack of icons (e.g. Whicons)|Open the Nova settings β†’ Appearance β†’ Icon style|Select the installed icon package|Apply changes and restart the launcher-->

⚠️ Note: Some launchers (such as Microsoft Launcher) may conflict with services MIUI, Before installing, check the reviews for your smartphone model.

On Xiaomi smartphones with MediaTek processors (such as the Redmi Note 11), launchers can run slower due to driver limitations. In this case, try turning off animations in the launcher settings.

4. Manually modifying icons through the file system (for experienced)

This method is suitable if you want to replace individual icons (for example, only the Settings icon or Phone) without changing the whole theme.

  • πŸ“± Smartphone with unlocked loader.
  • πŸ”§ Root rights (or temporary root via Magisk).
  • πŸ–₯️ PC fitted ADB and Fastboot.

Instructions:

  1. Download the archive with icons in.png format (resolution 192Γ—192 pixels).
  2. Connect your smartphone to your PC and execute the command: adb shell su mount -o rw, remount /system
  3. Copy new icons into a folder /system/app/[Name of the Annexes]/res/drawable, Replace old files (for example, ic_launcher.png).
  4. Reset the device.

⚠️ Warning: Incorrect replacement of system files can lead to bootloop (cyclical reboot). /system/app through TWRP.

What if after the icons are replaced, the app stops opening?
If the application is decorated, you have replaced the wrong file or violated access rights. restore the original icons from the backup or reinstall the application via ADB: adb install -r name apk.apk If the problem persists, check the rights to the icon files (should be 644 or 755).

5. ADB-commands for changing icons without root (hidden method)

Few people know, but on Xiaomi you can change the icons of some system applications without root using ADB. This method works thanks to the features of MIUI, where some of the application resources are stored in the user folder.

Step-by-step:

  1. Turn on USB debugging in the developer settings (Settings β†’ About Phone β†’ MIUI version – tap 7 times).
  2. Connect your smartphone to your PC and execute: Adb devices (you should display your device).
  3. Download the archive with icons and unpack it in a folder on your PC.
  4. Run the command to replace the icon (example for Settings): adb push new_icon.png /data/local/tmp/ adb shell su -c "cp /data/local/tmp/new_icon.png /data/app/com.android.settings-*/base.apk/res/drawable/" chmod 644 /data/app/com.android.settings-*/base.apk/res/drawable/new_icon.png
  5. Reboot your smartphone.

⚠️ Note: This method does not work on all Xiaomi models. on some devices (e.g. Xiaomi) 13 Pro) folder /data/app It is protected, and without root, it will not work to replace icons.

πŸ’‘

ADB-This method is only suitable for replacing the icons of user applications (installed through Google Play). System applications (Calls, Messages) require root or modified firmware.

Frequent problems and their solutions

When you change your icons to Xiaomi, users are faced with common mistakes.

Problem 1: Icons don’t change after the theme is applied.

  • πŸ”Ή Check if your smartphone model supports the theme you choose (some themes only work on Xiaomi flagships). 12/13).
  • πŸ”Ή Restart the device – sometimes changes apply after a reboot.
  • πŸ”Ή Clear the app cache Themes (Settings) β†’ Annexes β†’ Topics β†’ Warehouse β†’ Clear the cache).

Problem 2: After installing the launcher, MIUI widgets disappeared.

  • πŸ”Ή Install the plugin MIUI Widgets for Nova from Google Play.
  • πŸ”Ή In the launcher settings, enable the option to Show widgets MIUI.

Problem 3: Icons look blurry or don’t fit in size.

  • πŸ”Ή Make sure that the icons are allowed β€” 192Γ—192 pixels (for MIUI 14/15).
  • πŸ”Ή In the Nova Launcher settings, disable Adaptive Icons.

πŸ’‘

If after changing the icons, the smartphone began to slow down, try to turn off animations in the developer settings (Settings β†’ Additional β†’ For developers β†’ Animation Scale β†’ Select No Animation).

Can I return standard icons after applying the theme?
Yes. Open the Themes app, go to My Themes and select Standard or Default. If the icons don't return, clear the Themes app cache and restart your smartphone.
Why do some icons not change when using the package?
This is because not all apps support dynamic icon change, such as the Google Play Store and YouTube often ignore icon packs, and the solution is to use a forced-replace launcher (e.g., Nova Launcher with Force Icon Pack).
How to change the icon of a particular application without touching the others?
There are two ways: Through the launcher: in Nova Launcher long-click on the icon β†’ Change β†’ Edit β†’ select a new icon from the gallery. Through ADB: copy the new icon to the application folder (see section 5).
Will resetting your settings remove my custom icons?
Yes, with Hard Reset, all custom settings, including themes and icon packages, will reset: πŸ”Ή For themes: save the title of the topic in Favorites in the Topics app. πŸ”Ή For launchers: export settings to Nova Launcher (Settings) β†’ Backup).
Can I change my icons to Xiaomi without Google Play? APK)?summary> Yes, but with reservations: πŸ”Ή Icon Packages (.apk) can be installed manually, but they will only work with supported launchers. πŸ”Ή Topics MIUI installed through an official store – third-party.mtz files may not work or contain viruses. πŸ”Ή Download for safety APK Only from verified sources (APKMirror, XDA Developers).