How to change the app icon on Xiaomi Redmi Note 9: 5 proven ways

Xiaomi Redmi Note 9 is one of the most popular smartphones in the Xiaomi lineup, but its MIUI proprietary shell doesn’t always offer the flexibility to customize the look and feel. Many users want to personalize the device, starting with something as simple but noticeable as app icons. Unfortunately, standard MIUI settings don’t allow you to change icons out of the box β€” you’ll have to use workarounds to do that.

In this article, we will discuss all the current ways to change icons on the Redmi Note 9: from built-in functions (which few people notice) to third-party launchers and manual editing of APK. Special attention will be paid to the nuances of working with MIUI 12/13/14 β€” new versions of the shell introduce restrictions, but also open up hidden opportunities. If you are tired of a monotonous desktop or want to highlight frequently used applications, this instruction will help make the smartphone unique.

Why can’t you just change the icon on Xiaomi Redmi Note 9?

Unlike iOS or some custom firmware on Android, Xiaomi’s MIUI shell blocks direct icon replacement for several reasons:

  • πŸ”’ Xiaomi aims to uniformity of the interface on all devices, so that users easily navigate the menu.
  • πŸ“¦ Restrictions of the launcher: Standard launcher MIUI Launcher does not support changing icons without third-party tools.
  • πŸ›‘οΈ Security: Arbitrary replacement of icons could be used to mask malicious applications (e.g. counterfeiting of a banking app icon).
  • πŸ”„ Updates MIUI: With each new version of the shell, Xiaomi tightens control over system files, making manual edits more difficult.

But these limitations are not absolute. There are legal and semi-legal ways to bypass, from installing alternative launchers to deep customizing through ADB. The key is to understand the risks: some ways can lead to a launcher reset or conflict with MIUI updates.

⚠️ Note: If you use a corporate smartphone or work-mail-based device (e.g., Microsoft Intune), changing icons may violate the company's security policies.

Method 1: Use of MIUI themes (official method)

The safest and easiest way to change icons is to use the built-in design themes feature in MIUI. This method does not require root rights or install third-party applications, but has a limitation: you change all icons at once, not selectively.

How it works:

  1. Open the Themes app (the icon with a brush on your desktop).
  2. Go to the Icons section in the lower menu.
  3. Select your favorite icon pack and click Apply.
  4. Confirm the changes – the system will automatically update the icons on the desktop and in the application menu.

Advantages of the method:

  • βœ… Does not require technical skills.
  • βœ… Compatible with any updates MIUI.
  • βœ… Free (there are both free and paid icon packs).

Disadvantages:

  • ❌ No selective replacement – all icons change at once.
  • ❌ Limited choice in the free version (many quality themes paid).
  • ❌ Some icons of system applications (Settings, Phone) may remain unchanged.

πŸ’‘

If after applying the theme, some icons have not changed, try restarting your smartphone or clearing the launcher cache in Settings β†’ Applications β†’ Application Management β†’ Launcher β†’ Clear the cache.

Method 2: Third-party launchers (Nova, Apex, Lawnchair)

If the built-in MIUI themes don’t work, the best solution is to install an alternative launcher, a special application that completely replaces the standard desktop interface, adding flexibility to customize icons, widgets and animations.

Top.-3 launcher for Redmi Note 9:

LauncherAdvantagesDeficienciesDownload link
Nova LauncherMaximum customization, support for Adaptive Icons icons, gestures, backup settings.Free version with restrictions, paid Premium version (~$5).Google Play
Apex LauncherLightweight, optimized for weak devices, support for icon packs.Outdated interface design, fewer updates.Google Play
LawnchairMinimalist design, support for Pixel-style, open source.Fewer features than Nova are possible to bug MIUI.Google Play

