How to change the sound of charging connection on Xiaomi smartphones: from MIUI-theme to ADB

Why Xiaomi’s standard charging sound annoys users – and how to replace it

The audio alert for charging on Xiaomi, Redmi and POCO is one of the most talked-about MIUI features. For some, it’s a handy feature that reminds you of the start of charging, for others – an annoying repeating signal, especially at night. The problem is compounded by the fact that the manufacturer has not added a simple switch to turn off or replace the sound.

In this article, we will discuss all the working ways to change the charging sound on Xiaomi smartphones (relevant to MIUI 12/13/14 and HyperOS).

  • 🎡 Replace the melody with standard themes MIUI (rootless)
  • πŸ”§ Use it. ADB-deep-customization
  • πŸ“± Turn off the sound completely or make it vibrate
  • πŸ› οΈ Restore the original sound if something goes wrong

Importantly, the methods vary in complexity and risk, and let's start with the simplest and safest, and then we'll end with advanced options for power users.

πŸ“Š Which sound of charging do you like better?
Standard MIUI
Silence (complete shutdown)
Castomic melody
Vibration instead of sound

Method 1: Replace sound through MIUI themes (without root and ADB)

The most affordable method is to use themes from the official Theme Store, and many themes change not only wallpaper and icons, but also system sounds, including charging notifications.

  1. Open the Themes app (usually preinstalled on all Xiaomis).
  2. In the search bar, type in queries such as β€œcharge sounds”, β€œcustom charging sound” or β€œsilent theme”.
  3. Choose your favorite theme and click Apply. System sounds will change automatically.

πŸ”Ή Pros of the method: does not require technical skills, reversible (you can return the original), works on all models (Redmi Note 12, POCO X5, Mi 11 and others.).

πŸ”Έ Cons: the choice of sounds is limited to available themes, some themes are paid, the sound may reset after the update MIUI.

πŸ’‘

Before using the theme, back up your current sounds: go to Settings β†’ About Phone β†’ Backup and save configuration.

Title of the topicType of charging soundCompatibilityCost
Silent NightTurns off the sound (silence)MIUI 12–14, HyperOSFree of charge.
Retro ChargingSounds like an old NokiaMIUI 13+199 β‚½
Nature SoundsMelody with bird singingAll models.Free of charge.
Minimalist DarkShort signal (1 second)MIUI 14/HyperOS99 β‚½

⚠️ Warning: Some themes can change not only the charging sound, but also other system notifications (SMS, Before using, check user reviews in the description of the topic.

Method 2: Manually modify audio files (file manager required)

If you don’t like the themes from the store, you can manually replace the system sound file. This will require a file manager with access to root folders (for example, MiXplorer or Solid Explorer with root mode enabled).

πŸ“Œ Step-by-step instruction:

  1. Download your favorite tune in.ogg format (maximum 5 seconds). You can convert MP3 through online services.
  2. Rename the file to Charging_started.ogg (This is what the standard sound of charging is called. MIUI).
  3. Using the file manager, go to /system/media/audio/ui/
  4. Create a backup of the original file (move it to another folder).
  5. Put your file in. Charging_started.ogg ui.
  6. Reboot the phone.

⚠️ Critical: If you accidentally delete other system sounds from the ui folder, it can cause notifications to crash.Do not change files with the.flac extension - they are responsible for the alarm clock.

Download the melody in.ogg format|Rename the file to Charging_started.ogg|Backup the original sound|Use a file manager with root access|Restart the phone after replacement-->

Method 3: Turning off the charging sound through the developer settings

If you are satisfied with complete silence when connecting charging, you can turn off the sound through hidden settings Xiaomi. This method does not require root rights, but does not work on all models (tested on Redmi Note 11 Pro+, POCO F4, Mi 13 Lite).

πŸ”§ Instructions:

  1. Activate Developer Mode: Go to Settings β†’ About Phone and click on MIUI Version 7 times.
  2. Return to the main settings menu and open Additional settings β†’ Developer settings.
  3. Find Charging Sounds (or Charging Sounds) and turn it off.
  4. If there is no such item, try to find Disable System Sounds.

πŸ“Œ Alternative: Some firmwares have the charging sound tied to the overall notification sound. Try setting No Sound in the sound profile settings (Settings) β†’ Sound. β†’ Sound profile).

⚠️ Note: On HyperOS devices (e.g. Xiaomi 14, Redmi) K70) The charge sounds may not be available, in which case use the theme method or ADB.

Method 4: Using ADB for deep customization (without root)

For advanced users willing to work with the command line, there is a way to change the charging sound through Android Debug Bridge (ADB).

πŸ› οΈ What's the matter:

  • πŸ–₯️ Computer with Windows/macOS/Linux
  • πŸ“‹ Installed drivers ADB (Download from the Xiaomi website or through SDK Platform Tools)
  • πŸ”Œ USB-cable (preferably original)
  • 🎡 Audio file in.ogg format (maximum 5 seconds)

