How to Put Your Music on a Call in Xiaomi: From Standard Ringtones to Spotify and YouTube

Are you tired of standard calls on your Xiaomi and want to install your favorite track instead of the annoying "Periodity"? Or maybe you need to assign a unique tune for each contact to immediately know who is calling? In this article, we will discuss all possible ways - from basic settings to the basic settings. MIUI advanced methods using third-party applications and even ADB-Teams for experienced users.

The process of installing ringtones on Xiaomi smartphones (including Redmi, POCO and Black Shark) depends on the firmware version: MIUI 14/15 based on Android 13/14 have its own nuances. We took into account all the changes in 2026 - for example, moving some menu items to Google Settings instead of the standard MIUI options. You will also learn how to circumvent the system restrictions if your track is "not visible" in the list of available tunes.

Important: If you use Xiaomi with Global ROM, some menu items may be called differently than in the Chinese or European version (EEA).

1. Standard method: selection from built-in tunes

The easiest method is to use pre-installed ringtones, which have over 20 in MIUI, including classic signals and Xiaomi signature tunes.

  1. Open the Settings app (cog icon).
  2. Go to Sound and Vibration (in some versions, Sounds and Vibration).
  3. Slap on the call melody item.
  4. Select one of the suggested tunes and press OK.

โš ๏ธ Attention: B MIUI 15 on Android 14, the call melody can be hidden behind the Notifications tab and the status bar. If you don't find it, search by settings (the magnifier icon at the top of the screen).

Among the built-in tunes are:

  • ๐ŸŽต Classic: "Periodity", "Spring", "Autumn Leaf" (branded ringtones Xiaomi).
  • ๐Ÿ”” Standard: Call 1, Call 2 (similar to Android signals).
  • ๐ŸŽถ No sound: Quiet Mode option (vibration without melody).
๐Ÿ“Š What Melody Are You Using on Xiaomi?
Standard MIUI.
Your music.
Melody from Spotify/YouTube
The sound's off.

2. Installation of a custom ringtone from phone files

If the built-in tunes don't fit, you can download your track. MIUI supports.mp3,.m4a,.wav and.ogg formats, but there are limitations:

  • ๐Ÿ•’ The duration of the track is up to 30 seconds (the system will cut long files).
  • ๐Ÿ“ File size up to 5 MB (otherwise the melody will not appear in the list).
  • ๐Ÿ“ Storage folder โ€“ files should be in /storage/emulated/0/Ringtones/ or /storage/emulated/0/Notifications/.

Instructions for adding a custom ringtone:

Download the track to your phone (for example, via Telegram or browser)

Cut it to 30 seconds (you can use the MP3 Cutter app)

Rename the file to Latin (without Cyrillic and characters)

Move the file to the Ringtones folder (create it if not)

-->

  1. Download the audio file to your phone (for example, via Telegram or Google Drive).
  2. Cut the track to 30 seconds using the MP3 Cutter app or Ringtone Maker (available on Google Play).
  3. Rename the file to Latin (for example, my_ringtone.mp3), to avoid coding problems.
  4. Move the file to the Ringtones folder (you can create it at the root of internal memory through any file manager, such as Mi File Manager).
  5. Return to Settings โ†’ Sound and Vibration โ†’ Call Melody and select your track from the list.

โš ๏ธ Note: If the file does not appear in the list, check it out:

  • ๐Ÿ” File format (only supported.mp3,.m4a,.wav,.ogg).
  • ๐Ÿ“‚ Storage folder (should be Ringtones, not Music or Downloads).
  • ๐Ÿ”„ Reboot your phone (sometimes the system doesnโ€™t update the tone list right away).
What if the Ringtones folder is not created?
If the file manager does not allow you to create a Ringtones folder at the root of the memory, use it. ADB-Command: Adb shell mkdir /storage/emulated/0/Ringtones Or connect your phone to your PC and create a folder through a conductor. Windows/macOS.

3.Appointment of unique melodies for contacts

In MIUI, you can assign a ringtone to each contact in the phone book, which is convenient if you want to know who's calling right away, whether it's your boss, your friend, your courier.

  1. Open the Contacts app (phone book icon).
  2. Find the right contact and tap it.
  3. Click on the three dots in the top right corner and select Edit.
  4. Scroll down to the Melody of the Call (or Rington in English).
  5. Select a tune from the standard list or your custom track (if added to the Ringtones folder).
  6. Save the changes.

๐Ÿ”น Nuance: If you use Google Contacts instead of the standard app MIUI, the way is different:

  1. Open Google Contacts.
  2. Select Contact โ†’ Change (pencil at the top).
  3. Slip on the extra. โ†’ The ringing melody.

โš ๏ธ Attention: Individual tunes only work for incoming calls. SMS and notifications from messengers (WhatsApp, Telegram) settings will have to configuring separately in each application.

4.Using music from Spotify, YouTube and other services

You want to call a track from Spotify, YouTube Music or VK Music? There's no direct way, but there are workarounds:

Method 1: Download the track through third-party applications

Many services (e.g. Spotify) do not allow music to be downloaded in a ringtone format.

  1. Download the track through a bootloader app (e.g. Snaptube for YouTube or Deezer bootloader for Deezer).
  2. Convert the file to.mp3 with Audio Converter (available in the Play Market).
  3. Cut the track to 30 seconds and move to the Ringtones folder.

