The charging sound on Xiaomi smartphones is one of the most controversial features of MIUI. For some users, itβs a convenient reminder to start charging, for others itβs an annoying signal that wakes up at night or distracts in silence. Unfortunately, thereβs no direct switch in standard settings to turn off that sound, but there are several workarounds β from simple to technically challenging.
In this article, weβll look at all the current ways to turn off charging sound on Xiaomi, Redmi and POCO devices (including models on MIUI 14/15 and Android 13/14). Youβll learn how to do this through system settings, third-party apps or even system file editing β with detailed instructions and warnings about possible risks.
Why Xiaomi does not allow you to turn off the charging sound through the settings?
At first glance, the lack of an option to turn off the charging connection sound seems strange, because in MIUI you can configure almost everything from the vibration of the keyboard to the color of the notification indicator.
- π Safety: The sound signals the start of charging, which helps to avoid overheating (for example, if you forget your phone under your pillow).
- π± Uniformity UX: Xiaomi aims for a unified interface on all devices, and adding unnecessary switches complicates the settings.
- π§ Technical limitations: On some models, the charging sound is rigidly spelled out in the firmware and is not controlled through AudioManager (the system component of Android).
However, users have found workarounds, and we'll look at them from the simplest to the root-based rights that require them.
Method 1: Turn off all system sounds (without root)
The easiest method is to turn off all system sounds in the settings, the disadvantage is that with the charging sound, other signals (notifications, locking the screen, etc.) will disappear.
Instructions:
- Open the Settings. β Sound and vibration.
- Scroll down to the System Sounds section.
- Turn off System Sounds or Interface Sounds (name depends on the version of MIUI).
- Restart the device (sometimes changes are only applied after the reboot).
The sound of the charging connection has disappeared|Other system sounds (notifications, locks) also turned off.|After the reboot, the settings remained|Problems didn't come up.-->
β οΈ Note: Some models (e.g. Redmi Note 12 or Redmi Note 12) POCO X5 Pro) this method does not work - the charging sound is played independently of the system sound settings.
Method 2: Use Do Not Disturb (DND) Mode
If the charging sound only interferes at night or at certain hours, you can set the automatic Do Not Disturb (DND) mode on schedule, in which all sounds, including charging, will be turned off.
How to set up:
- Go to Settings β Notifications and Status bar β Do not disturb.
- Turn on the slider Enable automatically.
- Click Add Rule and select Time.
- Specify the interval (for example, from 23:00 to 07:00).
- In the section Sound and vibration, select No Sound.
- Keep the rule.
| Xiaomi model | Does DND work for charging sound? | Notes |
|---|---|---|
| Xiaomi 13/13 Pro | β Yes. | The sound is shutting down completely. |
| Redmi Note 11/12 | β οΈ Partially. | The sound can be played on the first connection. |
| POCO F4/F5 | β Yes. | Reboot required after setting up |
| Xiaomi 12T | β No. | The sound is played despite the DND |
π‘ Useful advice: If the charging sound is still played in mode DND, Try to turn off Vibration when you connect the charging in the audio settings, sometimes it helps.
Method 3: Third-party applications (without root)
If the system methods don't work, you can use third-party applications.
- π± MacroDroid -- lets you create macros that turn off the sound when you connect the charging. Download to Play Market.
- π Silent Charge β a specialized application to turn off charging sound (requires permission to access notifications).
- π€ Tasker β Advanced Automation Tool (suitable for power users).
Instructions for MacroDroid:
- Install and open the application.
- Click Add macro β Trigger β Device status β Charging is connected.
- Select Action β Audio β Set the volume.
- Set the volume of System sounds to 0.
- Save the macro.
Why can applications not work?
β οΈ Note: Applications like Silent Charge may require permission to change system settings through ADB. If you are not ready to use ADB, Choose another way.
Method 4: Turning off sound via ADB (for advanced)
If previous methods didnβt work, you can try turning off the charging sound via Android Debug Bridge (ADB), a method that doesnβt require root rights, but requires connecting the phone to a computer.
Instructions:
- Install ADB Tools on your PC.
- Turn on USB Debugging on your phone (Settings β About Phone β MIUI Version β 7 times click on the version, then go back to Additional β For Developers).
- Connect your phone to your PC and type in the command line: adb shell settings put global charging_sound_enabled 0
- Reset the device.
On some MIUI 14+ firmware, this parameter is ignored by the system, in which case only editing system files (method 5) will help.
π‘
ADB-The team doesn't work on all Xiaomi models, and if the sound comes back after the reboot, your firmware is blocking that change.
Method 5: Editing System Files (requires root)
The most radical method is to remove or replace the system charging sound, which requires root access and a file manager with superuser rights (such as Root Explorer or Mixplorer).
Step-by-step:
- Get root rights (for example, through Magisk).
- Open the file manager and go to /system/media/audio/ui/.
- Find files: Charging.ogg (main charging sound), Wireless_charging_start.ogg (wirelessly).
.bak
chmod 644 /system/media/audio/ui/Charging.oggReset the device.
π‘
Before editing system files, back up /system/media/audio/ui/ to help you recover sounds if something goes wrong.
β οΈ Warning: Incorrect editing of system files can lead to cyclical reboots or other crashes.If you are not sure about your actions, use other methods.
What if the sound returned after the update?
After updating MIUI or resetting the settings, the charging sound may appear again. Here's how to fix it:
- π Repeat the method you have chosen (e.g., turn off system sounds again or run macros in MacroDroid).
- π± Check the permissions of the applications β after the update they may reset.
- π§ Reset the sound settings (Settings) β System system β Resetting settings β Reset the sound settings).
- π² Remove the cache of the Settings app (Settings) β Annexes β Application management β Settings β Clear the cache).
If the sound returned after a major update (e.g. from MIUI 13 to MIUI 14), the system file structure may have changed.
- Re-receiving root rights (if method 5 is used).
- Finding new ADB-commands for your version of firmware.
- Contact the XDA Developers or 4PDA forums for relevant solutions.