The sound of charging on Android can be annoying, especially if you connect the phone at night or in a quiet room. Despite the fact that this signal is intended to notify the user that charging has begun, many people find it too loud or simply unnecessary. Fortunately, there are several ways to disable it - from standard settings to using third-party applications.

In this article we will look at all possible methods removing charging sound, including hidden manufacturer settings, changing system files (without root access) and alternative solutions for different versions of Android. You will learn how to do this on smartphones Samsung, Xiaomi, Honor, Realme and other popular brands.

Why charging sound can be a problem

A sound alert when the charger is connected is a standard Android feature that should signal the user that charging has begun. However, in practice, this sound often becomes a source of discomfort:

๐Ÿ”Š Volume. On many devices, the charging sound plays at maximum volume, regardless of the current media settings. This can be frightening in a quiet environment or wake you up at night.

โฐ Frequency. If you connect your phone to charge several times a day (for example, in the car, at work, at home), the repetitive sound quickly becomes annoying.

๐Ÿ“ฑ Lack of flexibility. Unlike notifications or alarms, the charging sound cannot be adjusted or turned off through the standard sound settings on most devices.

In addition, on some models (for example, Xiaomi or Redmi), the sound is accompanied by vibration, which increases discomfort. In the following sections we will show you how to get rid of this problem once and for all.

๐Ÿ“Š How often do you get annoyed by the charging sound?
Every time you connect
Only at night
Sometimes, but I tolerate it
Itโ€™s for me does not bother

Method 1: Disabling through sound settings (for some models)

Some manufacturers add the ability to turn off the charging sound in the settings menu. This method is the simplest, but does not work on all devices. Most often it is available on smartphones Samsung, Huawei and Honor with proprietary skins.

Here's how to do it:

  1. Open the application Settings on your smartphone.
  2. Go to section Sounds and vibration (on some devices it may be called Sound or Sound and vibration).
  3. Scroll down and find the item System sounds or Other sounds.
  4. Look for the option Charging sound, Power connection sound or similar. Disable it.

If there is no such item, try searching in the section Additional settings or use the search bar in the settings (magnifying glass icon at the top screen).

Where to look for on Samsung One UI?

On Samsung smartphones with the One UI shell, the path may look like this: Settings โ†’ Sounds and vibration โ†’ System sounds โ†’ Charging sound. On some models (for example, Galaxy S22 or Galaxy A53) this item can be hidden in the submenu Other sounds.

Important! On devices with "pure" Android (for example, Pixel, Motorola, Nokia) This option is usually not available. In this case, proceed to the following methods.

Method 2: Using the "Do not disturb" mode

If there is no direct option in the settings to turn off the charging sound, you can use the mode Do not disturb (DND). sound completely, but will allow you to turn it off at the right time (for example, at night).

Instructions:

  • ๐Ÿ“ฑ Open Settings โ†’ Sounds and vibration โ†’ Do not disturb.
  • ๐Ÿ”„ Turn on the mode Do not disturb and set up the rules:
    • Select By schedule (for example, from 23:00 to 7:00).
    • In the section Exceptions make sure that the option System sounds and vibration is disabled.
  • ๐Ÿ”• Now, when charging is connected at the specified time, the sound will not be played.

The disadvantage of this method is that it disables everything. system soundsincluding alarms and notifications. If you only need to turn off the charging sound, proceed to the next method.

๐Ÿ’ก

