How to turn off the sound when connecting charging on Xiaomi Redmi Note 8 Pro: all ways

The Xiaomi Redmi Note 8 Pro is one of the brand’s most popular smartphones, but it’s not uncommon for owners to encounter an annoying beep when plugging in a charger.This sound not only interferes at night, but can be confusing if you use the phone in quiet conditions. Unfortunately, there’s no direct switch in standard MIUI settings to turn off this notification, but there are several workarounds β€” from hidden menus to ADB commands.

In this article, we'll look at all the current ways, including the ones that work on the latest firmware, how to remove charging sound without root rights, with an engineering menu, and even through third-party apps, and why that sound even appears, and whether it can be replaced with another signal.

Why does the Redmi Note 8 Pro make sound when charging?

Audible notification when connecting charging is part of the alert system MIUI, It's the default one in Redmi Note. 8 Pro uses standard sound Charging_started.ogg, This is played through the speaker every time you connect the cable to the USB-This signal is duplicated by vibration (if it is included in the settings).

The reasons why users want to disable it:

  • πŸ”‡ The sound is too loud and wakes you up at night if your phone charges next to your bed.
  • 🎡 Interfering with listening to music or watching videos through headphones.
  • πŸ”„ It works repeatedly if the cable does not sit well in the connector (for example, when using wireless charging or magnetic adapters).
  • πŸ“± Irritating in an office or library where silence is important.

Interestingly, newer Xiaomi models (like the Redmi Note 11 or POCO X4 Pro) can turn off this sound through standard audio settings, but in the Note 8 Pro, MIUI developers removed this option, leaving only workarounds.

πŸ“Š You turn off the charging sound on your Xiaomi?
Yeah, he's intruding.
No, he's not bothering me.
I tried it, but it didn't work.
I use headphones, so I can't hear it.

Method 1: Disconnect via MIUI Hidden Settings (no root)

The easiest method is to use the Hidden Settings hidden MIUI menu, which allows you to change the system settings without superuser permissions, which works on most of the firmware versions for the Redmi Note 8 Pro, including MIUI 12/13/14.

Instructions:

  1. Download the MIUI Hidden Settings app from Google Play (or APKCombo if you don’t have access to the Play Market).
  2. Open the app and provide all the permissions you request (including access to settings and notifications).
  3. Go to the Sound β†’ Charging Sounds section.
  4. Turn off the Charging sound switch and Unplug sound.
  5. Save the changes and restart the phone.

If there is no Charging Sounds section, try updating the app or using an alternative method (see below).

β˜‘οΈ Preparing for the sound to be turned off through MIUI Hidden Settings

Done: 0 / 4

⚠️ Attention: Some versions MIUI Hidden Settings may require shutdown MIUI Optimization in the developer settings. Go to Settings for this. β†’ The phone. β†’ Version. MIUI (Click 7 times, then in the Developer Settings β†’ Turn off optimization MIUI.

Method 2: Use of the ADB-Teams (for experienced users)

If the hidden settings don’t work, you can turn off the charging sound via ADB (Android Debug Bridge), a method that requires connecting the phone to your computer, but doesn’t need root rights.

Step-by-step:

  1. Download and install ADB Tools on PC (Windows/macOS/Linux).
  2. Turn on USB Debugging on your phone: Settings β†’ About Phone β†’ MIUI version (7 taps) β†’ Developer settings β†’ USB debugging.
  3. Connect the Redmi Note 8 Pro to your computer and confirm the debugging permission.
  4. Open the command prompt (or Terminal) in the adb.exe folder and type:
adb shell settings put global charging_sound_enabled 0

This command turns off the charging sound at the system level. To bring it back, use:

adb shell settings put global charging_sound_enabled 1

If the team doesn’t work, try an alternative:

adb shell settings put system charging_sound_enabled 0
What if the ADB does not recognize the device?
Make sure you have drivers installed for Xiaomi (you can download from the official website). Also check that the developer settings have enabled the option USB Configuration β†’ File Transfer (MTP).

⚠️ Attention: After update MIUI setting ADB To avoid reconnecting to your PC, save the command in a text file or use the application. ADB AppControl from Play Market to manage settings without a computer.

Method 3: Manually remove system sound (requires root)

If you have root access, you can completely delete the charging sound file from the system folder, which is guaranteed to work, but requires caution - incorrect actions can lead to MIUI malfunctions.

Instructions:

  1. Install any file manager with root support, such as Root Explorer or FX File Explorer.
  2. Follow the path:
/system/media/audio/ui/
  1. Find the files. Charging_started.ogg and Charging_stopped.ogg (or similar to the name of charging*).
  2. Rename them by adding.bak at the end (e.g, Charging_started.ogg.bak) or remove altogether.
  3. Reboot the phone.

If the audio is still playing after deleting, check the /system/media/audio/notifications/ folder – sometimes the files are duplicated there.

File nameDescriptionCan I remove it?
Charging_started.oggThe sound of charging connectionYes.
Charging_stopped.oggThe sound of the charging shutdownYes.
Wireless_charging_start.oggWireless charging sound (if supported)Yes.
LowBattery.oggLow battery soundNot recommended (may break notifications)

πŸ’‘

Before you delete your system files, back them up! Copy the original files to a memory card folder or to the cloud, which will help you recover them if something goes wrong.

Method 4: Using Third-Party Applications

If you don't want to mess around with ADB or root rights, you can use third-party utilities that block charging sounds at the software level.

  • πŸ”§ SoundAssistant (Samsung) – although the app is from Samsung, it also works on Xiaomi, allowing you to turn off individual system sounds, including charging.
  • πŸŽ›οΈ MacroDroid is an automatic audio shutdown when you connect the charging via macros, and you can set the sound to disappear only at night.
  • πŸ”‡ Silent Charging – a specialized application to turn off charging sounds (requires Android 8.0)+).

