Where to save conversation records on Xiaomi phones: all the ways to find and restore

Have you turned on a conversation record on your Xiaomi, Redmi or POCO, but can't find a file? Or accidentally deleted an important audio record and want to restore it? In this article, we'll take a closer look at where the call records on MIUI devices are stored, including hidden system folders, cloud services and alternative storage options. You'll also learn how to change the save location, transfer the records to the memory card, and what to do if the files are lost after the system update.

The manufacturer doesnโ€™t always transparently report where these files are located, and the paths may differ from 12 to 15 MIUI versions. Weโ€™ve tested the behavior on Xiaomi 13 Pro, Redmi Note 12 and POCO F5 models โ€” and weโ€™re ready to provide up-to-date data. Importantly, if you use third-party recording apps (like Cube Call Recorder or ACR), the storage rules will be different, as weโ€™ll explain below.

Standard ways to store records in MIUI

By default, the MIUI shell stores conversation records in a secure system folder that is restricted, and the main paths depend on the firmware version and device model:

  • ๐Ÿ“ Internal memory: /storage/emulated/0/MIUI/sound_recorder/call_rec/ โ€” most common path for MIUI 12โ€“14. The files are stored in.amr format or.mp3 name-named call_20260515_143022.amr.
  • ๐Ÿ”’ Hidden folder: /data/user/0/com.android.providers.media/files/CallRecordings/ โ€” Used in new versions (for example, MIUI 15 Xiaomi 14). Access is only possible through ADB root-right.
  • ๐Ÿ“ฑ Dictator application folder: If the recording was conducted through the built-in voice recorder, the files can be stored in the /storage/emulated/0/Recordings/ (But it's not typical of calls).

To see these folders, enable the display of hidden files in any file manager (for example, in Mi File Explorer): open the menu. โ†’ Settings โ†’ Show hidden files. If the folders MIUI or sound_recorder No records are available, so the records are stored elsewhere (more on this below).

๐Ÿ’ก

If you connect your phone to your PC but canโ€™t see the folder call_rec, Try using the file transfer mode. MTP (not PTP) Update Xiaomi drivers on your computer.

Important: In some regions (e.g. the EU), call recording is disabled by default due to privacy laws. If the option is not on the phone menu, check the settings of the Phone โ†’ Call Recording app or install third-party software.

How to change the location of the saved records (to a memory card or cloud)

By default, Xiaomi saves records to internal memory, but you can redirect them to the internal memory. SD-It's a map or a cloud. Here's how to do it:

  1. Open the phone application โ†’ press three points (โ‹ฎ) โ†’ Settings โ†’ Recording of conversations.
  2. Select the Save Place (in some versions of MIUI it is hidden โ€“ see spoiler below).
  3. Specify Memory Card (if inserted) or Mi Cloud (requires authorization in your Xiaomi account).
If the item "Save place" is not in the settings
In some firmware (for example, MIUI 13 Global) this parameter is hidden. To unlock it, run the command through ADB: adb shell settings put global call_recording_location 1 where 1 โ€” memory, 2 โ€” SD-After that, restart the phone.

When saved to the memory card, the records will lie in the folder:

/storage/XXXX-XXXX/MIUI/sound_recorder/call_rec/

XXXX-XXXX

Warning: If you retrieve the memory card while you write, the file may become corrupted. SD-Class 4 or lower cards can cause a sound to break.

๐Ÿ“Š Where do you keep records of conversations?
Inner memory
Nana SD-map
In the cloud Mi
I use third-party apps.

Cloud services: how to find records in Mi Cloud and Google Drive

If you've enabled sync with Mi Cloud, the records can be automatically uploaded to the cloud to find them:

  1. Go to i.mi.com and log in.
  2. Open Devices โ†’ Select your phone โ†’ Backups.
  3. Check the Call Recordings folder (if any), otherwise the records may be stored in the Other Files section.

For Google Drive, the path is different:

  • ๐Ÿ” Open Google Drive. โ†’ My CD. โ†’ MIUI โ†’ sound_recorder.
  • ๐Ÿ“‚ If the folder is not, check the Recycle Bin - sometimes the files get there after synchronization.

Critical detail: Mi Cloud only stores records for 30 days at a free rate, and then they are automatically deleted without the possibility of recovery.

๐Ÿ’ก

Cloud services are convenient for backup, but not for long-term storage. Always duplicate important records to your local device.

The Write App Side: Where They Store Files

If you use alternative software (e.g. Cube Call Recorder, ACR, Boldbeast), the storage paths will be different.

AnnexStorage pathFile format
Cube Call Recorder/storage/emulated/0/CubeBackup/CallRecordings/.mp3, .aac
ACR (Another Call Recorder)/storage/emulated/0/ACR/.amr,.mp4 (for video)
Boldbeast/storage/emulated/0/Boldbeast/.mp3, .wav
Call Recorder by Lovekesh/storage/emulated/0/CallRecordings/.3gp, .mp4

In the settings of these applications, there is usually a Storage Location option where you can select:

  • ๐Ÿ“ฑ Internal memory;
  • ๐Ÿ’พ SD-map;
  • โ˜๏ธ Cloud (Google Drive, Dropbox, etc.).

โš ๏ธ Note: Some apps (e.g. Boldbeast) require root rights to record calls on newer versions of Android (10)+). Without them, they can only keep your voice, but not the interlocutor.

