How to change or disable the charging sound on Xiaomi phone: all ways

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.

πŸ“Š Which sound of charging do you like better?
Standard (MIUI)
Quiet (no sound)
Castomic melody
Sound from another brand (Samsung, iPhone)

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:

  1. Connect your phone to your PC via USB and enable File Transfer (MTP) mode.
  2. Go to /system/media/audio/ui/ If it is not available, try /system/media/audio/notifications/
  3. Find the Charging.ogg files or power_connect.ogg β€” That's the charging sound. Copy them on your PC as backup.
  4. Prepare your audio file in.ogg format (can be converted through online services) and rename it exactly like the original.
  5. 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?
If the system does not allow you to replace the file, try it: 1. Use a file manager with root rights (e.g., Root Explorer). 2. Send the file through ADB-Command: adb push your file.ogg /system/media/audio/ui/Charging.ogg 3. Install Magisk module for modifying system files (requires unlocked bootloader).

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:

  1. Install ADB on your PC (download from the official Android Developers website).
  2. 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.
  3. Connect your phone to your PC and follow the command: Adb devices to make sure the device is detected.
  4. Download your audio file in.ogg format and rename it to Charging.ogg.
  5. Upload the file to your phone: adb push Charging.ogg /sdcard/
  6. 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:

  1. Unlock the phone bootloader (instructions on the official Xiaomi website).
  2. Install Magisk Manager and run custom recovery (such as TWRP).
  3. Download the module to change sounds and install it through Magisk.
  4. 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:

MethodDifficultyRequired. root/ADBRisks.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 updatingOlder versions of MIUI, unlocked phones
Apps (Zedge, Ringtone Maker)⭐❌ No.Limited functionalityAll models, but not on all firmware
ADBβ­β­β­βœ… Yes.System failure in case of errorAdvanced users
Castom firmware/Magiskβ­β­β­β­βœ… Yes.Loss of warranty, risk of bricEnthusiasts, 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.
Can I change the charging sound on Xiaomi without root?
Yes, but with limitations. The simplest ways are to: Turn off audio through Settings β†’ Sounds and Vibrations β†’ Notifications β†’ Charging. Use apps like Zedge (if your version of MIUI supports assigning sounds to system events); Replace the audio file manually via ADB (without root, but with USB debugging); Full audio replacement without root is not possible on all firmware.
Why did the MIUI update return to standard?
When you upgrade, all modified system files (including sounds) are replaced with the original ones. To avoid this: Use the Magisk modules that are saved when you update (if you have root). Save your audio file and replace it again after the update. Disable the automatic MIUI update in the settings.
How do I get back the standard charging sound if I changed it and I don't like it?
There are two ways to recover the original sound: If you saved a backup of a Charging.ogg file, just return it back to the folder. /system/media/audio/ui/. Reset your phone settings to factory (Settings) β†’ Additionally. β†’ Recovery and reset. This will bring all system sounds back to their original state. ⚠️ Warning: Resetting will delete all data from your phone (photos, contacts, apps!
Does this work for POCO and Redmi?
Yes, all the methods described are suitable for smartphones POCO And Redmi, because they work on the same firmware. MIUI. Exceptions: On some models POCO (for example, POCO F3) There may be no charging sound switching off point in the settings.Older Redmi models (e.g. Redmi) 4X) They may have a different folder structure for system sounds. MIUI phone model.
Can I install charging sound from iPhone or Samsung?
Technically yes, but there are nuances: Download a sound file from an iPhone or Samsung in.ogg format (can be found on thematic forums). Rename it to Charging.ogg and replace the standard file (see Method 2. πŸ’‘ Tip: Listen to the sound on your PC before replacing to make sure it’s right for you.