How to Freeze an App on Xiaomi: All Ways in 2026

Freezing apps on Xiaomi smartphones is an effective way to free up RAM, extend battery life, and eliminate intrusive notifications. Unlike deleting them completely, freezing allows you to temporarily disable the program while saving its data and settings, especially for pre-installed system applications that cannot be removed by standard methods.

In this article, weโ€™ll look at all the ways you can freeze apps on MIUI devices, from built-in features to ADB and third-party tools. Youโ€™ll learn how to properly prepare your smartphone, which apps can be safely disabled, and how to avoid common bugs. Special attention is paid to Redmi models, POCO and flagships of the Xiaomi 13/14 series, where the process can be nuanced.

Why you should freeze your apps on Xiaomi

Xiaomi smartphones are known for their aggressive optimization of background processes, but even they do not save from โ€œgluttonousโ€ applications. Freezing helps solve several key problems:

  • ๐Ÿ”‹ Battery savings โ€“ Disabled applications do not consume energy for background tasks (synchronization, geolocation, push notifications).
  • ๐Ÿš€ System acceleration โ€“ RAM is released, which is especially noticeable on budget models (Redmi 9A, POCO M3).
  • ๐Ÿ›ก๏ธ Security: Locking down suspicious applications that may collect data in the background.
  • ๐Ÿ“ฑ UI purity โ€“ unnecessary widgets and notifications from frozen programs disappear.

According to XDA Developers tests, freezing 10-15 background applications can increase battery life by 15-20% on devices with a battery of 4000-5000 mAh. This is especially true for users who actively use instant messengers (Telegram, WhatsApp) and social networks โ€“ their background activity often becomes the main cause of rapid discharge.

โš ๏ธ Warning: Do not freeze system services with the names com.android., miui. or google. in the package - this can lead to unstable smartphone operation or complete loss of functionality (for example, camera or mobile network failure).

๐Ÿ“Š How often do you freeze apps on Xiaomi?
Never tried.
1-2 times a month
Regularly (once a week)
Only after the MIUI update

Method 1: Freeze through "Security" (inbuilt-in MIUI)

The easiest method is to use the built-in MIUI tools. It does not require superuser rights (root) and is suitable for most models, including the Xiaomi 12T, Redmi Note 11 and POCO X5.

Instructions:

  1. Open the Security app (the shield icon).
  2. Go to the section Accelerate โ†’ Freeze applications.
  3. Select apps from the list or click Add to select manually.
  4. Confirm the action โ€“ the applications will be frozen until the next reboot.

Limitations of the method:

  • ๐Ÿ”„ When you reboot your smartphone, frozen apps automatically defrost.
  • ๐Ÿ“ต Not all system applications are available for freezing through this interface.
  • โณ The feature may not be available on some regional firmware (e.g., MIUI Global for Europe).

โ˜‘๏ธ Preparation for freezing through "Safety"

Done: 0 / 4

Method 2: Using "Autostart Permission"

If your version of MIUI doesn't have Freeze, you can limit the auto-start of applications. It's not a full freeze, but it effectively reduces their activity.

How to turn off autostart:

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Select the app you want (like Facebook or TikTok).
  3. Press Permissions โ†’ Autostart.
  4. Turn off the Autostart Switch.

For mass blackout:

  1. In Settings โ†’ Applications click on three dots in the upper right corner.
  2. Select Autostart Permissions.
  3. Turn off auto-run for unnecessary applications (you can sort by alphabet or installation date).
MethodRoot is required.It persists after rebooting.Suitable for system applications
Freeze through Security.โŒ No.โŒ No.โš ๏ธ Partially.
Shutting down autostartโŒ No.โœ… Yes.โŒ No.
ADB-teamโŒ No.โœ… Yes.โœ… Yes.
Island (sandbox)โœ… Yes.โœ… Yes.โœ… Yes.

๐Ÿ’ก

Before a mass autorun shutdown, check if the app uses important background features (like Google Play Services for updates or Mi Fit for activity tracking).

Method 3: Freezing through ADB (without root)

