Where on Xiaomi Redmi 9S store call records: a full guide to search for audio files in MIUI

You have enabled a conversation record on Xiaomi Redmi 9S, but can't find the saved file? The problem is familiar to many MIUI users: standard folders are not always obvious, and recording settings can hide audio files in unexpected places. In this article, we'll look at all possible storage locations for records, from standard directories to system folders that don't appear without a root file manager.

Feature of Redmi 9S (codename cattail in that the call recording is implemented through the built-in software MIUI Dialer, but the way to save depends on the firmware version, regional settings and even the one used. SIM-For example, in the global version. MIUI 12.5 The files can be in one place and the Chinese one in another. We took all the nuances into account and collected relevant data for Android models. 10/11 and MIUI 12โ€“14.

1. Standard call record folder in MIUI

V 80% In cases of audio files conversations are saved in the folder /storage/emulated/0/MIUI/sound_recorder/call_rec. This is the right path for most Redmi firmware. 9S, if the recording was conducted through the standard application "Phoneยป (MIUI The files here are formatted.m4a or.amr and named by template:

  • ๐Ÿ“… By date: Call_20260515_143022.m4a (year, month, day, time)
  • ๐Ÿ“ž By number: +79123456789_20260515.amr (number + date)
  • ๐Ÿ”ข Autonumeration: Record_001.m4a, Record_002.m4a etc.

To open the folder:

  1. Run a file manager (such as Mi File Manager or Total Commander).
  2. Go to the internal drive. โ†’ MIUI โ†’ sound_recorder โ†’ call_rec.
  3. If the folder is not available, check the recording settings (for more on this in the next section).

โš ๏ธ Attention: B MIUI 14 folder sound_recorder To see it, turn on the hidden files in the file manager settings (usually in the menu ยซโ‹ฎ โ†’ Settings โ†’ Show hidden filesยป).

๐Ÿ“Š You use the standard phone app to record calls?
Yeah, just him.
No, I have third-party software.
Sometimes this, sometimes another
I don't record calls.

2. Alternative Storage Ways: Dependence on MIUI Version

If the standard folder doesn't have files, check the alternate locations. The storage path may vary depending on:

  • ๐ŸŒ Regional firmware (global, Chinese, European)
  • ๐Ÿ“ฑ Versions MIUI (12, 12.5, 13, 14)
  • ๐Ÿ”„ Security updates (for example, after the patch of 2023)

Here are the current paths for different versions:

MIUI versionThe path to the recordsFile format
MIUI 12 (Android 10)/MIUI/sound_recorder/call_rec.amr
MIUI 12.5 (Android 11)/Recordings/Call or /MIUI/voice_recorder/call_rec.m4a or.mp3
MIUI 13/14 (Android 12+)/Android/media/com.miui.voiceassist/recordings.opus or.ogg
Chinese firmware/tencent/MobileQQ/ptt (if recorded via QQ).silk

To accurately determine your version of MIUI, go to Settings โ†’ About Phone โ†’ MIUI version. If you have Chinese firmware without Google services, the records can be saved in the folders of messenger applications (for example, WeChat or QQ), even if you called through a standard number.

๐Ÿ’ก

If you didn't find the file call_rec, Try to search for files by extension: enter in the file manager in the search.m4a Or.amr, that'll speed things up.

3. Call recording settings: where to look and how to change path

By default, MIUI saves the entries to the system folder, but you can change the path.

  1. Open the phone application (pipe icon).
  2. Press on. โ‹ฎ โ†’ Settings โ†’ Recording calls.
  3. Select the option โ€œSave folderโ€ (in some versions โ€“ โ€œStorage placeโ€).
  4. Please specify a new folder (for example, /Download/Call_Records).

If the option "Save folder" is missing, then:

  • ๐Ÿ”’ Your firmware does not support changing paths (relevant to the MIUI 12 and below).
  • ๐Ÿ“ต Call recording disabled at operator level (check Settings) โ†’ SIM-maps and mobile networks โ†’ Recording calls).
  • ๐Ÿ› ๏ธ The Phone application has been modified (for example, after root rights or custom firmware installation).

โš ๏ธ Note: In some regions (e.g. the EU), call recording is disabled by default due to privacy laws, and it may require changing the region of the phone to Settings to activate it. โ†’ Additionally. โ†’ Region (for example, India or Russia).

Open the Phone app | Go to Settings โ†’ Call Record | Make sure the function is enabled | Check the save path |Try the test call-->

4. Hidden records: system folders and root access

If you don't find files in standard locations, they can be stored in secure system folders, and you'll need to access them:

  • ๐Ÿ”“ root rights (e.g. via Magisk).
  • ๐Ÿ“‚ File Manager with root access (e.g. Root Explorer or Root Explorer) FX File Explorer).

Where to look:

  1. /data/user/0/com.android.providers.media/documents โ€“ there may be temporary records.
  2. /data/media/0/MIUI/voice_recorder โ€” folder MIUI 13+.
  3. /system/priv-app/Dialer: Configuration files (not audio files).

To search through ADB (no root rights), run the command:

adb shell find /storage/emulated/0 -name ".m4a" -o -name ".amr"

This scans the internal memory for audio files with typical recording extensions.

How to get root access on Redmi 9S?
1. Unlock the bootloader via Mi Unlock Tool (Xiaomi account required). 2. Install custom recovery (TWRP) Cattail 3: Click Magisk through Recovery. โš ๏ธ The risk of loss of warranty and the โ€œbrickโ€ of the device!

5. Recovering deleted call records

