Have you deleted or accidentally disabled a system app on Xiaomi and now you can't find it on the menu? Or have important utilities like Security, Them or Cameras disappeared after the MIUI update? This problem is familiar to many owners of Redmi, POCO and Mi smartphones - the manufacturer actively optimizes firmware by hiding or deactivating underutilized services. But you can return them back without complex manipulation.
In this article, weβll look at 5 proven ways to enable disabled applications on Xiaomi, including methods for users without root rights and advanced solutions for those who are ready to deep-tube the system. Youβll learn how to restore access to hidden utilities through Settings, ADB, MIUI Hidden Settings and even manually through the file system.
Why apps are turned off on Xiaomi
MIUI will automatically deactivate or hide applications for several reasons:
- π System update: After Mayorapdate (e.g., with MIUI 13 on MIUI 14) some utilities may disappear from the menu, as their functionality is moved to other sections or removed as outdated.
- ποΈ Memory optimization: The system disables underutilized applications (e.g, FM-radio, infrared remote or recording conversations to save resources.
- π οΈ Manual disconnection by the user: In Settings β Annexes β Application management can be deactivated system utilities, after which they disappear from the launcher.
- π¦ Regional restrictions: Some models (such as the global versions of the Redmi Note 12) lack apps like Mi Pay or Mi Home due to geo-locking.
It is important to understand the difference between hidden and disabled applications: Hidden remain in the system, but are not displayed in the menu (they can be returned through the launcher settings). ADB.
Method 1: Enable through standard MIUI settings
The easiest method is to return the application through the Application Management menu, which works for most system utilities that have been manually or automatically disabled.
- Open Settings β Applications β Application Management.
- Slip on the three dots in the upper right corner and select Show all apps.
- In the list, find the app you want (e.g. Camera, Security, or Themes).
- Click on it and select Enable (if the button is active).
If the app doesnβt appear in the list, try:
- π Use a name search at the top of the screen.
- π± Reboot your smartphone β sometimes after a reboot hidden utilities appear in the menu.
- π Update MIUI Up to the latest version (new assemblies return previously deleted functions).
βοΈ Pre-insertion check of the annex
β οΈ Note: Some system applications (such as MiuiDaemon or Analytics) cannot be enabled manually, which can cause disruptions. MIUI. If the button is inactive, use other methods.
Method 2: Return via launcher settings
If the application is not removed, but simply hidden from the menu, it can be returned via the MIUI Launcher shell settings:
- Click on the empty space on the home screen and select Launcher Settings (or Home Screen Settings).
- Go to Hidden Applications (in some versions of MIUI it is called Hidden Applications).
- Uncheck the box in front of the desired application.
If there is no Hidden Applications section, try an alternative path:
- Open Settings β Applications β Application Management.
- Slip on three points β Special access β Hidden applications.
What to do if there is no βHidden Appsβ section
This method works for:
- π± Standard utilities (Camera, Gallery, Records).
- π΅ Musical Players (Mi Music).
- π‘ Service applications (FM-radio, infrared).
Method 3: Use MIUI Hidden Settings (without root)
For advanced users who donβt want root rights, thereβs MIUI Hidden Settings (formerly known as Activity Launcher) that lets you run hidden system components and return remote functions.
Instructions:
- Download MIUI Hidden Settings from Google Play.
- Open the application and provide access to Special features (needed for the utility to work).
- In the main menu, select Hidden Apps or Deactivated Components.
- Find the right application and tap it β Enable it.
Advantages of the method:
- β Does not require rooting or ADB.
- β Shows even deep-hidden system utilities (e.g. EngineerMode for testing iron).
- β Allows you to run individual Activity windows that are not visible in the standard interface.
β οΈ Warning: Do not include unknown system components with names like com.miui.analytics or com.xiaomi.ab, which can lead to increased battery consumption or malfunctions. MIUI.
| Annex | Can I get it back through Hidden Settings? | Alternative method |
|---|---|---|
| Topics | β Yes. | Update MIUI to the latest version |
| FM-radio | β Yes. | Use third-party software (such as Spirit FM) |
| IR remote | β Yes. | Install Mi Remote from Google Play |
| Mi Pay | β No (geolocking) | Changing the region to China in the settings |
| EngineerMode | β Yes. | Code #4636## (not on all models) |
Method 4: Enable via ADB (for power users)
If standard methods donβt work, you can use ADB (Android Debug Bridge), which requires connecting your smartphone to your computer, but allows you to include even those applications that are locked at the system level.
Step-by-step:
- Turn on USB Debugging on Smartphone: Settings β About Phone β MIUI Version (tap 7 times to unlock Developer Mode) Settings β Additional β Developers β Debugging on USB (enable)
- Connect Xiaomi to your PC and confirm your trust in your computer.
- Download Platform Tools (part of the Android SDK) and unpack into any folder.
- Open the Command Prompt (Windows) or Terminal (macOS/Linux) in the adb folder.
- Follow the command to check the connection: Adb devices should appear the name of your device.
- Find out the batch name of the disabled application (for example, for the Camera it is com.android.camera). List of popular packages: com.miui.gallery - Gallery com.android.camera - Camera com.miui.securitycenter - Security com.miui.themes - Themes com.miui.fm β FM-radio com.xiaomi.scanner - Scanner
- Enable the application by command: adb shell pm enable com.name.package For example, for camera: adb shell pm enable com.android.camera
If after completing the command, the application does not appear in the menu, restart the smartphone or use the command to force the start:
adb shell am start -n com.name.packet/.name.activityYou can find out the name of the activity through MIUI Hidden Settings or the App Inspector utility.
π‘
If you donβt know the packet name of the application, use the command adb shell pm list packages -d β it will show a list of all disabled packets.
β οΈ Warning: Do not enable system packages called com.miui.daemon, com.xiaomi.xmsf or com.android.providers.partnerbookmarks β this may disrupt the stability of the work MIUI.
Method 5: Manual file system recovery (requires root)
If you are ready to get root rights (for example, through Magisk), you can manually restore disabled applications by copying their files from a backup or other firmware, which is suitable for cases where the application has been removed completely, rather than simply deactivated.
Instructions:
- Install Root Explorer or FX File Explorer with root support.
- Go to /system/priv-app/ or /system/app/ (depending on the type of application).
- Find a folder with the name of the app disabled (for example, MiuiCamera for the camera).
- If the folder is empty or missing, download it from the firmware for your model (can be found on the 4PDA or XDA Developers forums).
- Copy the folder to /system/priv-app/, set the rights to 755 (for the folder) and 644 (for the files inside).
- Reboot your smartphone.
Examples of paths for popular applications:
- πΈ /system/priv-app/MiuiCamera/ β standard-camera.
- π /system/priv-app/MiuiSecurityCenter/ β security.
- π¨ /system/priv-app/ThemeManager/ β utilities.
π‘
Before copying files to system folders, be sure to back up via TWRP or Titanum Backup. An error in access rights can lead to a bootloop ( looped reboot).
Important: On Project Treble devices, the path to system applications may be different. Use the mount | grep system command in ADB to find out the exact path.
What to do if the application cannot be returned
Some system utilities can't be repaired with standard methods. Here's what to do in these cases:
- π Update. MIUI: In new versions, firmware can return previously deleted functions (for example, an IR remote or a remote control). FM-radio).
- π₯ Install an alternative from Google Play: FM-radio: Spirit FM Or NextRadio. For the IR remote: Mi Remote (official) or AnyMote. For the recording of conversations: Cube Call Recorder.
- π Change the firmware region: Some apps (such as Mi Pay or Mi Home) are only available in Chinese builds. MIUI. To change the region, use the utility MIUI Region Changer (requires an unlocked bootloader).
- βοΈ Reflash the device: If the application is critical (like a Camera or Modem), install custom firmware like Xiaomi.eu or LineageOS, where it is guaranteed to work.
Examples of applications that are often impossible to return:
| Annex | Reason for blocking | The alternative |
|---|---|---|
| Mi Pay | Geoblocking (only in China) | Google Pay, Samsung Pay |
| Mi Home (China) | It differs from the global version. | Install a global version from Google Play |
| EngineerMode (MTK) | Removed on models with Snapdragon processor | MTK Engineering Mode (MediaTek only) |
| Second Space | Removed in some regions due to Google policy | Use Island or Shelter |