How to remove sound when connecting charging to Xiaomi Redmi 9: all ways 2026

The sound signal when connecting a charge to the Xiaomi Redmi 9 can be annoying, especially if you connect your phone at night or in a quiet environment. Although this sound signals a successful start of charging, many users want to turn it off. In this article, we will discuss all the current ways, from standard MIUI settings to hidden functions and ADB commands.

It's important to understand that the charging sound is a system notification, and turning it off may require changes in settings that aren't always obvious. We've tested all methods on Redmi 9 with the latest versions of MIUI 14 and Android 12 to ensure they work. If you're using custom firmware or an older version of the software, some of the ways may not work, which we'll mention too.

Before you start, check if the sound is part of the power saving mode or notifications from applications (for example, from Mi Fit or Google Podcasts), sometimes the problem lies not in the system sound, but in third-party software.

Why does Xiaomi Redmi 9 make sound when charging?

The charging connection sound is a standard MIUI function that performs several tasks:

  • πŸ”Š Confirmation of connection: signal indicates that the cable and power supply are recognized by the system.
  • πŸ”‹ Charging type indication: on some firmware, the sound is different for slow (5W) fast (18W+) charging.
  • ⚠️ Fault Warning: If the sound is accompanied by vibration or error on the screen, it may mean port problems USB-C.

On Redmi 9, this sound is embedded in the system application com.android.systemui and is controlled through notification settings. However, in the latest versions of MIUI, Xiaomi developers have removed the direct option of disabling – it is likely that users do not miss important signals (for example, when connecting uncertified chargers).

If the sound comes suddenly, check:

  • πŸ“± System Updates: Sometimes the sound comes back after the update MIUI.
  • πŸ”Œ Type of charger: Some power supplies (especially from other brands) may trigger additional notifications.
  • 🎡 Sound Profile: In No Sound or Do Not Disturb mode, system signals may behave differently.
πŸ“Š How often do you get annoyed by the sound of charging on Xiaomi?
Every time.
Only at night.
I used to be annoyed, but I used to.
Never paid attention.

Method 1: Disable via notification settings (without root)

The easiest method is to turn off the sound through the notification menu, which works on most versions of MIUI 12-14, but the path to settings may vary slightly.

  1. Open the Settings. β†’ Sounds and vibrations.
  2. Scroll down and select Other sounds and vibrations.
  3. Find the Sound of Charging Connection (or Charging) and move the slider to the "Off" position.

If there is no such item, try an alternative path:

  1. Go to Settings β†’ Notifications and Status bar.
  2. Select System Notifications.
  3. Find Charging or Power and turn off the sound for this type of notification.

Check the version of MIUI in Settings β†’ About the phone

Make sure your phone is not in "Do Not Disturb" mode.

Connect the original charger

Restart your phone before settings-->

What if you don't have a clause? In some firmware, Xiaomi hides this option, so move on to the following ways, and check if you have carrier shells (such as MTS or Beeline) that sometimes block access to system settings.

⚠️ Attention: Redmi 9s MIUI Global and MIUI Europe can be different, and if you use custom firmware (like Pixel Experience), it may not work.

Method 2: Use of the MIUI Hidden Settings (Hidden Settings)

If standard settings don’t work, you can use hidden MIUI features through a special application, which does not require root rights, but requires the installation of third-party software.

  1. Download the MIUI Hidden Settings app from Google Play (or APKPure if it isn’t in your area).

If the application does not find the right item, try:

  • πŸ”„ Restart the phone after installation MIUI Hidden Settings.
  • πŸ“‹ Check if an antivirus is blocking access (e.g., Avast or 360 Security).
  • πŸ”§ Update the application to the latest version.
What if MIUI Hidden Settings is not working?
If the app doesn’t see the Charging sound option, it could mean your version is not available. MIUI heavily modified (e.g., operator firmware) In which case, try: 1. MIUI Europe (if your phone supports unlocking the bootloader). 2. Use ADB-3. Temporarily switch to developer mode and check settings through adb shell settings list.

On some Redmi 9 firmware (e.g. MIUI 13.0.4), the option is hidden deeper, and can be found through a search in MIUI Hidden Settings for "charging".

Method 3: Disconnect through Developer Mode

