Where to look for phone records on Xiaomi: all methods and hidden folders

Have you been searching for an important conversation record on your Xiaomi, but you can't find it? Or do you want to know where the audio files of calls on Redmi, POCO or Mi smartphones are stored? In this article, we'll look at all possible storage locations, including system folders, cloud services and third-party applications, and explain why records sometimes disappear and how to restore them.

Xiaomi smartphones don't automatically record all calls by default, you need to enable it manually. But even if you activate the record, files can hide in non-obvious places. For example, depending on the version of MIUI and the phone model, the path to the record folder may differ, and some applications (like Google Phone or Truecaller) store audio in their own directories.

In this instruction you will find:

  • ๐Ÿ“ Standard folders for call records in MIUI 12/13/14 HyperOS
  • ๐Ÿ” How to find records through the built-in File Manager and third-party guides
  • โ˜๏ธ Where to look for records in cloud services (Mi Cloud, Google Drive)
  • ๐Ÿ”„ Recovery of Deleted Records (including Adb Commands)
  • โš™๏ธ Why records may not be saved and how to fix it

1. Standard storage location for MIUI and HyperOS records

If you use the standard Phone app (com.android.dialer) on Xiaomi, the default call records are saved in one of the following folders:

Firmware versionThe way to the folderFile format
MIUI 12/13/storage/emulated/0/MIUI/sound_recorder/call_rec/.amr or.mp3
MIUI 14/storage/emulated/0/Recordings/Call/.m4a (AAC)
HyperOS (2026)/storage/emulated/0/Android/media/com.android.dialer/CallRecordings/.opus or.mp3

To open these folders:

  1. Launch the File Manager application** (Blue folder icon).
  2. Go to Categories โ†’ Audio or Internal Storage.
  3. Manually scroll to MIUI, Recordings or Android/media folder.

Important: On some models (e.g. Redmi Note 10 Pro or POCO X3 Pro), records can be stored in /storage/emulated/0/CallRecords/. If there is no standard path, check this option.

๐Ÿ’ก

If the folder with records is empty, but you have exactly turned on the call record, try searching for files by extension: in the search bar for File Manager, type.amr or.m4a.

2. How to find records through the application "Phone"

The easiest way to listen to or download the recordings is through the Phone app itself:

  1. Open the phone application** (green handset).
  2. Go to the magazine tab (clock icon).
  3. Find the desired call in the list with the note Recorded (mic icon).
  4. Slip on the record โ†’ select Play or Share (to save the file to another location).

If there is no record in the log, but you are sure that the conversation was maintained:

  • ๐Ÿ”„ Check if the recording function is disabled in the settings: Phone โ†’ โš™๏ธ Settings โ†’ Recording calls.
  • ๐Ÿ“ฑ Make sure you donโ€™t use a third-party app to make calls (like Truecaller or Google Phone โ€“ they have their own folders for records).
  • ๐Ÿ—ƒ๏ธ Maybe the files are hidden. Turn on the hidden folder in File Managerยป: โš™๏ธ Settings โ†’ Show hidden files.
๐Ÿ“Š You use the standard "Phone" application or a third party?
Standard (MIUI)
Google Phone
Truecaller
Other
I don't know.

3. Search for records in cloud services

If your Xiaomi enabled sync with Mi Cloud or Google Drive, the records could automatically be uploaded to the cloud.

Mi Cloud (for Xiaomi users)

Call records are synced to Mi Cloud only if:

  • ๐Ÿ”„ Settings option enabled โ†’ Xiaomi account โ†’ Mi Cloud โ†’ Synchronization โ†’ Call records.
  • ๐Ÿ“ฑ Phone tied to Xiaomi account.
  • โ˜๏ธ Free space in the cloud (free 5 GB).

To check the entries in Mi Cloud:

  1. Open i.mi.com in your browser and log in.
  2. Go to the Devices section โ†’ [Your phone] โ†’ Backup copies.
  3. Check the latest backup: the records may be in an archive called com.android.dialer.
How to extract records from the backup of Mi Cloud?
You'll need a PC and Mi Cloud Extractor, download the backup from i.mi.com (backups), then unpack it with the utility. apps/com.android.dialer/f/CallRecordings/.

3.2 Google Drive (if Google Phone was used)

If you installed Google Phone (Googleโ€™s Phone app), the recordings could be downloaded to Google Drive:

  1. Open drive.google.com.
  2. In the search box, type:audio "call recording".
  3. Check the Call Recordings folder (created automatically).

Note: Since 2023, Google has restricted automatic downloading of call records to Drive. If there are no files, check the settings of Googleโ€™s Phone app: Settings โ†’ Call Recording โ†’ Saving records.

4.Where to look for records if third-party applications were used

Many Xiaomi users install alternative calling apps, such as:

  • ๐Ÿ“ž Google Phone (Folder: /storage/emulated/0/Android/media/com.google.android.dialer/recordings/)
  • ๐Ÿ” Truecaller (daddy: /storage/emulated/0/Truecaller/Recordings/)
  • ๐Ÿ“ฑ Call Recorder โ€“ ACR (folder: /storage/emulated/0/ACR/)
  • ๐ŸŽง Cube Call Recorder (Folder: /storage/emulated/0/CubeBackups/)

If you donโ€™t remember which app you used:

  1. Open File Manager** and search for.amr,.mp3 or *.m4a.

โ˜‘๏ธ Search for records in third-party applications

Done: 0 / 4

5. Recovering deleted call records

If the records are missing or deleted, you can try to recover them.

5.1. Through the File Manager basket

MIUI 12+ and HyperOS have a built-in recycle bin where files are stored for up to 30 days:

  1. Open the File Manager** โ†’ Recycle Bin.