Instructions for setting up icons in Nova Launcher (for example):

  1. Install Nova Launcher and make it the default launcher (the system will prompt you to do so when you first start).
  2. Download a pack of icons (such as Whicons, Delta or CandyCons) from Google Play.
  3. Press your finger on the free space of the desktop β†’ Settings β†’ Appearance β†’ Style of icons.
  4. Select the downloaded icon pack and apply the changes.
  5. For selective replacement: Press the app icon β†’ Edit β†’ Icon β†’ Select a new one from the gallery or pack.

⚠️ Attention: MIUI 14 Some launchers may conflict with system services (e.g., the swipe down to search gesture stops working.

Make a backup of the desktop (in Nova: Backups β†’ Save)

Check the compatibility of the launcher with the version of MIUI (in the description on Google Play)

Disable battery optimization for launcher (Settings β†’ Battery β†’ Battery Optimization β†’ All applications β†’ Nova Launcher β†’ No restrictions)

Download the icon pack in advance (some packs require payment)

-->

Method 3: Manually changing icons through "Tags" (without root)

If you only need to change the icon for one or two apps, you can do without launchers using the standard shortcut creation function in MIUI. This method does not change the original icon in the application menu, but allows you to place a custom shortcut with any picture on the desktop.

Step-by-step:

  1. Download from the Internet or create an image for the icon (recommended size: 192Γ—192 pixels, PNG format with a transparent background).
  2. Place the picture in the folder on the device (for example, Downloads).
  3. Press your finger on the free space of the desktop β†’ Widgets.
  4. Find the shortcuts widget and drag it to the screen.
  5. Select the application you want to change the icon for.
  6. Click on the shortcut icon β†’ select the Gallery and indicate the path to your image.
  7. Save the changes – a shortcut with a new icon will appear on the desktop.

Limitations of the method:

  • ❌ The original icon in the app menu will remain unchanged.
  • ❌ When updating the application, the shortcut may be reset.
  • ❌ Does not work for system applications (such as Settings or Phone).
How to create a transparent icon for a label?
Use services like remove.bg to remove the background from the image. Then cut the image to square in any graphics editor (like PicsArt or Photoshop Express). Save it in PNG format with transparency.

Method 4: Change icons through ADB (for advanced users)

This method is suitable for those who are ready to work with the command line and have basic knowledge of Android Debug Bridge (ADB).It allows you to change the icons of system applications, but requires caution - the wrong commands can disrupt the MIUI.

What you need:

  • πŸ–₯️ Computer with drivers installed ADB and Fastboot.
  • πŸ“± Included debugging by USB Redmi Note 9 (Settings) β†’ The phone. β†’ Version. MIUI (press 7 times) β†’ Additionally. β†’ For developers β†’ Debugging by USB).
  • πŸ“.png icon packs with the correct file names (must match the original icon names in the file). APK).

Instructions:

1. Connect the smartphone to the PC and authorize debugging (on the phone screen will appear a request).


2. Open the command line (Windows) or terminal (macOS/Linux) and type:




adb devices




(Your device should be displayed)




3. Copy the APK of the application you want to change:




adb pull /system/priv-app/[Names]/[Names].apk




4 Unpack APK with a tool like APKTool, replace the icons in the res/drawable folder.




5. Collect the APK back and set the command:




adb install -r [Names].apk

⚠️ Attention: Systemic change APK It can cause a cyclic bootloop or reset. Before experimenting, back up through the backup. TWRP Or Mi Flash Tool.

πŸ’‘

This method is only suitable for advanced users. If you are not sure about your skills, use launchers (Method 2) or shortcuts (Method 3).

Method 5: Applications for changing icons (Icon Changer, Shortcut Maker)

For those who don’t want to install launchers or work with ADB, there are specialized applications that create custom shortcuts with new icons. They are easy to use, but have the same limitations as manual shortcut creation (see Method 3).

The best apps for changing icons:

  • 🎨 Icon Changer – allows you to select icons from the gallery or built-in packs, supports adaptive icons.
  • πŸ”§ Shortcut Maker – creates shortcuts with custom icons and names, works even for system applications.
  • πŸ–ΌοΈ Icon Pack Studio – for those who want to create their icons from scratch.

