How to return the system application to the Xiaomi desktop: from simple to radical methods

Have you accidentally removed a system app from the Xiaomi, Redmi or POCO desktop โ€” and now you can't find it on the menu? Or have standard utilities like Calendar, Notes or Radio disappeared after the MIUI update? This problem is familiar to many Xiaomi smartphone users, where the MIUI interface often hides system applications instead of completely removing them. In 90% of cases, they can be restored without complex manipulations, the main thing is to know where to look.

In this article, we will discuss 5 proven ways to return the system application to the desktop โ€“ from basic (via launcher settings) to advanced (using ADB and hidden MIUI menus). All methods are tested on Xiaomi 13 Pro (MIUI 14), Redmi Note 12 (MIUI 13) and POCO F5 (MIUI 14 for POCO), but will also work for other models based on Android 11-14. If you are not sure about your actions, start with the first method and move on to the next only if you fail.

1. Check the All Apps folder and hidden system folders

Most often, the remote system application is actually hidden from desktop display, but it stays on the general list, and this is a feature of the MIUI launcher, which automatically sorts out rarely used programs.

  • ๐Ÿ“ฑ Swipe your finger up on the desktop to open the All Apps menuยป.
  • ๐Ÿ” In the search bar (upper right corner) enter the name of the application, such as the Camera or FM-radio.
  • ๐Ÿ“ Check folders with Google Services, Tools or MIUI โ€” There are often hidden system utilities.
  • ๐Ÿ”„ If the application is found, hold its icon and drag it to the desktop.

If the app doesnโ€™t show up even in the general list, it may be disabled in the system settings. Go to Settings โ†’ Applications โ†’ Application Management and manually enable it (more on this in the next section).

โš ๏ธ Note: On some models POCO (for example, POCO X5 Pro) system applications can be hidden in a folder MIUI If it's not there, try changing the launcher theme to Settings. โ†’ Standard topics.

๐Ÿ“Š What Xiaomi model do you use?
Xiaomi (11/12/13) series
Redmi (Note, K-series)
POCO (F, X, M-series)
Black Shark
Another model

2. Enabling disabled system applications through settings

System applications in MIUI can't be removed completely without root rights, but they can be disabled, and then they disappear from the menu and stop working.

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. Press three points (โ‹ฎ) in the upper right corner and select Show all applications.
  3. In the list, find the desired application (for example, Mi-wallet or Security) and tap it.
  4. If the Enable button is active, press it. If there is no button but there is a Disable button, then the application is already active.

Once turned on, the app should appear in the All Apps menu. If this does not happen, try restarting your smartphone or clearing the launcher cache:

Settings โ†’ Applications โ†’ Application Management โ†’ Launcher (or โ€œDesktopโ€) โ†’ Storage โ†’ Clear cache

๐Ÿ’ก

If you canโ€™t find the app in the list, try sorting it alphabetically (button) โ‹ฎ โ†’ System utilities often start with com.xiaomi. or com.miui.

3.Resetting launcher settings (without data loss)

Sometimes the problem lies in the failure of the MIUI launcher, the standard interface that is responsible for displaying icons, you can reset its settings without losing personal data:

  • ๐Ÿ› ๏ธ Open the Settings. โ†’ Annexes โ†’ Application management.
  • ๐Ÿ” Find the Launcher app (or Desktop, MIUI Launcher).
  • ๐Ÿ—‘๏ธ Press Warehouse. โ†’ Clear the data (not cache!).
  • ๐Ÿ”„ Reboot your smartphone.

Once reset, all desktop icons will return to factory location, and hidden system applications will be visible again, an important caveat: this method will not restore applications that have been manually disabled (see Method 2) or removed via ADB.