πŸ“ Step-by-step teams:

  1. Connect your phone to your PC and allow debugging over USB (Settings β†’ Additional β†’ For Developers β†’ Debugging over USB).
  2. Open the command prompt (or Terminal) and type: Adb devices Make sure your device appears in the list.
  3. Download the original sound file for backup: adb pull /system/media/audio/ui/Charging_started.ogg
  4. Replace the file with your melody (pre-rename it to Charging_started.ogg): adb push your file.ogg /sdcard/ adb shell su -c "mount -o rw,remount /system" adb shell su -c "cp /sdcard/your file.ogg /system/media/audio/ui/Charging_started.ogg" adb shell su -c "chmod 644 /system/media/audio/ui/Charging_started.ogg"
  5. Reboot the device: adb reboot
What if the ADB can’t see the device?
If the adb device command returns an empty list: 1. Make sure that the debugging is done by USB It's on the phone. 2. Try another one. USB-cable (not all cables support data transfer). 3. Install drivers for your Xiaomi model from the official website (Section "Support" β†’ Drivers.4). 4. Restart your phone and PC. 5. On Windows, try running the command prompt on behalf of the administrator.

⚠️ Note: Su commands require a temporary upgrade, which may not work on all firmware. If the phone freezes after the reboot, reset via Fastboot (fastboot erase userdata).

Method 5: Completely shutting down the sound through the automatic rule (Tasker)

If you need to change the sound, and make it context-sensitive (for example, turn it off at night or when connecting to wireless charging), use the application Tasker. It is a powerful automation tool that works even without root.

πŸ€– How to set up:

  1. Install Tasker from Google Play and provide all the necessary permissions.
  2. Create a new profile (+ β†’ State β†’ Nutrition β†’ Charging).
  3. As an action, select Audio β†’ Quiet Mode or Audio β†’ Media Level (set at 0%).
  4. Add Profile Output: When charging is turned off, the sound returns to normal levels.

πŸ’‘ Examples of useful rules:

  • πŸŒ™ Turn off the sound of charging from 23:00 to 7:00
  • πŸ”Œ Make vibration instead of sound when connected to wireless charging
  • 🎧 Turn on your tune if the phone is connected to headphones

πŸ’‘

Tasker allows you to create flexible rules for charging sound without tampering with system files.This is the safest way for beginners, but takes time to set up.

What to do if the sound of charging is completely lost or becomes too loud

Sometimes, after experimenting with sounds, users have problems: the sound either disappears or starts playing at maximum volume.

πŸ”„ Recovery methods:

  • πŸ”‡ Resetting sound settings: Go to Settings β†’ Sound. β†’ Resetting the sound settings.
  • πŸ“± Recovery Through Theme: Apply a Standard Theme MIUI (Topics β†’ Mine. β†’ Standard).
  • πŸ–₯️ ADB-Recovery: If you saved the original file, return it with the command: adb push Charging_started_original.ogg /system/media/audio/ui/Charging_started.ogg
  • πŸ”§ Reset to factory settings: Extreme option - Settings β†’ Additionally. β†’ Recovery and reset (data will be deleted!).

πŸ“Š Table of malfunctions and decisions:

Problem.Probable causeDecision
The sound is gone.File deleted or corrupted Charging_started.oggRestore a file via ADB or reset themes
The sound is played twice.Conflict with an optimizer application (e.g., Security)Disable Auto-Optimization in Battery Settings
The sound is too loud.Incorrect access rights to the filePerform chmod 644 /system/media/audio/ui/Charging_started.ogg
The sound changes on its own.Automatic update of topicsDisable Auto Update in the Topics App Settings

FAQ: Frequent questions about the charging sound on Xiaomi

Can you change the charging sound on Xiaomi without a computer?
Yes, there are two ways to avoid a PC: Use themes from the Theme Store (method 1); Replace the audio file through a root-access file manager (method 2); however, for deep customization (for example, setting your own tune), you can not do without ADB.
Why did the charging sound drop after the MIUI update?
For major updates (e.g., from MIUI 13 to MIUI 14), system audio files return to standard. To avoid this: Save your tune to the cloud or PC. Repeat the audio replacement procedure after the update. Use Tasker to automatically apply the sound after the updates.
Does this work for POCO and Redmi?
Yes, all of the described methods are compatible with all smartphones based on MIUI or HyperOS, including: POCO F5/F4/X5 Redmi Note 12/11/10 Pro Redmi K60/K50 Xiaomi 13/12/11 series Exception: some models for China (with CN firmware) may not have access to the developer settings.
How to make the charging sound only when connected to the network, but not to the Power Bank?
This can be done with Tasker: Create a Profile with Charging Condition β†’ Power Source β†’ Network Adapter. Add Play Sound (indicate the path to your tune). For Power Bank, the sound will not play. Alternative: use MacroDroid app, which has charger-type triggers.
Can I set my own tune for more than 5 seconds?
Technically, yes, but it's fraught with problems: Long sounds can slow down the charging process (the system is waiting for playback to end). On some models, the sound will be cut to 5 seconds automatically. The recommended format is.ogg, bitrate 64-128 kbps, mono. Use short intervals (3-4 seconds) for testing.