The Open with Menu on Xiaomi smartphones is one of the most annoying features for users who love order.The system constantly offers new applications to open files, resets the default settings after updates or completely ignores your preferences. If you are tired of choosing the same player for music or gallery for photos, this article will help to regain control.
Complicating the problem is that MIUI (the Xiaomi shell) is actively interfering with Android, redefining standard mechanisms. For example, once an update is installed, the system can automatically assign Mi Video to the main player, even if you have used VLC for years. We will analyze 5 working methods, from simple settings to hidden commands for power users.
Important: the instructions are relevant for all modern devices of the brand β from Xiaomi 13 Ultra to the budget Redmi Note 12 and POCO X5. Most methods do not require superuser rights (root), but for some you will need to connect to a computer.
Why Xiaomi is resetting its Open with Help settings?
There are several reasons, and they are related to both MIUI and Googleβs policies:
- π Updates MIUI. After installing the new firmware version, the system resets some default settings, including file associations.This is a feature, not a bug - this is how Xiaomi promotes its applications.
- π¦ Install new apps. If you've installed an alternative browser or player, Android suggests you make it the primary browser. MIUI Often ignores this choice when opening a file.
- π€ Android optimization: Starting with Android 10, Google has tightened the rules for apps by default.Some actions (like cleaning up cache) can reset associations.
- π οΈ Reset application settings. If you manually cleared the Settings app data (com.android.settings), all file bindings will be lost.
Interesting fact: POCO-Devices with βcleanβ Android (without any devices) MIUI) This confirms that Xiaomiβs shell is to blame, not the underlying system.
β οΈ Note: If you use dual applications (Dual Apps function in the app) MIUI), Resetting Open with Help settings can lead to a conflict between clones, for example, the system will not understand which of the two WhatsApp apps should open links.
Method 1: Reset the default application settings in MIUI
The easiest method is to use the built-in reset function, which works on all versions of MIUI (12 to 14) and does not require additional tools.
- Open Settings β Applications β Application Management.
- Slip on the three dots in the top right corner and select Reset App Settings.
- Confirm action. System will warn you that you will be reset: Default settings for opening links and application permissions (they will have to be reconfigured) Background activity restrictions
After the device is restarted, when the file is first opened, the system will again ask which application to use.
The downside is that you reset all the application settings, not just the file associations, and if you carefully configured the permissions for each software, you'll have to do it again.
Select the main applications for each file type | Check permissions for critical programs (banking, instant messengers) |Reboot your smartphone for changes | Remove unnecessary duplicates of applications (if you used Dual Apps)
-->
Method 2: Manually assigning applications by default
If reset didn't help or you don't want to lose other settings, you can manually set the default applications for each file type, which is point-based and doesn't affect the rest of the system.
Instructions:
- Open Settings β Applications β Application Management.
- Select the app you want to make the primary (e.g. VLC for video).
- Tap on Open by default (or default settings in new versions of MIUI).
- Click Clear the default settings if they have already been set.
- Open the file of the desired type (for example, a video) and select your application in the dialog box, ticking Always.
For some file types (like.apk), Android doesnβt allow you to assign an application by default β the system will always ask what to open.
| File type | Standard application in MIUI | Recommended replacement |
|---|---|---|
| .mp3, .flac | Mi Music | Poweramp, AIMP, Spotify |
| .mp4, .mkv | Mi Video | VLC, MX Player, Kodi |
| .jpg, .png | gallery | Google Photos, Simple Gallery |
| Mi Browser | Adobe Acrobat, Foxit PDF | |
| .apk | Always asks. | SAI (Split APK Installer) |
β οΈ Note: If you have assigned the application by default, but MIUI Continues to ignore the choice, check if you have two versions of the same software (e.g. Chrome and Chrome Beta.
VLC video|Google Photos for Images|Poweramp for music|Chrome for links|Other-->
Method 3: Using ADB to reset associations (no root)
If standard methods don't work, you can use the Android debugging bridge (ADB), which requires a connection to a computer, but doesn't need superuser rights.
Step-by-step:
- Turn on Developer Mode on your smartphone: Go to Settings β About Phone. Tap 7 times on MIUI Version. Go back to Settings β Additional β Developer. Activate USB Debugging.
Connect your phone to your PC and confirm your trust in your computer.
ADB Tools
adb.exe
adb shell pm clear-defaultsThis command will reset all Open with Help settings.
Mi Video
adb shell pm clear com.miui.videoplayerCritical detail: After completing the commands, restart the smartphone manually (not through ADB), otherwise the changes may not apply.
List of standard MIUI application packages
Method 4: Editing the defaults.xml file (for advanced)
This method requires root rights and is designed for users who are willing to work with system files, and allows you to manually remove all file bindings, including those that are not reset in standard ways.
Instructions:
- Get root access (for example, through Magisk).
- Use a root-enabled file manager (such as Root Explorer or Mixplorer).
- Go to /data/system/users/0/ Here 0 is your user ID (if multiple accounts, check folders 1, 2, etc.).
- Find the defaults.xml file and back it up.
- Open the file in the text editor and delete all lines between the tags: <default-applications>... </default-applications>
- Save the changes, restart the device.
Examples of Default App Manager:
- Install the app from Google Play.
- Open it and provide access to settings (permission required) WRITE_SECURE_SETTINGS).
- In the Default Apps section, select the file type (e.g. Audio).
- Slip on the current app and select Clear.
β οΈ Note: Some utilities (e.g. SetEdit) may trigger Google Play Protect as potentially dangerous.This is a false positive, but if you are not sure about your actions, it is best to avoid such tools.
π‘
Third-party utilities are convenient but not always reliable. Check reviews and rankings on Google Play before using, especially if the app requests root access.
What do you do if nothing helps?
If none of these methods worked, the problem could be deeper:
- π Reset to factory settings.Extreme measure, but guaranteed to reset all associations!
- π± Firmware via Fastboot.If the failure is caused by damage to system files, clean installation MIUI Using the Mi Flash Tool can help.
- π Error in a particular version MIUI. Check forums (such as Xiaomi.eu) for bugs in your firmware.
You can check the logs for diagnostics, connect your smartphone to your PC and execute the command:
adb logcat | grep "default"This will show events related to default settings. Look for lines with errors or warnings.
If the problem has occurred after the update, try to roll back to the previous version. MIUI Search for downgrad instructions in your model's themes on the 4PDA.