How to return icons on the Xiaomi desktop to the original state: from reset to manual settings

Disappearance of icons from the Xiaomi desktop is a problem that users face after updating MIUI, accidentally pressing or crashing in the launcher. Unlike iPhone or Samsung, where recovery takes a couple of clicks, on Redmi, POCO or Mi smartphones, the process can be complicated due to the features of the shell. In 80% of cases, it is not the user who is to blame, but the bugs in the work of com.miui.home, a standard launcher that sometimes β€œforgets” the saved screen configuration.

In this article, we’ll look at all the working methods for returning icons, from simply restarting the launcher to deep resetting the MIUI settings, which is guaranteed to return the original state. Importantly, if you’ve recently updated your firmware (for example, from MIUI 13 to MIUI 14), first check the section on automatic recovery after the update, which will save time. For owners of POCO F5, Redmi Note 12 and other new models, all the methods are relevant except manual editing configs (see the compatibility table below).

If the icons are missing after installing a third-party launcher (like Nova Launcher or Hyperion), first go back to the standard com.miui.home via the default settings. Otherwise, some methods will not work.

1. Restart the launcher: the fastest way (works in 60% of cases)

The first thing to try is to force the launcher to stop and restart, a method that doesn’t require root rights and works even on locked bootloaders, and is suitable for all Xiaomi models, including the Redmi 10C, POCO X5 Pro and Mi 11 Lite.

Instructions:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. In the search box, type com.miui.home (or simply "launcher").
  3. Select the application, click "Forced Stop".
  4. Confirm the action and restart the smartphone.

After the reboot, the icons should return to their places. If this does not happen, check if the Light Desktop mode (relevant to MIUI 14) is turned on:

⚠️ Note: Some firmware after the forced stop of the launcher may appear black screen on 10-20 Don't panic, that's okay. If the screen doesn't recover in a minute, move on to the next method.

πŸ“Š What Xiaomi model do you use?
Redmi Note 12/11/10
POCO F5/X5
Mi 11/12
Another model

2. Restore via MIUI backup (if synchronization was enabled)

If you previously activated cloud sync (Settings β†’ Xiaomi Account β†’ Mi Cloud β†’ Synchronization), the system could automatically save the desktop configuration, which is suitable for users who have updated firmware or reset settings to factory.

How to restore:

  • πŸ“± Open the Settings. β†’ The phone. β†’ Backup and reset.
  • πŸ”„ Select "Restore from backup".
  • ☁️ Specify your Mi Account and select the most recent copy marked β€œDesktop".
  • βœ… Confirm recovery and wait until completion (may take up to 5 minutes).

If there is no backup, try an alternative method through Local Backup:

  1. Connect your phone to your PC and copy the MIUI/backup/AllBackup folder from your internal memory.
  2. Find a file with the.mbk extension (for example, 20231015_123456.mbk).
  3. Return to the recovery menu and select Local Backup.
What to do if the backup is damaged?
If you have a file corrupted error when you restore it, try renaming the extension from.mbk to.zip, extracting the archive and finding the file inside. desktop_backup.xml. It can be edited manually (see section). 5).

3. Resetting the launcher settings to factory (without data loss)

This method only resets the desktop configuration without affecting apps, photos or other user data.Suitable for MIUI 12-14 and all Xiaomi models except Android One devices (such as the Mi A3).

Step-by-step:

β˜‘οΈ Preparation for launcher reset

Done: 0 / 3
  1. Open Settings β†’ Applications β†’ Application Management β†’ All applications.
  2. Find com.miui.home and select "Storage".
  3. Click on "Clear Data" and "Clear Cache".
  4. Reset the device.

After restarting, the desktop will return to the β€œout of the box” state:

  • πŸ“± Standard icons (Phone, Messages, Camera) will appear at the bottom of the screen.
  • πŸ“ Folders and widgets will be deleted.
  • πŸ”„ Installed apps will remain on the menu, but they will have to be added to the screen again.

⚠️ Note: Some firmware may not be able to resize icons after resetting the launcher. To return the function, go to Settings β†’ Desktop β†’ Size of icons and select "Mediocre" or "Large".

4. Manual file editing desktop_backup.xml (advanced)

If previous methods failed, you can manually edit the launcher configuration file, which requires access to the file system through root Explorer or ADB. This is suitable for users who have previously backed up or are willing to manually restore the structure.

Instructions via ADB:

adb shell


su




cp /data/data/com.miui.home/shared_prefs/desktop_backup.xml /sdcard/

You can open a copied file in any text editor (like Notepad++).

