Have you taken your smartphone to make a call, but did not find the usual green handset on the main screen? This problem is familiar to many users Android —the Phone application icon may disappear after a system update, shell change, or accidental deletion. Fortunately, in 90% of cases it can be returned without complex manipulations.
In this article we will analyze all possible reasons for the disappearance the call icon - from the banal (hiding in a folder) to the technical (launcher crashes). You will learn how to restore the icon through settings, third-party applications, or even the command line ADB. And if the problem lies deeper, we will give a checklist for diagnosing system problems.
Important: the methods work on all versions Android (from Android 8 Oreo to Android 15), but the interface may differ slightly depending from the manufacturer (Samsung One UI, Xiaomi MIUI, Google Pixel etc.).
1. Check the obvious: is the icon hidden or deleted?
Before digging into the settings, rule out simple reasons. Most often, the “Phone” icon does not disappear without a trace, but simply:
- 📁 Moved to a folder (for example, “Work” or “Communication”)
- 🗑️ Removed from the main screen (but remains in the application menu)
- 🔍 Hidden in the “Archive” or “Hidden Applications” (a feature of some launchers)
- 📱 Disabled in the visibility settings (relevant for Samsung and Huawei)
To find the icon:
- Scroll all pages of the main screen —it may be moved to the extreme.
- Open application menu (swipe up from the bottom panel) and enter “Phone” or “Call” in the search.
- If the icon is found in the menu, but is not on the main screen - hold it and drag back.
On some smartphones (for example, Xiaomi Redmi or POCO), icons may disappear in the “Second Space” or “For Children” mode. Check:
Settings → Accessibility → Second Space
2. Recovery through launcher settings
If the icon is not found in the application menu, the problem may lie in launcher the app that controls the appearance of the main screen. Launcher failures often lead to icons disappearing.
Recovery methods:
- 🔄 Reboot the launcher: Press and hold an empty area of the main screen → select “Launcher Settings” (or “Display Options”) → “Restart”.
- 📱 Reset launcher settings: In the same settings, find “Reset” or “Restore to default.” This will return all icons to their standard locations, but will delete your folders and widgets.
- 🛠️ Clear cache: Go to
Settings → Applications → [Your launcher] → Memory → Clear cache.
On smartphones Samsung (shell One UI) the path may look like this:
Settings → Applications → Three dots (⋮) → Show system → One UI Home → Memory → Clear cache
Check for the presence of an icon in the application menu
Clear launcher cache
Reboot your smartphone
Make a backup copy of the icon location (if there is a function)
-->
⚠️ Attention: If you are using a third-party launcher (for example Nova Launcher or Apex Launcher), update it to the latest version. Outdated versions may conflict with new versions Android.
3. We return the icon through the settings of the “Phone” application
Sometimes the icon disappears due to a glitch in the “Phone” application itself. To get it back:
- Open
Settings → Applications → Phone(or “Call”) - Check whether the application is disabled - if so, click “Enable.”
- Tap "Storage" → "Clear cache" and "Clear data" (this will reset call settings, but will not delete history).
- Go back to the application menu and select "Show on home screen" (if the option is available).
On some devices (for example Huawei or Honor) the "Phone" application can be disabled by the administrator (for example, in corporate smartphones). In this case:
Settings → Security → Device Administrators
Make sure that next to “Phone” there is no checkmark in the “Disabled” column.
| Manufacturer | Path to the “Phone” settings | Additional actions |
|---|---|---|
| Samsung | Settings → Applications → Phone → Memory |
Clear cache and data, reboot |
| Xiaomi/Redmi/POCO | Settings → All applications → Phone → Clean |
Check “Second Space” |
| Google Pixel | Settings → Applications → Phone → Storage |
Update “Google Phone” in Play Market |
| Huawei/Honor | Settings → Applications → Phone → Memory |
Check device administrators |
4. We use backup and reset
If the previous methods did not work, the problem may be deeper - for example, a system file is damaged or the user profile settings are lost. In this case, it will help:
- 🔄 Reset screen settings (does not affect data):
Settings → System → Reset → Reset screen settings. - 📱 Restore from backup (if you use Google Drive or Samsung Cloud).
- 🛠️ Reset to factory settings (as a last resort, deletes all data!).
Before resetting required save:
- Contacts (synchronize with Google Account)
- Photos and videos (copy to PC or cloud)
- SMS (use SMS Backup & Restore)
What to do if the reset does not helped?
If after resetting the icon is still missing, this may indicate:
1. Damage to the system partition (re-flashing is required).
2. Hardware malfunction (for example, memory problems).
3. operator (relevant for corporate devices).
In such cases, contact the service center.
⚠️ Attention: On some devices (Samsung Galaxy S22+, Xiaomi 13 Pro etc.) after resetting, you may need to re-authorize in Google Account and configure eSIM (if used).
5. Recovery via ADB (for advanced users)
If the icon disappeared after updating the system or rooting, it can be returned via Android Debug Bridge (ADB). This method is suitable for experienced users.
Instructions:
- Install ADB on PC (download from official website).
- Enable USB debugging on the smartphone:
Settings → About phone → Build number(press 7 times) → return to “Settings → System → For developers → USB debugging. - Connect your phone to the PC and run the command:
adb shell pm enable com.android.phoneIf the application is disabled, this will activate it.
- To reset the icon to the home screen:
adb shell cmd launcher reset
If the command does not work, try reinstalling the Phone application (only for rooted devices):
adb shell pm uninstall -k --user 0 com.android.phone
adb shell cmd package install-existing com.android.phone
Before working with ADB, check whether OEM unlocking is blocked in the developer settings. On some devices (Samsung, Xiaomi), this option is disabled by default and requires activation.
6. Installing an alternative application for calls
If It is not possible to return the standard icon, you can use third-party application for calls. It will not replace the system one, but will add a convenient icon to the main screen.
Best options:
- 📞 Google Phone (official application from Google, works on most devices).
- 📱 Truecaller (with number identification and spam blocking functions).
- 🔍 Drupe (minimalistic interface with quick access to contacts).
To install:
- Download the application from Google Play.
- Open it and allow access to calls.
- Add an icon to the home screen (press and hold the icon in the application menu → “Add to screen”).
⚠️ Attention: On devices with Android 10+ third-party calling applications may not have access to call history without additional permissions. To fix this, go to Settings → Applications → [Selected application] → Permissions → Call log.
7. Contacting the service center: when nothing helps
If you have tried all the methods, but the icon still does not appear, the problem may be related to:
- 🔧 Damage to the system partition (for example, after an unsuccessful update).
- 💾 Hardware failure (memory corruption or controller).
- 🔒 Blocking by the operator (relevant for corporate or operator smartphones).
In these cases:
- Contact with manufacturer support (for example, Samsung Members, Mi Community).
- Contact authorized service center —they can reflash the device or replace the memory module.
- If the phone is under warranty, do not try to repair it yourself this will void the warranty.
The cost of diagnostics in service centers is usually 500–1500 rubles, and flashing costs from 1000 to 3000 rubles depending on the model.
Before visiting the service center, make a backup copy of your data - they will be deleted when flashing.
FAQ: Frequently asked questions about the missing call icon
Is it possible to return the icon without resetting the settings?
Yes, in 95% of cases clearing the launcher cache, restoring it through the settings of the “Phone” application or rebooting the device helps. Resetting is an extreme measure.
Why did the call icon disappear after updating Android?
Updates sometimes reset the launcher settings or disable system applications. Try clearing the launcher cache or returning the default screen settings.
There is no icon on the screen, but calls are working - what should I do?
Most likely, the icon is simply hidden. Find the “Phone” application in the menu of all applications (swipe up from the bottom panel) and hold it to add it to the main screen.
Can a virus remove the call icon?
Theoretically, yes, but in practice, viruses more often block calls or send SMS. If you suspect an infection, scan your phone via Malwarebytes or Dr.Web.