Previous articleMissing phone icon on Xiaomi: step-by-step recovery instructions

You picked up your Xiaomi or Redmi to make the call, but suddenly you found that the familiar icon of the phone disappeared from the desktop? This problem is more common than it seems β€” according to service centers, every 12th owner of Xiaomi smartphones faces a loss of system icons at least once a year, the reasons can range from a banal launcher failure to serious errors in the MIUI shell.

In this article, we’ll look at all possible scenarios, from the simplest (such as accidentally removing a shortcut) to the most complex (damaging system files after updating), how to return a phone icon without resetting, what MIUI settings are responsible for displaying icons, and what to do if a problem occurs after installing custom firmware, and a unique way to restore through ADB, which works even when standard methods do not help.

Why the phone icon is missing: 5 main reasons

Before you start a recovery, it's important to understand what triggered the problem, and 60 percent of the time, the user is to blame -- accidentally deleting, changing the launcher settings, or installing questionable topics -- but sometimes the root of the evil goes deeper.

  • πŸ“± Launcher failure MIUI β€” A standard desktop display app (com.miui.home) can β€œforget” the location of icons after updating or restarting.
  • πŸ”„ Update MIUI β€” especially relevant for betta versions, where bugs with the interface are 3 times more common than in stable builds.
  • 🚫 Remove the system application – if you have used it ADB root rights to uninstall unnecessary programs may have accidentally affected com.android.dialer.
  • 🎨 Setting a custom theme - some topics from MIUI Theme Store contains errors that cause system icons to disappear.
  • πŸ‘€ Second user actions – if the smartphone has multiplayer mode configured, another profile could change the display settings.

Fun fact: POCO devices (like the POCO X3 Pro or POCO F4) are 25% less likely to experience problems with the lightweight launcher POCO Launcher, which is less prone to failure, while Xiaomi 13 Ultra or Mix Fold 3 flagships are more likely to experience icon loss due to the complex multi-layered MIUI shell.

πŸ“Š What kind of launcher are you using on Xiaomi?
Standard MIUI Launcher
POCO Launcher
Third-party (Nova, Apex, etc.)
I don't know what it is.

Method 1: Restart the launcher (works 80% of the time)

The fastest and most painless method is to force the launcher process to restart, which will work if the icon is lost due to a temporary failure, but will not help with removing the system application or corrupting files.

Here's how to do it:

  1. Open Settings and go to the Applications β†’ Application Management section.
  2. In the search box, type Launcher (or MIUI Launcher for the English version).
  3. Click on the app, then select Stop (Force Stop).
  4. Confirm the action and wait 10-15 seconds - the launcher will restart automatically.

If the icon doesn't appear after the launcher restarts, try the extra step: return the standard theme.

  1. Click on the empty space on the desktop and select Themes.
  2. Go to the My tab and activate the default theme.
  3. Reset the device.

Make sure the icon is not hidden in the folder | Check the second desktop (swipe left/right) | Turn off Easy Mode in the special features settings | Delete newly installed themes-->

Method 2: Restore the icon through the launcher settings

Sometimes the phone icon doesn't disappear completely, but is simply hidden because of the changed display settings. MIUI has hidden launcher settings that allow you to reset the icons to the factory.

Follow the instructions:

  1. Click on the empty space on the home screen and select Desktop Settings (or Home screen settings).
  2. Scroll down and find Reset settings.
  3. Confirm the reset – all icons will return to their standard places.

If there is no such item (relevant to MIUI 14+), use an alternative method:

  1. Go to Settings. β†’ The phone.
  2. Click 7 times in a row on the MIUI version to activate the developer mode.
  3. Back to Settings β†’ Additionally. β†’ For developers.
  4. Find the option Reset the launcher settings and activate it.

πŸ’‘

If the icons returned after reset, but disappear again during restart, the problem is the damaged launcher cache. Clean it in Settings β†’ Applications β†’ Launcher β†’ Storage β†’ Clear the cache

Method 3: Finding a Hidden Phone Icon

Before you panic, make sure the icon is actually deleted, not just moved or hidden.There are a few "secret" places in MIUI where the phone icon might be:

  • πŸ“ Tools folder – automatically created on some devices (Redmi Note 11, Xiaomi) 12T) and contains system applications.
  • πŸ” Search by device – swipe down on the home screen and type β€œPhone” in the search box. If the app exists, it will show up in the results.
  • πŸ“„ Second Desktop – Swipe left/right to check all available screens.
  • πŸ‘₯ Second Space Mode – If enabled, the icon can only be in the main or additional profile.

If the icon is found but not displayed on the home screen, follow these steps:

  1. Find the Phone app through search (as described above).
  2. Press his icon and drag it to the desktop.
  3. If the message β€œCan’t be added” appears, then there is no free space on the screen – remove unnecessary shortcuts.
How to return the icon if it is gray and not pressed?
The gray color of the icon means that the application is disabled. To fix: 1. Go to Settings β†’ Applications β†’ Application Management. 2. Find the phone (or Dialer). 3. Press Enable. 4. Reboot the device.

Method 4: Recovery through application settings (if the icon is removed)

If you accidentally delete the phone icon (or it disappeared after cleaning the cache), it can be returned through the application menu, which works even if the shortcut is not on the desktop, but the com.android.dialer application itself was not uninstalled.

Instructions:

  1. Open Settings and go to Applications β†’ Application Management.
  2. In the search box, type in the phone (or Dialer for the English version).
  3. Click on the app, then select Open - this will confirm that it is installed.
  4. Return to the desktop, clamp the empty space and select Widgets.
  5. Scroll down to the Tools section and find the app shortcut widget.
  6. Drag it to your desktop and select the phone from the list.

