Have you installed an application on Androidbut its shortcut suddenly disappeared from the desktop? Or the app didn't initially create an icon, but are you sure it's installed? This situation is familiar to many users - especially after system updates, factory resets or viruses. Fortunately, there are several ways to find a โlostโ application, even if it is not in the menu and is not displayed in the search. Android There are several ways to find a โlostโ application, even if it is not in the menu and does not appear in the search.
In this article we will look at how to detect an application without a shortcut - from simple (through the phone settings) to advanced (using third-party utilities). You'll also learn why apps can hide and how to prevent them from disappearing in the future. The instructions are suitable for all versions 7 working methodsHow to detect an application without a shortcut - from simple (through phone settings) to advanced (using ADB and third-party utilities). You'll also learn why apps can hide and how to prevent them from disappearing in the future. Instructions apply to all versions Android (from Android 8.0 Oreo to Android 15), but some steps may vary slightly depending on the shell (MIUI, One UI, ColorOS etc.).
Before Before you start searching, check the obvious: perhaps the shortcut has simply moved to another screen or folder. Scroll through all desktops and open the application menu (usually by swiping up from the bottom of the screen). If there is no app there, read on.
1. Search through the All Applications menu
The fastest way to find a hidden application is to use the built-in menu "All applications" (or App Drawer). It contains a list of all installed apps, including those that do not have shortcuts on the desktop.
How to open:
- ๐ฑ On most smartphones, do swipe up from the bottom of the screen (where the navigation bar is located).
- ๐ At the top of the screen will appear search bar -enter the name of the application.
- ๐ If there is no search, tap on the icon "All applications" (usually this a square of dots or circles at the bottom of the screen).
- ๐ Scroll through the list manually - sometimes applications are "hidden" at the end due to infrequent use.
If an application is not displayed even here, it may be disabled or hidden by the system. Let's move on to the next method.
On some smartphones (for example, Xiaomi or Huawei) the โAll applicationsโ menu may be disabled. To return it, hold down an empty area on the desktop โ Screen settings โ enable the option Show application menu.
2. Checking in Android settings
If the application is installed but does not appear in the menu, it can be found through system settings. This method works even for disabled or hidden apps.
Instructions:
- Open
Settings(gear in the menu or on the desktop). - Go to section
Applications(orManage applications,Application Managerโthe name depends on the firmware). - Tap on
Show all applications(if there is such a filter). - Use search at the top of the screen or scroll through the list manually.
- If the application is found, but disabled, click on it โ
Enable.
Pay attention to the tabs at the top of the screen:
- ๐ฑ Installed โ all active apps.
- โ๏ธ System โ built-in applications (may be hidden).
- ๐ซ Disabled - apps that do not work, but are not deleted.
What to do if the application is gray?
The gray icon means that the app disabled or is system (some manufacturers block their launch). To return it to service, press Enable or Activate. If there is no button, this is system software that cannot be launched manually (for example, Android System WebView).
If the application is not in this list, it may was deleted or never installed. Check the download history in Google Play.
3. Using Google Play to restore
Google Play Market stores the history of all installed applications, even if they were deleted. This will help you check whether the app was really on the device and, if necessary, reinstall it. her.
How to check:
- Open Google Play and tap on profile avatar (in the upper right corner).
- Select
Manage applications and deviceโManagement. - Go to the tab
InstalledorNot installed(if the app was uninstalled). - Find the desired application in the list and click
Install(orEnableif it is disabled).
If the application is not displayed in history, perhaps it was:
- ๐ฅ Installed not from the Play Store (via APK).
- ๐ Deleted with root access (root).
- ๐ก๏ธ Hidden antivirus or optimizer (for example, Clean Master).
4. Search through the file manager
If the application is installed, but is not displayed in menu systems, its files are still stored in the device memory. They can be found manually through file manager (for example, Files by Google, Solid Explorer or built-in explorer).
Where to look:
| Folder | Path | What contains |
|---|---|---|
| Installed APK | /data/app/ |
Files of all user applications (required root access for access). |
| Cache and data | /data/data/ |
Settings and temporary app files. |
| System APK | /system/app/ or /system/priv-app/ |
Built-in applications (available only with root). |
| Downloads | /storage/emulated/0/Download/ |
APK files downloaded manually. |
How to find:
- Open the file manager and go to
Internal memory. - Enter the name of the application in the search or
.apk. - If you find a
APKfile, try installing it again.
โ ๏ธ Attention: Deleting files from folders/data/or/system/without root access can lead to Android crashes. Do not change system folders if you are not sure of your actions.
5. Advanced method: using ADB
If standard methods do not help, you can use Android Debug Bridge (ADB) a debugging tool that allows you to control the device via a computer. This method is suitable for experienced users.
What you will need:
- ๐ฅ๏ธ A computer with ADB drivers installed.
- ๐ฑ Enabled USB debugging on a smartphone (
Settings โ About phone โ Build number(tap 7 times) โFor developers โ USB debugging). - ๐ USB cable for connection.
Commands for searching for applications:
adb shell pm list packages | grep "application_name"
Replace application_name with part of the name (for example whatsapp or telegram) If the package is found but the application does not start, use:
adb shell am start -n package.name/activity.name
To find out the activity name, run:
adb shell dumpsys package package.name | grep "launchable-activity"
โ ๏ธ Warning: Incorrect use ADB may disturb the system operation. Do not remove or change system packages (for example, com.android.*) if you do not know their purpose.
Install Platform Tools on the PC|Enable USB debugging on the phone|Connect the phone to the PC with the original cable|Check the connection with the command adb devices-->
6. Third-party utilities for finding hidden applications
If you donโt want to bother with ADB, you can use specialized applications to find hidden software. They scan the system and show all installed apps, including disabled and system ones.
Popular utilities:
- ๐ App Inspector - shows all packages, including hidden ones, with the ability to run.
- ๐ ๏ธ Package Name Viewer - displays the technical names of applications (
com.example.app). - ๐ Hidden App Finder - specializes in searching โinvisibleโ apps.
- ๐ SD Maid โ cleans garbage and finds โorphanedโ application files.
How to use:
- Install one of the utilities from Google Play.
- Run a scan (usually a button
ScanorSearch). - View the list of found applications - hidden ones will be marked with a special icon.
- Tap on the application to enable or create shortcut.
Please note: some utilities require root access to function fully. Without them, they will only show user applications.
Third-party utilities can detect applications that are not visible in the standard Android settings, but their effectiveness depends on the access level (root or not).
7. Restoring a shortcut manually
If an application is found, but its shortcut still does not appear on the desktop, you can create it manually. To do this:
Method 1: Through the applications menu
- Open all applications menu (swipe up).
- Find the desired application and Long-press its icon.
- Drag it to the desktop or into a folder.
Method 2: Through the widget (if the first method does not work)
- Long-press an empty area on the desktop โ
Widgets. - Find the widget
Application shortcuts(orApp Shortcuts). - Drag it to the screen and select the desired application.
Method 3: Via launcher (for advanced users)
- ๐ฑ Install an alternative launcher (for example, Nova Launcher or Apex Launcher).
- ๐ง In the launcher settings, find the option
Hidden applicationsand uncheck the desired app. - ๐ Restart the launcher (usually just swipe down and select
Relaunch).
โ ๏ธ Attention: Some manufacturers (for example, Huawei or Xiaomi) block the creation of shortcuts for system applications. In this case, only ADB or root.
FAQ: Frequently asked questions about hidden applications
Why did the application disappear from the desktop, but remain in the menu?
This can happen. due to:
- ๐งน Clearing the launcher cache (reboot the device).
- ๐ System updates (some shells reset shortcuts).
- ๐ก๏ธ Optimizer actions (for example, MIUI Optimizer or Huawei Phone Manager).
- ๐ค Reset launcher settings (check your settings themes).
To return the shortcut, drag the application from the menu back to the desktop.
Is it possible to find an application if it has been deleted?
If the application deleted, it cannot be restored using standard means. However:
- ๐ฅ Check trash in Google Play (section
Library). - ๐ If the deletion was recent, try cancel the action in the notification (works within a few seconds).
- ๐พ If you have had backup via Titanium Backup or Swift Backup, restore data from it (root required).
Important: Without a backup or root access, it is impossible to restore a deleted application.
How to find out if an application is hidden by a virus?
If the application has disappeared without your participation, this may be a sign of infection. Check:
- ๐ก๏ธ Antivirus (Malwarebytes, Dr.Web, Kaspersky).
- โ๏ธ List of device administrators (
Settings โ Security โ Administrators). devices - ๐ Battery consumption (
Settings โ Battery). Unknown applications with high consumption are a cause for concern.
If you find a virus, remove it and reinstall the missing application.
Why some system applications do not have shortcuts?
Manufacturers often hide system utilities (for example, Android System WebView, Google Play Services) because:
- โ๏ธ They work in the background and are not intended for manual launch.
- ๐ They cannot be deleted without root access (so that users do not violate the stability of the system).
- ๐ฑ They duplicate the functions of other applications (for example,
Cameracan be replaced by Google Camera).
Such apps usually do not need shortcuts, but they can be found through ADB or third-party utilities.
How to prevent shortcuts from disappearing in the future?
To prevent shortcuts disappeared:
- ๐ Regularly reboot device (once every 2โ3 days).
- ๐ซ Do not use aggressive optimizers (for example, Clean Master, DU Speed Booster).
- ๐ Fix important applications on the desktop (press the icon โ
Pin). - ๐ง Update launcher and firmware to the latest version.
If the problem persists, try changing the launcher (for example, to Nova Launcher or Microsoft Launcher).