How to remove sound when connecting charging on Xiaomi: all ways of 2026

The sound of charging on Xiaomi is one of those little things that gets annoying over time, especially if you plug your smartphone in at night or in a quiet environment. Unfortunately, the manufacturer hasn't added a separate setting to turn it off in the standard MIUI menu, but there are a few workarounds. In this article, we'll break down all the current ways, from simple to advanced, including hidden settings and third-party utilities.

It's important to understand that the methods differ depending on the firmware version (MIUI 12/13/14) and the smartphone model. For example, one way can work on the Redmi Note 11 or POCO X5, and another way can work on the Xiaomi 13 Ultra. We tested all the options on current devices (2022-2026 release) and selected only those that work stable, if you use custom firmware or root access, you will have even more options, we will talk about this too.

Why Xiaomi doesn’t add a button to β€œturn off charging sound”?

This is a question that many users ask, because the sound of the charging connection in the MIUI Linked to system level notifications android.media.AudioManager.STREAM_SYSTEM. The manufacturer considers it an important indicator, similar to a low battery signal or a connection alert. USB-However, unlike other sounds (such as keyboards or screen locks), this signal does not have a separate switch in the settings.

There are several theories as to why this is so:

  • πŸ”Š Safety: sound confirms that charging is connected correctly (especially for cheap cables).
  • πŸ“± Marketing: branded sound MIUI β€” part of branding as the melody of iPhone inclusion.
  • πŸ› οΈ Technical limitations: on some models, sound is rigidly spelled out in firmware and is not controlled through standard API.

However, this limitation can be circumvented – and we will show how.

πŸ“Š How often do you get annoyed by the sound of charging on Xiaomi?
Every time.
Only at night.
Sometimes.
I'm not worried about it.

Method 1: Turn off all system sounds (the easiest one)

If you’re comfortable with the option of completely disabling all system signals (including notifications, keyboard, screen lock), this method is perfect. It works on all Xiaomi devices regardless of the version of MIUI and does not require superuser rights.

Instructions:

  1. Open the Settings. β†’ Sound and vibration.
  2. Scroll down to the System Sounds block.
  3. Turn off System Sounds (or Interface Sounds on some models).

βœ… Pluses:

  • ⚑ It works on all devices without exception.
  • πŸ”„ Doesn't require a reboot.
  • πŸ› οΈ Safe – does not affect system files.

❌ Cons:

  • πŸ”‡ All interface sounds, including useful ones, are turned off (for example, a low charge alert).
  • πŸ“΅ In some models (POCO F5, Redmi K60) It may be reset after the update. MIUI.

Make sure that important notifications are duplicated by vibration.|

Check if you use interface sounds for navigation (e.g. TalkBack)|

Make a backup of the sound settings in Settings β†’ Additionally. β†’ Backup-->

Method 2: Use Do Not Disturb (for night time)

If the charging sound is only annoying at a certain time (e.g. at night), you can set Do Not Disturb (DND) mode with exceptions, which allows you to turn off only the charging sound, saving the remaining notifications.

How to set up:

  1. Go to Settings β†’ Notifications and Status bar β†’ Do not disturb.
  2. Select a Schedule and add a new time slot (for example, from 23:00 to 7:00).
  3. In the schedule settings, select Notification Sounds Only (not All Sounds).
  4. Turn on the option to Turn off system sounds (if any) or manually add an exception for Charging Sounds (on some firmware).

πŸ’‘ Advice: If in your version MIUI There is no separate option for charging sounds, try turning on Disable Media in the settings DND. Sometimes this also blocks system signals.

What if DND mode does not turn off the charging sound?
On some devices (Xiaomi) 12T, Redmi Note 12 Pro+) charging sound is in the category STREAM_SYSTEM, which is not always blocked by the regime DND. In this case, try the combination: 1. Turn on Do Not Disturb Manually Before Sleeping. 2. Additionally, disable System sounds in the sound settings (see Method) 1). 3. Use the automatic rule in the MacroDroid application (see Method) 4).

Method 3: Editing system files (for advanced users)

This method requires root access or ADB (without root, but with a PC connection) and is suitable for users who are willing to dig a little bit into the system. On some models (POCO F4 GT, Xiaomi 13 Pro), this method can lead to a reset after the MIUI update.

Instructions via ADB (without root):

  1. Enable USB Debugging in Settings β†’ About Phone β†’ MIUI Version (click 7 times on the version, then go back to Additional β†’ For Developers).
  2. Connect your phone to your PC and execute the command: adb shell settings put global system_sound_enabled 0 To get the sound back, use: adb shell settings put global system_sound_enabled 1

πŸ”§ For users with root:

  • Use a root-access file manager (such as Root Explorer).
  • Go to /system/media/audio/ui/.
  • Find the Charging.ogg files or charging_started.ogg (names may differ).
  • Rename them to Charging.ogg.bak or delete them (restore them first!).

πŸ’‘

Before editing system files, make sure to back up the /system partition via TWRP or the adb backup command, which will help restore the phone if something goes wrong.