If the Phone app is not listed, it has been removed (for example, via ADB or root rights), which would require a more complex recovery – read about it in the next section.

πŸ’‘

If the list of applications does not include the β€œPhone” item, but calls work through other applications (WhatsApp, Telegram) – the problem is precisely in the deleted shortcut, not in the system component.

Method 5: Restore the Phone System Application via ADB

This is the most reliable method if the standard methods didn't work.

  • The phone app was removed via ADB or TWRP.
  • The icon disappeared after the failed MIUI update.
  • The smartphone emits an error "The phone app is stopped" when trying to call.

You will need a computer with Xiaomi drivers installed and the ADB tool. Follow the instructions:

  1. Download Google’s Platform Tools and unpack the archive.
  2. On your smartphone, activate Developer Mode (7 taps according to the MIUI version in About Phone) and turn on Debugging over USB.
  3. Connect your phone to your PC and open the command line in the platform-tools folder (Shift + PCM β†’ Open the PowerShell window here).
  4. Enter the command to check the connection: Adb devices should appear serial number of your device.
  5. Run the command to restore the Phone application: adb shell cmd package install-existing com.android.dialer
  6. Reboot your smartphone: adb reboot

If the icon does not appear after the reboot, try an alternative command:

adb shell pm enable com.android.dialer

1. Reinstall Xiaomi drivers via Mi PC Suite.

2. Use the original USB-cable (not all cables support data transmission).

3. Enable in the developer settings Debugging by USB (security parameters) and Unlocking OEM (if available).-->

Method 6: Resetting settings (last hope)

If none of these methods worked, the last resort is to reset the settings to factory settings, which will bring back all system applications, including Phone, but delete your data. Make sure to back up before you start!

How to reset settings without losing data (soft reset):

  1. Go to Settings β†’ About the phone β†’ Reset settings.
  2. Select Reset all settings (this won’t delete files, but will return system settings to factory settings).
  3. Confirm the action and wait for the reboot.

If the soft reset does not help, perform a full reset:

  1. Turn off your smartphone.
  2. Press the Power button + Volume up until the Mi logo appears.
  3. From the Recovery menu, select Wipe Data β†’ Wipe All Data (manage by volume and power buttons).
  4. Confirm the action and wait for the process to be completed.

Once reset, the phone will reboot to its original state, and the phone icon will return, but you will have to reconfigure the device.

πŸ’‘

Before reset, check if your Mi Account is linked to the device. After hard reset, you may need to enter a login/password to unlock (Mi Cloud protection).

Table: Comparison of methods of recovery of phone icon

MethodDifficultyImplementation timeTools requiredEfficiencyRisks.
Launcher reboot⭐ (simple)1-2 minutesNo.80%No.
Resetting launcher settings⭐⭐3-5 minutesNo.70%Widgets will drop
Searching for a Hidden Icon⭐2-3 minutesNo.30%No.
Recovery through ADB⭐⭐⭐⭐10-15 minutesComputer, USB-cable95%Mistakes in the wrong commands
Reset to factory⭐⭐⭐15-20 minutesNo.100%Loss of data

As you can see from the table, rebooting the launcher is the fastest and safest method, whereas ADB and resetting the settings guarantee the result, but require more effort. Choose the method based on your technical background and the criticality of the problem.

FAQ: Frequent questions about missing phone icon on Xiaomi

❓ Phone icon missing after update MIUI. What do you do?
Updates often reset the launcher settings. Try: Reboot the launcher (see Method 1). Reset the launcher settings (see Method 2). If it didn't work, roll back to the previous version of MIUI via Settings β†’ About Phone β†’ System Update β†’ Three Points β†’ Select the service pack (you need a firmware file).
❓ Can I return the icon without a computer?
Yes, 90% of the time, you don't need a computer. Use: Launcher Reboot (Method 1); Hidden Icon Search (Method 3); Launcher Reset (Method 2); Only if the icon has been removed at the system level (e.g., through ADB), you will need a PC.
❓ The phone icon is missing, but the calls are running through other apps (WhatsApp, Telegram?
This means that the com.android.dialer system application is disabled or damaged, but the telephony module (com.android.phone) is working. Solution: Enable the Phone app in settings (Settings β†’ Apps β†’ Phone β†’ Enable). If it is not on the list, restore it via ADB (see Method 5).
❓ After the icon is restored, it disappears again when it is rebooted?
This is a sign of a damaged launcher cache or conflict with an installed theme. Action: Clear the launcher cache: Settings β†’ Applications β†’ Launcher β†’ Storage β†’ Clear the cache. Set a standard theme (Settings β†’ Themes β†’ Default). If the problem persists, reset the launcher settings (Method 2).
❓ There's no phone icon on the lock screen?
The phone icon on the lock screen is managed separately. To return: Go to Settings β†’ Lock screen. Select Shortcuts. Activate Phone option in the list of available shortcuts. If you don't have an option, upgrade MIUI to the latest version.

If none of the proposed methods worked, the problem may lie in a hardware failure (for example, damage to the /system partition after a failed rooting).

⚠️ Note: If you use custom firmware (like LineageOS or Pixel Experience), standard methods may not work. In this case, restore the original firmware through Fastboot or contact the developers of your firmware for a patch.

⚠️ Note: On devices with a bootloader unlocked and Magisk installed, missing icons may be due to improperly installed modules. Check the list of modules in Magisk Manager and disable those associated with the interface (MIUI Mods, Lawnchair, etc.).