Modern smartphones based on Android offer users wide customization options, including the function of hiding application icons. This is useful for protecting your privacy or just for tidying up your desktop, but sometimes it has the opposite effect: you forget what app you've hidden and can't find it. The situation becomes even more confusing if you received a used device or if the hiding occurred accidentally as a result of an interface update.
Restoring access to them is not as difficult as it seems at first glance, but the process greatly depends on the manufacturer of your gadget. In this article we will analyze in detail how to see hidden applications on Android standard means of the system, through third-party launchers and even using advanced debugging tools. You will learn to distinguish between system restrictions and user settings to regain full control over your device.
Search through standard system settings
Most smartphone manufacturers such as Samsung, Xiaomi or Huawei, implement the function of hiding applications directly into the shell of their operating system. Typically this mechanism is located deep in the desktop settings menu or in the security section. If you are looking for where the icon has disappeared, the first thing you should do is check the settings of the default launcher.
On Samsung devices with the shell One UI the path to the settings looks like this: press and hold your finger on an empty space on the desktop, then select “Settings”. In the menu that opens, find the section Hide applications. There you will see a list of all apps that are not currently visible on the screen. To return them, just click on the cross next to the name or select the “Done” option after unchecking the boxes.
In smartphones Xiaomi (shell MIUI or HyperOS) the logic is slightly different. This often uses a two-finger spread gesture on the desktop, which opens up a special space for hidden files and apps. You can also go to the application Security, scroll down to the section Hidden applications and manage the list from there.
⚠️ Attention: If you have forgotten the password for the hidden application space on Xiaomi, it is often impossible to restore access to the data inside it without resetting your phone. The system encrypts this section separately.
Some brands, for example Oppo or Vivo, use the concept of a “Private Safe”. In this case, the application is not simply hidden, but moved to an encrypted container. You can find it through the settings in the section Privacy. There you will need to enter an access code, after which you will see a list of apps running in hidden mode.
Using third-party launchers
If the standard shell of your phone does not support the hiding function or you have installed a custom interface, the situation changes. Popular launchers, such as Nova Launcher, Microsoft Launcher or Apex Launcherhave their own mechanisms for controlling the visibility of icons. They are often more flexible than system ones, but require separate configuration.
In Nova Launcher, which is one of the most popular solutions, the hiding function is available only in the paid version. Prime. To see the list of hidden apps, you need to go to Nova Settings, select the section App Drawer and find the item Hidden applications. There will be a complete list of what was excluded from the general list. Clicking on the trash icon next to the name will return the application to a prominent place.
It is worth noting that third-party launchers cannot hide system services or critical components Androidif you do not have Rootrights. They only work with user space. If you change the launcher and can't find the hide settings, try temporarily switching to the standard interface to check if the settings are still there.
Another caveat: some launchers allow you to create “trap folders” or aliases that visually look like regular folders, but inside they hide access to certain apps. Carefully inspect all folders on the desktop, especially those whose names seem strange or empty to you.
Checking through the app manager
Even if the application icon has disappeared from the desktop and from the “All applications” menu, the app itself continues to take up space in memory and can run in the background. The most reliable way to see absolutely everything that is installed on the device is the system application manager. This method is universal for any version Android and does not depend on the manufacturer's shell.
Go to Settings the phone, find the section Applications or Application Manager. Here you will see a complete list of installed software. To make sure that all apps are displayed, click on the three dots in the corner of the screen (or the filter button) and select the option Show system processes. Now you have a complete list: from games to Google services.
If you found a missing application in this list, but it is not on the screen, then it is just disabled or hidden by the launcher. By clicking on the name of the app, you will be taken to the control menu, where you can select an action Enable or Open. This will confirm that the application is functioning normally.
| Application status | Where it is displayed | Can it be launched |
|---|---|---|
| Active | Desktop, Menu | Yes |
| Hidden (Launcher) | Only in Settings | Yes, via Settings |
| Disabled | Only in Settings (grayed) | No, you need to enable |
| System (without UI) | Only in Settings | No, it runs in the background |
Using the Application Manager also helps identify malware. Sometimes viruses disguise themselves by removing their icons, but leaving processes active. If you see an unfamiliar name in the list that consumes a lot of resources, it is worth checking it out on the Internet.
Advanced search via ADB and debugging
For users who are not afraid of technical terms and want maximum control, there is a tool Android Debug Bridge (ADB). This method allows you to see even those applications that were hidden using special scripts or modified firmware that are not available through the regular interface.
First, you need to activate developer mode. Go to Settings → About phone and quickly click on the item Build numberseven times. After this, a new section will appear in the settings menu For developers. Enable the option USB debugging.
adb shell pm list packages
Connecting the phone to the computer and entering this command in terminal, you will receive a complete list of all packages installed on the system. The command will output a list in the format package:com.example.app. This is the most comprehensive way to audit a device. If you know part of the name of the lost application, you can use the filter:
adb shell pm list packages | grep "title"
What do the flags in ADB output mean?
If you use the `pm list packages -d` command, you will only see disabled applications. The `-s` flag will show only system packages, and `-3` will only show third-party (user) applications. This helps narrow down your search.
This method requires a PC and ADB drivers installed, so it is not suitable for everyone. However, if you suspect the presence of deeply hidden spyware or a system failure, this is the only way to get an objective picture without installing additional software on the phone itself.
⚠️ Attention: Incorrect use of ADB commands, especially those related to removing packages (
pm uninstall), can lead to system inoperability (“bricking”). Use only view commands (list) if you are not sure of your actions.
Specifics of different versions of Android
The interface and menu layout may differ significantly depending on the version of the operating system. What is relevant for Android 10can be moved to Android 13 or 14. Google is constantly changing the logic of organizing settings, trying to simplify them for beginners, which sometimes makes it difficult to find advanced functions.
Pure Android (for example, in smartphones Google Pixel) the function of hiding applications as such is often absent in the basic version. Instead, it uses the "Lock in Folder" feature or integration with Google Family Link parental controls. In such cases, hiding is implemented through the creation of a separate user or guest mode.
In the latest versions of shells from Samsung and Xiaomi additional levels of protection have appeared. For example, Secure Folder (KNOX folder) creates a completely isolated environment. Applications installed inside this folder are not visible in the main task manager and do not display notifications while the folder is closed. This is no longer just hiding an icon, but a full-fledged virtualization of space.
If you have updated your phone to a new version of Android and cannot find the old hiding settings, use the search inside the “Settings” menu. Enter the word “hide” or “applications”, and the system itself will show the current path to the desired section.
It is also worth considering that manufacturers can remove functions for the sake of minimalism. If, after updating the firmware, the ability to hide has disappeared, you may have to install a third-party launcher that is guaranteed to retain this functionality regardless of the system version.
Security and parental controls
The question “how to see hidden applications” is often asked by parents concerned about the digital well-being of their children, or company security officers. In such cases, hiding may be an intentional action by the user to bypass restrictions.
Modern parental controls, such as Google Family Link or built-in solutions from manufacturers, allow you to block the installation of certain categories of applications. However, a child may try to hide the game or messenger icon so that it is not noticeable. Checking through the app manager (described above) remains the most reliable method of control.
- 🔍 Regularly check the list of installed apps in the phone settings.
- 🔒 Set a password for entering the settings to prevent configuration changes.
- 📱 Use guest mode to give the phone to other people so that they did not have access to your data.
In a corporate environment, profiles are used MDM (Mobile Device Management), which can hide entire groups of applications or, conversely, make only work tools visible. It is impossible to get out of such control without administrator rights, and an attempt to do this may lead to blocking the device.
☑️ Checking the phone for hidden software
Frequently asked questions (FAQ)
Is it possible to hide system applications without root access?
Completely remove or hide System applications (for example, Google utility utilities or drivers) without superuser rights (Root) are impossible. You can only “disable” them in the settings, which will remove the icon and stop the work, but the files will remain in memory. To completely hide, you need special utilities like Titanium Backup, which only work with Root access.
Why did applications appear again after resetting the settings?
Resetting to factory settings (Factory Reset) deletes all user data, launcher settings and passwords. This returns the phone to the condition it was in when purchased. All hidden applications become visible, since the hiding configuration is stored in the user memory section, which is completely cleared upon reset.
Does hiding an application affect its operation in the background?
No, hiding an icon only affects the visual display in the menu. The app continues to work, receive notifications, update itself, and consume battery as normal. To stop its operation, you need to force close the process in the settings or disable the application.
How to find hidden applications on a push-button phone with Android?
On push-button devices with Android Go or stripped-down shells, hiding functions are often missing. If it is, you usually need to hold down the center button or the menu button on the main screen. If this is not possible, the only option is to check the list in the section Settings → Applications.
Is it safe to use applications to hide other applications?
Using third-party “safe calculators” or hiding apps carries risks. Such applications often require extensive permissions to access your data. In addition, many antivirus apps may classify them as potentially unwanted software (Adware), since they often contain intrusive advertising.
Hidden applications do not disappear from the system - they only cease to be displayed in the interface. Any of the described methods (settings, manager, ADB) will allow you to return them to the light.