You've been looking for an important recording of a conversation on Xiaomi, but you can't find it in standard folders? The problem is that MIUI hides audio files of calls in an unobvious way โ they can be stored in system directories, the cloud, or even encrypted backups. In this article, we'll look at all the possible places where Redmi, Poco or Mi save records, including little-known tricks for old and new versions of firmware.
Xiaomi's peculiarity is that the path to files depends on the version of MIUI, the phone model, and even the firmware region. For example, on the Redmi Note 10 Pro with MIUI 14, the records can lie in one place, and on the Xiaomi 13 Ultra with HyperOS, we analyzed 15+ models and found common patterns that will help you find files even if you do not know the exact version of the software.
Important: If you used third-party recording apps (like Cube Call Recorder or ACR), the search algorithm will be different, weโll talk about this in a separate section, and if the record is lost after an update or reset, we have a solution for this case.
1. Standard place of storage of records in MIUI
In most cases, Xiaomi keeps the call records in the folder. MIUI/sound_recorder/call_rec But the path can vary:
- ๐ For MIUI 12-13: /storage/emulated/0/MIUI/sound_recorder/call_rec/
- ๐ For MIUI 14+ HyperOS: /storage/emulated/0/Recordings/Call/
- ๐ For older versions (MIUI 10-11): /storage/emulated/0/recorder/calls/
The files are formatted.m4a or.amr and named by template: call_[date [time] [number] [number].m4a. For example: call_20260515_1430_+79123456789.m4a. To see hidden folders, enable the display of system files in any file manager (for example, in Mi File Explorer, click on the file manager). โฎ โ Settings โ Show hidden files).
๐ก
If the folder call_rec empty, check the permissions of the "Dictorphone" application in Settings โ Annexes โ Permits โ Microphone and storage, without those rights. MIUI can't keep records.
On some models (e.g. Xiaomi) 12T POCO F5) Records can be automatically archived in MIUI/backup/AllBackup/call_rec/. These files are encrypted and require recovery through Settings. โ System system โ Backup.
2. How to find records through the application "Dictorphone"
The easiest way is to use the built-in Sound Recorder app, which not only records voice notes, but also stores a call archive (if activated).
- Open the application "Dictophone" (mic icon).
- Go to the Calls tab (or Call Recordings in English firmware).
- Here you will see all the saved conversations sorted by date.
- Click on the recording to listen, or โฎ โ Share to export to share.
If there is no Call tab, the recording function is disabled. Enable it in Settings โ Apps โ Recorder โ Auto Recording of calls. Note: on some models (for example, Redmi 9A), autorecording works only for incoming calls.
Is the auto-recording on the Dictator included"|Is there a permit to access the microphone?|Is there enough space on the internal storage device?|Is the Dictator app updated to the latest version?-->
In MIUI 14+, the interface has changed: call records can be displayed in a separate log section inside the Phone.
- Open the phone app.
- Click on the icon. โฎ (three points) in upper right corner.
- Select the Recordings Journal (or Call History โ Recordings).
3. Search for records through the file manager
If the standard methods don't work, then you can go manually, use Mi File Explorer or a third-party manager (like Solid Explorer).
- Open the file manager and go to the root directory (/storage/emulated/0/).
- Enable the display of hidden folders (in Solid Explorer: โฐ โ Settings โ Show hidden files).
- Look for the entries in the following folders (prioritized by probability):
| folder | MIUI version | Notes |
|---|---|---|
| MIUI/sound_recorder/call_rec/ | 12-13 | Standard place for most models |
| Recordings/Call/ | 14+ / HyperOS | New location in fresh firmware |
| recorder/calls/ | 10-11 | Older Way, but Relevant for Older Devices |
| Android/data/com.android.soundrecorder/ | Anybody. | System folder of the application "Dictophon" |
| MIUI/backup/AllBackup/call_rec/ | 12-15 | Encrypted backups |
If you use Google Files, type:audio call in the manager's search box to help filter out call records among other audio files. Note the.amr files, which take up less space but are of poorer quality.
What do I do if there's no folder?
4. entries in the cloud Mi Cloud and Google Drive
Xiaomi can automatically sync call records to Mi Cloud or Google Drive if the appropriate option is enabled.
- ๐ Mi Cloud: Go to Settings โ Xiaomi account โ Mi Cloud. Select backup copies โ Apps. Check if the Dictator backup is on. If so, recover the data via Recovery.
Google Drive:
- Open Google Drive in your browser.
- In the search box, type:audio call.
- Check the Backups or Sound Recorder folder.
Important: Mi Cloud records are stored encrypted and not directly accessible. They can only be restored to the same device with the same Xiaomi account. If you have changed your phone, log in to Mi Cloud on the new device first, then restore data through Settings โ Memory โ Backup.
On your phone |In the cloud (Mi Cloud/Google Drive)|On your computer |On an external drive |I don't save-->
On some firmware (e.g. MIUI EU or xiaomi.eu), cloud-based recording synchronization is disabled by default due to GDPR limitations.
- Go to Settings โ Further โ Privacy.
- Select Application Special Permissions.
- Find the Dictator and allow access to the cloud.
5. Recovery of deleted records
If the tape has been deleted, don't panic. There are several ways to get it back:
- ๐๏ธ Recycle Bin in File Manager: Open Mi File Explorer, go to Recycle Bin (icon at the bottom menu.
- ๐ Recovery via Mi Cloud: If sync was enabled, try to restore data by the desired date (Settings) โ Mi Cloud โ Backup copies).
- ๐ ๏ธ Third-party utilities: Programs like DiskDigger or Recuva (for PCs) can find deleted files if new data is not written to the phone.
To recover via DiskDigger:
- Install the app from Google Play.
- Select Full Scan (requires root rights for deep search).
- Filter the results for.m4a,.amr,.mp3 extensions.
- Save the files found to a memory card or cloud.
๐ก
The chances of recovery are maximum if you have not written new files to your phone (photos, videos, music) after deleting the record, and each new record reduces the likelihood of a successful recovery.
If youโre using Xiaomi root access, try scanning the /data section through ADB:
adb shell
su
find /data -name".m4a" -o -name".amr"Etoda recursively searches for audio files in the system partition. Be careful: changes to /data without root can lead to crashes.
6. Features for third-party recording applications
If you use third-party programs to record calls (e.g. Cube Call Recorder, ACR, Boldbeast), the search algorithm will be different.
- ๐ฑ Cube Call Recorder: /storage/emulated/0/CubeBackup/ or /storage/emulated/0/CallRecorder/
- ๐ฑ ACR (Another Call Recorder): /storage/emulated/0/ACR/
- ๐ฑ Boldbeast: /storage/emulated/0/Boldbeast Recorder/
- ๐ฑ Truecaller: /storage/emulated/0/Truecaller/Recordings/
In the settings of these applications, there is usually a save folder option where you can change the storage path. ACR:
- Open the app, press. โฎ โ Settings.
- Select the Record File.
- The current path is indicated here (e.g. /storage/emulated/0/ACR/).
Some applications (e.g. Boldbeast) allow you to save records on the SD-In this case, check the map:
- /storage/[SD_CARD_ID]/Boldbeast/
- /storage/[SD_CARD_ID]/CallRecordings/
To see the real path to SD-Enter the command in Terminal Emulator:
ls /storage/1. Permission to access microphone and storage.
2. "Do Not Disturb" settings (they may block the recording).
3. Application version (some do not work on MIUI 14+).
4. Regional restrictions (in some countries, recording calls is prohibited by law).-->
7 Problems and Solutions: Why Records Are Not Saved
If Xiaomi doesnโt record calls or files arenโt saved, the reasons may be:
| Problem. | Reason. | Decision |
|---|---|---|
| Recordings do not start automatically | Auto-recording on Dictophone is disabled | Include in Settings โ Applications โ Recorder โ Auto Recording of calls |
| Files are saved but empty (0 KB) | Conflict with another recording application | Remove third-party recorders or turn them off auto-start |
| Records are terminated in 1-2 minutes. | Limitation of MIUI on recording duration | Use third-party apps (such as Boldbeast) |
| No sound in the recording (silence) | Locking the microphone with the system | Check the permissions and restart the phone |
| Records disappear after update | Resetting the Dictator settings | Reset your settings via Mi Cloud or reconfigure your recording |
A new restriction has been introduced on MIUI 14+ and HyperOS: the system blocks call recording if the call privacy option is enabled in the security settings.
- Go to Settings โ Privacy โ More.
- Find Call Privacy Protection and turn it off.
- Reboot the phone.
What if the recording is interrupted? If the recording is terminated in 1-2 minutes, it is associated with optimizing MIUI for battery savings.
On some models (such as Xiaomi 13 Pro or Mix Fold 3), recording calls may conflict with Dual Apps. If you use a duplicate of a Phone or a Dictator, recording will only be saved in the main version.
8.Export and backup of records
To avoid losing important records, export them regularly.
- ๐ค Through "Dictorphone": Open the recording in the app. Press โฎ โ Share. Select Save to... and specify a folder (e.g. Downloads or cloud).
- ๐ฅ๏ธ On the computer: Connect the phone to the PC through USB (File Transfer Mode. Copy the folder with the records (e.g., file transfer, MIUI/sound_recorder/call_rec/) hard-drive.
Automatic synchronization:
- In "Dictophon" enable Autoboot to the cloud (Settings โ Cloud).
- Choose Mi Cloud or Google Drive.
For mass export, use ADB (only USB debugging is required):
adb pull /sdcard/MIUI/sound_recorder/call_rec/ C:\Xiaomi_Calls\This command will copy all the records to a folder. C:\Xiaomi_Calls\ Replace the path with the one that's relevant to your system.
๐ก
The recommended format for long-term record storage is.mp3 or.wav..amr files take up little space but lose quality. Convert them through Audacity or online converters.
If you plan to keep records for a long time, consider:
- ๐๏ธ Format:.m4a (MIUI by default or.mp3 (better for the archive).
- ๐ Encryption: Use Cryptomator or VeraCrypt for confidential conversations.
- ๐ Tags: Rename files by adding the date and name of the person (for example, 2026-05-15_Ivanov-the treaty.m4a).
However, we do not recommend doing this without the consent of the other party.
Why is it that only my voice is recorded on Xiaomi, and the interlocutor is not heard?
How to increase the time of recording calls on Xiaomi? by default, the limit is 2 minutes.
Where are the phone calls from Xiaomi with two SIM-map?
Can I listen to the phone records on another phone?
If your question is not covered in the FAQ, check the official documentation of Xiaomi for your model or contact for support through Settings โ Reviews. Specify the exact model of the phone and the version of MIUI - this will help to solve the problem faster.