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:

  1. Open Settings (gear in the menu or on the desktop).
  2. Go to section Applications (or Manage applications, Application Manager โ€”the name depends on the firmware).
  3. Tap on Show all applications (if there is such a filter).
  4. Use search at the top of the screen or scroll through the list manually.
  5. 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:

  1. Open Google Play and tap on profile avatar (in the upper right corner).
  2. Select Manage applications and device โ†’ Management.
  3. Go to the tab Installed or Not installed (if the app was uninstalled).
  4. Find the desired application in the list and click Install (or Enableif 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).
๐Ÿ“Š Where do you usually install applications from?
Only from Google Play
From APK files
From alternative stores (APKMirror, Aptoide)
I donโ€™t know

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:

  1. Open the file manager and go to Internal memory.
  2. Enter the name of the application in the search or .apk.
  3. 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:

  1. Install one of the utilities from Google Play.
  2. Run a scan (usually a button Scan or Search).
  3. View the list of found applications - hidden ones will be marked with a special icon.
  4. 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

  1. Open all applications menu (swipe up).
  2. Find the desired application and Long-press its icon.
  3. Drag it to the desktop or into a folder.

Method 2: Through the widget (if the first method does not work)

  1. Long-press an empty area on the desktop โ†’ Widgets.
  2. Find the widget Application shortcuts (or App Shortcuts).
  3. 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 applications and 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, Camera can 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).