For advanced users, the most reliable way is to use ADB (Android Debug Bridge), which allows you to completely disable applications, including system ones, without obtaining superuser rights, and is suitable for all Xiaomi models, including the Redmi K50 and Xiaomi 13 Ultra.

Step-by-step:

  1. Turn on Developer Mode: Go to Settings โ†’ About Phone. Click 7 times on MIUI until the notification "You're a developer" appears.

USB debugging

  • Back to Settings โ†’ Additionally. โ†’ For developers.
  • Turn on the debugging switch over USB.
  • Connect your smartphone to your PC and execute the commands: adb devices adb shell pm disable-user --user 0 com.package.name Replace com.package.name with the name of the application package (you can find it through the App Inspector or Play Market).

Examples of packages of popular freezer applications:

  • ๐Ÿ“ฑ Facebook: com.facebook.katana
  • ๐ŸŽต Mi Music: com.miui.player
  • ๐Ÿ“บ Mi Video: com.miui.videoplayer
  • ๐Ÿ›’ GetApps (Xiaomi store): com.xiaomi.mipicks

โš ๏ธ Warning: If widgets or features stop working after freezing a system application (for example, com.miui.weather2 for weather), defrost it with the command: adb shell pm enable com.package.name Some applications (for example, Google Play Services) can cause errors in the work of Google services.

How to find out the name of the application package without third-party programs?
Open Play Market, find an app, and copy the link. The package name will be after id= in the address. For example, for Telegram, the link looks like https://play.google.com/store/apps/details?id=org.telegram.messenger, where org.telegram.messenger is the name of the package.

Method 4: Island App (Sandbox with Root)

For users with root rights or bootloader unlocked, Island, an isolated sandbox application, is the best solution, allowing not only freezing but also completely isolating applications from the main system.

The benefits of Island:

  • ๐Ÿ”’ Complete isolation of frozen applications (cannot access the data of the main system).
  • ๐Ÿ”„ Automatic defrosting on schedule (e.g. for instant messengers during business hours).
  • ๐Ÿ“ฆ App cloning support (you can have two WhatsApp accounts at the same time).

Instructions for setting:

  1. Install Island from Google Play or from the official website.
  2. Grant root rights (if requested).
  3. In the main menu, select Freeze Apps.
  4. Mark the necessary programs and confirm the action.

Island is compatible with most MIUI firmware, including custom (LineageOS, Pixel Experience).However, some devices (such as Xiaomi 12S Ultra) may require additional Magisk customization to work properly.

๐Ÿ’ก

Island is the only way to freeze applications while storing their data in an isolated environment, ideal for testing new programs or using two accounts in the same app.

Method 5: Third-party utilities (without root)

If you don't want to use ADB or you don't have root rights, you can use third-party apps.

  • ๐ŸงŠ App Freezer is a simple interface, supports mass freezing, but requires ADB to be set up initially.
  • โš™๏ธ Package Disabler โ€“ allows you to disable system applications without root, but does not work on all versions MIUI.
  • ๐Ÿ› ๏ธ Debloater Tool (for PC) is a utility for mass disabling applications via ADB with a graphical interface.

Example of work with App Freezer:

  1. Install the app from Google Play.
  2. Connect your smartphone to your PC and execute the command: adb -d shell pm grant com.ramdroid.appfreezer android.permission.WRITE_SECURE_SETTINGS
  3. Open App Freezer, select apps and click Freeze.

Restrictions of third-party utilities:

  • ๐Ÿ”„ May be reset after the MIUI update.
  • ๐Ÿ›ก๏ธ Some antiviruses (e.g., Avast) block their operation.
  • ๐Ÿ“ฑ Newer models (Xiaomi 14, Redmi K60) may require disabling MIUI Optimization in the developer settings.

What apps can be safely frozen on Xiaomi

Not all applications can be frozen without risk to the system, and here is a list of safe and dangerous candidates to shut down.

