How to return a disabled application to Xiaomi: all working ways

Did you accidentally disable a system app on Xiaomi, Redmi or POCO, and now it's gone from the menu? Or did important features stop working after the MIUI update? This problem is familiar to many owners of devices based on Xiaomi firmware. Unlike standard Android, where deletion of applications is reversible through Google Play, in MIUI, disabled programs disappear from the interface completely β€” without the ability to quickly restore.

In this article, we will discuss 5 proven ways to return a disabled application, from standard settings to advanced methods using ADB and hidden menus. Particular attention will be paid to applications that cannot be enabled through the normal MIUI interface (for example, Security, Themes, Camera after reset). All instructions are relevant for MIUI 14/15 and models from 2020-2026 (including Xiaomi 13/14, Redmi Note 12/13, POCO F5/X5).

Why apps are turned off on Xiaomi

MIUI has two types of β€œdelete” applications:

  • πŸ—‘οΈ User Removal – the program is uninstalled completely (can only be returned by reinstalling from Google Play or by using the software to re-install the program). APK).
  • βš™οΈ System/user disabling β€” the application stays in memory, but is hidden from the interface.

Reasons for disconnection:

  • πŸ”„ Update MIUI β€” The firmware can automatically deactivate β€œextra” services (for example, duplicate applications Google and Xiaomi).
  • πŸ› οΈ Manual optimization – the user has disabled the application through Settings β†’ Annexes β†’ Application management.
  • πŸ€– Third-party utilities: programs like Debloater or Package Disabler can massively deactivate system components.
  • πŸ”§ Reset – After a hard reset, some apps (such as Mi Video or Mi Music) don’t automatically recover.

⚠️ Note: If you disable critical system services (e.g. com.miui.securitycenter), this may result in a cyclical reboot or lockdown of the screen.

πŸ“Š What kind of Xiaomi model do you have?
Xiaomi 13/14 series
Redmi Note 12/13
POCO F5/X5
Redmi 10/11
Another model

Method 1: Enable through standard MIUI settings

The easiest method is to use the built-in application management menu, which works for most user applications and some system applications (e.g. Camera, Gallery, Records).

Instructions:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Slip on the three dots in the upper right corner and select Show All Apps (or All Apps in newer versions of MIUI).
  3. In the search bar, enter the name of the disabled application (for example, β€œcamera” or β€œmusic”).
  4. Click on the found application β†’ the button Enable (if it is active).

If the button is not Enable, it means:

  • πŸ”΄ Application removed completely (reinstallation required).
  • 🟑 System-based and locked application (try Method 3 or Method 4).

β˜‘οΈ Preparation for the restoration of the annex

Done: 0 / 4

Method 2: Use of the MIUI Hidden Settings (Hidden Menu)

MIUI has a hidden menu for managing system components that doesn't show up in the standard interface, and it allows you to include applications that aren't visible in the normal settings.

How to open Hidden Settings:

  1. Open the Phone app and enter the code ##4636## (some models may not work – alternative below).
  2. If the code doesn’t work, install the MIUI Hidden Settings app from Google Play.
  3. In the menu, select App Management. β†’ Disabled Apps.
  4. Find the right application in the list and tap it β†’ Enable.

Advantages of the method:

  • βœ… Works for system applications (Themes, Security, Mi Account).
  • βœ… Does not require root rights or ADB.

⚠️ Attention: On models with MIUI 15 (e.g. Xiaomi 14) The hidden menu can be blocked.In this case, use Method 4 (ADB).

Method 3: Recovery through ADB (for power users)

If standard methods don’t work, Android Debug Bridge (ADB), a debugging tool that allows you to manage system packages, will help, which is suitable for all Xiaomi models, but requires a connection to a computer.

Step-by-step:

  1. Turn on USB debugging: Go to Settings β†’ About Phone β†’ MIUI Version. Tap version 7 times until the notification β€œYou’re a developer” appears. Return to Settings β†’ Additional β†’ For Developers and activate USB debugging.

Connect your phone to your PC

Install ADB

  • Download Platform Tools from the Android website.
  • Unpack the archive and open the cmd in the folder (Shift + right mouse button β†’ β€œOpen PowerShell window here”).
  • Check the connection: Adb devices (the name of your device should be displayed).
  • Find the name of the package of the disabled application (see the table below or use adb shell pm list packages -d).
  • Enable the application: adb shell pm enable PAKET APPLYS For example, for Camera: adb shell pm enable com.android.camera
AnnexPackage name (package name)Team to turn on
Camera.com.android.cameraadb shell pm enable com.android.camera
gallerycom.miui.galleryadb shell pm enable com.miui.gallery
Security (Security)com.miui.securitycenteradb shell pm enable com.miui.securitycenter
Topics (Themes)com.android.themesadb shell pm enable com.android.themes
Mi Videocom.miui.videoplayeradb shell pm enable com.miui.videoplayer