Example of Icon Changer:

  1. Install the app from Google Play.
  2. Select the app you want to change the icon.
  3. Click Change the icon and select an image from the gallery or built-in directory.
  4. Save the changes – a new label will appear on the desktop.
  5. (Optional) Remove the original icon to avoid duplicates.

Warning: Some antiviruses (like Avast or Dr.Web) may mark such apps as "potentially dangerous" because of access to shortcut creation.This is a false positive, but if in doubt, check the reviews on Google Play.

MIUI's built-in themes

Third-party launchers (Nova, Apex)

Manual shortcutting

Apps like Icon Changer

ADB (for experienced users)

-->

Frequent problems and their solutions

When you change icons on Redmi Note 9, users face common errors, and let's look at the most common ones and how to fix them.

Problem.Reason.Decision
Icons dropped after MIUI updateThe launcher or pack icons are incompatible with the new version of the shell.Update the launcher and pack icons to the latest version or change the theme.
Not all icons have changed when applying the theme.Some system applications block icon changes.Use the launcher (Nova) or create shortcuts manually.
Tagged with custom icons disappear after rebootCleaning the launcher cache or conflict with battery optimization.Add the launcher to the optimization exceptions (Settings β†’ Battery β†’ Battery Optimization).
Icons are displayed blurry or incorrectly sizedInappropriate resolution of the original image.Use icons that are 192Γ—192 px in PNG format.

If none of the methods worked, check:

  • πŸ“± Version MIUI: Some functions may be blocked in regional firmware (e.g, MIUI Global vs MIUI China).
  • πŸ”’ Security settings: Turn off Application Protection in Settings β†’ Privacy.
  • πŸ”„ Launcher Cash: Clear the Louncher application data in the settings.
Can I change the system application icon (for example, β€œSettings” or β€œPhone”)?
Yes, but with reservations: through launchers (Nova, Apex) - partially (some system icons may remain unchanged); through ADB - completely, but requires manual editing of APK and risks the stability of the system. Through shortcuts - only on the desktop (the original icon on the menu will remain).
Why did some apps remain unchanged after changing the icons through the theme?
This is a feature of MIUI: the shell blocks icon changes for mission-critical system applications (e.g. Security, System Update). Some applications (e.g. Google Play Store) ignore themes and use their icons. Solution: Use a launcher that supports forced icon change (in Nova: Settings β†’ Appearance β†’ Forced Icons). Create shortcuts manually (see Method 3).
How to return standard icons if something goes wrong?
The methods of rollback depend on the method of change: Topics MIUI: Get into Themes. β†’ Icons and select a standard theme. Launchers: reset the launcher settings (Startcher settings) β†’ Backup copy β†’ Reset) or remove it. Labels/ADB: Remove the created shortcuts or reinstall the original ones APK via adb install -r. If, after experimentation, ADB The smartphone stopped loading, you will need firmware through Fastboot (instructions are on the official website of Xiaomi).
Will this guide work on other Xiaomi models (Redmi Note 8, POCO X3, Mi 11)?
Yes, most methods are universal for all devices on MIUI, but there are nuances: Redmi Note 8/10/11: fully compatible, as they use the same shell. POCO X3/F3: additional settings may be required due to the custom firmware of POCO Launcher. Mi 11/12: on Xiaomi flagships, some launcher functions are sometimes blocked due to enhanced protection. Before experimenting, check the version of MIUI in Settings β†’ About the phone - some features may be missing in older firmware (below MIUI 12).
Can I change the icons without installing additional apps?
Yes, but with serious limitations: MIUI Themes (see Method 1) - change all icons at once, without third-party programs. Shortcuts (see Method 3) - allow you to replace icons selectively, but only on the desktop. For full customization (selective replacement, adaptive icons, animations), you can not do without third-party applications.