You downloaded your favorite song, try to put it on the phone in Xiaomi Redmi 9A, but the system stubbornly ignores your actions? The melody is not saved, the standard signal returns or disappears from the list of available ringtones? This problem is familiar to many owners of budget Xiaomi smartphones, especially after the MIUI updates. In 80% of cases, it is not the fault, but the manufacturerβs software restrictions or incorrect settings.
In this article, weβll look at all the possible reasons why the Redmi 9A doesnβt install a ringtone, from the banal lack of rights to hidden MIUI features that arenβt written about in the official instructions. Youβll get step-by-step solutions for each situation, including bypassing system locks without root rights. And in the end, a proven way to add any audio file to the ringtone list, even if the smartphone doesnβt see it.
1. Checking the basic conditions: file format and storage folder
Before digging deeper, make sure your audio file is MIUI compliant. Xiaomi Redmi 9A only supports ringtones in certain formats and folders β this is the first thing that blocks installation.
Permissible formats for ringtones:
- π΅ MP3 (recommended, bitrate up to 320 kbit/s)
- π΅ M4A (AAC, without DRM-defense)
- π΅ WAV (without compression, but takes up a lot of space)
- β FLAC, OGG, WMA β Not supported like ringtones
Where the file should be:
- π /storage/emulated/0/Ringtones/ β ringtone
- π /storage/emulated/0/Notifications/ β quiz
- π /storage/emulated/0/Alarms/ β alarm-box
π‘
If you don't have a folder, create it manually through any file manager (e.g. Files by Google or Mi File Manager).
How to check the file format:
- Open the file properties (long press). β Β«Information" or "PropertiesΒ»).
- Watch the extension (e.g. song.mp3).
- If the format is not suitable, convert via Online-Convert or Audacity.
MIUI Limitations: Why Your Smartphone Can't "See" Your File
Xiaomi artificially restricts the selection of ringtones in Redmi 9A through the proprietary shell MIUI. Even if the file is in the correct folder and has a supported format, the system can ignore it.
| Reason for limitation | How it manifests | Decision |
|---|---|---|
| Duration filter | Files longer than 30 seconds are not displayed | Cut in an audio editor |
| Size limitation | >5 MB files are not added | Compress the bitrate to 192 kbit/s |
| Blocking βnon-systemβ files | The file is in the folder, but not visible in the settings | Move to /system/media/audio/ringtones (root) |
| Cash media libraries | Changes do not apply after adding a file | Reboot your phone or clear the cache com.android.providers.media |
The most common case is that MIUI does not update the media base after adding a new file.
- Go to Settings β Applications β Application Management.
- Find a media store (or media store).
- Click Clear the cache and Clear the data.
- Reboot your smartphone.
What if files are missing from the gallery after cleaning the cache?
Access rights issues: why the system is blocking the installation
Android 10/11 (and Redmi 9A works on them) has strict restrictions on access to files, and if you downloaded the ringtone through a browser or messenger, the system can block its use as an βunsafeβ file.
How to check your rights:
- π Open the Settings. β Annexes β Permits β Warehouse.
- π Make sure the app you downloaded the file from (such as Chrome or Telegram) has access to the storage.
- π Check if the icon is displayed next to the file π‘οΈ (means limited access).
If the file is downloaded from the Internet:
β οΈ Attention: MIUI By default, you block the installation of ringtones from downloads. Move the file from the Download folder to Ringtones manually, and that will remove the restriction.
An alternative way is to use a root-access file manager (e.g., FX File Explorer):
- Open the manager and find your audio file.
- Long press β Properties β Change permissions.
- Set check boxes for Reading and Write for all users.
- Save the changes and restart the phone.
4. Application conflicts: what prevents the installation of ringtones
Sometimes the problem is not the system, but the third-party software, and especially often conflicts are caused by:
- π΅ Sound customization apps (such as Zedge or Ringtone Maker).
- π‘οΈ Antiviruses (Avast, 360 Security) that block access to files.
- π Clean Masters that remove βunnecessaryβ media files.
- π± Launchers (such as Nova Launcher) that intercept audio settings.
How to diagnose the problem:
- Start the phone in Safe Mode (click the Shutdown button β Safe Mode).
- Try to set the ringtone again.
- If it works, it is one of the third-party applications that is to blame.
What to do next:
- π Turn off applications from the list above (in Settings) β Annexes).
- π After turning off each, check if it is possible to install the ringtone.
- ποΈ Remove the conflicting app or reset its settings.
Delete the Zedge cache or analogues |
Disable the antivirus for 5 minutes |
Checking in safe mode |
Resetting launcher settings-->
5.Resetting sound settings: a radical solution
If all previous methods failed, the problem may lie in damaged audio profile settings, and MIUI has a hidden feature that resets audio settings to factory settings, which often helps to restore the ability to set ringtones.
How to perform the reset:
- Go to Settings. β Sound and vibration.
- Slip on the three points in the upper right corner (or additionally).
- Select Reset sound settings (or Reset sound settings).
- Confirm the action and restart the phone.
β οΈ Warning: This method will reset all audio settings, including alarm clock volume, notifications and media.Write down current volume levels before resetting!
If the Reset audio settings item is not in the menu, use an alternative method through the Recovery mode:
- Turn off the phone.
- Press Power + Volume Up to Enter Recovery.
- Choose Wipe & Reset β Reset settings (not Wipe data!).
- Confirm and wait for the reboot.
6.Manual addition of ringtones via ADB (for advanced)
If MIUI persistently ignores your file despite all the manipulations, it is left to add directly to the system folder via ADB. This method works even when standard methods are powerless, but requires a connection to a computer.
What you need:
- π₯οΈ Computer with Windows/Mac/Linux.
- π USB Type C C Cable (original!).
- π οΈ Utility. ADB (download from the official website).
- π± Included debugging by USB phone-on.
Step-by-step:
- Activate Developer Mode: Go to Settings β About Phone. Tap 7 times on MIUI Version. Go back to Settings β Additional β Developer. Turn on USB Debugging.
Connect your phone to your PC and confirm your trust in the device.
cmd
ADB
adb devices
adb shell
su
mount -o rw,remount /system
cp /sdcard/Ringtones/your_ringtone.mp3 /system/media/audio/ringtones/
chmod 644 /system/media/audio/ringtones/your_ringtone.mp3
rebootyour_ringtone.mp3
β οΈ Attention: Misuse of the right ADB This may cause data loss or system failure. Follow the instructions accurately and do not change other system files!
π‘
If the ringtone does not appear in the list after the reboot, check the path to the file with the command ls /system/media/audio/ringtones/.
7. Alternative methods: circumvention of MIUI restrictions
If standard methods donβt work and ADB is too complicated, use the following workarounds:
Method 1: Use a third-party application
- π± Install Ringtone Maker or Zedge from Google Play.
- π§ In the application settings, allow access to storage.
- π΅ Select a file and install it as a ringtone straight from the app (bypasses restrictions) MIUI).
Method 2: Convert to a βsystemβ format
Some users report that MIUI is better at OGG ringtones, despite the official documentation.
- Convert your file to OGG via Audacity.
- Put him in. /Ringtones name-name miui_ringtone.ogg.
- Reboot the phone.
Method 3: Installation via Google Files
- π Open the file in Google Files (app from Google).
- π Tap it on three points. β Use it as β rington.
- π± Confirm your choice β sometimes it works where the standard file manager refuses.