Why recordings of the recorder โdisappearโ and where to look for them on Xiaomi
You turned on a tape recorder on a Xiaomi smartphone, recorded an important conversation or lecture, but now you can't find a file? This problem is familiar to many MIUI users - the Xiaomi operating shell does not always obviously organize the storage of audio recordings. Unlike an iPhone or "pure" Android, where the voice recorder files are in the standard Recordings folder, on Xiaomi the path depends on the firmware version, the device model and even regional settings.
In this article, we will explore all possible locations where MIUI It can save audio from a voice recorder, from standard folders to hidden directories, and also tell you how to recover records if they "disappear" after updating or resetting settings. X5 Xiaomi 13, where the storage logic has changed in the latest versions MIUI 14.
If you have used third-party voice recorder apps (such as Easy Voice Recorder or ASR Voice Recorder), look for files in their own folders โ read about this in a separate section below.
Standard folders for recording voice recorders in MIUI
In 80% of cases, audio files from Xiaomi's native voice recorder are in one of three folders, and their location depends on the MIUI version and regional firmware (global, Chinese, European).
- ๐ Main folder: /storage/emulated/0/MIUI/sound_recorder/ โ this is where records are stored on most devices with MIUI 12 and later.
- ๐ Alternative path: /storage/emulated/0/Recordings/ โ used on some Poco models and older versions of MIUI (up to 11).
- ๐ For Chinese firmware: /storage/emulated/0/MIUI/voice_recorder/ โ found on devices for the Chinese market (e.g., Xiaomi 12S Ultra).
To open these folders:
- Connect your smartphone to your PC via USB (select File Transfer Mode).
- Or use any file manager on your phone (such as Mi File Manager or Solid Explorer).
- Enable the display of hidden files (in Mi File Manager: โฎ โ Settings โ Show hidden files).
If the sound_recorder or voice_recorder folders are missing, don't panic - maybe the records are saved elsewhere.
What do the recorder files look like?
Audio recordings from the native Dictaphone application (Recorder) have the following characteristics:
- ๐ต The format:.m4a (AAC) or.amr depends on the quality settings in the application.
- ๐ File name: typically begins with rec_ or voice_, followed by date and time (example: rec_20260515_143022.m4a).
- ๐ Metadata: When playing Mi Music or VLC, the duration and bitrate (usually 64โ128 kbit/s) are displayed.
๐ก
If you canโt see files in the folder but are sure that the record was made, try searching the.m4a or.amr mask in the file manager.
Where to look for specific Xiaomi models
The logic of audio storage may vary depending on the product line, and here is a table with proven paths for popular models (relevant to MIUI 14/15):
| Xiaomi model | Main folder. | Alternative folder | Features |
|---|---|---|---|
| Redmi Note 12/11/10 | /MIUI/sound_recorder/ | /Recordings/ | On global firmware, files are duplicated in Downloads. |
| Poco X5/X4 Pro | /Recordings/ | /MIUI/voice_recorder/ | When writing in High Quality Mode, a folder HQ_Recordings is created. |
| Xiaomi 13/13 Pro | /MIUI/sound_recorder/ | /Android/media/com.miui.soundrecorder/ | Files are encrypted if the function Protection of personal data is enabled. |
| Xiaomi 12T/12S | /MIUI/voice_recorder/ | /DCIM/Recordings/ | In Chinese firmware, records are saved in.wav. |
| Redmi 9/10 | /Recordings/ | /MIUI/sound_recorder/old/ | Old records are automatically archived after 30 days. |
If your model is not in the table, try the universal method:
- Open the Dictaphone app and make a test recording lasting 5 seconds.
- Remember the time of creation of the file.
- In the file manager, sort files by date (โฎ โ Sort โ By date) and find fresh.m4a or.amr.
๐ก
On devices with MIUI 14+, records can automatically sync to Mi Cloud. Check the Cloud/Recordings folder in the file manager.
What to do if the folder is empty
If you found the right folder but itโs empty, the reasons may be as follows:
- ๐ Records synced to the cloud: check Settings โ Xiaomi Account โ Mi Cloud โ Recorder.
- ๐๏ธ Files deleted: use recovery software (see section below).
- ๐ฑ The recorder app reset: this happens after the MIUI update. Try to return records via Settings โ Apps โ Recorder โ Storage โ Recover data.
How to enable system folders in Mi File Manager
How to find records made by third-party recorders
If you're using a third-party application other than the native Recorder app (like Easy Voice Recorder, ASR Voice Recorder, or Hi-Q MP3 Recorder), the files will be in other folders.
| Annex | Storage folder | File format |
|---|---|---|
| Easy Voice Recorder | /EasyVoiceRecorder/ | .mp3, .wav, .aac |
| ASR Voice Recorder | /ASR/Recordings/ | .mp3 (default) |
| Hi-Q MP3 Recorder | /HiQRecorder/ | .mp3 (with customizable bitrate) |
| Voice Recorder (Sony) | /VoiceRecorder/ | .m4a or.3gp |
To find a folder of a particular application:
- Open Settings โ Applications โ [Dictaphone name] โ Storage.
- Click Storage Management โ Data Folder (or Open Folder).
- The system will redirect you directly to the catalog with the records.
Attention! Some applications (such as OTT Recorder) save files to secure folders like /Android/data/. To see them, you need root access or a connection to a PC with USB debugging enabled.
โ๏ธ Search for records from third-party recorders
Recovery of deleted recordings of the recorder
If you accidentally delete the records or they disappear after resetting, you can try to restore them. Success depends on how long it has been since you deleted and how much you used the phone (new files can overwrite old data).
Here are 3 proven ways:
1.Recovery through Mi Cloud
If you have synced with Mi Cloud:
- Go to Settings โ Xiaomi Account โ Mi Cloud.
- Choose a Recorder (or Recordings).
- Click Restore and select the desired files.
Restriction: Only 5GB of data is stored in the free rate, and records are stored for no more than 30 days.
2. Programs for file recovery
For Android, the following utilities are suitable (work without root, but with root the chances are higher):
- ๐ ๏ธ DiskDigger โ Searches for deleted audio files by signature.
- ๐ Recuva (for PC) scans a memory card or internal memory when you connect your phone.
- ๐ฑ Undeleter Recover Files & Data โ supports recovery.m4a and.amr.
Instructions for DiskDigger:
- Install the app from Google Play.
- Select Full Scan (requires root for deep analysis).
- Check the audio box and click Next.
- After scanning, select the files you want and save them to another folder.
How to Increase Your Chances of Recovery
3.Manual recovery through ADB
For advanced users: If files have not been overwritten, you can try to extract them through ADB (Android Debug Bridge).
It will require:
- ๐ฅ๏ธ PC with installation ADB Tools.
- ๐ฑ Included debugging by USB on the phone (Settings) โ The phone. โ Version. MIUI โ Press 7 times, then additionally โ For developers โ Debugging by USB).
Commands for searching for deleted files:
adb shell
su
cd /storage/emulated/0/
find . -name ".m4a" -o -name ".amr" | grep -i "rec\|voice"If you find files, copy them to your PC:
adb pull /storage/emulated/0/MIUI/sound_recorder/rec_*.m4a C:\Backups\Importantly, this method only works if the memory blocks have not been overwritten by the new data, and if more than 2-3 days have passed, the chances are minimal.
How to Change the Records Saving Folder
If you don't like the standard location of the recorder, you can change it, depending on whether you use the native app or a third-party app.
For the native MIUI recorder
Unfortunately, there is no option to change the save folder in the standard Recorder app, but there is a workaround:
- Create a new folder at the root of the memory, such as MyRecordings.
- With the file manager, move all files from /MIUI/sound_recorder/ to a new folder.
- Install Automate or Tasker and create a task that will automatically move new records once they are created.
Example of the task for Automate:
- ๐ Trigger: File created โ specify path /MIUI/sound_recorder/*.m4a
- ๐ Action: Move the file โ the target folder /MyRecordings/.
For third-party recorders
Most alternative applications allow you to select a save folder in settings, such as Easy Voice Recorder:
- Open the application and go to โฎ โ Settings โ Save folder.
- Select Select a folder and specify a new path (e.g. /Recordings/MyVoice/).
- Save the settings and make a test record.
Some applications (such as ASR Voice Recorder) also support saving to a memory card or to cloud services (Google Drive, Dropbox).
๐ก
If you often write long audio files, choose a microSD to save storage space in internal memory and make it easier to transfer files to your PC.
Frequent problems and solutions
Xiaomi users often face typical problems when working with a voice recorder, and here are the most common ones and ways to solve them:
- ๐ Records are not saved: Check if there is enough space on the device (Settings โ Storage). Update the Dictaphone app via Google Play or App Store MIUI. Reset the app settings: Settings โ Apps โ Dictaphone โ Storage โ Clear the data.
- ๐ต Files play with noise: In the voice recorder settings, select Quality โ High (WAV) instead of Compressed (AMR). Use an external microphone (e.g., Lavalier via 3.5mm connector or USB-C).
- ๐ I don't see gallery records: Audio files don't show up in the Gallery -- use Mi Music or Files to search. Set up MX Player or VLC -- they show all media files.
If after the MIUI update, the recorder stopped working or does not save files, try to roll back to the previous version of the application.
- Download the old version of Recorder from APKMirror.
- Remove the current application (Settings โ Apps โ Recorder โ Delete).
- Install the downloaded APK and check the performance.
๐ก
If the recordings disappear after resetting, check the /MIUI/backup/Rec/ folder โ sometimes MIUI backs up audio files.