How to change the sound when connecting charging on Xiaomi smartphones: 5 working ways

Are you tired of the standard beep your Xiaomi makes when you connect to a charger?This short but intrusive sound can be annoying, especially if you plug your phone in at night or in a quiet environment. Fortunately, the manufacturer and third-party developers offer several ways to change it – from simple replacement through system settings to deep customization with the help of a new model. ADB-team.

In this article, we will discuss all the current methods for devices on MIUI (including Redmi Note 12, POCO X5, Mi 11 and other models).

  • πŸ”„ Replace the sound through the built-in settings MIUI (rootless)
  • 🎡 Set up custom sound with the help of MIUI-launcher and so on
  • πŸ“± Use third-party applications (with and without risks)
  • πŸ–₯️ Apply ADB-deep-tuning
  • βš™οΈ Turn off the sound if it is disturbing you.

Importantly, not all methods are universal β€” some require an unlocked bootloader or superuser rights. We'll note these cases separately.

1. Method: Replace the sound through MIUI settings (official method)

The easiest and safest way is to use the built-in MIUI capabilities. Unfortunately, it is not available on all firmware versions, but check it out first.

Go to: Settings β†’ Sound and vibration β†’ System sounds β†’ Charging connection sound

Here you will see a list of available audio signals, depending on the version of MIUI (13, 14 or HyperOS) there may be options:

  • πŸ”” Standard (by default)
  • 🎢 Melodic (longer signal)
  • πŸ”• No sound (complete shutdown)
  • 🎼 Classic (sound from older versions) MIUI)

If this menu is not available, your firmware does not support the change of sound through settings, in which case move on to the following methods.

πŸ“Š What version? MIUI you use?
MIUI 12/13
MIUI 14
HyperOS
I don't know.
other

⚠️ Note: On some models (POCO F5, Redmi K60) After upgrading to HyperOS, this partition may disappear. In this case, try resetting the sound settings to the factory (Settings) β†’ Annexes β†’ Application management β†’ Settings β†’ Warehouse β†’ Clear the data).

Method: Use of MIUI-theme

If the settings don’t have the right section, try changing the sound through MIUI themes. Many custom themes include not only visual changes, but also new sound effects, including a charging signal.

Instructions:

  1. Open the Themes app (icon with brush).
  2. Go to the section I β†’ My topics β†’ Sounds.
  3. Select your favorite theme marked "Includes sounds".
  4. Apply it and restart the device.

Popular themes with sounds:

Title of the topicType of soundCompatibility
Dark MatterFuturistic signalsMIUI 12–14
iOS StyleSounds like an iPhone.All versions.
Retro Wave8-bit tunesHyperOS
Nature SoundsNatural sounds (water, wind)MIUI 13+

If the sound has not changed after applying the theme, check:

Charging sound is enabled in settings (Settings β†’ Sound β†’ System Sounds)

Theme supports your version of MIUI

You reboot the device after application

You have enough free memory (themes may not use sounds when space is scarce)-->

Method: Third-party applications for sound substitution

If the system methods don't work, you can use Google Play apps, but there are risks:

  • 🚫 Without root, most apps won’t be able to replace system sounds.
  • πŸ”“ With root – requires unlocking the bootloader and the rights of the superuser.
  • πŸ›‘οΈ Security – Some applications may contain malicious code.

Recommended apps (checked on Xiaomi):

  • πŸ“± Zedge – a large number of sounds and melodies, but requires manual copying of files to the system folder.
  • πŸ”Š Ringtone Maker – allows you to create your own sounds, but does not replace system without root.
  • πŸŽ›οΈ SoundAssistant (from Samsung, but works on the same platform) MIUI) β€” Controls audio profiles, but does not change the charging signal.

To replace the sound without root:

  1. Download your favorite sound in.ogg or.mp3 format (maximum 5 seconds).
  2. Rename the file to Charging.ogg.
  3. Using a file manager (e.g. MiXplorer) copy it to /system/media/audio/ui/ (root or ADB rights required)
  4. Change the file permission to 644 (r-w r--- r---).
  5. Reset the device.

⚠️ Note: Incorrectly changing files in the folder /system It can lead to bootloop.We recommend backing up the original Charging.ogg file before replacing it.

πŸ’‘

If you don't have root but you have an unlocked bootloader, you can temporarily get root access through Magisk just to replace the sound, and then turn it off. This will reduce the security risks.

Method: Use of ADB-Teams (for advanced users)

If you’re not afraid of the command line, ADB (Android Debug Bridge) lets you change the charging sound without root.This method works on most Xiaomi devices, but requires a PC connection.

