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

The sound of charging on Xiaomi is one of those little things that either pleases the owner every day or starts to annoy after a month of use. The standard signal in MIUI (especially in versions 12-14) seems too loud, monotonous or simply not suitable for the style of the device. Fortunately, the manufacturer and the community of enthusiasts offer several ways to change it, from simple settings to deep modifications of the system.

In this article, we will discuss all the current methods of replacing charging sound with Xiaomi, Redmi and POCO, including official and informal solutions.

  • πŸ”„ Use built-in themes MIUI alternation
  • πŸ“± Install custom audio through the file system (without root)
  • πŸ’» Apply ADB-deep-tuning
  • 🎡 Use third-party applications (with reservations)
  • βš™οΈ Return the standard sounds if something goes wrong

Importantly, not all methods are equally safe, for example, changing system files can cause crashes, and using ADB requires caution, and we will detail the risks and give recommendations on how to minimize them.

Method: Use of MIUI topics (official method)

The easiest and safest way to change the charging sound is to use the built-in theme feature in MIUI. The manufacturer allows you to install themes that change not only wallpaper and icons, but also system sounds, including power connection notifications.

How it works:

  1. Open the Themes app (icon with brush).
  2. Go to the Sounds section (the tab at the bottom of the screen).
  3. Choose your favorite theme marked "Includes sounds".
  4. Click Apply and confirm the changes.

πŸ”Ή Pros of the method:

  • πŸ”’ Completely secure – does not require root or ADB.
  • 🎨 A wide range of sounds (from minimal to playful).
  • πŸ”„ It is easy to return standard settings.

⚠️ Limitations:

  • Not all themes change the sound of charging – look for System Sounds in the description.
  • After the MIUI update, the sounds may be reset.
πŸ“Š Which sound of charging do you like better?
Standard (MIUI)
Quiet (no sound)
Melodic (musical)
Castomy (in its own version)

2. Method: Replace the audio file manually (without root)

If the built-in themes don't work, you can manually replace the audio file, which doesn't require superuser rights, but you need a file manager with access to system folders (such as MiXplorer or Solid Explorer).

πŸ“Œ Step-by-step instruction:

  1. Download any sound file in.ogg format (such as from the Zedge collections).
  2. Rename the file to Charging.ogg (registration is important!).
  3. Connect your phone to your PC or use the file manager to move the file along the way: /sdcard/MIUI/sound/ If there is no sound folder, create it.
  4. Reset the device.

⚠️ Attention: Some versions MIUI Ignore the user sounds in this folder. If the method didn't work, try the following method.

Download file in.ogg|Rename to Charging.ogg|Place in /sdcard/MIUI/sound/|Reboot phone

-->

Method 3: Use of ADB (for power users)

For those who are not afraid of the command line, ADB (Android Debug Bridge) offers more features, which allows you to replace the system sound directly, but requires you to enable debugging over USB and install ADB on your computer.

πŸ”§ Instructions:

  1. Activate Developer Mode: Settings β†’ About Phone β†’ MIUI Version (click 7 times)
  2. Enable USB debugging in Settings β†’ Additional β†’ For developers.
  3. Connect your phone to your PC and execute commands: adb pull /system/media/audio/ui/Charging.ogg adb push your file.ogg /system/media/audio/ui/Charging.ogg adb reboot

πŸ’‘ Important: On new versions MIUI (13+) The system partition can be protected from writing, in which case you will need to temporarily obtain root rights (for example, through Magisk).

What if ADB issues a Read-Only File System Error?
This error means that the system partition is mounted in read-only mode. To circumvent the restriction, run: 1. adb shell 2. su (if there is root) 3. mount -o rw, remount /system 4. Repeat the push command. Without root, this method will not work - consider alternative methods.

Method: Third-party annexes (with reservations)

Google Play has apps that promise to change the system’s sounds, like Zedge or Ringtone Maker, but they don’t work well with MIUI due to the manufacturer’s limitations.

πŸ“² How to try:

  • πŸ”Š Install Zedge and select the sound in the System Sounds category.
  • πŸ“Œ Click Set and select Charging Sound (if option is available).
  • πŸ”„ Reboot the phone.

⚠️ Attention: On Xiaomi with MIUI 12+ Most of these apps only change notification sounds, not system signals!