If the app doesn't show up after you run the command, restart your phone, and 90 percent of the time, it works even for deeply integrated services.

πŸ’‘

To see the full list of packages disabled, type the command adb shell pm list packages -d. This will help find the name of the package if you do not know the exact name.

Method 4: Reinstall APK (for remote applications)

If the app has been removed completely (rather than disabled), it can only be returned by reinstalling.For system applications, Xiaomi will need the original app. APK-firmware.

Where to get APK:

  • πŸ“± Backup – if you’ve done a backup through Mi Cloud or Titanium Backup.
  • 🌐 From official sources: APKCombo - for user applications. Xiaomi Firmware Updater - for system applications. APK (You need to download the firmware for your model).
  • πŸ”— From the firmware - unpack the.tz file (for MIUI 12+) or.zip (for older versions) and find a folder /system/priv-app/.

How to determine:

  1. Download APK to your phone.
  2. Enable installation from unknown sources: Settings β†’ Applications β†’ Special Access β†’ Install unknown applications.
  3. Launch the APK file and follow the instructions.

⚠️ Attention: Installation of system APK from another model or version MIUI It can cause errors in the phone. Always check compatibility!

What to do if the APK is not installed?
If you install an error "Application not installed", try: 1. Remove the remnants of the old application through ADB: adb shell pm uninstall -k PAKET Applications. 2. Use a patched APK (for example, through Lucky Patcher, but this requires root). 3. Swipe the phone through Fastboot with system application recovery.

Method 5: Resetting settings (extreme case)

If none of the methods worked, it would be hard reset, which would return all system applications to their original state, but delete all user data.

How to reset:

  1. Create a backup of important data (photos, contacts, messages).
  2. Go to Settings β†’ About the phone β†’ Reset settings.
  3. Choose to erase all data and confirm the action.
  4. After the reboot, the phone will be like new – all the apps that are disabled will be restored.

Alternative method (if the phone is not turned on):

  • Turn off the device.
  • Press the Power button + Volume up until the Mi logo appears.
  • From the Recovery menu, select Wipe Data β†’ Wipe All Data.

πŸ’‘

Resetting is the last chance to make your phone work again if critical system applications (e.g. com.miui.home) are disabled. Use this method only if other methods have failed.

Frequent Mistakes and How to Avoid Them

When you restore applications that are disabled, users often face typical problems, and here's how to solve them:

Error 1: Application is enabled but not opened

  • πŸ”„ Restart your phone – sometimes system services don’t initialize immediately.
  • πŸ“₯ Update the app via Google Play (if it’s there).
  • πŸ—‘οΈ Clear the cache: Settings β†’ Annexes β†’ [Name of name] β†’ Clear the cache.

Error 2: ADB does not see the device

  • πŸ”Œ Check the cable and port USB (It is better to use the original Xiaomi cable).
  • πŸ–₯️ Install Mi drivers PC Suite.
  • πŸ”„ Switch the connection mode from β€œCharging” to β€œFile TransferΒ».

Error 3: Once enabled, the application immediately shuts down

This means that the system process is blocking it.

  • πŸ›‘οΈ Turn off Mi Optimizer (requires root or ADB): adb shell pm disable-user --user 0 com.miui.optimizer
  • πŸ”§ Install a patch through Magisk (for power users).

FAQ: Answers to Frequent Questions

Can I turn on a disabled application without a computer?
Yes, in most cases, Method 1 (standard settings) or Method 2 (hidden menu) is enough. ADB is only needed for deeply integrated system applications that are not visible in the interface.
Why did the standard applications disappear after the MIUI update?
MIUI firmware sometimes β€œoptimizes” system components by disabling duplicate services (e.g. replacing Google Camera with Mi Camera) and can be returned via ADB or reset.
How to find out the package name of a disabled application?
There are several ways: Use the command adb shell pm list packages -d (will show all the packages disabled). See the table above - there are popular Xiaomi applications listed. Install the Package Name Viewer app from Google Play.
What to do if the launcher (desktop) is turned off?
This is a critical error - without a launcher, the phone will not boot in normal mode. Solutions: Install an alternative launcher (such as Nova Launcher) via ADB: adb install nova-launcher.apk Reset via Recovery (see Method 5).
Can I turn off system applications forever?
Technically, yes, but it is not recommended. Disabling critical services (e.g. com.miui.securitycenter) can result in: Cyclical reboot. Loss of functionality (e.g. fingerprint or Face ID); inability to update MIUI. If you want to get rid of unnecessary applications, use Debloater with caution or install custom firmware.