If files have been deleted, you can try to restore them.

  1. Stop using your phone โ€“ new data can overwrite deleted files.
  2. Use the recovery software: ๐Ÿ–ฅ๏ธ Recuva (for Windows, requires phone connection in mode) MTP). ๐Ÿ“ฑ DiskDigger (Android app, works without root, but with limitations). ๐Ÿ”ง Dr.Fone (paid but with high recovery rate).

Scan specific folders

/storage/emulated/0/MIUI/sound_recorder/


/storage/emulated/0/Recordings/

The chances of recovery depend on:

  • โณ Time from the moment of removal (the sooner the better).
  • ๐Ÿ“ฑ Type of memory (it is more difficult to restore on eMMC than on eMMC) UFS).
  • ๐Ÿ”„ Phone activity (installation of applications, shooting videos reduce the chances of).

โš ๏ธ Warning: Don't save recovered files to the same phone - copy them to PC first! this will prevent you from overwriting again.

๐Ÿ’ก

The most reliable way to avoid losing records is to copy the folder regularly. /MIUI/sound_recorder/ to the cloud (Google Drive, Mi Cloud) or to your computer.

6. Third-party write apps: where they save files

If you are using third-party programs (such as Cube Call Recorder, ACR or Boldbeast) rather than the standard MIUI Dialer, the storage paths will be different.

AnnexThe way to preserveFeatures
Cube Call Recorder/CubeBackup/ or /CallRecordings/Create a separate folder for each number
ACR (Another Call Recorder)/ACR/Files are sorted by contact
Boldbeast/Boldbeast Recorder/Supports VoIP (WhatsApp, Viber) recording
Truecaller/Truecaller/Recordings/Recordings are only available in the app.

To find the files:

  1. Open the app settings (usually under Storage or Save).
  2. Check if the option โ€œSave toโ€ is enabled. SD-map โ€“ if yes, look for an external drive.
  3. Some programs (such as Boldbeast) allow you to export records to the cloud automatically.

If you're using Truecaller, note that the records here are stored in encrypted form and not displayed in the file manager.

  1. Open the Truecaller app.
  2. Go to the menu โ†’ Call records.
  3. Click on the entry and select "Export".

7.Disorders with Redmi 9S call recording: causes and solutions

If the records are not saved at all, check the following points:

  • ๐Ÿ”‡ Android-level ban: Starting with Android 9, Google has restricted apps from accessing the microphone while calling.The solution is to use apps that bypass restrictions (like Boldbeast in Root Mode 1 mode).
  • ๐Ÿ“ต Operator blocks recording: Some mobile operators (e.g, MTS or Beeline) can prevent recording on the network layer. SIM-card.
  • ๐Ÿ”Š Low Sound: If there are recordings but they are quiet, turn on โ€œMic Amplificationโ€ in the recording settings (in the video). MIUI Dialer or third-party software).
  • ๐Ÿ“ฑ Application conflict: If you have multiple programs installed to write, they can interfere with each other.

For diagnosis:

  1. Call another phone and check if the record is still being recorded.
  2. Try recording a call via WhatsApp or Telegram โ€“ if there is a record, the problem is in the standard app.
  3. Set up the ACR and check if the record is working through it.

โš ๏ธ Attention: On Redmi 9S firmware MIUI 14 and Android 12 can trigger a bug where records are saved but not displayed in the gallery, the solution is to use a file manager with access to hidden folders or upgrade to the latest version of the software.

FAQ: Frequent questions about recording calls on Xiaomi Redmi 9S

Can I record calls to Redmi 9S without notifying the other person?
In most countries, recording conversations without notice is prohibited by law (for example, in Russia under Art. 138 of the Criminal Code). MIUI You can turn off the alert: Open the settings โ†’ Annexes โ†’ Phone. โ†’ Notifications. Turn off Notify Record (if available). In firmware for India and China, notification is disabled by default.
Why do call records take up so much space?
Format.m4a (AAC) It weighs less than.wav, but for long conversations, files can reach 10-15 MB per hour. To save space: In the recording settings, select.amr format (quality is worse, but size is 3-5 times smaller). Enable Autocleaning of old records (in the recording settings). MIUI Dialer or third-party applications. Transfer files to SD-map or cloud (e.g. Mi Cloud).
How to turn on call recording for a specific contact?
V MIUI You can set up automatic entry for individual numbers: Open Contacts and select the one you want. Press. โ‹ฎ โ†’ Call recording. Select "Always record." In some versions MIUI This option is hidden in the settings โ†’ Recording calls โ†’ Auto-recording.
Can I recover records after resetting the phone to factory settings?
In hard reset, all internal memory data is deleted, including call records. The chances of recovery are minimal, but you can try: Use DiskDigger or Recuva immediately after reset (the faster the better). If the phone has been synced to Mi Cloud, check the Records folder in the cloud. Contact the service center - sometimes the data can be retrieved using professional equipment (for example, Chip-Off). In the future, set up automatic backup of records to the cloud!
Why are incoming calls not recorded on Redmi 9S, but outgoing calls are recorded?
This issue stems from Android's restrictions on accessing the microphone during an incoming call: ๐Ÿ”ง Use a restricted-bypass app (e.g., Boldbeast in Root Mode 1 or Mode 8 mode). ๐Ÿ“ž Check the settings. SIM-Cards: sometimes the operator blocks the entry entry (try calling from another number). ๐Ÿ”„ Update the firmware to the latest version - in MIUI 14 part restrictions removed. If nothing helps, record incoming via speakerphone (but the quality will be worse).