Where Xiaomi Stores Records of Phone Calls and Voice Messages: Full Guide 2026

Have you ever tried to find an old recording of an important conversation on your Xiaomi but couldnโ€™t remember where it went? or worry that someone else might access your personal audio files? On Xiaomi smartphones (including Redmi, POCO and Black Shark), conversation records can be stored in a number of places, from hidden system folders to the Mi Cloud cloud storage.

In this article, we will discuss in detail all possible storage locations for records on any Xiaomi models (from the Redmi Note 12 to the flagship Xiaomi 14 Ultra), including:

  • ๐Ÿ“ Local folders in device memory (including hidden directories)
  • โ˜๏ธ Cloud storage Mi Cloud and its synchronization features
  • ๐Ÿ” Specialized applications for recording (embedded and third-party)
  • ๐Ÿ”’ Secure partitions where records fall when encryption is activated

You will also learn how to recover deleted records using ADB-commands (even if they are not in the Recycle Bin) and why some files may โ€œdisappearโ€ after an update MIUI.

1. Standard folders for entries in memory Xiaomi

By default, Xiaomi smartphones store conversation records in two main directories โ€“ their location depends on whether you used a built-in voice recorder or call recording function. Importantly, the paths may differ depending on the version of MIUI (for example, in MIUI 14 the structure has changed compared to MIUI 12).

The main paths to folders:

  • ๐Ÿ“ฑ Call records (if feature is enabled in phone settings): /storage/emulated/0/CallRecordings/ or /storage/emulated/0/MIUI/sound_recorder/call_rec/
  • ๐ŸŽค Recordings (made through the "Dictorphone" app"): /storage/emulated/0/Recordings/ or /storage/emulated/0/MIUI/sound_recorder/
  • ๐Ÿ“ฑ Voice messages from instant messengers (for example, WhatsApp or Telegram): /storage/emulated/0/Android/media/{name-packet}/

โš ๏ธ Note: If you connect your smartphone to your computer through MTP (File transfer mode), some folders may not be displayed. To see them, turn on the display of hidden files in the file manager settings or use the file manager settings ES Root-righted guide.

๐Ÿ“Š What Xiaomi model do you use?
Redmi Note 12/13
POCO X5/F5
Xiaomi 13/14
Another model
Type of recordThe way to the folderFile formatDefault visibility
Call records./CallRecordings/.mp3, .amrHidden in MIUI 14+
Dictaphone/Recordings/.m4a, .wavVidima.
Voice on WhatsApp/Android/media/com.whatsapp/Voice Notes/.opusHidden without root
Google Drive recordings/Android/data/com.google.android.apps.docs/.mp3Requires authorization

2.Mi Cloud Cloud Storage: How to Find and Download Records

Mi Cloud automatically syncs conversation records if the Xiaomi account settings have enabled the option โ€œMultimedia Backupโ€ but thereโ€™s a caveat: only files from the folder are in the cloud by default. /Recordings/, a Call Recordings are synchronized only on certain firmware (e.g., in the MIUI Global for Redmi K60).

To check for records in Mi Cloud:

  1. Open the Mi Cloud app on your smartphone.
  2. Go to the Gallery section โ†’ Audio.
  3. Use the filter by date or name (call records often have a prefix) call_).

If there are no files, check the synchronization settings:

Settings โ†’ Xiaomi Account โ†’ Mi Cloud โ†’ Backup of the device โ†’ Multimedia

โš ๏ธ Note: When you delete a record from the cloud, it disappears irrevocably - there is no "basket" feature in Mi Cloud, unlike Google Drive. If you accidentally delete a file, try to restore it through the web version of Mi Cloud within 30 days (option "Recently deleted").

๐Ÿ’ก

If the records are not synced with Mi Cloud, check if the traffic saving mode is enabled in the mobile network settings. It can block the background download of files.

3. Hidden records: where to look for files with activated encryption

On Xiaomi smartphones with enabled memory encryption (Settings โ†’ Additional โ†’ Encryption and credentials), conversation records can be stored in the secure /data/media/0/ section.

  • ๐Ÿ”“ Through root rights (for example, with Magisk and the Root Explorer file manager).
  • ๐Ÿ“ฑ Through ADB-Teams (without root, but with debugging) USB).
  • โ˜๏ธ Backup to Mi Cloud (if the encryption was activated after the recording was created).

To retrieve the entries via ADB, connect the phone to your PC and do:

adb shell


su




cp -r /data/media/0/CallRecordings /sdcard/Download/




exit

This command will copy the folder with records to the available directory Download.

What if the ADB canโ€™t see the device?
Make sure that the developer settings include the option "Debugging by" USB" Xiaomi drivers are installed on PC. Windows may require manual driver installation through Device Manager.

4. Third-party recording applications: where they store data

If you use alternative call recording software (such as Cube Call Recorder, ACR, or Boldbeast), their files are stored in separate folders.

AnnexThe path to the recordFeatures
Cube Call Recorder/storage/emulated/0/CubeBackup/Encrypts files in.enc
ACR (Another Call Recorder)/storage/emulated/0/ACR/Sorting by contact
Boldbeast Call Recorder/storage/emulated/0/Boldbeast Recorder/Supports Google Drive Cloud
Truecaller/storage/emulated/0/Android/data/com.truecaller/Requires root to access

โš ๏ธ Note: Some applications (such as Truecaller) save records in closed folders /Android/data/, which are not available without root or ADB. To extract them, use the command:

adb pull /sdcard/Android/data/com.truecaller/

โ˜‘๏ธ Checking third-party records

Done: 0 / 4

5. How to Recover Deleted Records on Xiaomi

