How to change a call to Xiaomi: 5 ways to change all models

Are you tired of the standard call melody on your Xiaomi and want to install something more original? Or maybe you need to quickly distinguish between work calls and personal calls using different signals? In this article, we will explore all possible ways to change a call, from basic MIUI settings to using third-party apps and even hidden firmware functions.

Whether you’re using the Redmi Note 12, POCO X5 or the flagship Xiaomi 14, the process of changing the tune is almost the same. But there are nuances: some models limit the choice of standard ringtones, and new versions of MIUI 14/15 may have a different interface, and we took all these points into account and put together current instructions for 2026.

Before you start, check your firmware version: go to Settings β†’ About Phone β†’ MIUI version. This will help avoid confusion with the location of menu items. And remember: if you are using the global version of MIUI, some options may be missing compared to Chinese firmware.

Method 1: Standard Replacement through MIUI settings

The easiest and safest method is to use the built-in tools that are suitable for 90% of users and do not require any additional software installation.

  1. Open the Settings app (the gear icon on the home screen).
  2. Go to the section Sound and vibration.
  3. Select the item "Melody of a call" (on some models it can be called "Call Sound").
  4. Scroll down to see all available standard tunes. Click on your favorite to listen.
  5. Confirm the choice of OK button or Save.

On the new versions MIUI 14/15 In this menu, you can pre-listen without saving - just click on the melody and wait. 2-3 You can also set the vibration when you call (Vibration on call) and individual signals for the SIM-cards if there are two.

Make sure your phone is not in silent mode.

Check the volume level of the call (slider at the top of the screen)

Turn off Do Not Disturb mode if it is active

Close all background apps that can block sound-->

Note: standard tunes in Xiaomi are often of poor quality (bitrate 64-128 kbps).If you don’t like it, go to the following ways where we will tell you how to set up high-quality calls.

Method 2: Using a File Manager for Custom Melodies

If you don't have enough built-in ringtones, you can add your own tunes, and you'll need any audio file in.mp3,.m4a or.ogg (no larger than 5MB in size) to do that.

  1. Download or prepare an audio file on your computer. The optimal duration is 15-30 seconds.
  2. Connect your phone to your PC through USB-cable and select File Transfer Mode (MTP).
  3. Copy the file into the Ringtones folder on the internal storage, and if it's not there, create it manually.
  4. Alternatively, use the file manager on your phone (like Google Files) and move the file to the MIUI/ringtone folder.
  5. Restart your phone (required!) and then your tune will appear on the standard list.

Important nuance: on some models (Redmi) 9A, POCO M3) folder MIUI/ringtone To see it, turn on the hidden files in the file manager settings. Also make sure the file name does not contain Cyrillic characters or spaces - use Latin and underline (for example, use the Latin alphabet and underline, my_ringtone.mp3).

File formatMax size.Duration maintainedQuality.
.mp35MB30 secondsup to 320 kbps
.m4a5MB30 secondsup to 256 kbps
.ogg3MB20 secondsup to 192 kbps
.wav1 MBB10 secondsup to 16 bits/44 kHz

If your tune doesn’t appear on the list after the reboot, check:

  • πŸ“ Is the file path correctly indicated (should be) /storage/emulated/0/Ringtones/ or /MIUI/ringtone/)
  • πŸ”Š File size and format meet the requirements
  • πŸ“± Phone is not in power saving mode (can block file scanning)
πŸ“Š What audio format do you prefer for calls?
MP3
M4A (AAC)
OGG
WAV
I don't know.

Method 3: Set up calls through the Zedge app

If you want ready-made high-quality tunes without manual download, use the Zedge app. It is one of the most popular solutions for customizing sounds on Android, including Xiaomi devices.

  • 🎡 More than 1 million free ringtones and notifications
  • πŸ” Easy search by category (films, games, natural sounds)
  • πŸ“± Automatic installation without manual file copying
  • πŸ”„ Regular updates to the collection

Installation instructions:

  1. Download Zedge from Google Play.
  2. Open the app and allow access to the storage and audio settings.
  3. Select Ringtones from the menu.
  4. Find your favorite tune (you can use the search).
  5. Click on it, then select Set as ringtone.
  6. Confirm your choice in the system window.

Important: On some Xiaomi models (e.g. Redmi Note 11 with MIUI 13), Zedge may not display the direct installation option. In this case, download the file through the application, then manually move it to the Ringtones folder as described in Method 2.

The premium version of Zedge (Zedge Premium) offers additional features such as creating playlists for different contacts and removing ads, but the free version is enough for a basic call change.

πŸ’‘

If Zedge doesn’t automatically set the call, try downloading the file through the app first, then finding it in the Download/Zedge folder and manually moving it to Ringtones.

Method 4: Set up individual contact calls

You can assign unique tunes to individual contacts, so you can immediately know who's calling without looking at the screen.

  1. Open the Contacts app (or Phone β†’ Contacts tab).
  2. Find the right contact and open your card.
  3. Click on the three dots in the top right corner and select Change.
  4. Scroll down to the Melody of the Call (or Call Sound).
  5. Select a standard tune or click Add to download yours.
  6. Save the changes.

