How to put your tune on your alarm clock on Xiaomi: 5 proven ways

Waking up to your favorite music makes the morning feel better, but the standard alarm melodies on Xiaomi quickly get bored. Unfortunately, the manufacturer did not add the obvious feature of choosing an arbitrary audio file to MIUI - instead, users are offered a limited set of system sounds.

In this article, we will discuss 5 working methods to set your tune on an alarm in Xiaomi, Redmi and POCO smartphones (relevant to MIUI 12, 13 and 14). You will learn how to use the built-in tools of the system, what audio formats are supported, and what to do if the alarm clock does not play the added file. We will also look at the nuances for different models โ€“ from the budget Redmi Note to the flagship Xiaomi 13.

Important: Some methods require permission to access files or install additional programs. If you prefer to do without third-party software, focus on the first two methods.

1. Method: Using the folder "Alarms" (official method for MIUI)

The easiest and safest way is to put an audio file in a special system folder, MIUI automatically scans it and adds the content to the list of available alarm melodies, the method works on all Xiaomi devices without root rights.

Here's how to do it:

  • ๐Ÿ“ Connect your phone to your computer or use a file manager (e.g., Mi File Explorer).
  • ๐Ÿ” Go to the root directory of internal memory and find the folder. MIUI โ†’ media โ†’ audio โ†’ If it's not, create it manually.
  • ๐ŸŽต Copy the audio file into this folder (formats are supported.mp3,.m4a,.ogg,.wav).
  • ๐Ÿ”„ Restart the device (required!).

After rebooting, open the Watch โ†’ Alarm โ†’ tap on an existing alarm clock or create a new one. In the Signal Melody section, your file will appear in the Local Melodies list.

โš ๏ธ Note: If the file is not displayed, check the name of the file โ€“ it should not contain special characters (e.g. #, %, *). Also make sure that the track is less than 5 minutes long (long files may not play back).

Rename the file to Latin (e.g., "morning.mp3")| Check the format (supported MP3, M4A, OGG, WAV)| Make sure the track duration is โ‰ค 5 minutes | Copy the file to the folder MIUI/media/audio/alarms |Reboot the phone-->

2. Method: Configure through "Music" (for MIUI 13/14)

The latest versions of MIUI 13 and 14 have a half-hidden function to select the alarm melody directly from the Music app, which requires no reboot and works without transferring files to system folders.

Instructions:

  1. Open the Music app (standard Mi Music player).
  2. Find the track you want to use as an alarm clock and open it.
  3. Press three points (โ‹ฎ) top-right โ†’ Choose Set as a Melody โ†’ Alarm clock.
  4. Confirm your choice. This track will now be available in the alarm settings.

Limitations of the method:

  • ๐Ÿšซ Works only with files added to the Mi Music library (not streaming tracks).
  • ๐Ÿ”Š Not all formats are supported (for example,.flac may not appear in the list).
  • ๐Ÿ“ฑ In some models (for example, POCO F4) This menu item is missing.

๐Ÿ’ก

If your Music app doesn't have the "Install as a Melody" option, update it via Google Play or the App Store. Often, this feature appears after an update.

Method: Third-party applications for alarm clock

If the built-in techniques don't work, third-party programs will come to the rescue, not only allowing you to choose any tune, but also offering additional features: smooth volume increase, math problems to turn off the alarm clock, and even integration with Google Assistant.

The best apps for Xiaomi:

AnnexFeaturesConsReference
Sleep as AndroidSleep analysis, smart wake-up,.mp3/.m4a support, integration with Wear OSPaid premium version, complex interfaceGoogle Play
AlarmyDisconnection tasks,.wav support, backup alarmsAdvertising in the free versionGoogle Play
TimelyCloud synchronization, smooth awakening, minimalist designDoesn't support.flac.Google Play

How to set up:

  1. Install one of the applications (e.g. Alarmy).
  2. Open it and create a new alarm clock.
  3. In the sound settings, select Select File and specify the path to your melody.
  4. Save the changes and check the alarm clock.

โš ๏ธ Note: Some apps (e.g. Sleep as Android) require permission to autostart and run in the background. Without these permissions, the alarm may not work after the phone restarts. โ†’ Annexes โ†’ Permits โ†’ Auto-start.

Standard Xiaomi Watches|Sleep as Android|Alarmy|Timely|Other-->

4. Method: Using a file manager with root rights (for advanced ones)

If your Xiaomi has root access, you can manually replace the alarm clockโ€™s system tunes, a method that is suitable for users who are willing to risk system stability for customization.

Step-by-step:

  1. Install a file manager with root support (such as Root Explorer or Solid Explorer).
  2. Go to /system/media/audio/alarms/.
  3. Copy your audio file into this folder (for example, my_alarm.mp3).
  4. Change the file access permissions to 644 (read for all, write for owner only).
  5. Reset the device.

Now your file will be available in the standard alarm clock melodies list, and the advantage of this method is that the melody will not reset after the MIUI update, since the files are stored in the system partition.

โš ๏ธ Note: Incorrectly changing files in /system Before editing, back up the alarms folder and make sure your file has a supported format (.ogg works best).

What if the alarm clock doesnโ€™t work after editing system files?
If, after replacing the files, /system/media/audio/alarms/ The alarm clock has stopped playing the sound, follow the following steps: 1. Check the file access permissions (should be rw-r)--r-- or 644). 2. Make sure the file is not corrupted (try playing it in a standard player). 3. If the problem persists, return the original files from the backup and restart the phone. 4. In extreme cases, reset the settings of the application Clock in Settings โ†’ Annexes โ†’ Application management โ†’ The clock โ†’ Warehouse โ†’ Clean up the data (this will remove all alarm clocks!).

