The sound of charging on Xiaomi, Redmi and POCO smartphones can be annoying, especially at night when you connect the device to the network in silence. Despite the fact that the manufacturer added this signal for convenience (so that the user knows that charging has begun), many want to turn it off. The problem is that the standard MIUI settings do not have such an option โ it was hidden in deep menus or completely removed in new versions of the firmware.
In this article, weโll look at all the current ways to turn off charging sound, from simple (through audio settings) to advanced (using ADB and editing system files), and find out why sound can appear even after a shutdown, and how to fix it on Xiaomi 12/13/14, Redmi Note 11/12 and other popular devices. If youโre tired of the constant โpeakโ when connecting a cable, read on.
Why Xiaomi doesnโt let you just turn off the charging sound?
The manufacturer argues that the charging connection sound is a system notification similar to low battery or headphone signals; in early versions of MIUI (up to 12), it could be turned off via the Sounds and Vibrations menu, but nolater versions (MIUI 13/14 and HyperOS) have removed this feature โto improve the user experience.โ
In fact, the reasons are more prosaic:
- ๐ฑ Legal requirements in some countries (e.g. EU) require you to warn the user about charging.
- ๐ Marketing Push: Sound is associated with the brand (like a Nokia tune) and subconsciously reminds you of Xiaomi.
- ๐ ๏ธ Technical limitations: sound is recorded in the system file /system/media/audio/ui/Charging.ogg, Disabling it requires the rights of the superuser.
However, you can get around these limitations โ and we will show you how to do this without risking the device.
Method 1: Disconnect via audio settings (MIUI 12 and older)
In MIUI 12-14 and HyperOS, the charging sound is tied to the System Sounds category, which can be partially disabled, but not all models support this method.
- Open the Settings. โ Sounds and vibrations.
- Scroll down to the System Sounds and Vibration block.
- Turn off the โConnection and Disconnect Soundโ slider (if any).
โ ๏ธ Note: On some devices (e.g. Xiaomi 13 Pro or Redmi Note 12 Pro)+) This item may not be available, so move on to the next one.
Check the version of MIUI (Settings โ About the phone)
Backup of important data
Charge your phone at least 50%
Connect to a stable Wi-Fi network (for ADB methods)
-->
| Xiaomi model | Does it support shutdown through settings? | Alternative method |
|---|---|---|
| Xiaomi 11/12/13 series | โ No. MIUI 13+) | ADB or System File Editing |
| Redmi Note 10/11 | โ Yes. MIUI 12.5) | โ |
| POCO F3/F4/F5 | โ ๏ธ Partially (depends on the region of the firmware) | Use ADB or Shizuku |
| Xiaomi Pad 5/6 | โ No. | Only through a rut or custom firmware |
Method 2: Using ADB to turn off system sounds
If the settings do not have the option to turn off charging sound, you can use Android Debug Bridge (ADB), which works on all Xiaomi devices without root rights, but requires a connection to a computer.
Step-by-step:
- Download and install ADB Tools on PC.
- Turn on the developer mode on the phone (7 times click on "Version" MIUIยป In Settings โ The phone).
- Activate USB Debugging in Settings โ Additional โ For developers.
- Connect your phone to your PC and execute: Adb shell settings put global charging_sound_enabled 0
Important: After the device is restarted, the sound can return. To fix the change, add a command to the autoboot via Tasker or a similar app.
adb shell settings put system charging_sound_enabled 0
Sometimes the charging sound is tied to system settings, not global ones.-->
Method 3: Edit system files (root required)
For advanced users who are ready to get root rights, there is a radical method - deleting or renaming the charging sound file, which will permanently remove the signal, but it will require caution.
Instructions:
- Get root rights (for example, through Magisk).
- Use a file manager with root support (such as Root Explorer or Solid Explorer).
- Cross the path: /system/media/audio/ui/ Find the Charging.ogg file (or charge_start.ogg new-fixed).
- Rename the file to Charging.ogg.bak or delete it.
- Reset the device.
โ ๏ธ Note: Deleting system files can cause malfunctions MIUI. Before the action, make a backup copy through TWRP Mi Backup.
What if the sound returned after the MIUI update?
Method 4: Using sound-blocking applications
If you don't want to go through the settings or use ADB, you can use third-party apps, which don't remove the sound completely, but they block it from playing.
Top.-3 charging-off:
- ๐ SoundAssistant (from Samsung, but runs on Xiaomi) โ allows you to turn off system sounds selectively.
- ๐ต MacroDroid โ Creates the rule โIf charging is connectedโ โ turn offยป.
- ๐ ๏ธ Shizuku + AppOps โ for advanced users (requires customization through the ADB).
Example of settings in MacroDroid:
- Create a new macro.
- Trigger: "Charging state โ Connected."
- Action: โAudio โ Set the volume of system sounds to 0.โ
- Save and activate the macro.
โ ๏ธ Note: Some applications (such as SoundAssistant) may conflict with energy-saving modes MIUI. Add them to exceptions in Settings โ Battery โ Optimizing the battery.
Method 5: Disconnect via the Engineering Menu (for experienced)
Xiaomi has a hidden engineering menu where you can turn off some system sounds, a technique that doesnโt work on all models, but itโs worth a try.
How to open the engineering menu:
- Open the phone app.
- Enter the code ##36446337##
- Go to the Hardware Testing โ Audio section.
- Find items related to Charging Sound or System Notifications and turn them off.
If the code doesnโt work, try alternatives:
- #4636## (a common Android test menu)
- ##6484## (testing menu)
๐ก
The engineering menu may vary depending on the model and version of MIUI. Do not change other settings in this menu - this can lead to unstable operation of the device!
What if the sound of charging still appears?
Sometimes, even after all the manipulations, the sound of the charging connection continues to play, and here are the possible causes and solutions:
| Problem. | Reason. | Decision |
|---|---|---|
| The sound returns after the reboot | The system restores default settings | Use ADB to permanently shut down or Magisk module |
| There's a sound, but it's off in the settings. | Conflict with the theme of design or launcher | Reset the theme to standard in Settings โ Screen โ Theme |
| Sound only when wirelessly charging | Separate System File for Wireless Charging | Delete the file. Wireless_charging.ogg into /system/media/audio/ui/ |
If nothing helps, check:
- ๐ Update the firmware to the latest version (sometimes bugs are fixed in new builds).
- ๐งน Reset the settings to factory (pre-make a backup!).
- ๐ฑ Install custom firmware (e.g. Pixel Experience) where the charging sound is turned off as standard.