How to remove the sound of charging on Xiaomi: all ways from MIUI 12 to MIUI 14

The sound of charging on Xiaomi smartphones can be annoying, especially if you connect the device at night or in a quiet room. Although this signal is designed to alert the user to the start of charging, many people find it too loud or simply unnecessary. Unfortunately, in standard MIUI settings, there is no direct switch to turn off this sound โ€“ it will have to be deactivated bypasses.

In this article, we will discuss 5 working methods, including hidden system settings, using third-party applications, and even editing system files (for advanced users). All instructions are tested on MIUI 12-14 firmware and are suitable for most models: Redmi Note 10/11/12, Poco X3/X4/X5, Xiaomi 11T/12/13 and others. If you use custom firmware (for example, Pixel Experience or LineageOS), some methods may not work, we will mention this too.

Why Xiaomi doesnโ€™t add a button to turn off the charging sound?

The manufacturer argues that the charging sound is a system notification, similar to a low-power signal or headphone connection alerts. Xiaomi mentions in official comments that the sound:

  • ๐Ÿ”Š Prevents overheating โ€“ reminds the user that the device is connected to the network if the battery temperature starts to rise.
  • ๐Ÿ”‹ Signals for malfunctions โ€“ for example, if the cable is damaged and charging is intermittent.
  • ๐Ÿ“ฑ Standardized for all devices โ€“ Unified sound simplifies support and diagnosis in service centers.

But these arguments are weak in convincing users who want to remove the sound completely without system consequences. Fortunately, workarounds exist โ€“ and some of them donโ€™t even require super-user rights.

๐Ÿ“Š How often do you get annoyed by the sound of charging on Xiaomi?
Every time I plug in a charger
Only at night.
Sometimes, but not critically.
I'm not worried about it.

Method 1: Disconnect via โ€œSound Settingsโ€ (MIUI 14 and later)

The latest versions of MIUI 14 (and partly MIUI 13.5) have the ability to turn off some system sounds via the standard menu, a method that is the simplest, but doesn't work on all models.

Instructions:

  1. Open the Settings. โ†’ Sound and vibration.
  2. Scroll down to the System Sounds section and click on it.
  3. Find the Sound Connect Charging (or Charging) item and move the slider to the Off position.
  4. Reboot your phone to make the changes take effect.

Make sure you have a MIUI 14 or newer.

Make a backup copy of the sound settings

Check if other important notifications are disabled

Reboot your phone after the changes-->

โš ๏ธ Note: On some devices (e.g. Redmi Note 11 Pro)+) This paragraph may not be available even in MIUI 14.In this case, proceed to the following methods.

Xiaomi modelSupport for disconnection through settingsNotes
Xiaomi 13/13 Proโœ… Yes.The item appears after updating to MIUI 14.0.5+
Poco F5/F5 Proโœ… Yes.Requires to switch the region to "Europe" in the settings
Redmi Note 12 Pro+โŒ No.There is no point, but the method with ADB works.
Black Shark 5/5 Proโš ๏ธ Partially.Sound is turned off only for wireless charging

Method 2: Use of the ADB-commands without root)

If your version of MIUI doesnโ€™t have a direct setup, you can turn off the charging sound via Android Debug Bridge (ADB).This method doesnโ€™t require superuser rights, but requires connecting the phone to a computer.

What you need:

  • ๐Ÿ–ฅ๏ธ Computer with Windows/macOS/Linux
  • ๐Ÿ“ฑ USB-cable (preferably original)
  • ๐Ÿ› ๏ธ Utility. ADB Tools (download from Google website)
  • ๐Ÿ”ง Included debugging by USB phone-on

Step-by-step:

  1. Activate Developer Mode: Go to Settings โ†’ About Phone. Click 7 times on the MIUI Version until the notification โ€œYou are a developerโ€ appears.
  2. Turn on USB Debugging: Return to Settings โ†’ Additional โ†’ Developer. Activate the USB Debugging Switch.
  3. Connect the phone to your computer and confirm the debugging permission.
  4. Open the command prompt (or Terminal on macOS/Linux) in the ADB folder and type:
adb shell settings put global charging_sound_enabled 0

Once you've done the command, restart the phone. The charging sound should disappear. To get it back, use the same command, replacing 0 with 1.

adb shell settings put system charging_sound_enabled 0

On some firmware, the parameter is stored in the system, not in the global one.-->

