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.
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:
- Download the MIUI Hidden Settings app from Google Play (or APKCombo if you donβt have access to the Play Market).
- Open the app and provide all the permissions you request (including access to settings and notifications).
- Go to the Sound β Charging Sounds section.
- Turn off the Charging sound switch and Unplug sound.
- 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
β οΈ 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:
- Download and install ADB Tools on PC (Windows/macOS/Linux).
- Turn on USB Debugging on your phone: Settings β About Phone β MIUI version (7 taps) β Developer settings β USB debugging.
- Connect the Redmi Note 8 Pro to your computer and confirm the debugging permission.
- Open the command prompt (or Terminal) in the adb.exe folder and type:
adb shell settings put global charging_sound_enabled 0This command turns off the charging sound at the system level. To bring it back, use:
adb shell settings put global charging_sound_enabled 1If the team doesnβt work, try an alternative:
adb shell settings put system charging_sound_enabled 0What if the ADB does not recognize the device?
β οΈ 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:
- Install any file manager with root support, such as Root Explorer or FX File Explorer.
- Follow the path:
/system/media/audio/ui/- Find the files. Charging_started.ogg and Charging_stopped.ogg (or similar to the name of charging*).
- Rename them by adding.bak at the end (e.g, Charging_started.ogg.bak) or remove altogether.
- 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 name | Description | Can I remove it? |
|---|---|---|
| Charging_started.ogg | The sound of charging connection | Yes. |
| Charging_stopped.ogg | The sound of the charging shutdown | Yes. |
| Wireless_charging_start.ogg | Wireless charging sound (if supported) | Yes. |
| LowBattery.ogg | Low battery sound | Not 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:
- Create a new macro with a Power Connected trigger.
- Add the action Mute Sound (turn off sound) or Set Volume (set volume to 0).
- 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:
- Go to Settings. β Sound and vibration.
- Select Other Sounds.
- 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 cause | Decision |
|---|---|---|
| The sound returns after the reboot | Resetting ADB settings or system cache | Repeat 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 option | An outdated version of the application or firmware | Update MIUI Hidden Settings to the latest version or use ADB. |
| The sound was gone, but appeared after the MIUI update. | Resetting user settings when updating | Repeat 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 permits | Add 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.