How to hide apps on Xiaomi Redmi 4X: from standard MIUI features to hidden tricks

The Xiaomi Redmi 4X is still a popular smartphone due to the reliability and flexibility of MIUI firmware. But even on this device, users are faced with the need to hide applications β€” whether they are system utilities that can not be removed, or personal programs that you do not want to show to others. Unlike modern flagships, the Redmi 4X runs on MIUI 8-11 (depending on the firmware version), where there is no built-in Hidden Apps in the usual form. However, this limitation can be circumvented in several ways, from standard tools to little-known tricks.

In this article, we will discuss 5 working methods, including hiding through Security Settings, using alternative launchers, disabling notifications and even temporarily β€œfreezing” applications without root rights. Particular attention will be paid to the nuances that arise on Redmi 4X due to Android 6.0/7.1 and the features of the MIUI shell. If you are looking for a way to hide applications from children, colleagues or just want to organize the desktop – read on.

1. Hiding applications through the "Second Space" (Dual Apps)

The most reliable way to hide applications on Redmi 4X is to use the built-in Dual Apps feature, which is originally designed to clone messengers (like two WhatsApp accounts), but it can be adapted to hide programs.

How it works:

  • πŸ”„ Cloning the app: Go to Settings β†’ Second space, and select the programs you want to hide, and the system will create copies of them in the second profile.
  • πŸ”• Disable the original: In the main space, remove the app shortcut from the desktop (don't delete the app itself!). β†’ All applications find the original program and disable notifications.
  • πŸ”’ Protect Second Space: Set a Password or pattern lock to Log in Second Space (Settings) β†’ Lockdown and protection β†’ Locking the second space).

Importantly, this method does not delete the application completely β€” it stays in the system, but becomes inaccessible without entering a password.

πŸ’‘

If you hide messengers (such as Telegram or Viber), turn off the synchronization of contacts in the second space to avoid duplication of notifications.

2.Using the Hidden Applications function in MIUI

Some versions of MIUI 9-11 on Redmi 4X have a hidden app hiding option that can be activated through Security Settings, which does not require third-party software installation, but does not work on all firmware.

Step-by-step:

  1. Open the Security app (the shield icon).
  2. Go to the Optimization section β†’ Warehouse.
  3. Slip on the three dots in the top right corner and select Hidden Applications (if there is no item, the method is not supported by your version of MIUI).
  4. Tick the programs you want to hide and confirm the action.

After that, the apps will disappear from the menu and search, but they will remain in the system. To return them back, repeat the steps and uncheck the boxes. Limit: hidden programs will still appear in the list of installed applications in Settings β†’ All applications.

- MIUI version 9 or later

- Availability of the item "Hidden applications" in the menu "Optimization"

- Lack of custom firmware (for example, LineageOS)

- Free memory (minimum 500 MB)-->

3. Hiding through alternative launchers (Nova, Apex, POCO Launcher)

If standard methods don’t work, you can install a third-party launcher that supports the application hide function. Redmi 4X is best suited for:

  • 🌟 Nova Launcher: Allows you to hide apps from menus and search, supports gestures and backup settings.
  • πŸ”„ POCO Launcher: Lightweight launcher from Xiaomi with the function "Hidden applications" (you need to enable in the settings).
  • πŸ“± Apex Launcher: Supports hidden programs and sorting by folder with password.

Instructions for Nova Launcher:

  1. Install the launcher from Google Play and make it the main one (Settings β†’ Home Screen β†’ Default Launcher).
  2. Press your finger on your desktop β†’ Settings Nova β†’ App settings.
  3. Select Hide Apps and select the desired programs.
  4. Save the changes and restart the launcher (long press on the desktop β†’ Reboot).

⚠️ Note: Hidden applications through the launcher will still be visible in Settings β†’ All applications and can appear in global search results (if not disable them in search settings).

Nova Launcher|POCO Launcher|Standard. MIUI|Apex Launcher|Other-->

4. Disable applications via ADB (without root)

For power users, there is a way to disable system applications without obtaining root permissions, through ADB (Android Debug Bridge), a method that is suitable for hiding pre-installed programs that cannot be removed by standard means (for example, Mi Video, Mi Music or Browser).

What you need:

  • πŸ–₯️ A computer with installed Xiaomi drivers and ADB (You can download from the Android Developers website).
  • πŸ“± Included debugging by USB on the Redmi 4X (Settings β†’ The phone. β†’ Version. MIUI (tap 7 times) β†’ Additionally. β†’ For developers β†’ Debugging by USB).
  • πŸ”Œ USB-cable (preferably original).

Instructions:

1. Connect the phone to the PC and confirm access via USB.


2. Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with ADB.




