Have you ever tried to find the folder with ringtones on your smartphone, but was unsuccessful? Or did you want to replace the standard ringtone with your own, but didnโt know where to upload it? In Android, the system for storing audio files for notifications, alarms and calls is not organized as clearly as it might seem. Depending on the OS version, manufacturer (Samsung, Xiaomi, Google Pixel) and even the shell (One UI, MIUI, ColorOS), the paths to folders may differ, and some files are generally hidden from the user.
In this article we will analyze all possible locations for storing ringtones in Android - from standard system folders to user directories. You will learn how to access them through a file manager or ADB, what formats are supported, and why sometimes the added melody is not displayed in the settings. And also - how to transfer ringtones from one device to another without losing quality.
Standard folders for ringtones in Android
Android uses fixed system folders to store audio files of different types. Their location is regulated by Google documentation, but manufacturers sometimes make their own adjustments. Here are the basic directories that are on any device:
- ๐
/system/media/audio/ringtonesโstandard ringtones installed with the firmware. Read-only access. - ๐
/system/media/audio/notificationsโ notification sounds (SMS, messages from applications). - ๐
/system/media/audio/alarmsโ alarm signals. - ๐
/system/media/audio/uiโ system sounds (unlocking, pressing, etc.).
These folders are located in the section /system, which is mounted in read-only mode. It is impossible to change or delete files from here without root access. However, you can copy them to user directories (more on this below).
If you do not see the folder /system in the file manager, turn on display hidden files in the application settings (usually the option is called "Show system files").
On devices with pure Android (for example, Google Pixel or Motorola) the folder structure is preserved in its original form. But manufacturers like Samsung or Xiaomi can add their catalogs, for example:
- ๐
/system/priv-app/SecRingtone- branded melodies on Samsung. - ๐
/system/media/audio/miui- additional sounds in MIUI.
Custom ringtones: where and how to store them
If you want to add your own melody (for example, a trimmed track or a recorded voice), you need to place it in one of the user folders. Android scans them upon download and adds the files to the list of available ringtones. Standard paths:
| Sound type | Folder path | Notes |
|---|---|---|
| Ringtones | /storage/emulated/0/Ringtones |
Main folder for custom ones ringtones. |
| Notifications | /storage/emulated/0/Notifications |
Sounds for SMS, instant messengers and other notifications. |
| Alarms | /storage/emulated/0/Alarms |
Ringtones for the standard Clock application. |
| Sounds interface | /storage/emulated/0/UI |
Rarely used, but supported by some launchers. |
These folders are created automatically the first time you add a file. For example, if you copy an MP3 file to /Ringtones, the system will create the directory itself (if it did not exist) and display the melody in the settings. Important: files must be in supported formats - usually this is .mp3, .ogg, .m4a or .wav.
Manufacturers they can add their own folders. For example, on Samsung sometimes the directory works /My Files/Ringtones, and on Huawei โ /Huawei/Ringtones. If the standard paths do not work, check the documentation for your model or create a folder manually.
Why is the added ringtone not displayed in the settings?
If you put the file in the correct folder, but it does not appear in the list of ringtones, the reasons may be as follows:
- ๐ Unsupported format โAndroid does not recognize
.flacor.aacas ringtones. - ๐ฑ No read permissions โcheck permissions for the file manager.
- ๐ Cache is not updated โrestart the device or clear the cache of the "Settings" application.
- ๐ Wrong folder name โcase is important! The folder should be called exactly
Ringtones, and notringtonesorRingtones.
How to access folders with ringtones
There are several ways to find and manage ringtones on Android. The choice depends on your goals and level of access to the system.
Method 1: Through a standard file manager
The simplest method is to use the built-in explorer (for example, Files by Google or a proprietary manager from the manufacturer). Instructions:
- Open the file manager.
- Go to the root directory (
/storage/emulated/0/). - Find folders
Ringtones,NotificationsorAlarms(or create them manually). - Copy audio files there.
- Reboot the device for the changes to take effect.
- Check the format (MP3, OGG, M4A, WAV are supported)
- Make sure the duration does not exceed 30-40 seconds
- Rename the file to Latin (without spaces and special characters)
- Check the volume (the ringtone should be clearly audible)
-->
Method 2: Via PC (USB or MTP)
If you have access to computer, connect your smartphone via USB in File transfer (MTP) mode and use Windows Explorer or Finder on macOS. The path will be the same: Internal memory โ Ringtones.
Attention: on some devices (especially Xiaomi or Oppo) you may need to unlock USB debugging in the developer settings for the PC to see all folders.
Method 3: Via ADB (for advanced users)
If standard methods do not work, you can use ADB (Android Debug Bridge). system folder to the user folder, run:
adb pull /system/media/audio/ringtones/my_tone.mp3 /sdcard/Ringtones/
adb shell chmod 644 /sdcard/Ringtones/my_tone.mp3
This command will copy the file my_tone.mp3 to your ringtones folder and set the correct permissions. Caution: incorrect use ADB may disrupt the system.
How to transfer ringtones to another device
If you have changed your smartphone and want to save your favorite ringtones, here are step-by-step guide:
- Export from an old device:
- ๐ฒ Connect your old device to your PC or open a file manager.
- ๐ Find the folders
Ringtones,Notifications,Alarms. - ๐ค Copy all the necessary files to your computer or to the cloud (Google Drive, Dropbox).
- ๐ฑ Connect your new smartphone to your PC or open the file manager.
- ๐ฅ Create folders
Ringtones(if there are none) and paste the copied files there. - ๐ Reboot the device.
On devices with Android 11+, when copying via PC, you may need to confirm access to folders via the "Allow access to files?" notification - do not ignore it!
When transferring ringtones between devices of different brands (for example, from Samsung to Xiaomi), check the supported formats - some manufacturers limit the list of allowed extensions.
Problems with ringtones and their solutions
Sometimes added ringtones are not displayed in the settings or are played with errors. Considered problems and ways to solve them.
Problem 1: The ringtone does not appear in the selection list
If the file is in the correct folder, but it is not in the call settings:
- ๐ Reboot your device โ sometimes the media file scanner does not work immediately.
- ๐ Check the file name โ it should not contain spaces or Cyrillic characters (for example,
my_ringtone.mp3instead ofmy melody.mp3). - ๐ Make sure of the supported format โconvert the file to
MP3with a bitrate not higher than 320 kbps.
Problem 2: The ringtone is played with distortion
If the melody plays with a bang or breaks off:
- ๐ต Check the bitrate โ too high (for example, 500 kbps) can cause lag on weak devices.
- ๐ Reduce the volume in the file โsome smartphones automatically reduce the volume of ringtones if they are recorded too quietly.
- ๐ฑ Update the firmware โ bugs with sound playback are often fixed in new versions of Android.
To trim and convert ringtones, use free applications like Ringtone Maker or Audacity (on PC). - 20-30 seconds.
Problem 3: System ringtones disappeared after the update
After updating Android, some standard ringtones may disappear due to the partition being reset. /systemSolutions:
- ๐ Return the backup copy - if you made a backup. via
TWRPorTitanium Backup. - ๐ฅ Download standard ringtones โthey can be found on the forums (for example, 4PDA) for your model.
- ๐ ๏ธ Reflash the device โan extreme option if critical system files are missing.
How to restore standard ringtones without root access?
If you do not have root, but system ringtones are missing, try:
- Download an APK with ringtones for your model (for example
SecRingtone.apkfor Samsung). - Install it manually (allowing installation from unknown sources).
- Restart the device.
This will not work on all devices, but often helps to return the factory sounds.
How to change the ringtone for a specific contact
Android allows you to assign individual ringtones to individual contacts. This is convenient if you want to find out who is calling without looking at the screen. Instructions:
- Open the application
Contact(orPhone). - Select the desired contact and click
Edit. - Find the field
Ringtone(orCall sound). - Select a melody from the list or press
Addto upload your file. - Save changes.
On some devices (for example, Samsung) this item may be in the additional contact settings. If the option is not there, check if it is disabled in the application settings Phone.
Individual Ringtones for contacts are stored in the Contacts application database, and not in the file system. When you reset your phone or transfer contacts without a backup, they are reset.
Backup and restore ringtones
To avoid losing your favorite ringtones when resetting or replacing your smartphone, make a backup copy of them regularly:
Method 1: Manual copying
Simply copy the folders Ringtones, Notifications i Alarms to a PC or to the cloud This is the most reliable method, since you control the process.
Method 2: Through applications. backup
Use utilities like Swift Backup (requires root) or Titanium Backup. They allow you to save not only files, but also settings for assigned ringtones for contacts.
Method 3: Synchronization with Google Drive
Some file managers (for example, Files by Google) can automatically synchronize selected folders with Google Drive. Set up autosave for the directory with ringtones.
Attention: if you use cloud services, make sure that the files are not optimized (for example, Google Photos can compress audio). It is better to download them in original quality.
FAQ: Frequently asked questions about ringtones in Android
Can I use any song as ringtone?
Yes, but with reservations:
- ๐ต The file must be in a supported format (
MP3,OGG,M4A). - โฑ๏ธ The optimal length is 20-40 seconds (long tracks may be cut off).
- ๐ฒ Some manufacturers (for example, Apple v iPhone) block the use of DRM-protected files.
To trim a song, use applications like Ringtone Maker or MP3 Cutter.
Why did my ringtones disappear after the update Android?
This can happen for several reasons:
- ๐ The update has reset folder permissions (check your permissions).
- ๐๏ธ The system media scanner โforgotโ about your ringtones (restarting or clearing the application cache will help.
Media storage). - ๐ The folders have been moved (on some devices after the update the path changes to
/Android/media/com.android.providers.media/ringtones).
Try to manually move the files back to /Ringtones and restart the device.
How to make vibration with ringtone?
The vibration setting depends on the firmware:
- ๐ฑ On pure Android: go to
Settings โ Sound โ Vibration when calling. - ๐ฑ On Samsung:
Settings โ Sounds and vibration โ Vibration on calls. - ๐ฑ On Xiaomi:
Settings โ Sound and vibration โ Vibration โ Vibrate on calls.
If there is no option, check if vibration is disabled in the accessibility settings.
Can you assign different ringtones to SIM cards?
Yes, but only if your device supports dual SIM cards. Instructions:
- Open
Settings โ SIM cards and mobile networks. - Select the SIM card for which you want to change the ringtone.
- Find item
Call soundorRingtone SIM1/SIM2. - Select a melody from the list.
On some devices (for example, Samsung) this option can be located in the application settings Phone.
How to delete standard ringtones that you donโt like?
It is impossible to delete system ringtones without root access, since they are stored in a protected partition /system. However, you can:
- ๐ Disable them โ select another melody in the settings.
- ๐ Replace with your own โadd custom ringtones to
/Ringtones. - ๐ ๏ธ Gain root access and delete files manually (not recommended for beginners).
Attention: Deleting system files can cause the firmware to malfunction!