5. Method: Bypassing restrictions through ADB (without root)

For users who donโ€™t want to root, but are willing to use ADB (Android Debug Bridge), thereโ€™s an alternative method that allows you to embed your audio file into a system tone list without physically transferring it to secure folders.

What you need:

  • ๐Ÿ–ฅ๏ธ Computer with installed ADB-tool.
  • ๐Ÿ“ฑ Included debugging by USB on the phone (Settings) โ†’ The phone. โ†’ Version. MIUI โ†’ Click on version 7 times, then return to Additional Settings โ†’ For developers โ†’ Debugging by USB).
  • ๐ŸŽต Audio file in.ogg format (recommended for compatibility).

Instructions:

adb push your file.ogg /sdcard/MIUI/media/audio/alarms/


adb shell am broadcast -a android.intent.action.MEDIA_SCANNER_SCAN_FILE -d file:///sdcard/MIUI/media/audio/alarms/ your file.ogg




adb reboot

Once you reboot your file will appear in the tone list, which mimics the official method (Section 1), but allows you to automate the process through the command line.

๐Ÿ’ก

ADB-commands do not require root rights, but to perform them, you need to include debugging USB. After use ADB Turn off this option in the developerโ€™s security settings.

Frequent problems and their solutions

Even after setting up correctly, Xiaomi users face common mistakes, and letโ€™s look at the most common ones and how to fix them.

Problem 1: The file does not appear in the list of tunes.

  • ๐Ÿ”„ Check the path to the file (should be) /MIUI/media/audio/alarms/).
  • ๐Ÿ“Œ Make sure the file has a supported format (.mp3,.m4a,.ogg).
  • ๐Ÿ”„ Restart your phone - sometimes MIUI Does not update the list of tunes immediately.

Problem 2: The alarm goes off, but without a sound.

  • ๐Ÿ”Š Check the volume of the alarm clock (adjusted separately from the total volume).
  • ๐Ÿšซ Make sure the phone is not in Do Not Disturb or No Sound mode.
  • ๐Ÿ”ง Reset the settings of the Watch app (see spoiler in section 4).

Problem 3: The melody stops in a few seconds.

This is because MIUI limits the duration of playback.

  • โœ‚๏ธ Cut the file to 30 to 60 seconds (you can use Audacity or online services).
  • ๐Ÿ”„ Use a third-party app (Section 3) where there are no time limits.
Can I put an alarm clock on Xiaomi without a computer?
Yes, for this: Copy the audio file to the MIUI/media/audio/alarms/ folder through any file manager (e.g. Mi File Explorer). Reboot your phone. Select the file in the alarm settings. If the MIUI folder is not, create it manually.
Why is my tune not playing even though the file is in the correct folder?
Probable reasons: The file is corrupted or incompatible (try converting to.ogg) The file name contains Cyrillic or special characters (rename it Latin), the file is too large (optimal size is up to 5 MB) and there are not enough permissions for the folder (check through the file manager).
How to put a song from Spotify/YouTube Music on an alarm clock?
Directly from streaming services - impossible, as they do not provide access to local files. Solutions: Download the track to your phone (for example, through YouTube Premium or converters like YTMP3). Place the file in the alarms folder (section 1) or use a third-party application (section 3). โš ๏ธ Downloading music from YouTube may violate copyrights โ€“ use legal sources.
Does this work on the POCO F5 or Redmi Note 12?
Yes, all of the methods described are compatible with POCO and Redmi on MIUI 13/14. Exceptions: Some models (such as the POCO X5 Pro) may not have the "Install as a Melody" option in the Music app. Redmi 10C and other budget models are recommended to use the alarms folder or third-party apps.
Can I put my tune on the alarm clock in the Mi Band or Mi Watch?
No, Xiaomiโ€™s smartwatches (including the Mi Band 7/8 and Mi Watch) donโ€™t support custom tune downloads.You can only choose from pre-installed signals via the Mi Fitness or Zepp Life app.