Searching for audio recordings of telephone conversations on devices running Android 9 (Pie) often turns into a real quest for the user. Unlike earlier versions of the operating system, the ninth version made significant changes to the security policy and file system structure. This was done to protect users' confidential data from unauthorized access by third-party applications. If you are used to finding records in an obvious place and now cannot find them, you are not alone in this problem.
The system now strictly limits access rights to internal storage, especially to the root directory /sdcard. Standard file managers may hide certain folders or simply not have rights to read them without obtaining root access. Moreover, the location of the files directly depends on which application was used for recording: a system voice recorder from the smartphone manufacturer or third-party software from Google Play. Understanding these nuances is critical for quickly restoring the necessary information.
In this article we will analyze in detail all the possible ways where your audio recording may be hidden. We will look at standard directories, features of working with the command line via ADB and methods for bypassing file system restrictions. You don't have to guess or blindly click on folders - we will provide a clear path map and instructions for navigating the hidden sections of your device's memory.
Standard storage paths in system memory
Most smartphone manufacturers, such as Xiaomi, Samsung or Huawei, use their own shells on top of the pure Android. This means that the path to the files may differ depending on the brand. However, there are several basic directories that are checked first when searching for call recordings. Typically, these folders are located at the root of the internal drive and have names related to the recording function.
The first place you should look is the folder Call or Recordings. In some firmware, records are saved directly to the root of the memory card or internal storage, creating a separate directory with the brand name. For example, on devices Samsung there is often a path that includes the company name. If you use the standard Phone application, the system automatically sorts files there.
The second common option is a hidden folder inside the system directory Android. Starting with version 9, Google strongly encourages apps to store data in isolated sandboxes. Therefore, records may lie deep in the structure /Android/data/[application_package_name]/files. Access to this area through a regular explorer may be limited, requiring special permission or the use of a computer.
- 📁 Folder
MIUI/sound_recorder/call_rec—a typical path for smartphones Xiaomi i Redmi. - 📁 Directory
PhoneRecordorCallRecordat the root of the internal storage for many Chinese brands. - 📁 Path
Android/data/com.google.android.dialer/filesfor stock versions Android and phones Pixel.
⚠️ Attention: If you do not see the folder
Androidin the list of files, your file manager may be configured to hide system directories. Go to the Explorer settings and activate the “Show hidden files” item.
It is also worth considering that some manufacturers change the path structure after major firmware updates. What worked a year ago may not be relevant today. Always check the settings of the calling application itself: often the exact save path is indicated there or there is an “Open folder with recordings” button that automatically launches Explorer in the right place.
Features of the Android 9 Pie file system
Implementation Android 9 brought with it stricter rules for access to the file system, known as Scoped Storage (although it was fully developed in version 10, restrictions began earlier). Now applications cannot freely read and write anywhere on the disk without the user's knowledge. This directly affects how and where audio files conversations are saved.
Previously, a call recording application could simply drop the file into a shared folder Music or Recordings. Now, if the application does not have special privileges or is not a system application, it is forced to save data in its private directory. This creates a situation where the file physically exists on the disk, but the user cannot see it through the standard interface.
Another feature is data encryption. On some devices with disk encryption enabled, recording files may only be accessible after unlocking the device and entering the PIN code. Trying to connect the phone to a computer in charging mode without unlocking the screen may result in folders with recordings appearing as empty.
Why do files disappear after the update?
After updating to Android 9, some third-party applications lose write rights to old directories. The system can redirect new entries to another folder, while old ones remain in an inaccessible cache, which is cleared when the updated software is launched for the first time.
It is important to understand the difference between internal storage and an external SD card. If a memory card is selected as the main storage location in the phone settings, the paths will look different, for example /storage/sdcard1/... instead of /storage/emulated/0/.... Make sure that you are looking for files on the exact media that is selected in the default settings.
Searching for records via a computer and ADB
When the smartphone’s built-in file manager is powerless, connecting to a computer comes to the rescue. This is the most reliable way to find lost files, since the PC sees the device's file system differently than the phone itself. Connect your smartphone to your computer via a USB cable and select the file transfer mode MTP in notifications.
If the standard folder browsing does not produce results, you can use the tool ADB (Android Debug Bridge). This is a powerful utility that allows you to manage your device via the command line. To do this, you need to enable “USB Debugging” in the “For Developers” menu. After connecting, run the command to switch to shell mode:
adb shell
While in the shell, you can use the command ls to view the contents of directories. For example, the command ls -R /sdcard/Recordings will recursively show all the files in the records folder. If you know the file name or part of its name, use the find command to search the entire disk. This is especially effective when you don't know the exact path.
- 💻 The
adb pull /path/to/file .command allows you to copy a file from your phone directly to your computer, bypassing Explorer restrictions. - 💻 Usage
adb shell pm list packageswill help you find the exact package name of the voice recorder application to determine its data folder. - 💻 The command
run-as [package_name]gives access to private data of a specific application, if it is being debugged.
⚠️ Warning: Using ADB requires caution. Improperly deleting files through the command line can result in data loss or system application failure. Always make backups before deleting.
The advantage of the computer method is that you can use the powerful search engines of Windows or macOS file managers. Just enter the file extension (for example, .mp3 or .aac) into the phone disk search, and the system will find all audio files, no matter in which deep folder they are hidden.
☑️ Checking ADB connection
Third-party applications and their storage specifics
If you are not using the built-in voice recorder, but downloaded the application from the store, the logic for storing files changes dramatically. Developers of third-party software, such as Cube ACR, TalkRecorder or Automatic Call Recorder, often create their own folder structures to bypass system limitations or ensure synchronization with the cloud.
Most popular recording apps by default create a folder with the name of the brand or application in the root of the internal storage. For example, Cube ACR can save files to a folder CallRecorder. However, in the settings of the application itself there is often a “Save folder” item, where the user can manually specify any directory. Check these settings first.
Some applications use cloud storage as their main backup. In this case, the files may not be saved on the device at all, but immediately uploaded to Google Drive, Dropbox or the developer’s server. This is done to save space and safety. If there are no files on your phone, check the web interface of the corresponding cloud service or the “Cloud” section inside the application itself.
It is also worth paying attention to the file format. Third-party applications can save recordings in .wav, .mp3 or proprietary format, which can only be opened through the player of the same application. If you find a file, but it is not played by a standard player, try opening it through the “Open with” menu in the recorder itself.
Change the recording format in the application settings to MP3 or WAV. These formats are universal and easier to transfer between devices than compressed formats like AMR or native application containers.
Path table for popular brands
To organize the information, we have compiled a table with the most likely paths for popular manufacturers. Please note that these paths may vary slightly depending on the firmware version and regional model of your smartphone.
| Smartphone Brand | Likely Recording Path | File Format |
|---|---|---|
| Samsung | Internal Storage/Recordings/Call |
.mp3, .m4a |
| Xiaomi / Redmi | Internal Storage/MIUI/sound_recorder/call_rec |
.mp3, .aac |
| Huawei / Honor | Internal Storage/Sounds/CallRecord |
.amr, .mp3 |
| Google Pixel | Internal Storage/Android/data/com.google.android.dialer/files |
.m4a |
| OnePlus | Internal Storage/Recordings/Call |
.aac, .mp3 |
Use this table as a starting point. If there are no files in the specified location, try using the file extension search described in the previous sections. Also, do not forget that on dual-SIM devices, recordings can be sorted into different subfolders depending on which SIM card the call was made from.
The path to the file depends not only on the version of Android, but also on the specific model and shell of the manufacturer. Always check your Phone app settings for accurate information.
Solving problems with file access and visibility
What if you find a folder, but it is empty or the files are not displayed? Often the problem lies not in missing records, but in access rights or caching of the media scanner. The Android system uses a Media Scannerservice that indexes new files. Sometimes this process freezes and recently created entries do not appear in the gallery or file list.
Try restarting your device. This will force a re-scan of the storage. If this doesn't help, you can clear the Media Storage app cache in Application Settings. This will force the system to rescan all files and update the databases, which often brings missing records back into view.
Another common problem is a file being marked as hidden. On Linux-based Android, a file becomes hidden if its name begins with a dot (for example .recording.mp3). Enable showing hidden files in Explorer. If this does not work, connect the phone to the PC and look at the file properties - perhaps it has a size of 0 bytes, which means the recording failed.
⚠️ Attention: Interfaces and menu names may change depending on the firmware update. If you do not find the specified item in the settings, use a search in the phone settings by entering the keyword “recording” or “storage.”
As a last resort, if the files are critical and standard methods do not work, you can try using third-party file managers with extended rights, such as ES File Explorer (old versions) or Solid Explorer. They often have built-in tools for working with root access and can show what is hidden from the standard explorer.
Frequently asked questions (FAQ)
Why did recordings stop being saved after updating to Android 9?
Google has tightened its security policy by prohibiting many third-party applications from accessing the call audio stream. Built-in voice recorders continue to work, but third-party applications may require special accessibility settings or changing the recording source (for example, to a microphone instead of internal audio).
Is it possible to recover a deleted conversation recording?
If the file was recently deleted, try using applications to recover data from Android by connecting your phone to a PC. The chances are high only if new data has not yet been written to the place of the deleted file. root access significantly increase the likelihood of successful recovery.
Where are the recordings stored if I used a voice recorder during a call, and not the call recording function?
Such recordings are usually saved in a folder Recordings or Sounds in the root of the storage, or in a specific folder voice recorder application (for example, Recorder). They are not included in the general call history and are searched like regular audio files.
How to transfer recordings to a computer without a cable?
Use cloud services (Google Drive, Yandex.Disk) by setting up auto-loading of the folder with recordings. You can also send files via instant messengers (Telegram, WhatsApp) to yourself or use the “Share over Wi-Fi” function in advanced file managers.
Why is conversation recording interrupted or does not start?
This is often related to battery optimization. Android 9 system can kill background recording process to save power. Go to the battery settings, find the recording application and set the operating mode to “Unlimited” or disable optimization for it.