Why users want to hide apps on Poco F3 and what it can do
Owners of Xiaomi Poco F3 They often have to hide individual applications, whether they're personal messaging apps, distraction games, or system utilities that they don't want to show to others. From wanting to keep privacy to wanting to organize the desktop, but hiding applications from the desktop is a very simple way to do it. MIUI It has nuances that you should know in advance.
First, not all methods are equally secure. For example, using third-party launchers can conflict with the MIUI 12/13/14 shell, and system functions like Second Space require additional device resources. Second, some methods (for example, disabling applications through Settings β Apps) do not remove them completely, but only mask icons, which means that the application will still be visible in the All Apps menu or through search.
In this article, weβll look at 5 working ways to hide apps on Poco F3, including little-known MIUI features, launcher setups, and even system tricks for power users, and focus on how these techniques affect smartphone performance and data security.
Method 1: Built-in Hidden Applications in MIUI
The easiest and safest method is to use the built-in Hidden Apps option available in the standard MIUI launcher.This method does not require superuser rights and works on all Poco F3 firmware versions (including MIUI 14 based on Android 13).
Instructions:
- Open Settings and go to the Desktop section (or Lock Screen and Desktop in newer versions).
- Select Hidden Applications (may be called Hide Apps depending on localization).
- Activate the function by setting the switch to the position "On".
- In the list, tick the apps you want to hide and click Ready.
After that, the icons of the selected applications will disappear from the desktop and from the application menu, but they can still be found:
- π Through search by system (swipe down on desktop).
- π In the All Applications section (if you include the display of hidden in the launcher settings).
- βοΈ Settings menu β Annexes β Application management.
Method limitations: Hidden applications continue to run in the background and can send notifications. To completely stop their activity, you will have to manually stop processes through Settings β Applications.
βοΈ Preparing before hiding applications
Method 2: Using the Second Space to Insulate You
If you need to not just hide an application, but completely isolate it from the main profile (for example, to separate work and personal data), use the Second Space function. This is analogous to Multi-ROM or Dual Apps, but with deeper integration into the system.
How to set up:
- Go to Settings. β Second space.
- Click Create a second space and follow the instructions (you will need to come up with a separate password or pattern lock).
- Once created, restart the device and select the desired space when you log in.
- Install or move the apps you want to hide to a second space.
Advantages of the method:
- π Complete isolation: applications from the second space are not visible in the main and vice versa.
- π± Ability to use different accounts Google/Mi in every space.
- π‘οΈ Password or fingerprint protection.
Cons: The second space takes up extra resources (about 1-2 GB of storage) and can slightly slow down the smartphone, and some system applications (such as the Camera or Phone) will be duplicated in both spaces.
What if the second space is not created?
Method 3: Disable system applications via ADB (for experienced)
If you want to hide or disable system applications (for example, Mi Video, Mi Music, GetApps), which can not be removed by standard methods, you can use the ADB command. This method requires connecting a smartphone to a computer and basic knowledge of working with the console.
Step-by-step:
- Turn on USB debugging on Poco F3: Settings β About Phone β MIUI Version (click 7 times to activate Developer Mode) Settings β Additional β Developers β Debugging on USB (enable)
- Connect your smartphone to your PC and confirm the debugging permission.
- Open the command prompt (cmd on Windows or Terminal on macOS/Linux) and type: adb devices Make sure the device is identified (serial number should appear).
- Get a list of all packages: adb shell pm list packages Find the name of the package of the desired application (for example, com.miui.video for Mi Video).
- Disable the application by command: adb shell pm hidecom.miui.video Or delete (if you are sure that it is not system): adb shell pm uninstall -k --user 0com.miui.video
Warning: Incorrectly disabling system packages can cause MIUI to malfunction, including the inability to boot the system. Before experimenting, back up through Settings β Additional β Backup and Reset.
π‘
Before working with ADB, check if the application is critical to MIUI. For example, disabling com.android.systemui will result in a βperpetualβ black screen. A list of safe packages to disable can be found on the XDA Developers or 4PDA forums (see Poco F3 topics by alioth code).
Method 4: Third-party launchers with application hiding function
If you don't like the built-in MIUI, you can install an alternative launcher with advanced application hiding capabilities.
- π± Nova Launcher (Nova Hide Apps plugin).
- π Apex Launcher (Integrated Hiding Function).
- π‘οΈ Microsoft Launcher (Hiding Through Personal SpaceΒ»).
Example of settings for Nova Launcher:
- Install Nova Launcher from Google Play.
- Install the Nova Hide Apps plugin.
- Press your finger on your desktop β Settings Nova β Hidden applications.
- Select the apps you want to hide and save the changes.
Advantages of third-party launchers:
- π¨ More opportunities for customization (themes, gestures, icons).
- π Flexible Hidden Settings (can be hidden from search, app menus, etc.).
- π Less system load compared to the second space.
Disadvantages: Some launchers may conflict with MIUI gestures (e.g. swipe up to return to desktop) and hidden applications will remain visible in system settings (Settings β Applications).
π‘
Third-party launchers don't remove applications from the device, they only hide their icons. To completely uninstall the software, use ADB or root rights.
Method 5: Archiving APK-files without deletion)
A little-known trick for those who do not want to delete the application, but do not want to see it: you can archive it. APK-This method works without root rights, but requires a file manager with access to system folders (for example, MiXplorer or Solid Explorer).
Instructions:
- Install a file manager with root access support (e.g. MiXplorer).
- Go to /data/app/ (for custom applications) or /system/priv-app/ (for system applications).
- Find a folder with the name of the application package (for example, com.facebook.katana for Facebook).
- Rename the file extension.apk to.bak (e.g. base.apk β base.bak).
- Reset the device.
After that, the app will disappear from the menu and stop updating through the Play Market. To return it, just rename the file back to.apk and reboot.
β οΈ Note: This method does not work for applications integrated into firmware (e.g. Settings or Phone). MIUI Archived files can be restored automatically.
Comparison of methods: which one to choose?
To facilitate the choice, we will bring all the methods in a table with their pros and cons:
| Method | Difficulty | PC/route required | Visibility in settings | Impact on productivity |
|---|---|---|---|---|
| Built-in Hiding (MIUI) | β | β No. | β Seen in Settings β Annexes | β No. |
| Second space | ββ | β No. | β Not visible. | β οΈ Average (depending on the number of applications) |
| ADB (disabling packets) | βββ | β Yes, computer) | β Not visible (if disabled) | β No (unless removed) |
| Third-party launchers | ββ | β No. | β Seen in the settings | β No. |
| APK Archives | βββ | β No (but you need a file manager) | β Not visible (if renamed) | β No. |
For most Poco F3 users, the best solution is built-in hiding (if you just need to remove the icons) or a second space (if you need complete isolation), and ADB and archiving techniques are suitable for advanced users who are ready for potential risks.
Frequent Mistakes and How to Avoid Them
When trying to hide apps on Poco F3, users often face typical problems:
- The app is hidden, but notifications keep coming. Solution: Turn off notifications manually through Settings β Apps β [Title] β Notifications.
- The hidden app reappears after the MIUI update.Solution: Repeat the cover-up procedure or use Second Space.
- It is not possible to disable the system application through ADB. Solution: Check the correct name of the package and use the pm uninstall command -k --user 0 instead of pm hide.
- The launcher stopped working after hiding the applications. Solution: Reset the launcher settings (Settings β Applications β [Luncher] β Storage β Clear data).
β οΈ Note: If you have hidden a system application (such as Mi Security or Mi Share) and then stop working functions like Quick File Transfer or Virus Scanner, restore it through the system. ADB adb shell cmd package install-existingcom.miui.securitycenter