Annoyed by extra icons on the main screen of your smartphone? Do you want to remove system applications that cannot be deleted, or simply hide rarely used apps? Android has several ways to hide shortcuts - from simple launcher settings to advanced commands via ADB. But not all methods are equally safe: some can lead to system malfunctions if used incorrectly.

In this article we will look at 5 proven methods hide shortcuts on Android smartphones of different brands: Samsung, Xiaomi, Realme, Oppo and others. From standard launcher functions to manual editing of configuration files - choose the option that suits your needs. And if you need to not just hide, but completely disable the application, we will tell you how to do this without rootrights.

1. Hiding shortcuts through the settings of the standard launcher

Most manufacturers build into their shells (One UI, MIUI, ColorOS) the function of hiding applications. This method is the simplest and does not require installation of additional software. However, it only works for user applications - system apps (for example, Google Play Services or Samsung Knox) cannot be hidden in this way.

How to do this:

  • ๐Ÿ“ฑ On Samsung: hold your finger on an empty space on the main screen โ†’ Screen settings โ†’ Hide applications. Select the desired apps from the list.
  • ๐Ÿ”ด On Xiaomi/Redmi/Poco: swipe up to open the applications menu โ†’ click on the three dots in the upper right corner โ†’ Hide applications.
  • ๐Ÿ”ต On Realme/Oppo: go to Settings โ†’ Home screen and wallpaper โ†’ Hide apps.
  • ๐Ÿค– On clean Android (Pixel, Motorola): hold application icon โ†’ Remove from the main screen (this does not delete the app, but only removes the shortcut).

Important: applications hidden in this way remain in the menu of all apps continue to run in the background. To stop them completely, you need to use other methods (see section 4).

๐Ÿ“Š What launcher are you using?
Standard (from the manufacturer)
Nova Launcher
Microsoft Launcher
Other
I donโ€™t know what this
โš ๏ธ Attention: On some firmware (for example, EMUI from Huawei), hidden applications may reappear after a system update. Check the settings after each update.

2. Using third-party launchers (Nova, Apex, Microsoft Launcher)

If the standard settings do not allow you to hide the shortcuts you need, install an alternative launcher. The most popular options are Nova Launcher, Apex Launcher and Microsoft Launcher. They offer advanced customization features, including hiding applications.

Instructions for Nova Launcher (works similarly in other launchers):

  1. Install Nova Launcher from Google Play and make it a launcher by by default.
  2. Press your finger on an empty area of the screen โ†’ Nova Settings.
  3. Go to the section Applications and widgets โ†’ Hide applications.
  4. Select the apps you want to hide and confirm the action.

Advantages of this method:

  • ๐Ÿ”ง Works on any smartphone, regardless of the brand and version of Android.
  • ๐Ÿ”„ You can hide both user and some system applications (for example, Google Duo or Samsung Free).
  • ๐ŸŽจ Additional functions: changing icons, gestures, adaptive wallpaper.
Launcher Hide applications Additional functions Cons
Nova Launcher โœ… Yes (including system) Gestures, settings backup, adaptive icons Paid Premium version for some functions
Microsoft Launcher โœ… Yes (limited) Integration with Windows, corporate functions Advertising in the free version
Apex Launcher โœ… Yes Themes, transitions between screens Outdated design
Action Launcher โœ… Yes (with plugins) "Shutter" for quick access, adaptive widgets Difficult for beginners

Important: Hiding system applications through the launcher does not disable their background activity. To completely stop them, use the methods from section 4.

3. Creating a folder with limited access (for confidential applications)

If you need to hide not just unnecessary icons, but confidential applications (for example, banking or instant messengers), use the built-in security features of some firmware. For example, on Samsung this Secure Folder, on Xiaomi โ€” Second Space, and on Huawei โ€” PrivateSpace.

How is this works:

  1. On Samsung: go to Settings โ†’ Biometrics and security โ†’ Secure Folder. Create a folder protected with a password or fingerprint and transfer the necessary applications there.
  2. On Xiaomi: Settings โ†’ Accessibility โ†’ Second Space. Here you can create a separate profile with your own set of apps.
  3. On Huawei: Settings โ†’ Security โ†’ PrivateSpace.

Advantages of the method:

  • ๐Ÿ”’ Complete isolation of applications: they will not be displayed in the main menu and cannot be launched without authorization.
  • ๐Ÿ“ฑ Works even after rebooting the smartphone.
  • ๐Ÿ”„ You can duplicate applications (for example, have two accounts in one messenger).
โš ๏ธ Attention: If you forget the password for Secure Folder or Second Space, it will be impossible to restore access to hidden data without resetting the phone to factory settings. Write down the password in. safe place!

Make a backup of important data from applications

Remember or write down the access password

Check compatibility of applications with Secure Folder

Disable notifications for hidden apps (optional)-->

4. Disabling applications through Android settings (without deleting)

If the shortcut is in the way, but the application cannot be deleted (for example, Google Play Music or Samsung Pay), you can disableThis will remove the icon from the screen and stop background processes, but will not delete it. app files completely. If necessary, the application can be turned on again.

Instructions:

  1. Open Settings โ†’ Applications.
  2. Find the desired application in the list (use the "All applications" filter).
  3. Click on the app name โ†’ Disable (or Uninstall updates, if the "Disable" button is inactive).
  4. Confirm the action in the window that appears.

What will happen after disconnecting:

  • โœ… The shortcut will disappear from the main screen and application menu.
  • โœ… The app will stop using battery power and traffic.
  • โŒ Updates for a disabled application will not be installed.
  • โŒ Some system apps (for example, Android System WebView) cannot be disabled - this will lead to errors in the operation of the smartphone.

