The situation is familiar to many: you download a new file, try to open it, but instead of the usual window with the selection of the application (MIUI automatically launches the last used one), or worse, the system ignores your preferences and stubbornly opens the document in an unnecessary program. On Xiaomi smartphones, this problem arises from the features of the MIUI shell, which aggressively caches file associations. Unlike βpureβ Android, where resetting a selection takes a couple of clicks, additional manipulation is often required.
In this article, we will discuss 5 Proven ways to return the dialog of the choice of the application β from standard settings MIUI to hidden features for power users, and we will focus on Redmi models, POCO and flagships of the Xiaomi series 13/14, Where the logic of the work may differ, you will also learn why after the update MIUI 14/15 The problem comes back, and how to avoid it. All methods are tested on current versions of firmware (2023β2026 d.) and do not require root rights.
Why Xiaomi is blocking the choice of application for files
The reason is MIUIβs policy of optimizing user experience: Xiaomiβs shell uses file associations to remember your latest choices and automatically apply them to similar files, which is convenient in theory, but in practice leads to two key problems:
- π Hard caching: MIUI not just remembers the choice, but fixes it at the system level, ignoring changes in application settings.
- π± Manufacturer conflict: For example,.apk files are opened by default in the MI File Manager, even if you have an alternative conductor installed.
- π Failures after updates: After May updates MIUI 14.0.5+ Many users complain about the reset of associations to factory values.
It's important to understand that this is not a bug, but a feature, which is how Xiaomi tries to speed up file openings. However, for users working with multiple applications (such as WPS Office + Microsoft Word + Google Docs), this behavior becomes a serious obstacle. Fortunately, there are ways to get around this limitation.
Method 1: Reset file associations in MIUI settings
The most obvious and safe method is to use built-in MIUI tools. It works on all models starting with MIUI 12, but the path to settings may vary slightly depending on the firmware version.
- Open Settings β Applications β Application Management.
- Slip on the three dots in the top right corner and select Reset App Settings.
- In the window that appears, activate the option to Reset the default opening settings and confirm the action.
This method resets all file associations for all applications, so after applying it, you will have to re-select programs for each file type. If the problem is only one extension (for example,.pdf), move to the next method.
π‘
If the item "Reset application settings" is not in the menu, try the path: Settings β System β Additional β Resetting β Reset application settings.
Method 2: Manual reset for a specific file type
If you only need to return a choice for a specific format (like.jpg or.mp3), use this method. It pinpoints the association without affecting other files.
- Find the file type in MI File Manager (or any other conductor).
- Hold your finger on the file until the context menu appears, and select Open with help.
- At the bottom of the screen, tap on More Details (or More), then select Clear Silences.
- Now, the next time you open a file of this type, an application selection dialog will appear.
This method does not always work β for example, for.apk files, MIUI can block reset for security reasons, in which case cleaning the cache (method 3) will help.
Why isn't Clear Silence for APK working?
Method 3: Clearing the cache and data "Settings" and "Conductor"
Sometimes the problem lies in the corrupted cache of the system applications responsible for processing files, a method that is more radical, but is effective in 80% of cases when a standard reset does not help.
- Go to Settings β Applications β Application Management.
- Find the Settings app (the icon with the gear) and open its page.
- Slip on the Storage and select Clear Cache and Clear Data.
- Repeat steps 2β3 for the MI File Manager application.
- Reboot your smartphone.
Warning: Clearing the Settings app data will reset some personal settings (e.g., the order of the tiles in the notification curtain) however, this does not affect the user's basic data (photos, contacts, etc.).
Take screenshots of the current screen settings
Remember the order of the icons in the control panel
Make sure you know the Wi-Fi password (it may reset)
Make sure that important files are not stored in the MI Cloud-->
Method 4: Using ADB to reset all associations
If previous methods donβt work, youβll need to connect the ADB debugging bridge, which requires a computer but is guaranteed to reset all file associations, including those blocked by MIUI.
You'll need:
- π₯οΈ Computer with installed ADB Tools.
- π± Included Debugging by USB on a smartphone (Settings) β The phone. β Version. MIUI β Tap 7 times, then return to the additional β For developers).
- π Cable USB (preferably original).
Instructions:
- Connect your smartphone to your PC and confirm the debugging permission.
- Open the command prompt (or Terminal on Mac/Linux) and type:
adb shell pm clear-defaults com.android.providers.media
adb shell pm clear-defaults com.miui.fileexplorerThese commands reset the associations for media files and Xiaomi Explorer. Once done, restart the device. If you want to reset the associations for a particular application (like Google Chrome), use:
adb shell pm clear com.android.chromeImportant: After completion ADB-Some system applications (such as Gallery) may temporarily run unstable, which is normal, after 1-2 reboots, everything will recover.
π‘
ADB-The method is the only way to reset associations for.apk files and system formats that are MIUI lock-in.
Method 5: Installation of an alternative conductor (bypass)
If none of the methods worked, the radical solution is to completely abandon the standard MIUI Explorer.Install an alternative file manager (such as Solid Explorer, FX File Explorer or Total Commander) and configure it as the default application.
How to do this:
- Install the selected explorer from Google Play.
- Open any file through a new Explorer and select it in the Open with dialog.
- Always tick (or use it by default).
- In MIUI settings, disable or freeze the standard MI File Manager (via Settings β Applications β Application Management β Disable).
The advantage of this method is that alternative conductors (like Solid Explorer) don't impose file associations and always show a choice dialog, but you have to get used to the new interface.
| Conductor | Support for MIUI | Pluses | Cons |
|---|---|---|---|
| Solid Explorer | β Complete. | Two-panel mode, cloud storage, without advertising | Paid license (300-500) β½) |
| FX File Explorer | β Complete. | Free, root support, FTP-server | The interface is overloaded with functions |
| Total Commander | β οΈ Partial (problems with MIUI 15) | The usual interface, plugins | Outdated design, bugs with Cyrillic |
Note: If you disable MI File Manager, some system functions (such as file sharing via Mi Share) may not work properly, in which case return the standard Explorer and use the alternative only to open files.
How to prevent the re-disappearance of application selection
Even after a successful association reset, MIUI can block app selection again. To avoid this, follow these tips:
- π Regularly clean the Settings and Explorer app cache (once every 1-2 months).
- π« Don't update. MIUI in the first 2-3 weeks after the release of the new version β wait for reviews about bugs with associations.
- π± Use the "Lite" versions of applications (for example, WPS Office Lite, which are less likely to conflict with MIUI.
- π§ Turn off optimization. MIUI for critical applications: Settings β Annexes β Application management β [Select the application] β Battery β No restrictions.
If the problem comes back after each update, consider switching to custom firmware (like Pixel Experience or LineageOS).They lack the aggressive file association policy inherent in MIUI. However, this requires unlocking the bootloader and losing warranty.
adb shell dumpsys package d > associations_backup.txtThis file can be used to restore settings after the update.-->