Steps:

  1. Install ADB and Fastboot Tools on your computer.
  2. Turn on USB Debugging on your phone: Settings β†’ About Phone β†’ MIUI Version (click 7 times to become a developer) β†’ Additional β†’ For Developers β†’ Debugging over USB.
  3. Connect the phone to the PC and confirm the debugging permission.
  4. Open the command prompt (Windows) or terminal (macOS/Linux) and type: adb devices Make sure your device appears in the list.
  5. Download the new sound in.ogg and rename it to Charging.ogg.
  6. Copy the file to the device: adb push Charging.ogg /sdcard/
  7. Replace system sound (temporary root via adb shell su required): adb shell su mount -o rw,remount /system cp /sdcard/Charging.ogg /system/media/audio/ui/chmod 644 /system/media/audio/ui/Charging.ogg reboot

On HyperOS devices, the path to sounds may be different: check the /system/product/media/audio/ui/ folder.

What if the ADB can’t see the device?
1.Install Xiaomi drivers USB Drivers from the official website. 2. Try another one. USB-cable (original from Xiaomi). 3. Switch the connection mode to File Transfer (MTP). 4. Turn off and turn on Debugging again USB developer-setting.

5. Method: Completely shutting off the charging sound

If you don't need sound at all when you connect the charger, you can turn it off completely.

Method 1. Through MIUI settings:

  1. Go to Settings β†’ Sound and vibration β†’ System sounds.
  2. Find the Sound Charging Connection and select No Sound.
  3. If there is no point, move on to the second method.

Method 2. Through ADB (without root):

Follow the command:

adb shell settings put global charging_sound_enabled 0

To get the sound back, use:

adb shell settings put global charging_sound_enabled 1

On some firmware (MIUI 14 for Redmi Note 11), this option can be reset after the update, in which case you will have to repeat the command or use Tasker to automatically disable.

πŸ’‘

Turning off the charging sound does not affect other system signals (such as notifications or alarms).

Frequent problems and their solutions

When replacing the charging sound, Xiaomi users often encounter typical errors.

Problem.Possible causeDecision
The sound hasn't changed since the file was replaced.Incorrect access rights to the fileRun chmod 644 /system/media/audio/ui/Charging.ogg
The phone will not turn on after changing system filesThe original Charging.ogg file is damagedRestore the file from the backup or reflash the device via Fastboot
ADB does not see the deviceDrivers not installed or charging mode enabledInstall Xiaomi Drivers and select MTP mode
The sound is reset after the updateMIUI overwrites system filesRepeat the sound change or use Magisk modules for permanent fixation

If none of the methods worked, check:

  • πŸ” Compatibility of your model with the selected method (for example, POCO X3 Pro may require other teams ADB).
  • πŸ“‹ Availability of recent updates MIUI (Sometimes bugs are fixed in new versions).
  • πŸ› οΈ System File Integrity (can be verified by adb shell ls) -l /system/media/audio/ui/).
❓ Can you change the sound of charging without a computer?
Yes, but with limitations: If your version of MIUI has audio settings, use them. Through MIUI themes. Third-party apps like Zedge let you download sounds, but they still need root or ADB to install them. Without a PC and root, you can't completely replace system sound.
❓ Why is it quieter or distorted after the sound is changed?
This is due to the file format. To work correctly: Use the.ogg format (not.mp3). Bitrate should not be higher than 128 kbps. Duration - no more than 5 seconds. You can convert audio through Audacity or online services.
❓ Does this method work for POCO F5 hyperOS?
On HyperOS, the paths to system sounds have changed. /system/product/media/audio/ui/. Use it. ADB-If it doesn't work, wait for a firmware update or use Magisk modules. POCO F5 HyperOS may require additional rights to modify system files.
❓ How to Restore Standard Charging Sound?
If you have replaced the sound and want to return the original: Find a backup of the Charging.ogg file (if you have backups). or download the original sound for your Xiaomi model (can be found on the forums). 4PDA or XDA). Replace the file back through ADB Or a file manager with root access. Restart the device. If the sound has been turned off through a root access. ADB, Adb shell settings put global settings charging_sound_enabled 1
❓ Can I set my own tune instead of the standard signal?
Yes, but with reservations: 🎡 The melody should be short (1-3 seconds). πŸ”Š.ogg format (for minimum quality loss). πŸ“ The file should be called Charging.ogg and replace the original in the system folder. For long tunes (such as a song excerpt), it is better to use Tasker or MacroDroid to play when connecting the charging (without replacing the system sound).