If you accidentally delete a record, you have a number of ways to return it โ€“ depending on how long it has been since you deleted it and what settings have been activated on the device.

Method 1. The basket in MIUI

MIUI 12+ firmware has a built-in file basket where records are stored for up to 30 days.

  1. Open the Files app.
  2. Go to the basket section.
  3. Find the file by date or name (for example, call_20260515_1430.mp3).
  4. Press Restore.

Method 2: Recovery through ADB

If the cart is cleaned but the record is not overwritten with new data, try using the Android Data Recovery utility (requires a PC and debugging over USB).

adb shell "find /storage/emulated/0/ -name '.mp3' -o -name '.amr' | grep -i call"

This team will find all audio files with the mention of "call" in the name.

Method 3: Cloud backups

If you have synced with Mi Cloud or Google Drive on your device, check:

  • โ˜๏ธ Mi Cloud: Settings โ†’ Xiaomi account โ†’ Mi Cloud โ†’ The device โ†’ Backup copies.
  • ๐Ÿ“ Google Drive: drive.google.com โ†’ Recycle bin (files are stored for 60 days).

๐Ÿ’ก

The faster you start recovery, the better the chances of success. Once deleted, files are labeled as "free space" and can be overwritten with new data.

6 Why records 'disappear' after MIUI update

Many Xiaomi users are faced with a problem: after updating the firmware (for example, from MIUI 13 to MIUI 14), the recordings of conversations disappear from the folders.

  • ๐Ÿ”„ Changes in folder structure: In new versions MIUI The path to the records may change (for example, with the /MIUI/sound_recorder/ on /CallRecordings/).
  • ๐Ÿ”’ Resetting permissions: Update resets permissions for apps and file manager stops seeing hidden folders.
  • โ˜๏ธ Cloud Conflict: If sync with Mi Cloud is enabled, local files can be replaced by cloud versions.

To get back access to the records:

  1. Check out new folder paths (see the table in the first section).
  2. Disable and turn on the display of hidden files in the file manager again.
  3. Back up via Settings โ†’ About Phone โ†’ Backup and restore data after the update.

โš ๏ธ Note: If there are no records in memory or in the cloud after updating, check the folder /MIUI/backup/AllBackup/ โ€” sometimes MIUI automatically backs up before installing a new firmware.

7.Security: How to Protect Records from Unauthorized People

Records of conversations may contain sensitive information, so it is important to restrict access to them.

  • ๐Ÿ” Encrypting folder: Use applications like Folder Lock or AppLock to block access to your file. /CallRecordings/.
  • ๐Ÿ“ฑ Hiding through MIUI: In the file manager, select a folder โ†’ More. โ†’ Hide (required) PIN access).
  • โ˜๏ธ Disable Cloud Sync: Go to Settings โ†’ Xiaomi account โ†’ Mi Cloud โ†’ Synchronize and disable audio backup.
  • ๐Ÿ—‘๏ธ Autoclean: Set up automatic deletion of old records in the Dictophone app (Settings) โ†’ Autocleaning).

For maximum safety, it is recommended:

  1. Transfer important records to an encrypted external drive.
  2. Use applications that support end-to-end encryption (e.g. Signal for voice messages).
  3. Regularly check the permissions of applications in Settings โ†’ Applications โ†’ Permissions โ†’ Microphone.

๐Ÿ’ก

If you are transferring your phone for repair, be sure to delete the records from /CallRecordings/ and /Recordings/ folders or disable access to them through AppLock.

FAQ: Frequent questions about Xiaomi entries

Can I record calls to Xiaomi without notifying the other person?
In most countries, recording conversations without the consent of the interlocutor violates the law. MIUI Global and EEA (Europe) the default call recording function is disabled or gives a notification. To get around this, you need: Install custom firmware (e.g. xiaomi.eu) Use of third-party applications (e.g. Boldbeast with Mode 1 setting"). โš ๏ธ Risk: In some regions, administrative or criminal liability is imposed for a hidden record.
Why are records saved in.amr format instead of.mp3?
The.amr (Adaptive Multi-Rate) format is used by default on Xiaomi because of: Smaller file size (memory savings). Better compatibility with system applications. To save to.mp3, use third-party voice recorders (like Easy Voice Recorder) or convert files through Audacity.
How to transfer recordings from Xiaomi to iPhone?
To transfer: Connect Xiaomi to your PC and copy files from folders /CallRecordings/ or /Recordings/. Send them to your iPhone via: โ˜๏ธ Cloud (Google Drive, iCloud). ๐Ÿ“ง Post (investment). ๐Ÿ”Œ Wired connection (via iTunes or Finder) On iPhone, open files through the Files or Voice Notes app". โš ๏ธ.amr format may not play on iPhone โ€“ pre-convert to.m4a.
Can I recover records after resetting the phone to factory settings?
When fully reset (through Settings) โ†’ Additionally. โ†’ Resetting) local records are permanently deleted. There is only a chance of recovery if: โ˜๏ธ Files were uploaded to Mi Cloud or Google Drive. ๐Ÿ’พ Backup function was enabled on the phone MIUI (check /MIUI/backup/ PC via Mi PC Suite). ๐Ÿ› ๏ธ You used it. TWRP Recovery to create a backup section /data. If you do not have backups, contact the service center โ€“ sometimes the data can be extracted using professional software (for example, UFS Explorer).
How to turn off automatic call recording on Xiaomi?
To deactivate automatic recording: Open the Phone app. Press โ‹ฎ โ†’ Settings โ†’ Call recording. Turn off Auto Record. Delete existing records in the /CallRecordings/. โš ๏ธ On some firmware (for example, MIUI China) may not be available โ€“ a rollback to the Global version will be required.