The sound of charging on Xiaomi smartphones is one of the most controversial features of MIUI. For some users, it is a useful reminder to start charging, for others β an annoying factor, especially at night. Unfortunately, in the standard settings there is no direct switch to turn off this sound, but there are several workarounds β from simple to technically difficult.
The problem is complicated by the fact that Xiaomi regularly changes the location of settings in new versions of MIUI. What worked on the Redmi Note 8 with MIUI 12 may not work on the Xiaomi 13 Pro with MIUI 14. In this article, we have covered all the current methods (for 2026), including hidden features and solutions for root users.
1. Method through audio settings (works on 60% of devices)
The most obvious way is to try to turn off the sound through the standard menu, but there is a catch: on some Xiaomi models, the option is hidden or not working correctly.
- Open the Settings. β Sound and vibration.
- Scroll down to the System Sounds section.
- Find the item "Sound of charging connection" or "Notifications about charging".
- Move the slider to the "off" position.
β οΈ Attention: On devices with MIUI 13+ This item may not be there. If it's not there, move on to the next one. And some users complain that the sound comes back after you reboot.
If there is an option but it does not work:
- π Restart your phone β sometimes changes only apply after a reboot.
- π± Check the version. MIUI: on old firmware (up to) MIUI 12.5) the sound may be linked to the general sound of the notifications.
- π Turn off all system sounds temporarily β if the problem has disappeared, then a bug in a specific sound file.
2. Disconnection via "Do Not Disturb" (Night bypass)
If the sound of charging interferes at night, you can use the automatic rule in Do Not Disturb mode. This method will not remove the sound completely, but will make it quieter or turn it off at a given time:
- Go to Settings β Sound and vibration β Do not disturb.
- Select "Automatic Enablement Rules".
- Click "Add rule" β "Timely".
- Set the interval (for example, from 23:00 to 7:00) and activate the option "Disable system sounds".
πΉ Plus method: does not require root or complex manipulations.
πΈ The downside is that the sound will only turn off at a selected time, and it will continue to play during the day.
π‘
If you have a MIUI 14, try turning on Ultra-Battery Savings mode overnight β it automatically turns off all unnecessary sounds, including charging.
3. Delete the sound file (requires root or ADB)
For advanced users, there's a radical way to remove the audio file itself from the system partition, which works 100 percent, but requires either root rights or access through ADB.
π Instructions for root:
- Install any file manager with root support (such as Root Explorer).
- Go to /system/media/audio/ui/
- Find the files: PowerOn.ogg Charging.ogg BatteryPlug.ogg (names may vary depending on the model).
- Rename them by adding.bak at the end (e.g. Charging.ogg.bak).
- Reboot the phone.
β οΈ Note: Do not delete files completely when updating MIUI They can recover. Rename is safer.
π Instructions for ADB (rootless):
If root is not available, but USB debugging is enabled, you can try deleting the file via ADB:
adb shell
su
mount -o rw,remount /system
rm /system/media/audio/ui/Charging.ogg
mount -o ro,remount /system
rebootOn some models (e.g. Xiaomi 12T), audio files are stored in /product/media/audio/ui/ β check both ways.
Enable debugging over USB in the developer settings
Install ADB drivers on PC
Download the Android SDK Tools platform
Backup important data
Check the phone model (adb shell getprop ro.product.model)-->
4. Use of third-party applications (without root)
If the previous methods didn't work, you can try specialized utilities, which do not remove the sound completely, but block its playback:
| Annex | How it works | Cons | Link (Play Market) |
|---|---|---|---|
| SoundAssistant | It intercepts system sounds and replaces them with silence. | Requires permission to access notifications | Download |
| MacroDroid | Creates a rule: "If charging is connected β turn off the sound" | Free version is limited to 5 macros | Download |
| Tasker | Advanced Automation: You can turn off the sound on the event | A complex interface for beginners | Download |
πΉ Lifehack: In MacroDroid, create a rule with the trigger "Power Connected" and the action "Set Media Volume to 0." The charging sound will disappear, but the music and video will play normally.
5. Resetting the sound settings to factory
If the sound came on after a MIUI update or firmware change, resetting the sound settings will help, which will return all system sounds to the default state, but will not affect your alarm melodies or notifications.
π Step-by-step instruction:
- Open Settings β Applications β Application Management.
- Click on the three dots in the upper right corner and select "Show Systems".
- Find the Settings app (or Settings).
- Select "Storage" β "Delete the data".
- Confirm the action and restart the phone.
β οΈ Note: This method will reset all personal settings (brightness, gestures, background wallpaper, etc.) Use it only if other methods have not helped.
What if the reset didn't help?
6. Hardware reasons: why doesn't the sound go off?
If you've tried all the ways, but the sound still comes, it may not be software, it may be hardware.
- π Faulty charging port - oxidation of contacts can cause false sound positives. Check the port for dirt or damage.
- π Marriage of a power controller - on cheap models (Redmi) 9A, POCO C31) Sometimes there is a defect in which the sound is played even without connecting the cable.
- π± Damage to the connector USB-C β If the phone thinks the cable is permanently connected, the sound will play in the loop.
- π Firmware conflict β after informal updates (for example, via Fastboot), sound triggers may not work properly.
π§ How to diagnose:
- Connect another charger β if the sound is gone, the problem is in the cable/block.
- Try charging your phone in Safe Mode (press the power button β βReboot Safe Modeβ). If there is no sound, it is the third-party software that is to blame.
- Check your phone on another charger (such as a friend).
π‘
If the charging sound is accompanied by vibration, which is also annoying, turn it off in Settings β Sound and vibration β Vibration when connecting the charging.