Have you just installed a new messaging application, but its icon is not on the home screen? Or did the icon SMS/MMS disappear from the desktop after updating the system? This problem is familiar to many users Android - especially after resetting the settings or switching to custom firmware. Unlike iOSwhere all applications are automatically displayed on the home screen, Android provides more freedom... and at the same time requires manual actions.
In this article we will examine 5 proven methods returning (or adding again) the messages icon to the home screen - from standard methods via Settings before using alternative launchers and widgets. Please note: on some devices (for example, Xiaomi with a shell MIUI or Samsung with One UI) the path to the settings may differ. If your smartphone is running Android 14+, some of the menu items may have moved - we will also mention this.
Before you begin, check two things:
1) Make sure that the messaging application is installed (by default it can be Google Messages, Samsung Messages or MIUI Messaging).
2) Try to find the icon in All applications (swipe up from the bottom of the screen). If it is there, but is not on the desktop, the problem is solved in 10 seconds (see Method 1).
1. Adding an icon through the "All applications" menu
The simplest and most universal method that works on 99% Android devices, regardless of version and shellIf the messages icon is in the full list of applications, but is not on the main screen, follow these steps:
Open the menu
All applications(swipe up from the bottom edge of the screen or click on the "dots"/"circles" icon in the dock).Find the message application (for example, Messages, Messages, SMS/MMS).If you are not sure of the name, look for an icon with an envelope or a cloud for chat.
Long-press your finger on the application icon and, without releasing, drag it to an empty space on the main screen or to the dock panel.
Release your finger - the icon will appear added.
On some devices (for example, Huawei s EMUI), instead of dragging, you may need to click on the three dots next to the application name and select Add to main. screenIf this method does not work, proceed to the next method.
โ๏ธ What to do if the icon is not in the application list
2. Restoring the icon through the launcher settings
If the standard messaging app hidden or disabled, its icon will not appear in the All Apps menu or on the Home screen. To get it back:
- ๐ฑ For the standard Android launcher (Pixel, Motorola, Nokia):
Go in
Settings โ Applications โ All applications., find Messages (or Messages), pressEnableif it is disabled. Then go back to Method 1. - ๐ง For Samsung One UI:
Open
Settings โ Applications, tap on the three dots at the top โShow system applications. Find Samsung messages and make sure it is not disabled. - ๐ฒ For Xiaomi MIUI:
Go to
Settings โ Applications โ Management applications โ All, find Messages and check if it is hidden (optionHide applicationshould be turned off).
On some firmware (for example, ColorOS from Oppo/Realme), the standard SMS application can be replaced with a proprietary one - for example, Oppo Messages. If you cannot find it in the list, try installing an alternative from Google Play (for example, Google Messages or Textra SMS).
If after turning on the application the icon still does not appear, try restarting the device. Sometimes system changes are applied only after a reboot.
3. Using a widget for quick access to messages
If you do not need a separate icon, but need quick access to the latest SMS, you can add a widget to the home screen. This is especially convenient for users who often check new messages. Here's how to do it:
Tap and hold your finger on an empty space on the Home screen and select
Widgets(orAdd widget).Scroll down the list and find the widget from the message application (for example, Google Messages offers a widget
Conversations).Choose the widget size (usually 2ร2, 4ร1 or 4ร2 options are available).
Drag the widget to the home screen Some widgets allow you to view your latest messages directly from the lock screen (set this up in the lock screen). widget parameters).
Widgets are not supported by all applications for SMS. For example, the standard application Messages on Samsung may not have a widget, but it offers one Google Messages or Pulse SMSIf functionality is important to you. widget, consider changing the client for messages.
| Application | Availability of widget | Widget functions |
|---|---|---|
| Google Messages | โ Yes | View recent messages, quick reply, create a new SMS |
| Samsung Messages | โ No | โ |
| Textra SMS | โ Yes | Customizable view, quick replies, themes |
| Pulse SMS | โ Yes | Notifications, synchronization with PC, dark mode |
4. Installing an alternative launcher (Nova, Apex, Lawnchair)
If the standard methods did not help, the problem may lie in the launcher - a app that controls the appearance of the main screen. data-i="146">or MIUI or Flyme) aggressively hide system applications. The solution is to install a third-party launcher, which gives more control over the icons.
The most popular options:
- ๐ Nova Launcher โsupports hidden applications, customization of icons and gestures. The free version has restrictions on the number of actions.
- ๐จ Apex Launcher โa lightweight launcher with support for themes and hidden applications.
- ๐ Lawnchair โan open source launcher that imitates Pixel Launcher, but with advanced features settings.
After installing an alternative launcher:
- Open the launcher settings (usually long press on the main screen โ
Settings). - Find the section
Hidden appsorApp Drawer. - Make sure the messaging app is not hidden.
- Add its icon to the home screen through the all apps menu (as in Method 1).
Warning: on some devices (for example Huawei without Google services) third-party launchers may work incorrect. Before installation, check compatibility in Google Play or on the forums (for example, 4PDA).
5. Resetting the launcher settings (if the icon disappeared after the update)
Sometimes after updating the system or launcher, application icons disappear from the main screen, although the apps themselves remain installed. This is due to a failure in the launcher cache. To fix:
Go to
Settings โ Applications.Find the launcher (usually called Launcher, One UI Home, MIUI Launcher or Pixel Launcher).
Click
Storage โ Clear cache.Go back to the main screen - the icons should be restored. If not, do
Resetting settingsin the launcher menu (usually accessible via a long press on the main screen).
On devices Samsung an additional step may be required:
โ ๏ธ Attention: After resetting the launcher settings One UI all widgets and folders on the main screen will be deleted. We recommend that you first take screenshots of the current one. arrangement of icons to quickly restore it.
If the reset did not help, try reinstall updates for the launcher:
- In the launcher application settings, click on three dots โ
Uninstall updates. - Reboot the device.
- Update the launcher via Google Play (if available).
6. Manually creating a shortcut via ADB (for experienced ones). users)
If all the previous methods did not work, and the message application is not in the list. installed (for example, after a deep system clean), you can try to restore its icon via ADB. This method is only suitable for users with unlocked USB debugging and installed ADB Tools.
Instructions:
Connect your smartphone to the PC and activate
USB debugginginSettings โ System โ For Developers.Open the command line (or Terminal on Mac/Linux) and enter:
adb shell pm list packages | grep -i "messag"This will list the packages associated with messages. Find the one you need (for example,
com.google.android.apps.messagingfor Google Messages).Create a shortcut on the main screen:
adb shell am start -a android.intent.action.CREATE_SHORTCUT -n application_package/.activity_classFor Google Messages the command will be like this:
adb shell am start -a android.intent.action.CREATE_SHORTCUT -n com.google.android.apps.messaging/.ui.ConversationListActivity
If you are not familiar with ADB, it is better to skip this method - incorrect commands can disrupt the system. For most users, the previous methods are sufficient.
How to find the activity class for an ADB command?
Open the application APK through an archiver (for example, 7-Zip) and find the AndroidManifest.xml file. It will indicate the activity classes for each. screen. Or use the command adb shell dumpsys package application_package and look for lines with "activity".
Frequent problems and solutions
Even after successfully adding a message icon to the main screen, users face additional difficulties. Here are the most common ones. them and how to eliminate them:
- ๐ The icon appears, but disappears after a reboot:
Check whether the application is disabled in the battery settings (for example, in MIUI there is an option
Autostartthat needs to be enabled for system applications). - ๐ต No notifications for new SMS:
Go to the application settings for messages โ
Notificationsand make sure they are enabled. Android 13+ may require permission to send notifications. - ๐ Cannot drag the icon to the main screen:
Perhaps enabled
Children's mode. securityor restrictions through Digital WellbeingCheck the settings inSettings โ Digital well-being.
On some devices (for example, Huawei with AppGallery instead of Google Play) the standard SMS application can be replaced with Huawei Messages, which behaves differently. If you use such a device, try installing Google Messages manually via APK (but keep in mind that without Google services the functionality will be limited).
If none of the methods helped, check whether the standard SMS application has been deleted along with the system files. In this case, only flashing the device will help. reset to factory settings.
FAQ: Answers to popular questions
Is it possible to add a messages icon to the lock screen?
Yes, but not directly. You can:
- Add message widget to the home screen (if the launcher supports displaying widgets on the lock).
- Enable
Notifications on the lock screenin the application settings for SMS. - Use applications like Always On Display (for AMOLED screens), which show notification icons.
On Samsung s One UI there is an option Shortcuts on the lock screen โyou can add a message icon there.
Why did the messages icon disappear after updating Android?
This is due to the fact that:
- The manufacturer replaced the standard SMS application with its own (for example, Samsung Messages instead of Google Messages).
- The launcher was reset settings after the update (solved resetting the launcher cache).
- The application was disabled as "unused" by the optimization system.
Try to find a new application for SMS in the menu of all apps or install an alternative from Google Play.
How to return the messages icon to Dock panel?
The Dock panel (the bottom panel with frequently used applications) is configured in the same way as the main screen:
- Open the all applications menu.
- Find the messages icon and drag it to the Dock panel (usually located at the bottom of the screen).
- If the dock panel is full, remove the unnecessary shortcut (drag it up to the main screen or to the trash bin).
On some launchers (for example Nova Launcher), you can adjust the number of icons in the dock panel in the settings.
Is it possible to change the icon standard application for SMS?
Yes, but for this you will need:
- A third-party launcher (for example, Nova Launcher with a module Nova TeslaUnread to display the notification counter).
- An application for changing icons (for example, Icon Pack Studio or Awesome Icons).
- Manual editing via
ADB(only for experienced users).
Please note that on some shells (for example, One UI) changing system icons may lead to failures.
What to do if the messages icon is gray and does not open?
A gray icon usually means that:
- Application disabled โenable it in
Settings โ Applications. - This is shortcutand not the application itself - delete it and add the original icon.
- There was a failure in the application data - clear the cache and storage in its settings.
If the icon remains gray after all the manipulations, try reinstalling the application or resetting the launcher settings.