On some firmware (for example, MIUI) disabled applications may appear again after updating the system. In this case, repeat the procedure or use the method with ADB (section 5).

Which applications cannot be disabled?

Disabling system services (for example, Google Play Services, Android System Intelligence or Samsung Experience Service) can lead to:

- Errors when starting other apps

- Problems connecting to the network

- Not working notifications

- Loss functionality (for example, gestures or a dark theme)

If, after disconnecting, the smartphone starts to fail, return the application to its original state through the same settings.

5. Advanced method: hiding via ADB (without root)

If standard methods do not help, you can use Android Debug Bridge (ADB) is a debugging tool that allows you to manage system settings without obtaining rootrights. This method is suitable for experienced users and requires connecting a smartphone to a computer.

What you will need:

  • ๐Ÿ–ฅ๏ธ Computer with installed drivers ADB (you can download from developer.android.com).
  • ๐Ÿ“ฑ Smartphone with enabled USB debugging (path: Settings โ†’ About phone โ†’ Build number โ€” press 7 times, then return to Settings โ†’ System โ†’ For developers โ†’ USB debugging).
  • ๐Ÿ”Œ USB cable (preferably original).

Step-by-step guide:

  1. Connect your smartphone to the computer and confirm permission for debugging on the screen phone.
  2. Open the command line (cmd on Windows or Terminal on macOS/Linux) and enter:
    adb shell
    

    pm hide com.package.name

    Instead com.package.name substitute the name of the application package (you can find it via App Inspector in Google Play or command adb shell pm list packages | grep "name").

  3. Reboot the smartphone.

To return the application, use command:

adb shell pm unhide com.package.name

โš ๏ธ Attention: Incorrect use ADB can lead to system failures. Do not hide system components if you are not sure of their purpose. For example, disabling com.android.systemui will make the interface inoperable!
๐Ÿ’ก

Before. When working with ADB, create a backup copy of your data via adb backup or built-in Android tools. This will help restore the system if something goes wrong.

6. Alternative methods: disabling notifications and widgets

If the goal is not so much to hide the shortcut, but to reduce its impact on working with your smartphone, you can go another way. by: disabling notifications and application widgets. This will not remove the icon from the screen, but will make the app less intrusive.

How to disable notifications:

  1. Press your finger on the application icon โ†’ Information about application (or Application settings).
  2. Go to section Notifications.
  3. Disable the switch Show notifications.

How to remove widgets:

  • ๐Ÿ“ฑ On the home screen, hold your finger on the widget โ†’ drag it to the trash or tap Delete.
  • ๐Ÿ”ง To prevent the application from creating widgets, go to Settings โ†’ Applications โ†’ app name โ†’ Advanced โ†’ Widgets and disable them.

This method is suitable for:

  • ๐Ÿ“ง Applications that often send notifications (for example, games or news services).
  • ๐Ÿ“Š Widgets that take up space on the screen (weather, calendar, fitness trackers).
  • ๐Ÿ”• apps that cannot be disabled or deleted (for example, Google Discover on Pixel).
๐Ÿ’ก

Disabling notifications and widgets does not delete the application itself, but makes it less noticeable. This method is safe and reversible at any time.

FAQ: Frequently asked questions about hiding shortcuts on Android

Is it possible to hide system applications without root?

Yes, but with limitations. You can hide some system apps through the standard launcher settings or disabling them in the Applications menu. (for example, Google Play Movie or Samsung Members). However, critical services (for example, Google Play Servicescannot be hidden or disabled - this will lead to failures.

The method is suitable for advanced users. c ADB (section 5), but it requires caution.

Why do hidden applications appear again after a system update?

Some firmware (for example, MIUI or ColorOS) reset the hiding settings after the update. This is due to the manufacturer's policy to ensure system stability. To avoid the problem:

  • Use third-party launchers (for example, Nova Launcherthat save the hide settings.
  • Reapply the commands ADB after the update.
  • Disable automatic firmware update in the settings.
How to hide an application so that it is not found through search?

Standard hiding through the launcher or settings does not remove the app from the search results on your smartphone:

  1. Use Secure Folder (on Samsung) or Second Space (on Xiaomi) - they isolate apps from the main system.
  2. Rename the application via Nova Launcher (long press โ†’ Edit โ†’ enter a random set of characters in the name).
  3. Disable the application through the settings (section 4) - it will disappear from the search.

Please note: even in this case, the application can be found through Settings โ†’ Applicationsif you know its original name.

Is it safe to use ADB to hide applications?

ADB is an official tool from Google, but its incorrect use may disrupt the system. Risks:

  • Disabling critical services (for example, com.android.phone) will lead to network loss.
  • Some commands (for example, pm uninstall -k --user 0) remove system application updates, which can cause errors.
  • On some firmware (EMUI, Flyme) changes through ADB are reset after a reboot.

Recommendations:

  • Before working with ADB create a backup copy of your data.
  • Do not hide applications whose names contain android, google or systemif you are not sure of their purpose.
  • Use commands pm hide/unhide instead of uninstall โ€”they safer.
Is it possible to hide shortcuts on the lock screen?

Shortcuts on the lock screen (for example, camera or phone) are configured separately from the main screen. To remove them:

  • On Samsung: Settings โ†’ Lock screen โ†’ Application shortcuts โ†’ disable unnecessary ones.
  • On Xiaomi: Settings โ†’ Lock screen โ†’ Shortcuts โ†’ select No.
  • On Pixel and pure Android: shortcuts on the lock screen cannot be removed without rootrights.

On some smartphones (for example OnePlus) shortcuts on the lock screen are disabled only through ADB:

adb shell settings put global lockscreen_shortcuts_enabled 0