You can freeze it (without risk):

  • ๐ŸŽฎ Games (PUBG Mobile, Free Fire) - if you don't play regularly
  • ๐Ÿ“บ Streaming services (Netflix, YouTube) โ€“ if you use them rarely
  • ๐Ÿ›’ Pre-installed stores (GetApps, Mi Store)
  • ๐Ÿ“Š Social media (Facebook, Instagram) โ€“ if you donโ€™t need notifications.
  • ๐ŸŽต Music players (Mi Music, Spotify) when using alternatives.

Freeze with caution (may disrupt the system):

  • ๐Ÿ“ฑ com.google.android.gms (Google Play Services) is responsible for updates and syncs.
  • ๐Ÿ”„ com.miui.home (Launcher) โ€“ Freezing will cause a desktop reset.
  • ๐Ÿ“ถ com.android.phone is linked to mobile network and calls.
  • ๐Ÿ”‹ com.miui.powerkeeper โ€“ manages energy saving.

On devices with a Snapdragon 8 Gen 2 processor (such as the Xiaomi 13 Pro), freezing Google services can lead to errors in the camera and GPS.

Frequent Mistakes and How to Avoid Them

When you freeze apps, users often face problems, and here are the most common ones and how to solve them:

Problem.Reason.Decision
Apps defrosted after rebootingUsed method through "Security" MIUIUse ADB or Island to permanently shut down
Notifications from frozen messengers do not workAutostart or background activity disabledFreeze the app or set exceptions in Settings โ†’ Battery โ†’ Battery Optimization
The smartphone stopped turning on after freezing the system applicationCritical service is disabled (e.g. com.android.systemui)Download to Safe Mode (hold the power button) and unfreeze the app via ADB
Google Play makes an error when updating appsFrozen by com.google.android.gms or com.android.vendingUnfreeze Google Play Services and Play Market, update apps, then freeze again

โš ๏ธ Warning: If your smartphone starts to warm up or discharge quickly after freezing apps, check the activity of processes through Settings โ†’ Battery โ†’ Battery Use. Perhaps one of the frozen apps started a cyclical reboot of services.

Can I freeze my apps on Xiaomi without a computer?
Yes, but with limitations. No PC available: Built-in Freeze in the Security app (defrosted after rebooting); Disable Autorun in the application settings; Third-party utilities like App Freezer, but they require pre-configuring through ADB (once); Permanent Freeze without PC requires root rights and Island app.
How to defrost the application if the smartphone is not turned on?
If the device is stuck on the logo or does not react after freezing system applications: Press the power and volume button up for 10-15 seconds for a forced reboot. If it doesn't work, boot to Safe Mode (hold the power button โ†’ long tap on "Stop" โ†’ "Reboot in Safe Mode"). In Safe Mode, unfreeze the problem app via ADB: adb shell pm enable com.package.name If ADB is unavailable, reset via Recovery (data will be deleted!). Newer models (Xiaomi 13, Redmi K60) may require a charging connection to log into Safe Mode.
Why did Facebook freeze the notifications?
This is because: The app is completely disabled and cannot receive push notifications. MIUI blocks background activity for frozen apps by default. Solutions: Unfreeze Facebook and turn off auto-start only (in the app settings). Use Island to run Facebook isolated with notifications. Set up an exception in Settings โ†’ Battery โ†’ Optimize Battery (select "No Limits").
How to freeze applications on Xiaomi with custom firmware (for example, LineageOS)?
On custom firmware, the process is different: If the firmware is based on AOSP (e.g. Pixel Experience), use the built-in App Freezer feature in the settings. For firmware with Magisk, install the App Systemizer or Island module. On some firmware (e.g. Havoc-OS), the command runs: su pm disable-user com.package.name Note: on custom firmware, freezing system applications (Google Camera, AOD) can lead to bootloop (cyclicic reboot).
Is there a difference between Redmi and POCO?
Yes, there are nuances: Redmi (e.g. Redmi Note 12): often come with a lightweight version of MIUI, where there may be no Freeze feature in the Security app. In this case, use ADB. POCO (e.g. POCO F5): have a cleaner firmware where freezing through ADB works more stable. However, some models (POCO X3 Pro) may need to disable MIUI Optimization in the developer settings. On POCO devices with a Snapdragon processor (e.g. POCO F4 GTek) cause lesser freezes than Google MediaT.