MethodDifficultyRequired. root/ADBRisk of failureCompatibility
MIUI themes⭐❌ No.❌ No.All models.
Manual file replacement⭐⭐❌ No.⚠️ Low.MIUI 10–14
ADBβ­β­β­βœ… ADB⚠️⚠️ Medium.MIUI 11-14 (with reservations)
Third-party annexes⭐❌ No.❌ No.Limited.

5. Method: Castom firmware (for enthusiasts)

If you use custom firmware (like LineageOS, Pixel Experience or Xiaomi.eu), the audio replacement process is simplified, and most of these firmware stores system sounds in accessible folders, and some even offer built-in settings to change them.

πŸ› οΈ How to do this:

  1. Install a file manager with root access (such as Root Explorer).
  2. Go to /system/media/audio/ui/.
  3. Replace the Charging.ogg file with your own (don’t forget to backup!).
  4. Change the file permission to 644 (rw-r-----).
  5. Reset the device.

On firmware like Xiaomi.eu, charging sounds are often stored in the /system/product/media/audio/ui/ folder – check both locations.

πŸ’‘

Always back up your system files before you replace them! For example, copy the original Charging.ogg to a memory card or to the cloud, which will help you quickly recover sound if the new file is corrupted or not suitable.

Frequent problems and their solutions

Even after successful audio replacement, Xiaomi users sometimes experience problems, and here are the most common ones and ways to fix them:

πŸ”ˆ The sound hasn't changed since the reboot:

  • πŸ“ Make sure the file has the correct name (Charging.ogg) and format.
  • πŸ” Check the path, perhaps in your version. MIUI The sound is stored in another folder (for example, /product/media/audio/ui/).
  • πŸ”„ Try clearing the Settings app cache (Settings) β†’ Annexes β†’ Application management β†’ Settings β†’ Warehouse β†’ Clear the cache).

πŸ”Š The sound became quieter or distorted:

  • 🎚️ Check the bitrate of the file - it should not be higher than 192 kbit / s.
  • πŸ”Š Make sure the file is monophonic (not stereo).
  • πŸ“± Check the volume of system sounds in the settings.

⚠️ After the sound was changed, the phone began to slow down:

⚠️ Warning: If after manipulating the system files, the device began to work unstable, reset the cache via Recovery: Turn off the phone. + Volume up to enter Recovery. Select Wipe Cache Partition. Reboot the device. If the problem persists, return the original sound file.

Can you change the charging sound on Xiaomi without a computer?
Yes, but with reservations: 🎨 Through Themes. MIUI β€” PCless. πŸ“ By replacing the file in /sdcard/MIUI/sound/ β€” You only need a file manager. ADB Deep modifications of the computer are required.
Why did the charging sound drop after the MIUI update?
Updates MIUI They often overwrite system files, including sounds, to avoid this: πŸ”„ Use themes – they will persist after the update. πŸ“ Keep a backup of your Charging.ogg and re-install it after the update.
Can I play my own tune instead of the sound of the charger?
Technically yes, but there are nuances: 🎡 The file must be in.ogg format and not longer than 3 seconds. πŸ”Š The volume and timbre must match the system sounds, otherwise the sound may be distorted. 🎢 For long tunes, it’s better to use apps like Tasker (but this is a separate setup).
Is it safe to change system sounds through ADB?
It is relatively safe if: πŸ” You do not modify other system files. πŸ“ You have a backup of the original sound. πŸ”„ You're ready for a possible reset after the upgrade. on new models (Xiaomi) 13/14, Redmi Note 12) The system partition is protected, so without root, the method may not work.
How to get back the standard charging sound?
Methods depending on the method of change: 🎨 If you use themes, apply a standard theme in the Topics app. πŸ“ If you have manually replaced the file, delete Charging.ogg from the file. /sdcard/MIUI/sound/ or return the original through ADB. βš™οΈ If you put custom firmware - reinstall the system sound from the backup.

πŸ’‘

On most Xiaomi devices, the easiest way to change the charging sound is through official MIUI themes. This method does not require technical skills, is safe and reversible. For advanced users, replacing a file through ADB or custom firmware is suitable, but it is important to be careful and make backups.