5.2. with ADB (for power users)

If files were permanently deleted but not overwritten, you can try extracting them via adb:

adb shell


su




cd /data/data/com.android.dialer/files/CallRecordings/




ls -la

If the folder exists, copy the files to the PC:

adb pull /data/data/com.android.dialer/files/CallRecordings/ C:\CallBackups\

๐Ÿ’ก

To work with adb on the phone, USB debugging and superuser permission (root) must be enabled. Without root, access to /data/data/ will be restricted!

5.3. Recovery programs (without root)

If adb doesnโ€™t help, try the file recovery tools:

  • ๐Ÿ“ฑ Recuva (requires a phone connection to a PC)

Importantly, the less you use your phone after deleting the records, the better the chances of recovery, and the new data can overwrite deleted files.

6.Why records are not saved and how to fix it

If you have enabled a call record but the files do not appear, the reasons may be as follows:

Problem.Reason.Decision
Recordings do not start automaticallyThere is no permission to record soundGo to Settings โ†’ Applications โ†’ Phone โ†’ Permissions and turn on the Microphone and Storage.
Files are saved but empty (0 bytes)Conflict with another recording applicationRemove all third-party recording programs (such as ACR or Cube Call Recorder).
Records are terminated in 5-10 secondsFirmware Restriction (especially on MIUI Global)Install the Magisk patch to remove restrictions or use Google Phone.
No sound from the interlocutor (only you can hear)Android 10+ Limits to Record System AudioUse applications that bypass restrictions (for example, Call Recorder โ€“ ACR in VOIP mode).

If none of these methods helped, check:

  • ๐Ÿ“ต Are there legal restrictions on recording calls in your region (some countries prohibit this in some countries).
  • ๐Ÿ”ง Is the recording function disabled in the settings SIM-maps: Settings โ†’ SIM-maps and mobile networks โ†’ [Yours. SIM] โ†’ Additionally. โ†’ Recording calls.
  • ๐Ÿ“ฒ Is there a custom firmware on the phone (for example, LineageOS or Pixel Experience), where the record may not work.

๐Ÿ’ก

On some Xiaomi models (such as the Redmi Note 12), call recording is blocked because of Google's policy: The solution is to install Google Phone from APK and use it instead of the standard app.

7 How to transfer the recordings to another phone or PC

If you need to save records for a long time or transfer them to another device, use these methods:

7.1. via USB cable

  1. Connect your phone to your PC via USB (select File Transfer Mode).
  2. Open the folder with records (see section 1).
  3. Copy files to your computer (we recommend creating a separate folder, for example, Xiaomi_Call_Records).

7.2. Through the cloud or messenger

  • โ˜๏ธ Upload files to Google Drive, Dropbox or Mi Cloud.
  • ๐Ÿ“ค Send your posts to Telegram (no size limits) or WhatsApp (up to 2 GB).
  • ๐Ÿ”— Create a link to download through services like WeTransfer.

Automatic synchronization

To automatically copy the data to the cloud:

  1. Create a task: โ€œWhen you create a new file in the /Recordings/Call/ folder, upload it to Google Drive.โ€

Tip: Rename the records files before the penos so that they can be more easily identified, for example, add the date and name of the person who is the person who is the person who is the person who is the person who is the person who is the person who is the person who is the person who is the person who is the person who is the person who is the person who you are: 2026-05-15_Ivan Petrov.amr.

FAQ: Frequent questions about Xiaomi call records

โ“ Can I record calls automatically for all contacts?
Yes, but the setting depends on the version. MIUI: V MIUI 12/13: Phone. โ†’ โš™๏ธ Settings โ†’ Recording calls โ†’ Automatic recording โ†’ All rooms. HyperOS: Phone โ†’ โ‹ฎ โ†’ Settings โ†’ Recording calls โ†’ Recording mode โ†’ All calls. On some models, for example, POCO F5) Automatic recording may not work due to Google restrictions.
โ“ Why are records saved in.amr format instead of.mp3?
The.amr (Adaptive Multi-Rate) format is used by default in MIUI because: It takes up less space (about 1 MB per minute vs. 2-3 MB for.mp3). It compresses speech better (optimized for voice recordings). To save to.mp3, use third-party apps (like Call Recorder โ€“ ACR) or convert files via Audacity.
โ“ Is it legal to record calls without the consent of the interlocutor?
Laws vary by country: ๐Ÿ‡ท๐Ÿ‡บ In Russia, recording of a conversation is allowed if you are a participant in it (Article 23 of the Constitution of the Russian Federation). ๐Ÿ‡บ๐Ÿ‡ธ In the United States, at least one-party consent is required). ๐Ÿ‡ช๐Ÿ‡บ The EU has strict rules (GDPR), We recommend that you clarify local legislation or notify the interlocutor of the recording (for example, by using automatic voice message).
โ“ How do I increase recording time? My Xiaomi tapes end in 30 minutes.
The 30 minute limit is a feature of some versions of MIUI. To get around it: Use Google Phone (no time limit). Set up a Magisk patch to modify system constraints. Break up a long conversation into multiple files using Call Recorder - ACR (Max Duration Setting).
โ“ Can I recover records after resetting the phone to factory settings?
If you haven't backed up to Mi Cloud or PC, chances are minimal, but you can try: Check if the files are saved. SD-Use deep scanning software like Recuva (but only if no new data was written to your phone after the reset!) Contact Xiaomi Service Center โ€“ sometimes after the reset, there are fragments of data in the service memory. Important: After reset, do not install applications or copy files to your phone โ€“ this reduces the chances of recovery.