โš ๏ธ Note: On some firmware (for example, MIUI Global for Redmi Note 10, a launcher reset could cause widgets to disappear.

What if after the launcher drops all the icons are missing?
If the desktop is empty after cleaning the launcher data, donโ€™t panic. Reboot your smartphone, then hold your finger in the free space of the screen โ†’ select Widgets โ†’ add any widget (like Weather). After that, the icons should be restored automatically. If not, check if there is a third-party launcher (like Nova Launcher or Apex).

4.Recovery via the hidden Special Opportunities menu (for MIUI 12-14)

MIUI 12 and later has a hidden menu that allows you to control the display of system applications, which works even for utilities that do not appear in the standard settings.

  1. Open the Settings. โ†’ Special facilities.
  2. Scroll down and find the System Settings section (on some models it is hidden โ€“ tap 5 times on the Special Opportunities Notice to unlock it).
  3. Select Launcher Settings โ†’ Hidden Applications.
  4. Uncheck the boxes from the applications you want to return to the desktop.
  5. Save the changes and restart the smartphone.

This method is particularly useful for restoring applications such as:

  • ๐Ÿ“ก FM-radio (often hidden on models for the European market).
  • ๐Ÿ’ณ Mi Pay โ€“ can be disabled due to regional restrictions.
  • ๐Ÿ”ง Security or Optimization โ€“ sometimes disappears after updates.
AnnexTypical cause of disappearanceMethod of recovery
Camera.Failure after updating or cleaning the cacheMethod 1 or 3
FM-radioHidden by the manufacturer for some regionsMethod 4
Notes or CalendarDisabled manually or removed via ADBMethod 2 or 5
Themes or WallpaperLauncher failure or conflict of topicsMethod 3

5. Radical methods: ADB and firmware reinstallation

If none of the previous methods worked, it is possible that the system application was removed at the firmware level.

  • ๐Ÿ”ง Unofficial updates via Fastboot or Recovery.
  • ๐Ÿงน Cleaning up the section /system assisted TWRP.
  • ๐Ÿ“ฆ Removal through teams ADB (for example, pm uninstall -k --user 0).

In such cases, there are two options:

Method A: Recovery through ADB (without root)

If the app was removed by the ADB team, it can be returned by uninstallation. Connect your smartphone to your PC, enable Debugging via USB (Settings โ†’ About Phone โ†’ MIUI Version โ†’ 7 times tap on version, then go back to Settings โ†’ Additional โ†’ Developers โ†’ Debugging via USB) and do:

adb shell cmd package install-existing application package

For example, to restore the Calendar (com.android.calendar):

adb shell cmd package install-existing com.android.calendar

โš ๏ธ Note: Not all system applications can be restored this way.If the team returns a Failure error [NOT_FOUND], This means the application is physically removed and you will need to flash it.

Method B: Reinstall the firmware via Fastboot

If the application is critical (for example, Settings or Phone), and other methods did not help, you need to reflash the smartphone with data storage.

  1. Download the official firmware for your model from the MIUI Download website (choose the Fastboot version).
  2. Unpack the archive in a folder on your PC and launch the script flash_all.bat (Windows or flash_all.sh (Linux/Mac).
  3. Connect your smartphone in Fastboot mode (clip Volume down + Power when the phone is off).
  4. Wait until the process is over (donโ€™t turn off USB!).

After flashing, all system applications will be restored, but third-party programs and data will remain intact (unless you have chosen the clean all option).

๐Ÿ’ก

Fastboot flashing is an extreme method. Before you start, check that you downloaded the firmware for your model (for example, the Redmi Note 11 Pro+ 5G is not compatible with the firmware for the Redmi Note 11 Pro 4G).

Frequent Mistakes and How to Avoid Them

When trying to return a system application, users often face typical problems, and here's how to prevent them:

  • ๐Ÿšซ Error: "The app is not found in the All Apps menu." Solution: Check if a third-party launcher (like Nova Launcher) is installed. MIUI In Settings โ†’ Default applications โ†’ Launcher.
  • ๐Ÿ”„ Error: After the launcher is reset, all the icons are missing.Solution: Reboot your smartphone and wait for the layout to automatically recover (may take up to 5 minutes).
  • ๐Ÿ“ต Mistake: Teams ADB Solution: Install the latest Xiaomi drivers from the Xiaomi Flash Tool site and check the connection USB (Try another cable or port).

If youโ€™re using a POCO Launcher or MIUI Launcher with custom themes, some system applications may be hidden due to the conflict of topics. Try changing the theme to a standard one in Settings โ†’ Themes โ†’ My Themes โ†’ Standard.

Backup your data via Mi Cloud or PC

Check the battery charge (minimum 50%)

Make sure that the smartphone model is compatible with the selected firmware

Disable the bootloader lock (if you plan to unlock)

-->

FAQ: Answers to Frequent Questions

Can I return a system application without a computer?
Yes, in 80% of cases, methods 1โ€“3 (checking the All Apps menu, turning on in settings, resetting the launcher) help. ADB and firmware are only required if the application has been removed at the system level.
Why did standard applications disappear after the MIUI update?
This is a feature of MIUI: when major updates (e.g., from MIUI 12 to MIUI 14) some system utilities are replaced with new versions or transferred to the Tools folder. Try method 4 (hidden menu "Special features").
How to return the application ยซFM-Radio on Xiaomi for Europe?
On models for the European market (EEA) FM-Radio is often disabled by the manufacturer. To get it back: Install NextRadio from Google Play. Connect your headphones (they act as an antenna). If it doesn't work, use method 4 (hidden menu) or scrolle through the global version. MIUI (not EEA).
What to do if the Settings app disappears?
This is a critical error that usually occurs after incorrect removal through ADB. The only reliable way is to flash through Fastboot (method 5B). If the smartphone does not boot, use Recovery mode: Volume up + Power โ†’ Wipe Data โ†’ Reboot But note that this will lead to data loss.
Can I restore a remote application without losing data?
Yes, if you use: Methods 1โ€“4 (does not affect user data). ADB-team (mode) 5Fastboot flashing with save user data (not available for all firmware) except if you manually delete application files from the Fastboot. /system Root Explorer will require a complete re-flashing.