Method 3: Editing system files (requires root)

For root-right users, there is a radical method of deleting or renaming the system audio file, which is guaranteed to turn off the charging sound on any version of MIUI, but requires caution: wrong actions can lead to a system failure.

Instructions:

  1. Install any file manager with root support (such as Root Explorer or Solid Explorer).
  2. Go to /system/media/audio/ui/
  3. Find files: Charging.ogg PowerOn.ogg WirelessChargingStart.ogg
  4. Rename them by adding.bak at the end (e.g. Charging.ogg.bak) or delete them.
  5. Reboot the phone.
What if the phone doesnโ€™t turn on after deleting files?
If you have deleted critical system files and your phone has stopped loading, restore them via TWRP Recovery: 1. Download the original firmware for your model from the Xiaomi Firmware Updater. 2. Remove the system.img file from the archive and mount it via TWRP. 3. Copy the deleted audio files back to the /system/media/audio/ui/. 4. Reboot.

โš ๏ธ Note: Some firmware (HyperOS, custom builds) may have different paths to file. /system/media/audio/.

Method 4: Third-party applications (without root)

If you don't want to mess with ADB or get root, you can use Google Play apps, which don't remove the sound completely, but instead replace it with a quiet file or block playback.

Top.-3 tested applications:

  • ๐ŸŽต Sound Assistant (from Samsung, but works for Xiaomi) Allows you to disable system sounds by category. Requires permission to access notifications.
  • ๐Ÿ”‡ Disable Charging Sound Automatically replaces the charging sound with an empty file. MIUI 12-14, but may require a reboot.
  • ๐Ÿ› ๏ธ MacroDroid (to automatically shut down) Creates a rule: "If charging is connected" โ†’ Turn off the sound. It requires setting up triggers and actions.

โš ๏ธ Note: Apps like Disable Charging Sound may conflict with Xiaomi's energy-saving modes. If the sound returned after a reboot, add the app to the autorun exceptions (Settings) โ†’ Battery โ†’ Auto-start).

Method 5: Turn off all media sounds (radical method)

If nothing works, you can go to extreme lengths to completely disable media playback through the engineering menu, which affects not only the charging sound, but also other system signals (such as camera sounds or screen locks).

Instructions:

  1. Open the Phone app and enter the code: ##36446337##
  2. In the engineering menu, select Hardware Testing โ†’ Audio.
  3. Find Media Volume and set the value 0.
  4. Save the settings and restart the phone.

To return the sounds back, repeat the steps and set the value 15 (or another default).

๐Ÿ’ก

This method turns off ALL media sounds, including music and video, and only use it if other methods have failed.

Frequent problems and solutions

Even after successfully turning off the charging sound, users face typical problems, and here are the most common ways to solve them:

Problem.Possible causeDecision
The sound is back after the MIUI updateResetting sound settings when updatingRepeat the shutdown via ADB or settings
The sound went off, but now there is no notification soundIncorrect editing of system filesRecover the original files from the backup
The application to turn off the sound does not workConflict with battery optimizationAdd the app to auto-start exceptions
The sound is off for wired charging only.Separate settings for wireless chargingRepeat the procedure for WirelessChargingStart.ogg

If none of the methods worked, check:

  • ๐Ÿ”„ Version MIUI โ€” Some assemblies (for example, for Redmi) K50 HyperOS blocks changes in sounds.
  • ๐Ÿ”’ Application Rights โ€“ Make sure that the audio disabler utilities have access to the settings.
  • ๐Ÿ”Š Sound Profile โ€“ In No Sound mode, system signals can be turned off automatically.
Can I turn off the sound without a computer?
Yes, if you have MIUI 14 through audio settings, older versions will have to use third-party apps (like MacroDroid) or get root.
Why does it come back after the ADB shutdown?
This is due to resetting when you update or restart. To fix the changes, add a command to the autostart script (for example, via Tasker).
Will the ADB method work on custom firmware?
It depends on the firmware. On Pixel Experience or LineageOS, the path to audio settings may be different. Try an alternative command: adb shell settings put system charging_sound 0
Can I turn off the sound just for wireless charging?
Yes, if you use the system file editing method. delete or rename only WirelessChargingStart.ogg, leaving Charging.ogg untouched.
Does turning off the charging sound affect the battery?
No, it's a myth. The charging sound is just a notification, and turning it off has no effect on charging speed or battery health.