You downloaded your favorite tracks to a Xiaomi smartphone, but they stubbornly don't appear in the standard Music app? This problem is familiar to many users of devices on MIUI, from the budget Redmi Note to the flagship Xiaomi 14. The reasons can lie in both the system settings and the peculiarities of the media scanner. In 80% of cases, the problem can be solved without resetting the settings, just perform a few simple actions.
In this article, we will discuss 7 Proven ways to return music to the app, including hidden settings MIUI, You will also learn why some file formats (such as.flac or.wma) can be ignored by the system, and how to make them appear. MIUI 14/13/12 newer versions.
1. Checking the basic parameters: where files are saved and whether they are supported
The first thing to do is make sure the music is actually downloaded to the device rather than staying in the cloud (like Google Drive or Mi Cloud). Open any file manager (like Xiaomi's standard Files) and check:
- π Music folder in the root directory of internal memory
- π Download folder (if downloaded through the browser)
- π Messenger folders (Telegram, WhatsApp) β audio files are often stored there
- π Search by extensions: enter in the search bar.mp3 or.m4a
If the files are still in place but not displayed, check their format. The standard Music app in MIUI supports:
| Format | Support for MIUI | Notes |
|---|---|---|
| .mp3 | β Yes. | The most reliable option |
| .m4a (AAC) | β Yes. | It is often used on iTunes. |
| .flac | β οΈ Partially. | It may not be displayed without additional codecs. |
| .wav | β Yes. | Without compression, takes up a lot of space. |
| .ogg | β No. | Third-party player required |
Critical detail: Files with Cyrillic characters in the title or path (e.g., "Music/My Playlist/Song.mp3") are often ignored by the MIUI media scanner.
β οΈ Note: If you downloaded music through a torrent client (like LibreTorrent), check if it is in a hidden.torrent folder. The standard file manager doesn't show it - use Solid Explorer or FX File Explorer with the option βShow hidden filesβ enabledΒ».
2. Forced renewal of the media library
The MIUI system media scanner sometimes forgets to update the database after adding new files to manually run the process:
- Open Settings β Applications β Application Management
- Click on the three dots in the upper right corner and select Show System Processes
- Find Media Storage (or Media Storage) in the list
- Slip the Warehouse β Clear the data and confirm
- Reboot your smartphone
Once rebooted, the system automatically scans all media files, which can take 2 to 10 minutes depending on the amount of memory it has, to speed up the scan.
- π΅ Turn off mobile internet and Wi-Fi during the process
- π Connect the charger (scanning consumes battery)
- π Move all music files to one folder (e.g. Music)
If the music never came out after cleaning the Media Storage, try an alternative method:
adb shell am broadcast -a android.intent.action.MEDIA_SCANNER_SCAN_FILE -d file:///storage/emulated/0/Music/This command must be entered through ADB (see the setup instructions in the next section). Replace the /Music/ path with the current catalogue of your music.
3.Using ADB to Deeply Reboot Media Scanner
If standard methods don't work, USB debugging (ADB) will help, which requires connecting your smartphone to your computer, but is guaranteed to reset the cache of your media library.
Enable Developer Mode (Settings β About Phone β MIUI Version β 7 times tap)
Activate debugging over USB (Settings β Additional β For developers β Debugging over USB)
Download ADB Tools on PC (for example, from developer.android.com)
Connect Xiaomi to your computer and confirm your trusted device-->
After preparation, execute commands in the terminal (command line) in order:
adb shell
su
pm clear com.android.providers.media
rm -rf /data/data/com.android.providers.media/*
rebootThese teams:
- Clearing the media provider data
- Delete temporary scanner files
- Reboot the device
After the reboot, wait until the scan is completed (the indicator is the βMedia Library Updateβ notification). If the music is still not displayed, proceed to the next method.
β οΈ Note: Su commands require unlocked bootloader and root rights. On devices without root access, use only the first two lines (adb shell and pm clear com.android.providers.media). ADB It could cause the system to fail!
4.Alternative players: circumventing the limitations of MIUI
If the standard Music app stubbornly ignores your files, install a third-party player with its own media scanner.
- π΅ Poweramp β supports all formats, including.flac and.ape, has a built-in equalizer
- π§ VLC β Universal player with automatic folder indexing
- π Musicolet β lightweight player without advertising, works without the Internet
- π BlackPlayer β optimized for large libraries (10,000)+ track)
After installing the player:
- Open it and wait for the first scan.
- In the settings, specify folders for scanning (for example, /storage/emulated/0/Music/)
- Turn off the option βIgnore files less than X secondsβ (sometimes short tracks are not displayed)
π‘
In Poweramp, go to Settings β Library β Music folders and manually add directories where your tracks are stored. This is guaranteed to make the player see them, even if the system scanner ignores them.
Even if third-party players can't see the music, the problem is file permissions.
- π Folder resolutions: Open the properties of the music folder and make sure it has read rights
- π‘οΈ Antivirus: Some antiviruses (e.g. Avast) block access to downloaded files
- π± Energy saving mode: in Settings β Battery β Power saving mode disable player restrictions
5. Transfer of music to SD-Map: nuances for Xiaomi
If you store music on a memory card, MIUI may not automatically scan it. Here's how to fix:
- Move the files to the Music folder SD-Map (create it manually if not available)
- Open Settings β Storage β Storage settings β Default Memory
- Choose. SD-Card (if option is available)
- Reset the device
On some Xiaomi models (for example, Redmi Note 10 Pro) SD-The map is formatted as a portable storage, which restricts the access of applications:
adb shell sm set-force-adoptable trueThen:
- Go to Settings β Storage
- Tap on. SD-map β three-point β Settings β Formatting as an internal memory
- Please agree to formatting (the data will be deleted!)
β οΈ Note: After formatting SD-It can't be retrieved without losing data, and some apps (like WhatsApp) can stop working with media files on the card!
What to do if Xiaomi doesnβt see it SD-map?
6.Reset the settings of the Music app
If the problem is only with the standard player and third-party apps see music, reset your settings:
- Go to Settings β Applications β Application Management
- Find Music (or Mi Music)
- Tap Storage β Clear data and Clear cache
- Return to the main menu of the app and wait for the re-scan.
If the music never came back after the reset, try reinstalling the app:
adb shell pm uninstall -k --user 0 com.miui.playerThen install it again from the Mi App Store or through APK-Note: on some firmware MIUI The standard Music app is system and is not completely deleted β in this case, only disabling will help:
adb shell pm disable-user --user 0 com.miui.playerAfter disabling, use third-party players (see Section 4).
7. File Integrity Check and Metadata Recovery
Sometimes the music is not displayed due to corrupted files or lack of metadata (tags).
- π΅ Play the file through any player (for example, VLC). If the sound is distorted or missing, the file is corrupted.
- π·οΈ Check the tags: install MP3Tag (Windows) or Star Music Tag Editor (Android) and see if there is any information about the artist, album, etc.
- π§ Use the ffmpeg utility to recover: ffmpeg -i file-damaged.mp3 -c copy corrected file.mp3
If files are downloaded from unverified sources (especially torrent trackers), they may contain incorrect tags that MIUI ignores.
- Delete all tags (in MP3Tag, select files and click Ctrl+A β Delete)
- Save files with simple names (e.g. track1.mp3)
- Reboot your smartphone and wait for the scan to be re-scanned
π‘
Files without metadata (tags) are often ignored by the MIUI media scanner. Even if you don't see the tags in the player, add minimal information (such as the track name) through any tag editor - this will increase the chances of finding the file.