Why users want to change the charging sound β and can it be done?
The sound alert when you connect the charger is a standard MIUI feature that signals the start of battery charging. For some users, this sound becomes a useful reminder, for others β an annoying factor, especially if the phone is charged at night in the bedroom. The question of βhow to remove the charging sound on Xiaomiβ or replace it with a more pleasant one is one of the most frequent in the community of smartphone owners of the brand.
Unfortunately, in the latest versions of MIUI 12-14, the manufacturer removed the direct option to change the charging sound from the user interface. However, there are workarounds from using system settings to installing third-party applications. It is important to understand that some methods require unlocking the bootloader or superuser rights (root), which can affect the warranty and security of the device. In this article, we will discuss all the current methods, from the simplest to the most advanced.
Before you start making changes, check your firmware version: go to Settings β About β About β MIUI version. This depends on the availability of certain features. For example, on the Redmi Note 10 Pro with MIUI 13, one of the ways may not work, while on the POCO X5 Pro with MIUI 14, it will be available.
Method 1: Turn off charging sound through notification settings
The safest and easiest method is to completely disable the audio alert, which won't change the sound itself, but it will get rid of it, and is suitable for all Xiaomi, Redmi and POCO models on any version of MIUI.
Instructions:
- π± Open Settings and go to the section Sounds and vibrations.
- π Select Notifications β Other notices.
- π Find the Charge (or Charge Connection) and turn off the slider next to it.
- π Reboot your phone to make the changes take effect.
Limitation: Some firmware (e.g. MIUI 14 for the global version) may not have this item, so try the following method.
π‘
If your version of MIUI doesnβt have a separate charging sound point, try turning off all system sounds in the Sounds and Vibrations β System Sounds section, which will also remove the lock-on sound and other alerts.
Method 2: Replace sound through file system (without root)
This method is suitable for users who want to replace the standard charging sound with their own, but are not ready to get root rights. It works because MIUI stores system sounds in accessible folders. Importantly, before you start, back up the original files!
Steps:
- Connect your phone to your PC via USB and enable File Transfer (MTP) mode.
- Go to /system/media/audio/ui/ If it is not available, try /system/media/audio/notifications/
- Find the Charging.ogg files or power_connect.ogg β That's the charging sound. Copy them on your PC as backup.
- Prepare your audio file in.ogg format (can be converted through online services) and rename it exactly like the original.
- Replace the file on your phone and restart the device.
Important: newer versions of MIUI (13+) can have /system/ protected from writing, requiring ADB or root rights.
What to do if you canβt replace the file?
Method 3: Using applications to modify system sounds
If manual file replacement seems difficult, you can use specialized applications that allow you to change the charging sound without deep interference with the system, but require some permissions.
The best applications for this task:
- π΅ Zedge β contains thousands of free tunes, including charging sounds. After installation, select the sound in the Notifications section and assign it to the Charge event (if you have such an option in your version). MIUI).
- π§ Ringtone Maker β lets you create your sound from a music file and assign it to system events.
- π οΈ SoundAssistant (from Samsung, but it works for Xiaomi) β gives you extended control over system sounds.
Warning: Some applications may request permission to access notifications or special features.Do not install programs from unverified sources - this can lead to data leakage.
1. Download the application from the official store (Google Play or AppGallery).
2. to provide all necessary permissions (storage, notifications).
3. back up the current sounds.
4.Reboot the phone after the changes are applied.-->
Method 4: Change the sound through ADB (for advanced users)
If previous methods have failed, you can use Android Debug Bridge (ADB), a debugging tool that allows you to make changes to the system without root, which is suitable for users who are ready to work with the command line.
Step-by-step:
- Install ADB on your PC (download from the official Android Developers website).
- Turn on USB Debugging on your phone: Settings β About Phone β MIUI version (click 7 times to activate Developer Mode), then Settings β Additional β Developers β Debugging over USB.
- Connect your phone to your PC and follow the command: Adb devices to make sure the device is detected.
- Download your audio file in.ogg format and rename it to Charging.ogg.
- Upload the file to your phone: adb push Charging.ogg /sdcard/
- Transfer the file to the system folder: 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
β οΈ Attention: misuse ADB It can cause your phone to malfunction. If you're not sure what you're doing, skip this.
Method 5: Install custom firmware or Magisk module
For the most experienced users who want full control over system sounds, install custom firmware (such as LineageOS or Pixel Experience) or Magisk module will suit, which will not only change the charging sound, but also adjust other system settings.
Popular Magisk modules for changing sounds:
- πΆ Audio Modifier β allows you to replace system sounds through a user-friendly interface.
- π System Sound Modifier β a specialized module for modifying notification and charging sounds.
Installation process:
- Unlock the phone bootloader (instructions on the official Xiaomi website).
- Install Magisk Manager and run custom recovery (such as TWRP).
- Download the module to change sounds and install it through Magisk.
- Reboot the phone.
β οΈ Attention: unlocking the bootloader and installing custom firmware resets all data on the phone and can deprive you of warranty.In addition, improper actions can lead to a βbrickβ (breakdown) of the device.Be sure to read the manuals for your model (Redmi Note 11) before starting, POCO F4, Xiaomi 12T etc.).
Comparison of methods: which to choose
To make the choice easier, we have compiled a table with the pros and cons of each method:
| Method | Difficulty | Required. root/ADB | Risks. | Suitable for |
|---|---|---|---|---|
| Disconnection through settings | β | β No. | No. | All models, MIUI 12-14 |
| Replace files manually | ββ | β No, but it may be necessary. ADB) | Resetting sound during updating | Older versions of MIUI, unlocked phones |
| Apps (Zedge, Ringtone Maker) | β | β No. | Limited functionality | All models, but not on all firmware |
| ADB | βββ | β Yes. | System failure in case of error | Advanced users |
| Castom firmware/Magisk | ββββ | β Yes. | Loss of warranty, risk of bric | Enthusiasts, experienced users |
π‘
For most users, the best solution is to turn off the sound through settings or using applications like Zedge. Advanced methods (ADB, Magisk) are only justified if you are willing to risk the stability of the system.
Frequent problems and their solutions
When changing the charging sound, users often encounter common errors, and let's look at the most common ones and how to fix them.
Problem 1: After the file was replaced, the sound did not change.
- π Make sure the file has the correct name (Charging.ogg or power_connect.ogg).
- π Check the file access permissions (should be 644).
- π Restart your phone β sometimes changes only apply after a reboot.
Problem 2: The system does not allow you to replace the file in the /system/ folder.
- π§ Use it. ADB file manager with root rights.
- π Unlock the bootloader and get root (if you are ready for the risks).
- π± Try an alternative method (e.g., through an app).
Problem 3: The sound is reset after the MIUI update.
It's normal behavior to restore system files when you update them, so you can avoid the problem:
- π Save your audio file in a safe place (e.g., in the cloud).
- π Re-apply the changes after the update.
- π οΈ Use Magisk modules that are saved when you update (if you have root).
Problem 4: The sound change app doesnβt see the Charging event.
In the latest versions of MIUI, some system events are hidden from third-party applications.
- π Try another app (e.g. SoundAssistant).
- π± Update the firmware β sometimes bugs are fixed in new versions.
- π§ Use it. ADB or manual file replacement.