The sound of charging connection on Android may seem like a small thing, but over time it begins to irritate - especially at night, when the phone is connected to the network in silence. This signal has no practical use, but it regularly wakes up household members or distracts them from work. Unfortunately, manufacturers rarely add a direct switch to the menu to turn off this sound, considering it โimportant feedback.โ
In fact, you can turn off the charging sound in several ways - from standard settings to deep system customization. In this article we will analyze all the current methods, including hidden functions Android 12-14, commands ADB, and even firmware modifications for advanced users. Important: some solutions require rights root or an unlocked bootloader, which may affect the warranty and security of the device.
If you are looking for an easy way without risks, start with the first two sections. For those who are ready to experiment, we have prepared instructions for in-depth configuration, including editing system files. All methods have been tested on devices Samsung, Xiaomi, Google Pixel and other popular brands.
1. Standard Android settings: where to look for the sound switch
On some devices, the charging sound can be turned off through the normal settings - however, the option is often hidden under non-obvious names. Let's start with the simplest way, which works on Samsung Galaxy (One UI), Xiaomi (MIUI) and some models from Oppo/Realme.
First, check the section Sounds and vibration in the settings. On Samsung the path looks like this:
- ๐ฑ Open
Settings โ Sounds and vibration - ๐ Scroll to the block System sounds
- ๐ Find the item
Connection soundsorCharging sounds(on some firmware it is calledPower sounds) - โ๏ธ Disable the slider or select the option
Silent
On Xiaomi (MIUI 12-14) the option may be in Settings โ Sound โ Additional settings โ System sounds. Look for items like Charger connection sound or Charging disconnect sound. If there is no such item, then the manufacturer has not provided this option for your model.
Important nuance: even if you turn off the charging sound in the settings, it may continue to play when connected to wireless charging or via USB-C with support for fast charging. In this case, additional manipulations will be required, which we will discuss further.
โ ๏ธ Attention: On devices with Android 13+ i One UI 5.0+ (Samsung) some sound settings may be reset after updating the system. Check them after installing new firmware versions.
2. Mute the sound through the "Do not disturb" mode
If there is no direct option in the settings to turn off the charging sound, you can bypass the limitation using the mode Do not disturb (DND). The method works on all versions Android and does not require rights root or special knowledge.
The point is to create a rule that will automatically activate the mode Do not disturb when charging is connected. Here is a step-by-step. instructions:
- ๐ต Go to
Settings โ Notifications โ Do not disturb(on some devices the path may differ:Settings โ Sound โ Do not disturb) - ๐ Select
ScheduleorRules(depending on the firmware) - โ Add a new rule and select type
Event - โก In the list of events, find
ChargingorPower connection - ๐ Set the rule parameters:
- ๐ Name: for example, "Silent charging"
- ๐ Mode:
SilentorAlarms only - ๐ Repeat:
Always
Now when you connect the charger, the phone will automatically switch to Do not disturbmode, turning off all sounds, including the charging signal. The disadvantage of this method is that along with the charging sound, other notifications (calls, SMS, application signals) will also be turned off. If this is critical, proceed to the next section.
Connect the charger to the phone|Make sure that the "Do not disturb" icon appears in the status bar|Check that the charging sound is not playing|Turn off charging - mode should be deactivated automatically-->
3. Using ADB to disable system sounds
If standard methods do not work, it's time to move on to more advanced tools. ADB (Android Debug Bridge) allows you to manage hidden system settings without rights root. for most devices on Android 8.0+ and does not require unlocking the bootloader.
Before you start, make sure that the drivers are installed on your PC ADB and USB debugging is enabled on your phone. Setup instructions:
- ๐ฅ๏ธ Download Platform Tools from the official website Android (unzip to a convenient folder)
- ๐ฑ On your phone, turn on
Settings โ About phone โ Build number(press 7 times to activate developer mode) - ๐ง Go back to
Settings โ System โ For developersand enableDebug by USB - ๐ Connect your phone to the PC and confirm permission for debugging
Now open the command line (or Terminal on Mac/Linux) in the folder with platform-tools and do the following commands:
adb shell settings put global charging_sounds_enabled 0
This command disables charging sounds at the system level. For the changes to take effect, you may need to reboot the device. If the command does not work (you will see an error Setting not found), try an alternative option:
adb shell settings put system charging_sounds_enabled 0
Important: On some firmwares (for example, MIUI or ColorOS) these commands may not work due to modified settings. In this case, only editing system files (section 5) or using root.
โ ๏ธ Attention: ADB commands temporarily disable the charging sound until the next reset. or firmware updates. After major updates, the system may return the default settings.
If ADB does not recognize the device, try reinstalling the drivers or using a different USB cable (preferably the original one).
4. Third-party applications for controlling sounds
If you donโt want to mess around with ADB or delve into the settings, you can use specialized applications. They offer a more convenient interface for controlling system sounds, although they require additional permissions.
Here are the top 3 proven applications for turning off the charging sound:
| Application | Requires root? | Features | Link (Play Market) |
|---|---|---|---|
| SoundAbout | โ No | Allows you to reassign system sounds, including charging. Works on most devices without root. | Download |
| Disable Charging Sound | โ No | A simple application with one function - muting the charging sound. Supports Android 5.0+. | Download |
| MacroDroid | โ No | Task automation: you can create a rule to mute the sound when charging is connected. Requires configuration. | Download |
For example, in SoundAbout enough:
- ๐ฑ Install and open the application
- ๐ Go to section
Media AudioorSystem Sounds - โก Find item
Charging sound(or similar) - ๐ Select option
SilentorDisable - ๐พ Save the settings and reboot the device
Applications like Disable Charging Sound may conflict with the energy-saving modes on Xiaomi i Huawei. If the charging sound continues to play, add the application to the battery optimization exclusion list.
โ ๏ธ Attention: Some antivirus apps (for example, Avast or 360 Security) may block the operation of such applications, considering them "suspicious" due to access to system settings. If necessary, add them to the white list.
5. Editing system files (for advanced)
If all the previous methods did not work, the most radical method remains - manually editing system files. This method requires rights root and is only suitable for experienced users, since careless actions can lead to bootloop (cyclical reboot) or other problems.
Charging sounds are stored in system files along the path:
/system/media/audio/ui/or
/system/product/media/audio/ui/
You need to either delete or rename the following files (names may vary depending on the firmware):
- ๐
Charging.oggโ charging start sound - ๐
Wireless_charging_start.oggโ wireless charging sound - ๐
Unplug.oggorDisconnect.oggโ charging shutdown sound
To edit files:
- ๐ฑ Install a file manager with support root (for example, Root Explorer or Solid Explorer)
- ๐ Go to one of the specified paths and find the files you need
- ๐ Rename them by adding them at the end
.bak(for example,Charging.ogg.bak) - ๐ Reboot the device
If after the reboot the charging sound disappeared, then everything was successful. If not, return the files to their original names and try another method.
What to do if after editing the system files the phone does not turn on?
If the device does not boot after changing the system files, try:
1. Go to Recovery Mode (usually Power + Volume Up) and restore the backup.
2. Connect to the PC via ADB in recovery mode and return the original files with the command:
adb pull /system/media/audio/ui/Charging.ogg.bak /sdcard/
adb shell mv /sdcard/Charging.ogg.bak /system/media/audio/ui/Charging.ogg
3. As a last resort, reflash the device via Fastboot or Odin (for Samsung).
6. Alternative solutions: from wireless charging to custom firmware
If none of the methods helped, consider alternative approaches. For example:
- ๐ Use wireless charging: On many devices, sound is only played when connected via cable (for example, from Samsung or Anker) are often quieter.
- ๐ต Disable all system sounds: In the sound settings (
Settings โ Sound), set the system sound volume slider to zero - other signals (notifications, keyboard, etc.) will be turned off. - ๐ง Install custom firmware: Firmware like LineageOS or Pixel Experience often allow you to flexibly configure system sounds. Requires an unlocked bootloader and knowledge of the software. firmware.
- ๐ง Connect headphones: If the charging sound is played through the speakers, connect wired or wireless headphones - the signal will go there and not through external speakers.
For owners Samsung Galaxy s One UI there is another life hack: activate the mode Dolby Atmos in the sound settings and select the profile Music or CinemaSometimes this suppresses system sounds, including the charging signal.
Custom firmware gives maximum freedom in customizing sounds, but requires unlocking the bootloader and may void the warranty.
FAQ: Frequently asked questions about charging sound on Android
โ Why does the charging sound appear even when I turned it off?
This can happen for several reasons:
- ๐ The firmware was reset after the update (relevant for Android 13+).
- ๐ฑ You are using a non-original charger - some phones only play sound when connecting โnon-nativeโ cables.
- ๐ The sound comes not from the system, but from the application (for example, AccuBattery or Battery Guru). Check the settings of these apps.
Solution: repeat muting the sound using the selected method or try another method from the article.
โ Is it possible to turn off the charging sound without root?
Yes, most of the methods in this article do not require rootrights. Effective methods without root:
- ๐ Using the mode
Do not disturb(section 2). - ๐ฅ๏ธ Commands
ADB(section 3). - ๐ฑ Third-party applications like SoundAbout (section 4).
Root will only be needed to edit system files (section 5).
โ Why is there no option to turn off the charging sound on my Xiaomi?
Xiaomi (MIUI) often removes such settings from the menu to โsimplifyโ the interface:
- ๐ Check the hidden ones. settings via
##4636##(sectionBattery information- sometimes there are sound options there). - ๐ง Use
ADB-command:adb shell settings put global charging_sounds_enabled 0 - ๐ฑ Install EU firmware for Xiaomi โit has more options for customization.
โ Will muting the sound work on Android 14?
Yes, but with reservations:
- ๐ Google has tightened restrictions for Android 14 Google has tightened restrictions for
ADBcommands, so some methods may not work. - ๐ฑ Manufacturers (for example, Samsung or Google) can block changes to system sounds at the firmware level.
- ๐ง In this case, either the
Do not disturbmode or editing files with root.
If you updated to Android 14 and the sound returned, repeat the setup using the selected method.
โ Is it possible to turn off the charging sound only at night?
Yes, they are suitable for this:
- ๐ MacroDroid: create a rule that will activate mode
Do not disturbat a specified time (for example, from 23:00 to 7:00). - ๐ฑ Tasker: a more complex automation tool that allows you to turn off sounds according to a schedule or when connected to a specific charger.
- ๐ Sleep mode: on some firmware (for example, EMUI from Huawei) there is a separate sleep mode with all sounds turned off.