If you own a Xiaomi Redmi smartphone (or another MIUI device), youβve probably noticed a strange service called the Quick Apps Service Framework on your app list, running in the background, consuming battery and memory, but its purpose remains a mystery to most users. In this article, weβll look at what it is, why Xiaomi needs it, whether it can be disabled or removed, and what consequences it will have.
Quick Apps is not a virus or malware, but a part of the MIUI ecosystem associated with fast applications (called "mini-programs"). However, its behavior often raises questions about why it runs on its own, why it is not removed by standard methods, and how it affects the performance of the device.
What is Quick Apps Service Framework and Why You Need It
Quick Apps Service Framework (or Fast Apps in Russian) is a system component of MIUI responsible for mini-programs (quick apps) that do not require full installation. These applications are launched instantly, take up little space and are often integrated into standard Xiaomi services, such as:
- π± Mini-games (e.g., built-in arcades or puzzles)
- π Fast services (cab order, payment, booking)
- π Weather, Currency, News Widgets
- π΅ Music players (e.g. Mi Music in lightweight version)
It's essentially an analogue of Google's Instant Apps, but Xiaomi's implemented for its ecosystem. com.xiaomi.quickapp (as it's called in the system) provides:
- π Automatic update of mini-programs in the background.
- π₯ Download new quick applications without user input (e.g., via the Mi App Store).
- π Integration with other Xiaomi services (Mi Account, cloud, payments).
In practice, however, most Redmi users donβt use these fast apps, and the service continues to work, consuming up to 50 to 100 MB of RAM and periodically waking up the processor, which is one of the reasons owners are trying to turn it off.
How Quick Apps Affects Performance and Battery
The main complaint users have about the Quick Apps Service Framework is its background activity, and even if you don't run mini-programs, the service:
- π Consumes battery power (according to AccuBattery, up to 1β3% per day).
- π₯οΈ Takes up RAM (average 30-80 MB, but can reach up to 150 MB during activity).
- πΆ Uses mobile traffic for updates (up to 50β100 MB per month).
- π Awakens the processor (see Settings β Battery β CPU usage).
For comparison, here are the test data on different Redmi models (weekly averages):
| Smartphone model | RAM consumption (MB) | Battery consumption (%) | Traffic (MB/month) |
|---|---|---|---|
| Redmi Note 10 Pro | 60β90 | 1.2β2.5 | 40β70 |
| Redmi 9T | 40β70 | 0.8β1.8 | 30β50 |
| POCO X3 Pro | 50β80 | 1.0β2.0 | 50β90 |
| Redmi A2 | 30β60 | 0.5β1.2 | 20β40 |
The impact on budget models (like the Redmi A-series) where every megabyte of RAM counts is particularly noticeable, and you canβt turn off the service with standard means β thereβs no βDisableβ or βDeleteβ button in the app settings, which is because Xiaomi considers it a system component critical to MIUI.
β οΈ Warning: On some firmware (e.g., MIUI 13/14 for the global version), the service can automatically reinstall after system updates, meaning that even if you manage to uninstall it, it can return after the next update.
Can I remove the Quick Apps Service Framework without consequences?
Technically, removal is possible, but with reservations:
- β Root-free: You can only turn off (but not on all firmware).
- β οΈ Root rights: Complete removal is possible but fraught with failure.
- β On stock firmware: Deleting will cause errors in operation MIUI.
If you donβt use fast apps, hereβs what happens when you uninstall/disable:
| Action. | Effects of consequences | Risks. |
|---|---|---|
| Shutdown without root | The service will stop updating mini-programs | Some widgets (weather, currency rates) may be missing |
| Removal with root rights | Free up to 100-150 MB of memory | Possible failures in the Mi App Store, payment services |
| Freeze through ADB | The service will not be launched | After the MIUI update, it can be re-opened. |
For example, after deleting com.xiaomi.quickapp on Redmi Note 11, users reported:
- π« Disappearance of the Quick Apps tab in the Mi App Store.
- β οΈ Errors when trying to open some system widgets.
- β Increased battery life by 5β10%.
β οΈ Warning: If you use Mi Pay, Mi Credit, or other Xiaomi financial services, deleting the Quick Apps Service Framework may render them inoperable. Before experimenting, check if your payment data is tied to fast apps.
Make a backup copy of the data
Check if you are using fast apps.
Make sure you have enough battery power (at least 50%)
Close all background applications-->
How to disable Quick Apps Service Framework without root rights
If you donβt have root rights but want to reduce the impact of the service on the system, there are two safe ways to do this:
Method 1: Disconnecting through application settings
This method does not work on all firmware, but it is worth trying:
- Go to Settings β Applications β Application Management.
- Find the Quick Apps Service Framework (or Quick Apps).
- Press Stop (if the button is active).
- Turn off Auto Start: Battery β Auto Start and uncheck this service.
If there is no Stop button, Xiaomi has blocked this option for your version of MIUI, and the following method will help.
Method 2: Restriction through Battery Optimization
This trick causes the system to limit the background activity of the service:
- Open Settings β Battery and Performance β Battery Optimization
- Select All Apps and find the Quick Apps Service Framework.
- Set the Restricted mode.
- Return to Settings β Applications β Quick Apps and turn off notifications.
These actions will not remove the service, but will reduce its activity at 30-50%. To completely disable the service, you will need ADB- commands or root rights.
π‘
If you notice a malfunction in the weather widgets or currency rates after the service is turned off, try restarting your smartphone. Sometimes the system restores them after a reboot.
How to remove Quick Apps Service Framework via ADB (without root)
If standard methods fail, you can use ADB (Android Debug Bridge) to shut down the service, which does not require root rights, but requires a computer and a USB- cable.
Here's the step-by-step instruction:
- Turn on Developer Mode on your smartphone: Go to Settings β About Phone. Click 7 times on the MIUI version until the notification "You've become a developer" appears.
USB debugging
Settings β Additional β For Developers
ADB-tools
Terminal
adb devices(Your device should show up. If not, check the drivers.)
adb shell pm disable-user --user 0 com.xiaomi.quickappOnce this command is executed, the service will be disabled for the current user. To return it back, use:
adb shell pm enable com.xiaomi.quickappβ οΈ Warning: On some firmware (e.g., MIUI 14 for Redmi Note 12), the service may be activated again after the system update, in which case the procedure will have to be repeated.
What if the ADB canβt see the device?
Removing Quick Apps with root rights: risks and instructions
If you have root access (e.g., through Magisk), you can remove the Quick Apps Service Framework completely, but this is the riskiest method, as it can lead to unstable MIUI operation.
Here's what you're gonna need:
- π± Smartphone with root rights (Magisk or SuperSU).
- π₯οΈ Root Explorer (e.g., Root Explorer or FX File Explorer)
- π§ Backup of data (required!).
Instructions:
- Open the root explorer and go to /system/priv-app/QuickApp.
- Delete or rename the folder (e.g., QuickApp_bak).
- Reboot your smartphone.
- Check if there are any errors in MIUI.
Alternatively, through Terminal with superuser rights:
su
mount -o rw,remount /system
rm -rf /system/priv-app/QuickApp
mount -o ro,remount /system
rebootAfter removal:
- β The Quick Apps tab will disappear from the Mi App Store.
- β Free up to 100-150MB of memory.
- β οΈ Some widgets (weather, currency rates) may stop working.
- β οΈ Mi App Store may have errors when updating apps.
β οΈ Warning: On some firmware (e.g., MIUI for China), deleting Quick Apps can lead to bootloop. If you're not sure about your actions, use the ADB method or simply limit service through settings.
π‘
Removing Quick Apps with root rights can be irreversibly restored only by flashing the device.
Alternative ways to reduce the impact of Quick Apps
If you donβt want to take risks, but want to reduce the load from the Quick Apps Service Framework, here are some safe methods:
- π Cache cleanup: Go to Settings β Apps β Quick Apps. Press Storage β Clear cache. Repeat once a week.
- π« Greenify Blocking: The Greenify app (requires root or ADB) can "freeze" background processes. Add Quick Apps to the hibernation list.
- π‘οΈ AppOps: Android's hidden setup allows you to disable permissions for system applications. To do this: Install AppOps Launcher from Play Market. Find Quick Apps and turn off permissions to the Internet, Auto Run, Awaken.
These methods will not remove the service, but will significantly reduce its activity, for example, after blocking the Internet through AppOps, traffic consumption will decrease to zero, and battery consumption will decrease by 40-60%.