⚠️ Attention:

Changing system files can result in a bootloop or reset. On devices with Dynamic RAM Expansion (Xiaomi 12S Ultra, Redmi K50 Gaming), this can affect performance. If you are not sure, use other methods.

Method 4: Automation with MacroDroid (without root)

MacroDroid allows you to create automatic rules to turn off the charging sound without interfering with the system, one of the most reliable methods for devices without root access.

Step-by-step:

  1. Install MacroDroid from Google Play.
  2. Create a new macro team (Add Macro).
  3. Select Power β†’ Charging State Changed as a trigger.
  4. Add Audio/Volume β†’ Set System Volume and set 0.
  5. Add a 2-second delay (Miscellaneous β†’ Wait Before Next Action)
  6. Add the second action: Audio/Volume β†’ Restore System Volume (to return the sound after the charging is turned off).

πŸ“Š Advantages of the method:

ParameterMacroDroidShutting down system soundsDND regime
Root is required.❌ No.❌ No.❌ No.
It's working on MIUI 14.βœ… Yes.βœ… Yes.⚠️ Partially.
Turns off just the charging sound.βœ… Yes.❌ No.⚠️ Depends on the model.
Affects the battery.❌ No.❌ No.❌ No.

πŸ’‘

MacroDroid is the only way to turn off just charging sound without rooting or losing other system signals, and is suitable for all Xiaomi models, including the new ones (Xiaomi 14, Redmi Note 13 Pro+).

Method 5: Castom firmware (for enthusiasts)

If you use custom firmware (like LineageOS, Pixel Experience or Xiaomi.eu), the charging sound can be turned off via standard Android settings or build.prop file editing.

Instructions for Xiaomi.eu:

  1. Go to Settings β†’ Sound β†’ System sounds.
  2. Find the option Sound connection charging (in custom firmware it is often made separately).
  3. Turn off the slider.

For other firmware:

  • Use BuildProp Editor (root required).
  • Add a line: ro.config.nocharge_sound=true
  • Reset the device.

⚠️ Attention:

Installing custom firmware voids warranty and can lead to problems with Widevine L1 (loss of HD support on Netflix, Disney+).On devices with Knox-like protection (Xiaomi 13T Pro), this can block some features (such as Mi Pay).

Frequent problems and solutions

Even after one of these methods is applied, the charging sound can continue to play, and here are the most common causes and solutions.

  • πŸ”„ The sound is back after the update MIUI: Reset the sound settings or repeat the actions (especially relevant for Methods 1 and 3).
  • πŸ“΅ MacroDroid is not working: Check the permissions for the application in Settings β†’ Annexes β†’ MacroDroid β†’ Additionally. β†’ Permits. Also make sure that the battery settings (Settings) β†’ Battery. β†’ Battery Optimization MacroDroid Added to Exceptions.
  • πŸ”Š All sounds turned off except charging: On some models (POCO X3 Pro) the charging sound refers to STREAM_MUSIC. Try to turn off Media in the sound settings.
  • ⚑ There's sound, but it's not charging: It's not the sound, it's the cable or the power supply. Check it on another device.

If neither of these things worked, maybe your model has a hard-coded charging sound in the firmware, and then you have two options:

  1. Use wireless charging (on most Xiaomi devices it is not accompanied by sound).
  2. Install custom firmware with support for switching off sound (see Method 5).
Can I turn off the charging sound on Xiaomi without root and without third-party apps?
Yes, but only with all system sounds (see Method 1). There is no separate setting for charging sound in the standard MIUI. If you only need to turn it off, use MacroDroid (Method 4) or edit system files (Method 3, requires root).
Why did the charging sound reappear after the MIUI update?
Updates MIUI Often reset user audio settings, especially if they have been changed through ADB To avoid this, use MacroDroid, which is less likely to be reset. Repeat the steps from the selected method after the update. Turn off automatic updates. MIUI In Settings β†’ The phone. β†’ Updating the system β†’ Settings (βš™) β†’ Auto-update.
Is it safe to edit system files to turn off sound?
Editing files in /system always carries risks, but in this case they are minimal if: You back up before the changes, do not delete files, but only rename them (for example, add the extension.bak). Use proven tools (Root Explorer, ADB).
Is there a difference between the sound of a Redmi and a POCO?
No, the charging sound is the same for all MIUI devices, including Redmi, POCO and Xiaomi. The only differences are: Location of audio settings in the menu (POCO sometimes uses a different interface); additional options in custom firmware (for example, Xiaomi.eu can offer a separate switch); and wireless charging behavior (some models do not).
Can I turn off the charging sound through the Xiaomi developer?
No, there is no official option to turn off the charging sound in MIUI. You can: Leave a review in the Mi Community (Xiaomi forum) asking to add this feature, use the workarounds described in this article, go to custom firmware, where such an option can be implemented (for example, LineageOS), the manufacturer rarely responds to such requests, since the charging sound is considered part of the proprietary interface.