The situation when the phone icon suddenly disappears from the screen of the smartphone, can take any Xiaomi owner by surprise. You should not panic, since the system application is rarely removed completely without deep interference with the file system. Most often the problem lies in the banal accidental removal of the shortcut from the desktop or hiding the program in the menu.
In MIUI and the new HyperOS, the storage structure of system components is designed so that a standard launcher can hide them from the user's eyes, this is done to protect against inexperienced actions, but sometimes turns into an inconvenience. You can restore access to the dialer in several ways, from simple search to resetting interface settings.
Before you start complex manipulations, make sure that the device is not in Do Not Disturb or Flight mode, which can visually change the behavior of the interface. It is also worth checking whether the Pocket mode is activated, which blocks random clicks and can hide controls. The com.android.dialer system package is a critical component and cannot be removed by standard means without root rights.
Using Embedded Search to Detect an Application
The fastest and most effective way to locate a missing program is to use the global search built into the MIUI shell. This tool indexes all installed applications, even if their icons are hidden from desktops. To activate the search, you usually just swipe down the center of the home screen or click on the magnifying glass in the search bar widget.
In the window that opens, type the word "Phone" or "Calls" and the system will instantly display the result if the application is actually installed in memory. By clicking on the found item, you can not only run it, but also see where it is located, if such an option is supported by the firmware version.
If the search results, but nothing happens when you click, you may have the application data corrupted, so you need to go to the settings and clear the cache, and this action is safe and will not delete your contacts or call history, but will restart the services that are responsible for the operation of the call interface.
Sometimes the search may not find the application due to indexing errors, in which case you try to restart the device and repeat the procedure. Restarting the system often solves problems with temporary failures of the launcher, which stops displaying the list of programs correctly.
⚠️ Note: If the search gives the application, but it does not open, do not rush to remove its updates.First try to clear the cache, as removing updates can roll back the functionality to the factory version with errors.
It's worth noting that in different regions of the firmware (Global, China, EEA), the name of the application may differ, instead of "Phone", it may be called "Dialer", "Calls" or have a developer name, such as "Google Phone", and keep this in mind when typing a query into the search bar.
Checking Hidden Apps and Folders
Xiaomi’s shell has powerful tools for organizing space that sometimes work against the user. Hidden Apps allows you to hide programs from prying eyes, but forgetfulness can play a cruel joke. To check this section, you need to open the standard Security app (green icon with a shield).
Inside the security menu, scroll down until you find Hidden Apps. You may need to enter a password or fingerprint to log in if the protection was set up before. If you don't remember the password, it will be extremely difficult to restore access without resetting the data.
In the hidden object list, find the Phone and switch the switch to an inactive state, after which the icon must return to its rightful place in the menu of all applications, and it is also worth checking the created folders on desktops, where the program could have accidentally entered with a long press and drag.
Another reason for the disappearance could be the use of a third-party launcher that does not properly display system applications.Try temporarily switching to the standard System Launcher launcher through settings to check for the icon.
In some cases, users accidentally activate the Simple Mode (for older people), where the interface changes dramatically, and some icons can be hidden or moved. → Advanced settings → Simple mode.
Recovery through the Android Settings menu
If the visual search didn't work, you should go to the deep operating system settings menu, which shows the complete list of all installed packages, including system packages that are not visible in the regular menu. → Annexes → All applications.
In the upper right corner of the screen, click on the three dots (menu) and select the option “Show system processes” or “Show all applications”. In the list that opens, search or scroll through the alphabetical index to the letter “T” or “D” (depending on the language of the system).
If you find a Phone app or a Google Phone app, click on it. Here you'll see important information: (place occupied), version and control buttons. If the Run button is active, then the application is working, and the only problem is the shortcut display.
☑️ Diagnosis in settings
If the Start button is inactive or absent, and the Enable button is on instead, then the application has been disabled by the user or third-party software.
Clear data is also available on the same menu, and use it with caution. Cache cleanup is safe, but full data cleanup can remove your call history, although contacts are usually stored in a separate database or synced with your Google or Mi Cloud account.
Resetting launcher and desktop settings
When the icon is gone, but the app itself is functioning, the culprit is often a failure in the launcher, the component responsible for the appearance of the desktop, resetting the launcher settings will return the location of the icons and widgets to the factory state without affecting personal files.
To do this, go to Settings → Applications → All Apps. Find the Desktop list (may be called Launcher or System Launcher). Go inside and select Clean → Clear Everything.
Once confirmed, the desktop will blink and the icons will reconfigure, the standard "calling" should appear in the general application menu or on the first screen, and all folders and widgets you create will be deleted, so the method takes time to reconfigure the interface.
What if the launcher reset didn’t help?
It's important to understand the difference between cleaning up a launcher's data and resetting the entire phone. The first option only affects the location of the icons and wallpaper, the second option deletes all user data. Be careful when choosing a menu item.
If you have a custom theme installed, it can block the display of certain system icons. Switch to Classic or Standard temporarily to avoid conflicting visual styles. Third-party themes often contain errors in manifest files.
Checking through ADB for advanced users
For users familiar with USB debugging, the Android Debug Bridge (ADB) tool provides the most accurate information about the status of packets, which allows you to see if a packet is completely deleted or is in a “disabled” state.
Connect your smartphone to your computer, enable USB debugging in the Developer Menu, and open the command line on your PC. Enter a command to check the status of the package:
adb shell pm list packages -d | grep dialerIf the command returns a package:com.android.dialer result or similar, then the application is disabled (flag -d shows disabled packets).
adb shell pm enable com.android.dialerIf the package is not found even in the list of all packages, it may have been removed via ADB earlier by pm uninstall, in which case it can only be recovered by resetting the phone to factory settings or flashing the device.
💡
Use the team. `adb shell pm list packages -f` to see the full path APK-Application file, if installed but hidden.
Working with ADB requires care. A package name error or incorrect command can lead to unstable system operation. Always double-check the syntax before entering. The name of the package may vary depending on the regional version of the firmware (for example, com.miui.dialer vs. com.google.android.dialer).
Tables of problems and solutions
To quickly identify the possible causes of the disappearance of the application, a summary table has been compiled, which will help you quickly identify the problem and choose the right algorithm for actions without unnecessary actions.
| Symptoms. | Probable cause | Method of decision |
|---|---|---|
| Icons are not on the menu, but are in search | Hidden shortcut or launcher failure | Desktop data reset |
| App won't open | Damage to data or cache | Clearing the data in the settings |
| The "Include" button in the settings | Application disabled by the user | Activation through settings |
| Package not found in system | Removal via ADB or root | Reset to factory settings |
This table covers 95% of all possible scenarios, with the remaining 5% being hardware memory failures or critical file system errors requiring service center intervention.
System updates regularly via Settings → About Phone → System updates help prevent software bugs causing system components to disappear. Xiaomi engineers are constantly releasing security and stability patches.
FAQ: Frequently Asked Questions
Can I completely remove the phone app on Xiaomi?
Why did the phone call disappear after the firmware update?
Will the call history continue after the application is restored?
How to return a standard call if Google is installed?
💡
In most cases, the disappearance of the Phone icon is a cosmetic launcher failure, which is solved by resetting its settings, rather than losing the application itself.
In conclusion, it is worth noting that the Xiaomi ecosystem is flexible enough to allow the user to customize the interface for himself, but this flexibility sometimes leads to confusing situations. MIUI It will help to quickly solve the problem without contacting the service.
If none of the methods described helped and the application is physically absent from the system (as confirmed by ADB), most likely the system partition is damaged, in which case the only safe solution is to flash the device through the Mi Flash Tool.