Method 2: Use of the Zedge App

Zedge is a database of ringtones and wallpaper with the ability to download tracks directly to the Ringtones folder:

  1. Install Zedge from Google Play.
  2. In the search, enter the name of the track or artist.
  3. Download your favorite melody (the application will automatically save it to the desired folder).
  4. Go to the call settings and select the downloaded track.

๐Ÿ”น Useful tip: Zedge has a Trends category that collects popular ringtones (like melodies from TV shows or memes) that eliminates the need to search and crop tracks yourself.

๐Ÿ’ก

If you downloaded a track from YouTube via Snaptube, check its bitrate. 128 kbps is enough for a ringtone - higher quality will only increase the file size without a noticeable difference in sound.

5. Advanced methods: ADB and root access

If standard methods do not work (for example, the system does not see your track), you can use the system. ADB-These are methods that are suitable for advanced users.

Method 1: Installation of ringtones through ADB

If the file is in the correct folder but does not appear in the settings, try updating the media database:

adb shell media scan

After completing the command, restart the phone and check the list of tunes.

Method 2: Manual copying to the system folder (root required)

For users with unlocked bootloader and root rights:

  1. Copy your track to the system folder: adb push my_ringtone.mp3 /system/media/audio/ringtones/
  2. The right rights are set: adb shell chmod 644 /system/media/audio/ringtones/my_ringtone.mp3
  3. Reset the device.

โš ๏ธ Attention: Misuse of the right ADB or root can cause system failure. On smartphones with a locked bootloader (for example, Xiaomi) 13T on global firmware, these methods will not work without prior unlocking.

6. Problem Solving: Why is the ringtone not installed?

If you followed the instructions, but the melody is still not put, check out these points:

Problem.Reason.Decision
The file is not visible in the list of tunesWrong folder or formatMove the file to /Ringtones/ and check the extension (.mp3)
The melody is cut off when playingTrack length > 30 secondsCut the file in Ringtone Maker or Audacity
The call is silent or distortedLow quality file or bitrateUse files with a bitrate of 128-192 kbit / s
Call settings are not savedApp cache failure SettingsClear the cache to Settings โ†’ Applications โ†’ Application Management โ†’ Settings โ†’ Memory โ†’ Clear the cache

๐Ÿ”น Additional diagnostics:

  • ๐Ÿ”„ Restart your phone โ€“ sometimes the system doesnโ€™t update the tone list right away.
  • ๐Ÿ“ฑ Check if the phone is worth it in Do Not Disturb mode (Settings) โ†’ Sound and vibration โ†’ Don't disturb).
  • ๐Ÿ”Š Make sure the volume of the call is not at a minimum (adjusted by the volume buttons at the time of the incoming call).

๐Ÿ’ก

If none of these things worked, try resetting the sound to the standard: Settings โ†’ System โ†’ Resetting โ†’ Resetting the sound. This will bring all the tunes back to the factory without losing data.

7. Alternative applications for ringtones management

If you don't like the standard MIUI settings, you can use third-party apps, and they offer more options: smooth volume increase, random playback of tunes, support for.flac formats, etc.

Top.-3 Rington apps on Xiaomi:

  • ๐ŸŽง Ringtone Maker โ€“ Track trimming and conversion to the desired format.
  • ๐Ÿ”” Ringo โ€“ assigning different tunes to calls, SMS and notifications.
  • ๐ŸŽถ AudioMP3 Cutter is a simple editor for creating ringtones from long tracks.

๐Ÿ”น Advantages of Third-Party Applications:

  • โœ… Support for.flac,.aac formats (unlike the standard 4 formats) MIUI).
  • โœ… The ability to assign different tunes to SIM1 and SIM2 (It is important for dual-SIM models Xiaomi).
  • โœ… Smooth increase in volume (fade-in) so that the call does not scare.

โš ๏ธ Note: Some apps (e.g. Ringo) require permission to access notifications.This is necessary for the function to work, but may affect privacy.

FAQ: Frequent questions about ringtones on Xiaomi

Can I call you a song from Apple Music?
No, Apple Music uses a secure.m4p (DRM) format that is not compatible with MIUI. Solution: Find this track from another source (like YouTube) and download it via Snaptube or 4K Video bootloader.
Why did all the tunes drop after the MIUI update?
This is a known problem when switching to a new firmware version. The system resets user audio settings. Solution: reassign tunes through Settings โ†’ Sound and vibration or restore them from backup (if you did a backup through Mi Cloud).
How to put your tune on the alarm clock in Xiaomi?
The alarm clock uses a separate setting: Open the Watch app. Go to the Alarm tab. Create a new alarm clock or edit an existing one. Stick to the Melody and select your track (it should lie in the Alarms folder, not Ringtones).
Can I play different tunes for WhatsApp and regular calls?
Yes, but it is set up separately: For regular calls: Settings โ†’ Sound and vibration โ†’ Call melody. For WhatsApp: Open the app โ†’ โ‹ฎ โ†’ Settings โ†’ Notifications โ†’ The ringing melody.
Why is there no Ringtones folder on Xiaomi 14?
In newer models (Xiaomi 13/14 on MIUI 15), the folder can be hidden. Solutions: Use a root file manager (like FX File Explorer). Connect your phone to your PC and create a folder through the Explorer. Download the track directly to Zedge, the app will place it in the desired directory.