On some devices (for example, Xiaomiin Do Not Disturb mode, you can allow alarms, but block system sounds. To do this, in the DND settings, select Alarms only or Configure exceptions.

Method 3: Disabling via the engineering menu (for advanced users)

If standard methods do not work, you can try turning off the sound via engineering menu (Engineer Mode). device.

Here's how to do it:

  1. Open the application Phone and enter the code:
    ##3646633##

    On some devices another code may be required (for example, ##4636## for Samsung).

  2. You will be taken to the engineering menu. Go to the section Hardware Testing โ†’ Audio.
  3. Find parameters associated with Charging Sound or Power Connect Sound. Disable them.
  4. Save the changes and reboot the device.

Engineering menu codes may vary depending on the model and firmware version. If the code does not work, do not try to guess it - this may cause the system to crash.

Charging the phone at least 50%

Saving important data (in case of failure)

Recording the current sound settings (to return them if necessary)

Checking the code for your model (search on the Internet)

-->

โš ๏ธ Attention! Changes in the engineering menu can lead to unstable operation of the device If, after turning off the charging sound, problems occur (for example, the sound in the speaker is lost or the microphone stops working. work), return the settings to their original state or perform a factory reset.

Method 4: Using third-party applications

If none of the previous methods worked, you can use third-party applications that allow you to turn off system sounds, including sound. charging.

The best applications for this task:

  • ๐Ÿ”‡ SoundAssistant (from Samsung, but works on many devices) - allows you to fine-tune system sounds.
  • ๐ŸŽต MacroDroid - creates automatic rules for muting the sound when charging is connected.
  • ๐Ÿ”Š Disable Charging Sound is a specialized application for turning off the charging sound (requires permissions to work with system settings).

Example setup in MacroDroid:

  1. Install the application from Google Play.
  2. Create a new macro command (Add Macro).
  3. As a trigger select Power Connected (charging connection).
  4. As an action, select Mute System Sounds or Set Volume โ†’ System โ†’ 0%.
  5. Save the macro and activate it.

โš ๏ธ Attention! Some applications require permission to turn off system sounds Changing system settings or Special access. Provide them only to trusted utilities from the official store.

Application Requires root Works on Features
SoundAssistant โŒ No Most Android Fine-tuning system sounds
MacroDroid โŒ No Android 5.0+ Automation by triggers
Disable Charging Sound โš ๏ธ Sometimes Android 7.0โ€“12.0 Specialized solution

Method 5: Changing system files (without root access)

For users who are ready to take more radical measures, there is a way to turn off the charging sound by changing system files. This method does not require root access, but will require the use of ADB (Android Debug Bridge).

Instructions:

  1. Install ADB on your computer (instructions are available on the Android developers website).
  2. Connect your phone to the PC and enable USB debugging in the developer settings (Settings โ†’ About phone โ†’ Number builds - press 7 times, then return to Settings โ†’ System โ†’ For Developers).
  3. Open the command line (or Terminal on Mac/Linux) and enter:
    adb shell settings put global charging_sound_enabled 0
  4. Reboot the device.

If the command fails worked, try an alternative:

adb shell settings put system charging_sound_enabled 0

๐Ÿ”ง Technical information: This command changes the value of the parameter charging_sound_enabled in the system settings. On some firmware (for example, MIUI or ColorOS) the path to the parameter may differ. If none of the commands worked, look for the current instructions for yours. model.

๐Ÿ’ก

The ADB method is one of the most reliable, as it changes the system settings directly. However, after resetting the phone to factory settings, the charging sound may return.

Frequent problems and their solutions

When you try. disable the charging sound, users often encounter difficulties. Let's look at the most common ones and ways to solve them.

Problem 1: There is no "Charging sound" option in the settings.

Solution: Try using ADB or third-party applications. devices (for example Google Pixel), the charging sound is hard-wired into the firmware and cannot be turned off using standard methods.

Problem 2: After turning off the sound in the engineering menu, the sound in the speaker disappeared.

Solution: Go back to the engineering menu and reset the sound settings to factory settings. If this does not help, reset the phone via Settings โ†’ System โ†’ Reset settings.

Problem 3: The third-party application does not work or requires root.

Solution: Try another application from our list. If none of them work, use the method with ADB or macro in MacroDroid.

Problem 4: The charging sound returned after the update firmware.

Solution: Repeat the steps to turn off the sound. Updates often reset user settings.

What to do if nothing helps?

If none of the methods did not work, there are two options left:

1. Install custom firmware (requires unlocking the bootloader and root access).

2. Use wireless charging - many devices do not play sound when connected to a wireless station.

โš ๏ธ Attention! On some devices (for example, Samsung Galaxy s One UI 5.0+) the charging sound may be part of the system application SecSettings. Disabling it can lead to unstable operation of the phone. In this case, it is better to use the method with ADB or third-party utilities.

FAQ: Answers to frequently asked questions

Is it possible to turn off the charging sound without root access?

Yes, in most cases this is possible, use the standard settings (if your device has them), "Do not disturb" mode. ADB or third-party applications like MacroDroid.

Why does it appear again after the charging sound is turned off?

This may happen due to firmware updates that reset user settings. Also, some applications (for example, launchers or optimizers) can restore system sounds. The solution is to repeat the shutdown or use ADB to constantly change settings.

Is it safe to use the engineering menu to mute the sound?

Yes, if you follow the instructions and do not change other parameters. However, incorrect actions in the engineering menu can lead to malfunctions of the phone. We recommend that you write down the original settings or create a backup copy before making changes. data-i="232">Is there a difference in turning off the sound on wired and wireless charging?

Is there a difference in muting the sound on wired and wireless charging?

On most devices, the sound is played both with a wired and wireless connection. However, some firmware (for example, on Samsung Galaxy S23) allow you to turn off these sounds separately. Check the settings in the section Sounds and. vibration.

Is it possible to turn off the charging sound on all versions of Android?

On Android 10 and newer, turning off the charging sound may be difficult due to stricter security policies. On older versions (Android 7โ€“9) it is easier to use ADB or changing system files. On Android 12+, some methods. may not work without root access.