3. Enter a command for a list of all packages:




adb shell pm list packages




4. Find the name of the package of the desired application (for example, com.miui.video for Mi Video).




5. Disable it with the command:




adb shell pm disable-user --user 0 com.miui.video

⚠️ Warning: Do not disable system components called com.android, com.miui.home or com.xiaomi - this can lead to unstable phone operation.

How do I get the app back?
To turn the program back on, use the command: adb shell pm enable com.name.packet For example, for Mi Video: adb shell pm enable com.miui.video After that, the application will appear again in the menu.

5. Hiding through Archiving (APK Extractor + File Manager)

If you need to temporarily hide an app (for example, before handing over your phone to another person), you can archive it. APK-This method is not suitable for system programs, but it works with user-generated programs.

Algorithm of action:

  1. Install APK Extractor from Google Play.
  2. Launch the application, find the program you want to hide in the list, and click Save APK. The file will be saved in the folder. APK_Extractor.
  3. Remove the original application through Settings β†’ All applications.
  4. Move the saved APK to a secure folder (for example, to a password archive or cloud storage).

To restore the application, simply install APK-Warning: this method does not hide the application data (cache, settings), but only removes it from the list of installed programs. /data/data/name-packet and /sdcard/Android/data/name.packet (root or file manager with superuser rights required).

πŸ’‘

APK Archiving is the only method that removes an application from the system completely (as opposed to hiding through a launcher or a second space), however, it requires backup and is not suitable for system programs.

Comparison of Hidden Applications on Redmi 4X

MethodRoot is required.Hiding from searchHiding notificationsSuitable for system applicationsDifficulty
Second space❌ No.βœ… Yes.βœ… Yes (on shutdown)❌ No.Medium
Hidden MIUI function❌ No.❌ No (sees in the settings)❌ No.❌ No.Easy.
Third-party launcher❌ No.βœ… Yes.❌ No.❌ No.Easy.
ADB❌ No.βœ… Yes.βœ… Yes.βœ… Yeah (cautiously!)Difficult.
APK Archives❌ No.βœ… Yes.βœ… Yes.❌ No.Medium

Frequent Mistakes and How to Avoid Them

When hiding applications on Redmi 4X, users often face some problems, and here are the most common ones and how to solve them:

  • πŸ”„ "App reappears after reboot": This happens if you used a launcher without superuser rights.Solution - install Nova Launcher Prime (paid version) or use the method with the "Play version" ADB.
  • πŸ“΅ "Notifications from hidden apps" do not work: If you have disabled notifications manually, they will need to be turned on separately.
  • ⚠️ "Phone started to brake after disabling system applications: You probably turned off the critical component MIUI. Solution: return the application with the command adb shell pm enable or reset settings.
  • πŸ”’ "I can't find the 'Hidden Apps' function in MIUI": This option is not available on all firmware versions. MIUI Up to the latest stable version or use alternative methods.

⚠️ Note: If you hide banking applications (such as SberBank Online or Tinkoff), please note that some of them block work in cloned space or when you turn off notifications!

FAQ: Answers to Frequent Questions

Can I hide system applications (such as Mi Video or Browser) without rooting?
Yes, but with reservations. ADB can disable most system applications, but it can cause the phone to run in an unstable way. A safer way is to use a launcher that simply hides them from the menu but doesn't remove them from the system. Complete removal of system programs without root is impossible.
Will the hidden app work in the background?
Depends on the method of hiding: If you used a second space or launcher, yes, the application will continue to work, but notifications may not come. If you disabled it through ADB, no, the application will stop working completely. If you archived the APK, no, because the application is deleted.
How to hide an app from Google search (e.g., so it doesn’t appear in search results by phone)?summary> So that the app doesn’t show up in search results: Open Google Settings (app or via Settings β†’ Google). Go to Search β†’ Filters β†’ Apps. Find the app you want and turn it off in search. You can also use launchers like Nova, which allow you to exclude programs from search by default.
Can you hide the application so that it is not visible even in the settings?
No, you can't completely hide an application from the system without root rights, even if you delete it through the root rights. ADB or archive APK, It will remain on the Settings list. β†’ All applications (but will be marked as "disabled"). To completely remove you need root and a file manager with superuser rights.
Will this method work on other Xiaomi models (Redmi Note 4, Mi A1, etc.)?
Most methods (second space, launchers, ADB) work on all Xiaomi devices running MIUI. However: The Redmi Note 4/4X and Mi A1 (with pure Android) do not have a "Second Space" function, but there are similar launchers. New models (MIUI 12+) have built-in "Hidden Apps" in security settings. On Android One devices (for example, Mi A2), the ADB method works differently due to the lack of MIUI customization.