What to do if records are lost: Recover deleted files

If the records disappeared after a MIUI update, reset or accidental deletion, try the following methods:

Check the folder. MIUI/sound_recorder/call_rec via file manager|

Use DiskDigger or Recuva to scan your internal memory|

Connect your phone to your PC and scan through EaseUS Data Recovery|

Check backups in Mi Cloud or Google Drive-->

To recover with ADB (if files are not displayed but take up space):

adb shell


su




find /data -name ".amr" -o -name ".mp3" | grep -i call

This team searches for all audio files with the mention of "call" in the name.

โš ๏ธ Note: Do not save new files to your device after deleting the records, which reduces the chances of recovery, and avoid using programs like Clean Master that can overwrite deleted data.

If the records are missing after the MIUI update, check the folder:

/storage/emulated/0/Android/data/com.android.providers.media/files/CallRecordings/old/

Sometimes the system transfers old files here before updating.

How to turn on recording of conversations if there is no option

In some regions (e.g. the EU), the call recording function is legally disabled to activate:

  1. Install. MIUI Hidden Settings from Google Play.
  2. Open the application โ†’ Call Settings โ†’ turn on Call Recording.
  3. Reboot the phone.

For models with MIUI Global (e.g. Redmi Note 11) can be used ADB-team:

adb shell settings put global call_recording_enabled 1

If nothing helps, install a third-party app (like Cube Call Recorder) but keep in mind:

  • ๐Ÿšซ Android 10.+ No root rights apps only record your voice;
  • ๐Ÿ”Š To record both interlocutors, you need root or special firmware (for example, Pixel Experience);
  • โš ๏ธ In some countries, recording without the consent of the interlocutor violates the law.

FAQ: Frequent questions about recording conversations on Xiaomi

Can I record calls to Xiaomi without notifying the other person?
In most regions (except the EU and some states in the US), Xiaomi allows you to record calls without warning, but MIUI for the EU has a mandatory voice prompt about recording, which will require modified firmware or root rights to disable.
Why are the records broken or not saved?
The reasons may be different: ๐Ÿ”‹ Low battery charge (less than 15%); ๐Ÿ“ต Poor connection (voLTE calls are sometimes not recorded); ๐Ÿ›‘ Completed memory (free up at least 1 GB); ๐Ÿ”„ Conflict with other apps (like Truecaller) Try restarting your phone or using another recording app.
How to transfer recordings from Xiaomi to a computer?
The most reliable way: Connect your phone to your PC through USB (File Transfer Mode; Copy the folder /MIUI/sound_recorder/call_rec/ on the disk; use VLC Media Player or Audacity for listening (.amr files may not open in a standard Windows player). PC Suite (official software from Xiaomi).
Can I record calls through a Bluetooth headset?
The standard MIUI feature does not support Bluetooth recording, which requires root or specialized applications like Boldbeast (with Bluetooth Recording Fix setup), and the recording quality can deteriorate due to compression of the audio stream.
Where are the MIUI records for POCO stored?
On smartphones. POCO (for example, POCO X6 Pro) tracks are identical to standard Xiaomi: /storage/emulated/0/MIUI/sound_recorder/call_rec/ The only difference is that in the firmware POCO Launcher may not be available in the folder MIUI โ€” Then the records are here: /storage/emulated/0/Recordings/CallRecordings/