Example of settings in MacroDroid:

  1. Create a new macro with a Power Connected trigger.
  2. Add the action Mute Sound (turn off sound) or Set Volume (set volume to 0).
  3. Save the macro and activate it.

The downside of this method is that apps need permissions to access settings and notifications, which can affect the phone’s autonomy.

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

If you do not need any system sounds (notifications, lock, unlock), you can turn them off completely through the settings of the Redmi Note 8 Pro:

  1. Go to Settings. β†’ Sound and vibration.
  2. Select Other Sounds.
  3. Turn off the switches: πŸ”ˆ The sound of lockdown πŸ”Š Pressing sounds. πŸ”” System sounds (this item will turn off the charging sound)

Attention! This method will turn off ALL system sounds, including SMS, alarm and low battery alerts. If you only want notification sounds, not charging, use ADB or MIUI Hidden Settings.

Frequent problems and solutions

Even after one of the methods is used, the charging sound can continue to play, and let's consider the typical causes and ways to eliminate them:

Problem.Possible causeDecision
The sound returns after the rebootResetting ADB settings or system cacheRepeat the command adb shell settings put global charging_sound_enabled 0 Or use MacroDroid to automatically apply settings.
MIUI Hidden Settings does not find charging sound optionAn outdated version of the application or firmwareUpdate MIUI Hidden Settings to the latest version or use ADB.
The sound was gone, but appeared after the MIUI update.Resetting user settings when updatingRepeat the audio mutation using the chosen method. For ADB, you can create a.bat file with a command for quick application.
Apps like MacroDroid are not working.Energy saving restrictions or lack of permitsAdd the app to battery exceptions: Settings β†’ Battery β†’ Battery Optimization β†’ All apps β†’ MacroDroid β†’ No restrictions.

πŸ’‘

If none of the methods worked, check if the phone has custom firmware (e.g. Pixel Experience or LineageOS) that can control the charging sound through other settings that are not related to MIUI.

Can I turn off the charging sound without a computer and root rights?
Yes, the easiest way is to use the MIUI Hidden Settings app (see Method 1). If it doesn't work, try MacroDroid or SoundAssistant.
Why does it come back after the ADB shutdown?
This is due to resetting settings when updating. MIUI Or cache cleanup. To fix the changes, you can create a.bat file with a command and run it after each reboot: @echo off adb shell settings put global charging_sound_enabled 0 pause
Will wireless charging work without sound if I turn it off?
Yes, disabling the charging sound via ADB or MIUI Hidden Settings affects all types of charging: wired, wireless and reverse (if supported).
Can I replace the sound of the charger with another?
Technically, yes, but it requires root access. You'll need to: Download any.ogg file with sound (e.g., from this site). Rename it to Charging_started.ogg. Replace the original file in /system/media/audio/ui/ (see method 3). No sound can be replaced without root - system files are protected from recording.
Does turning off the charging sound affect the warranty?
Not unless you are rooting or modifying system files.The methods through ADB or MIUI Hidden Settings do not violate Xiaomi's warranty terms.