The new MIUI versions offer the ability to assign different calls to the same contact's work and personal numbers.

  • Open the contact card with several numbers.
  • Click on the number you want (e.g., "Worker").
  • Choose to edit β†’ The ringing melody.
  • Set a unique signal for that particular number.

If you sync contacts with a Google Account, individual calls may be reset after a system update. To avoid this, export contacts to the.vcf frontmajor file with MIUI updates.

How to export contacts to Xiaomi
1. Open Contacts β†’ Settings (three dots at the top). 2. Select Import/Export β†’ Export to file. 3. Save the file to a safe location (such as the cloud). 4. After updating, import contacts back.

Method 5: Advanced adjustment through ADB (power-user)

If standard methods don’t work (e.g. custom firmware or Xiaomi.eu), you can change system calls via ADB. This method requires technical skills and is only suitable for confident users.

You'll need:

  • πŸ–₯️ Computer with installed ADB-driver
  • πŸ“± Included debugging by USB on the phone (Settings) β†’ The phone. β†’ Version. MIUI β†’ 7 times press the assembly number β†’ return to β†’ For developers β†’ Debugging by USB)
  • 🎡 Prepared audio file in.ogg format (recommended for system sounds)

Instructions:

adb push your file.ogg /sdcard/


adb shell




su




mount -o rw,remount /system




cp /sdcard/your file.ogg /system/media/audio/ringtones/




chmod 644 /system/media/audio/ringtones/your file.ogg




mount -o ro,remount /system




exit




exit

Then restart your phone. Your tune will appear in the system list. Attention: the wrong ADB commands can cause the system to crash. Back up before experimenting!

⚠️ Attention: On devices with MIUI 14+ And the system protection feature (in the developer settings) that might not work, so use Magisk modules to modify the system sounds.

The solution to the problems: why the call to Xiaomi does not change

Sometimes users find that new tunes are not applied or reset, and here are the most common reasons and solutions:

Problem.Possible causeDecision
The call doesn't change.File in the wrong folderMove to /Ringtones/ or /MIUI/ringtone/
Reset to standardConflict with energy conservationAdd a file manager to the battery optimization exception
No sound on call.Do Not Disturb mode activatedCheck the settings in Sound and Vibration β†’ Do not disturb
The melody is cut offThe file is too long.Cut to 30 seconds in an audio editor
No custom calls visibleNot reloading the phoneReboot after adding files

If the problem persists, try:

  • πŸ”„ Remove the application cache Settings (Settings) β†’ Annexes β†’ Application management β†’ Settings β†’ Warehouse β†’ Clear the cache)
  • πŸ“₯ Install an alternative launcher (like Nova Launcher) that can offer its own audio settings
  • πŸ”§ Reset the sound settings to standard (Settings) β†’ System system β†’ Resetting settings β†’ Resetting the sound settings)

On devices with HyperOS (new firmware for Xiaomi 14 and newer), the process may be different. If you upgraded to this system and encountered problems, check for updates to the Settings app in the Mi App Store.

FAQ: Frequent questions about changing your call to Xiaomi

Can I play my music from Spotify/YouTube as a call?
Directly from these apps, no, because they use secure audio streams. But you can: Download the track to your computer (e.g., yt1s.com for YouTube); crop it to 30 seconds in an audio editor (e.g., Audacity); convert it to.mp3 or.m4a. Transfer it to your phone and install it as described in Method 2. Important: Make sure you have rights to use the audio for personal use.
Why is there no Ringtones folder on Xiaomi?
This folder is automatically created when you first add a custom call. If it's not: Open any file manager (like Google Files). Go to the root directory of internal memory (/storage/emulated/0/). Create a new folder with the exact name Ringtones (registration is important!). Restart your phone. Some firmware (like Xiaomi.eu) may also need to create a Notifications folder for notification sounds.
How to return standard calls after experiments?
To reset all changes: Delete all custom audio files from the Ringtones and MIUI/ringtone folders. Go to Settings β†’ Applications β†’ Application Management. Find the Settings app and clear its cache. Reboot your phone. After that, only the standard MIUI tunes will remain on the call menu.
Can I make different calls to two people? SIM-map?
Yes, MIUI It supports this feature on all dual-symbol models. β†’ Sound and vibration β†’ The ringing melody. At the top of the screen, select SIM-map, SIM 1 SIM Set a separate tune for each card, and you can configure different signals for voice and video calls (if supported by the operator).
Why did all the calls drop after the MIUI update?
This is standard behavior in major updates (e.g., from MIUI 13 to MIUI 14). The system resets custom audio settings for stability. To avoid loss: Before upgrading, back up your Ringtones folder on your PC. Use cloud services (Google Drive, Mi Cloud) to store audio files. After upgrading, manually return files to place and restart your phone. If calls are missing after a minor update (e.g., MIUI 14.0.1 β†’ 14.0.2), try simply restarting your device β€” often this helps restore the settings.

πŸ’‘

For custom calls, always keep a backup of audio files outside the Ringtones folder (for example, in the cloud or on the cloud). SD-map).