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.

๐Ÿ“Š How do you usually add ringtones to Android?
Via a file manager
Download from the application
Copy from PC
Use root access
Other way

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 .flac or .aac as 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 not ringtones or Ringtones.

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:

  1. Open the file manager.
  2. Go to the root directory (/storage/emulated/0/).
  3. Find folders Ringtones, Notifications or Alarms (or create them manually).
  4. Copy audio files there.
  5. 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:

  1. 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).
  • Import to a new device:
    • ๐Ÿ“ฑ 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.mp3 instead of my melody.mp3).
    • ๐Ÿ”Š Make sure of the supported format โ€”convert the file to MP3 with 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 TWRP or Titanium 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:

    1. Download an APK with ringtones for your model (for example SecRingtone.apk for Samsung).
    2. Install it manually (allowing installation from unknown sources).
    3. 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:

    1. Open the application Contact (or Phone).
    2. Select the desired contact and click Edit.
    3. Find the field Ringtone (or Call sound).
    4. Select a melody from the list or press Addto upload your file.
    5. 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:

    1. Open Settings โ†’ SIM cards and mobile networks.
    2. Select the SIM card for which you want to change the ringtone.
    3. Find item Call sound or Ringtone SIM1/SIM2.
    4. 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!