Xiaomi smartphone owners often face the need to find phone records โ whether to store important information, evidence in a dispute or simply archive. However, standard MIUI tools are not always obvious: files can be hidden in non-obvious folders, have custom extensions or are not available in the available directories. In this article, we will examine all possible storage locations on Redmi, POCO and Mi devices, including hidden system folders, cloud backups and alternative methods of retrieval.
Xiaomiโs feature is that the location of the records depends on the MIUI version, the phone model, and even regional firmware. For example, on devices for the Chinese market (China ROM), the path to files may differ from the global version (Global ROM), we will take these nuances into account and provide current data for Android 10โ14 and MIUI 12โ14.
If youโve never turned on manual recording, check first if your model supports this feature. Some budget devices (like the Redmi 9A or POCO C31) may not have a built-in voice recorder for calls, which will require third-party applications, which weโll discuss at the end of this article.
1. Standard place of storage of records in MIUI
By default, phone records on Xiaomi are saved in a folder /sdcard/MIUI/sound_recorder/call_rec/. This is the case for most devices with MIUI 12 and newer, including the Redmi Note 10/11/12, POCO X3/X4/X5 and flagship Xiaomi 12/13/14. Files have the extension.amr or.mp3 and are named by pattern:
call_rec_YYYYMMDD_HHMMSS_[incoming/outgoing].amrTo find the folder:
- Open the File Manager app on your phone.
- Go to the Category section โ Audio or use search on request call_rec.
- If the folder is not displayed, enable the display of hidden files in the file manager settings (โฎ โ Settings โ Show hidden files).
Important: On some firmware (e.g. China) ROM kernelless sound_recorder It can be hidden even when you turn on the display of hidden files, in which case it will help to connect the phone to the PC or use the device. ADB (below).
๐ก
If the recording is not saved, check the permissions for the Phone app: go to Settings โ Applications โ Application Management โ Phone โ Permissions and enable access to the microphone and storage.
2.Alternative paths for different versions of MIUI
Depending on the version of the shell, the path to the records may vary. Below is a table with current directories for different firmware:
| MIUI version | The path to the records | File format | Notes |
|---|---|---|---|
| MIUI 12โ12.5 | /sdcard/MIUI/sound_recorder/call_rec/ | .amr | The Standard Path for Global Firmware |
| MIUI 13โ14 (Global) | /sdcard/Recordings/Call/ | .mp3 or.m4a | New folder structure, files can be encrypted |
| MIUI 13โ14 (China) | /sdcard/DCIM/CallRecords/ | .amr | Requires a root or ADB to access |
| MIUI for POCO | /sdcard/PocoRecorder/Call/ | .mp3 | Only on devices with a proprietary shell POCO |
If your version of MIUI is not listed in the table, try searching for records through the built-in file manager search for keywords: call, rec, record or call. On some devices (for example, Xiaomi 13 Ultra), files can be stored in the Mi Cloud - read about this in the next section.
3. Cloud Storage: How to Find Records in Mi Cloud
Starting with MIUI 13, Xiaomi automatically syncs conversation records to Mi Cloud storage if the option is enabled to check for records in the cloud:
- Open your Settings โ Xiaomi Account โ Mi Cloud.
- Scroll down to the Device Backup section** and select Conversation Records.
Important: records in Mi Cloud are stored in encrypted form and are only accessible through the official application, and when files are deleted from the phone, they are automatically erased from the cloud (unless a separate backup is enabled).
If you donโt find the entries section in Mi Cloud, check out:
- ๐ Synchronization enabled: Settings โ Xiaomi account โ Synchronization โ Records of conversations.
- ๐ฑ Device is linked to account: sometimes re-authorization is required.
- ๐ Regional restrictions: some firmware (e.g. India) has cloud storage disabled by law.
How to download records from Mi Cloud on PC?
4.Access via ADB: for advanced users
If the entries donโt show up in the file manager but youโre sure they exist, you can try extracting them via Android Debug Bridge (ADB), a method that works even without root rights, but requires connecting the phone to a computer.
Instructions:
- Enable USB debugging on your phone: Settings โ About Phone โ MIUI version (click 7 times to activate Developer Mode), then Settings โ Additional โ Developers โ Debugging over USB.
- Connect the phone to the PC and confirm the debugging permission.
- Open the command line (Windows) or the terminal (macOS/Linux) and type in: adb shell ls /sdcard/MIUI/sound_recorder/call_rec/ If there's a folder, you'll see a list of files. To copy them to a PC: adb pull /sdcard/MIUI/sound_recorder/call_rec/ C:\CallRecords\
If the command returns a No such file or directory error, try the alternate paths from the table in Section 2. Android 11+-based firmware may require explicit permission to access the folder:
adb shell appops set com.android.externalstorage MANAGE_EXTERNAL_STORAGE allowInstall ADB-PC drivers|Enable debugging on USB phone-on|Connect your phone to the original cable|Check the visibility of the device by the adb device command-->
5. Third-party applications for recording calls
If the built-in recording feature on your Xiaomi is missing or is not running smoothly, you can use third-party apps.
- ๐ค Cube Call Recorder ACR: record calls.mp3 It runs on Android 10-14, but requires manual activation in call access settings (Settings) โ Special facilities โ Cube Call Recorder).
- ๐ Call Recorder by Lovekesh: Supports automatic recording of all calls, integration with Google Drive and file encryption. POCO and Redmi with MIUI 12+.
- โ๏ธ Automatic Call Recorder by Appliqato: Stores records in the cloud and allows you to share them via a link.+ need to root or ADB work-in.
Once you install any of these applications, the records will be stored in their own folders, such as:
- /sdcard/CubeCallRecorder/
- /sdcard/CallRecorder/
- /sdcard/Appliqato/CallRecords/
Warning: Starting with Android 10, Google has tightened restrictions on recording calls. Some apps may not work without root rights or special settings. For example, on the Xiaomi 13 Pro with MIUI 14, you will need to activate the Write through speaker in the app settings to record outgoing calls.
๐ก
Third-party apps often offer more features than built-in MIUI recording, but can conflict with Android system limitations.Always check permissions and test recording on an unimportant call.
6.Recovery of deleted records
If the records were deleted accidentally, you can try to restore them using specialized utilities.
Method 1: Through the file system (without root)
- Use applications like DiskDigger or Recuva (for PCs) that scan internal memory for deleted files with the.amr or.mp3 extension.
- Important: Do not save new files to your phone after deleting the records, which reduces the chances of recovery.
Method 2: Through a backup of MIUI
If you have automatic backup enabled in Settings โ Additional โ Backup and Reset, try recovering data:
- Create a new backup copy (optional).
- Connect your phone to your PC and find the backup file in /MIUI/backup/AllBackup/.
- Use the MIUI Backup Extractor utility to extract records from the archive.
Method 3: Through root access
If there is root on the phone, you can use the Root Explorer app and search for entries in the system folders:
- /data/data/com.android.providers.media/databases/ (media database).
- /data/com.miui.voicerecord/ (for some versions of MIUI)
๐ก
Before restoring, check the /sdcard/MIUI/backup/ folder โ sometimes records are saved there automatically when you reset your settings.
7. Frequent problems and solutions
Xiaomi users often face typical problems with call records, and here are the most common ones and ways to solve them:
- ๐ Records are not saved: Check if there is enough space on the phone (need a minimum of 100 MB of free space). โ Annexes โ Phone. โ Permissions and enable microphone and storage access. On some models (e.g. Redmi Note 11), the recording is blocked by the operator - try to disable VoLTE in the settings SIM-map.
- ๐ I don't see a folder with records: Turn on the hidden files in the file manager. Try connecting your phone to your PC - sometimes Windows displays folders that aren't visible in the file manager. MIUI. Use it. ADB-Search Engine: Adb shell find /sdcard/ -name "call"
- ๐ต Records play without sound: Try opening a file on another device -- maybe a problem in the codec. Convert the file to.mp3 Online services like Online-Convert, some firmwares store records in mono mode, turn up the volume in the player.
โ ๏ธ Attention: On devices with Android 13+ and MIUI 14 built-in call recording may not work due to Google restrictions, in which case only third-party root-rights software or speakerphone recording will help (but the quality will be worse).