If previous methods didn't work, you can try turning off the sound through developer mode, which requires activating the hidden menu, but doesn't need root rights.

  1. Activate Developer Mode: Go to Settings β†’ About Phone. Click 7 times on the MIUI Version (you will be notified "You're a developer!").

Settings

Additionally.

For developers

USB debugging

ADB

adb shell settings put global charging_sound_enabled 0

If you don’t have ADB, you can try it without:

  • πŸ” In the developer menu, find Quick settings β†’ Show the charging sound and turn it off.
  • πŸ”„ Restart your phone – sometimes changes only apply after a reboot.

⚠️ Note: Not all versions MIUI support charging_sound_enabled. If the sound is still present after entering the command, check the current value of the parameter: adb shell settings get global. charging_sound_enabled If the answer is null or 1, So your firmware is ignoring this setting.

Method 4: Turning off sound through ADB (advanced method)

If none of the previous methods worked, the most reliable (but also the most difficult) method is the use of ADB (Android Debug Bridge), which allows you to directly change system parameters.

What you need:

  • πŸ–₯️ A computer with installed Xiaomi drivers and ADB.
  • πŸ“± Redmi 9 phone with debugging enabled USB.
  • πŸ”Œ Original. USB-cable (better than the one that came with the kit).

Step-by-step:

  1. Download ADB from the official Android Developers website and unpack the archive.
  2. Connect Redmi 9 to your PC and confirm access to debug on your phone.
  3. Open the command prompt (cmd) in the ADB folder and type: adb devices Make sure your phone appears in the list.
  4. Execute the command to turn off the charging sound: adb shell settings put global charging_sound_enabled 0
  5. Reboot your phone: adb reboot

If the sound is still there, try alternative commands:

  • To turn off vibrations when charging: adb shell settings put global charging_vibration_enabled 0
  • To reset all audio settings (caution!): adb shell settings reset global

1. Install Xiaomi drivers manually through Device Manager.

2. Use another USB-port USB 2.0).

3. Enable the debugging option in the developer settings USB (security parameters) and allow permission change.-->

ADB Team TeamDescriptionWorks on MIUI 14?
settings put global charging_sound_enabled 0Turns off the charging sound.βœ… Yes (on most firmware)
settings put global charging_vibration_enabled 0Turns off vibration when chargingβœ… Yes.
settings delete global charging_soundRemoves the sound parameter (can reset settings)⚠️ Partially (risk of failure)
pm disable-user com.android.systemuiDisables the system interface (last resort!)❌ No (will cause the system to collapse)

Method 5: Manually remove system sound (requires root)

If you have root rights, you can remove or replace the system charging sound, which is the most radical and only suitable for advanced users.

Instructions:

  1. Install a file manager with root support (such as Root Explorer or Solid Explorer).
  2. Go to /system/media/audio/ui/
  3. Find files: Charging.ogg – the sound of charging connection; WirelessChargingStart.ogg – the sound of wireless charging (if any).

Charging.ogg.bak

Reboot the phone.

Alternative: Instead of deleting, you can replace the sound with an empty file:

  1. Create an empty Charging.ogg file on your PC (you can export silence through Audacity).
  2. Copy it to /system/media/audio/ui/ with replacement.
  3. Set the license 644 (r-w-r-----).

If the sound is back, repeat the shutdown in the selected way.

❓ Can I turn off the sound only for wireless charging?
Yeah, but not on all firmware. MIUI Hidden Settings find Wireless charging sound. ADB Adb shell settings put global wireless_charging_sound_enabled 0 If there is no option, the wireless charging sound is controlled by the same parameter as the wired charging sound.
❓ Will the sound shutdown work after the phone is reset?
No, factory reset will bring back all system sounds. ADB-commands or settings in MIUI Hidden Settings.We recommend backup settings through Titanium Backup (requires root).
❓ Why the charging sound is different when connecting different power supplies?
Redmi 9 recognizes the type of charger and can play different sounds: Standard sound when you connect the original unit 18W. Short signal when you slow charge (5W); Intermittent sound if the unit is not certified (Xiaomi warns of possible battery damage); To remove the differences, turn off the sound completely (any of the ways above).
❓ Can I turn off the charging sound at all times so that it does not turn on even after updates?
Yes, but it would require: Get root rights and delete system sound (mode 5). Or install custom firmware (like LineageOS) where charging sounds are disabled by default. Both methods are risky: the first can cause crashes, the second can cause loss of warranty.