<item screen="0" x="1" y="2" spanX="1" spanY="1">


<intent package="com.android.contacts" />




</item>

Where:

  • screen="0" is the desktop number (starts with 0).
  • x="1" y="2" are the coordinates of the icon.
  • package="com.android.contacts" is the application identifier.

After editing, return the file back:

adb push desktop_backup.xml /data/data/com.miui.home/shared_prefs/


adb shell chmod 644 /data/data/com.miui.home/shared_prefs/desktop_backup.xml
Model phoneSupport for manual editingAlternative method
Redmi Note 12 Pro+βœ… Yes. ADB)Launcher reset
POCO F5βœ… Yes (requires unlocking the bootloader)Recovery from backup
Mi 11 Ultraβœ… Yes.Reinstallation of the launcher
Redmi 10A❌ No (restrictions) MIUI Lite)Reset to factory settings

πŸ’‘

Before editing desktop_backup.xml A syntax error can lead to a launcher reboot cycle.

5. Reinstall the MIUI launcher via ADB (if the file is corrupted)

If the launcher configuration file is damaged or missing, you can reinstall the com.miui.home app itself without completely resetting your phone.The method requires an ADB debugging bridge and works on all Xiaomi models except for devices with a locked bootloader (for example, the new Redmi from China).

Steps:

  1. Download the original APK launcher for your version of MIUI (for example, from the MIUI ApkArchive website).
  2. Connect your phone to your PC and execute commands: adb shell pm uninstall -k --user 0 com.miui.home adb install miui-home.apk
  3. Reset the device.

Once reinstalled, the desktop will return to factory settings, and all custom icons and folders will have to be reconfigured.

⚠️ Attention: Some firmware may lose the animation of transitions between screens after reinstalling the launcher. To return it, go to Settings β†’ Additionally. β†’ System animation and select "Standard".

6. Complete reset to factory settings (extreme case)

If none of these methods work, the last option is hard reset, which erases all data from your phone, including apps, photos and settings, so use it as a last resort. It works for all Xiaomi models, but requires prior backup.

How to reset:

  • πŸ”„ Go to Settings. β†’ The phone. β†’ Resetting settings.
  • πŸ“± Select "Erase all data".
  • πŸ” Enter the password (if installed) and confirm the action.
  • ⏳ Wait until it's finished (taken). 5-10 minute).

Once reset, the phone will boot up in a store-like state to return the icons:

  1. Pass the initial setup.
  2. Sign in to your Mi Account (if Mi Cloud was enabled, the icons can be restored automatically).
  3. Manually add the missing icons from the app menu.

πŸ’‘

Before resetting, be sure to remove SIM-card and memory card! on some models (e.g. Redmi) 9A) formatted and external storage.

FAQ: Frequent questions about badge restoration on Xiaomi

❓ Why After Updating MIUI All the icons from the desktop are missing?
This is a well-known com.miui.home launcher bug that occurs when you switch between the major versions of MIUI (for example, from 13 to 14).The system cannot correctly migrate the desktop configuration. Solution: Wait 1-2 days - sometimes icons are restored automatically after background synchronization. Try the method of forced launcher stop (section 1). If it does not help, reset the launcher settings (section 3).
❓ Can I return the icons if I removed the standard launcher and put Nova Launcher on?
Yes, but you need to: Return the standard launcher through Settings β†’ Applications β†’ Default β†’ Launcher. Reset the launcher settings (section 3). If the icons do not appear, try recovery from the backup (section 2). After that, you can re-install Nova Launcher - the configuration of the MIUI desktop will remain.
❓ The only thing left on the screen was the Tools folder, and the other icons were gone?
This means that the launcher has reset to "light mode." Solution: Hold your finger to the empty space on the desktop. From the settings menu, select "Desktop Style." Turn off the "Light desktop" option. Reboot your phone. If there is no option, reset the launcher (section 3).
❓ When the icons were restored, they became huge/small?
MIUI 14 changed the logic of scaling icons. To return the standard size: Hold your finger on the empty desktop. Select Desktop Settings β†’ Icon Size. Set the value of Medium (or Small if you use widgets). If you don't have an option, update the launcher through the Mi App Store.
❓ I accidentally deleted the phone/message icon. How to get it back?
The standard Xiaomi icons can't be removed completely - they just hide. To return: Open the app menu (swipe up from the bottom of the screen). Find the app you want (Phone, Messages, etc.) Hold the icon and drag it to the desktop. If the app is not on the menu, it's disabled. Turn it on through Settings β†’ Apps β†’ Application Management β†’ Disable.