You have enabled a recording of a conversation on your Xiaomi Redmi, but canβt find a file after the call is complete? This problem is familiar to many users of the brandβs smartphones β despite the convenient automatic recording feature, the audio files themselves often βhideβ in non-obvious folders or disappear altogether. In this article, we will discuss all possible storage locations on Redmi devices (including the Note 12 Pro+, Redmi 10, Redmi 9T and others), and explain why files can βmissentβ and how to recover them.
The peculiarity of MIUI, Xiaomiβs customized shell, is that the way you save records depends on the firmware version, regional settings, and even the call app you use. For example, in MIUI 14, the storage logic has changed from MIUI 12, and in some countries the recording function is completely disabled for legal reasons, and we have analyzed all scenarios and prepared a universal instruction that will fit 95% of Redmi devices on the market in 2026.
Before you go to file search, make sure that the recording was actually done. The call screen should display a microphone icon or a notification "Recording is coming." If this was not the case, check the settings of the Phone application (for more details in the activation section).
Standard folders for recording calls on Xiaomi Redmi
In most cases, audio files with conversations are stored in one of two system folders, and their location depends on the version of MIUI and the model of the smartphone:
- π Internal memory. β MIUI/sound_recorder/call_rec β classic MIUI 12β14. The files are stored in.amr format or.mp3 name-named Call_20260515_143022.amr (call-date).
- π Internal memory. β Recordings/Call β Alternative path for some regions (e.g. India, Europe) The folder can be hidden - to display the hidden files in the file manager.
- π MicroSD β Android/data/com.android.providers.media/files/CallRecordings β If you use a memory card as your primary storage.
To quickly find a folder, open the standard Files app (blue folder icon), go to Categories β Audio, and sort files by date of creation. Call records usually appear at the top of the list marked "Call" or "Conversation Record."
π‘
If the folder call_rec It's empty, but you're sure it was recorded -- check the basket in the file manager. MIUI deleted files are stored there 30 days.
On some models (e.g. Redmi Note 11 Pro with MIUI 13), records can be saved to the Mi Cloud automatically.
- Open your Settings β Xiaomi Account β Mi Cloud.
- Check the Backups section β Call records.
- If the feature is active, download files to your device via the web version of i.mi.com.
Why Call Records Are Not Saved or Disappeared
If you donβt find files in standard folders, the problem may be one of the following:
| Problem. | Reason. | Decision |
|---|---|---|
| The recording doesn't start. | The function is disabled in the settings or blocked by the operator | Enable entry in Settings β Applications β Phone β Recording calls |
| Files are empty (0 KB) | Failure during retention or lack of memory | Clear the cache of the phone application and repeat the recording |
| Records disappear after reboot | The storage folder is set to temporary storage (/cache) | Change the save path in the recording settings (see section below) |
| No sound on the tape. | The microphone is blocked or used by another application | Close background apps (such as voice assistants) before calling |
In some countries (e.g. the United States, Germany), call recording is disabled by default due to privacy laws.
- Set the region India or Russia in the settings of the smartphone (Settings β Additional β Region).
- Reset the device.
- Check the appearance of the recording option in the Phone application.
Another common cause is conflict with cleaning applications (such as Clean Master or Security), which can automatically delete "unnecessary" audio files to prevent this from happening:
β οΈ Attention: Add a folder call_rec c exceptions to the Security app. Go to Security for this. β Cleanup β Settings β Exceptions and indicate the path to the folder with records.
How to Change the Place of Keeping Call Records
By default, MIUI saves the records to internal memory, but you can redirect them to MicroSD or the cloud.
- Open the Phone app.
- Click on the three dots in the upper right corner β Settings.
- Select Call Recording β Rescue Place.
- Please indicate the path you need (for example, /storage/XXXX-XXXX/Music/CallRecords memory-card).
If there is no option to save, use an alternative method:
Install the memory card as the main storage in Settings β Memory
Create a CallRecords folder at the root of the map via PC
Copy existing records from internal memory into a new folder
Change the access rights: chmod 777 /storage/XXXX-XXXX/CallRecords (through ADB)
-->
To automate backup to the cloud:
- Activate sync in Settings β Xiaomi Account β Mi Cloud β Backup.
- Enable Call Records option (if available).
- Install a third-party app (such as AutoSync) if standard sync doesnβt work.
How to return records after resetting settings?
How to Recover Deleted Call Records
If files were deleted accidentally, they can be recovered within 30 days through the MIUI Recycle Bin or using specialized utilities.
- Check the Recycle Bin: Open the Files app. Go to the Recycle Bin section. Find files with the.amr or.mp3 extension and restore them.
- PC Recovery: Connect Redmi to your computer in File Transfer (MTP) mode. Use EaseUS MobiSaver or Tenorshare UltData to scan internal memory. Select files labeled "Call" or "Audio" and restore them.
To increase the chances of success:
- π Do not write new files to your device after deleting them.
- π Charge your smartphone to 100% before recovery.
- π± Use the original. USB-plug-in.
π‘
The only way to recover is if you don't have any new data written to the deleted files, and the faster you start the process, the better the chances of returning the records.
If standard methods didnβt help, try a manual search through ADB (for power users):
adb shell
su
find /data -name ".amr" -o -name ".mp3" | grep -i callThis command will scan the system folders for audio files with records, and note that root rights are required to work.
Alternative ways to record calls on Xiaomi Redmi
If the standard MIUI function is not stable, consider third-party solutions. We tested 5 popular applications and selected the best ones:
| Annex | Pluses | Cons | Where to store files |
|---|---|---|---|
| Cube ACR | Recording of both interlocutors, cloud storage | Advertising in the free version | /CubeRecordings |
| Call Recorder by Lovekesh | Automatic decoding of conversations | Requires access to contacts | /CallRecordings |
| Truecaller | Integration with spam call database | Recording only incoming | /Truecaller/Recordings |
To install third-party recording applications:
- Download APK from the official website (for example, cubeacr.app for Cube ACR).
- Allow installation from unknown sources in Settings β Applications β Special Access β Install unknown applications.
- Launch the app and give access to the microphone, contacts and storage.
β οΈ Attention: In Android 12+ Apps are prohibited from recording audio from the line during the default call.To bypass the restriction in Cube ACR Select the VoIP recording method (works through a virtual audio driver).
How to turn on call recording if there is no option
On some Redmi models (especially for the European market), the recording function is hidden to activate it:
Method 1: Engineering menu (for MIUI 12-14)
- Open the Phone app.
- Enter the code ##6484## (test menu opens).
- Select Audio β Call Record β Enable.
- Reboot your smartphone.
Method 2: Editing a build.prop file (requires root)
adb shell
su
mount -o rw,remount /system
echo "ro.config.call_recording=enabled" >> /system/build.prop
rebootMethod 3: Install a modified APK application Phone
XDA Developers and 4PDA forums have versions of com.android.dialer with unlocked recording. For example, this build is suitable for the Redmi Note 10 Pro. Please note that installing unofficial APKs can cause crashes!
How to Protect Call Records from Loss
To avoid problems with saving files in the future, follow these guidelines:
- π Folder Encryption: Use the Folder Lock app or the built-in Private folder function in MIUI password-protection.
- βοΈ Automatic backup: Set up sync with Google Drive or Mi Cloud via the AutoSync app.
- π€ Export to PC: Regularly copy files from the folder call_rec on the computer (for example, once a week).
- π± Disable optimization: Add the Phone app to battery exclusions (Settings) β Battery β Optimize the battery so that the recording is not interrupted.
To automatically send email messages:
- Install the Tasker app.
- Create a task with the trigger βNew file in the folderβ /MIUI/sound_recorder/call_recΒ».
- Add the βSend emailβ action with a new file attached.
π‘
Store critical records in two places at once (e.g., on your phone and in the cloud) to protect against data loss when your device breaks down or your settings are reset.