How to change the charging sound on Xiaomi Redmi Note 8: 5 working ways

Xiaomi Redmi Note 8 is still one of the most popular smartphones in the budget segment, but the standard sound of connecting a charger can be boring or just not like. Fortunately, the manufacturer and the community of enthusiasts offer several ways to change it, from simple MIUI settings to deep editing system files. In this article, we will analyze all the current methods, their pros and cons, and give recommendations for security.

It's important to understand that not all methods are equally safe. For example, replacing sounds through editing system files requires unlocking the bootloader and can cause crashes if you do something wrong. On the other hand, using third-party applications or MIUI themes is a gentler option, but with limited options. We'll look at both approaches so you can choose the best one for yourself.

If you're a beginner and you're afraid of breaking something, start with the first three methods -- they don't require root rights or major system tampering. Power users can immediately jump to ADB or manual file replacement sections. Remember to back up data before any manipulations!

Method 1: Using MIUI design themes

The easiest and safest way to change the charging sound is to install the theme from the official MIUI Theme Store. Many themes include not only visual changes, but also the notifications' own sounds, including for charging. Here's how to do this:

  1. Open the Themes app on your Redmi Note 8.
  2. Go to the section Popular or Sounds (if any).
  3. Select your favorite theme and click Apply.
  4. After applying the theme, check if the charging sound has changed (plug the device into the network).

Unfortunately, not all topics contain custom charging sounds. To increase the odds, look for topics labeled "Full Sound Pack" or "Custom Notifications." Also, pay attention to ratings and reviews - often users indicate whether the notification sounds in the comments change.

πŸ“Š How often do you change the themes on Xiaomi?
Once a week.
Once a month
Rarely, just for experimentation.
Never changed.

If standard themes don't work, you can try third-party resources like MIUIer, where you'll find more options, but be careful - download files only from trusted sources to avoid viruses.

⚠️ Note: Using themes from unverified sources can cause interface failures. Always check that the theme is compatible with your version. MIUI (You can find it in the settings. β†’ The phone. β†’ Version. MIUI).

Method 2: Third-party applications for sound replacement

If the themes don't work, you can use specialized apps from Google Play, which allow you to replace the sounds of notifications, alarms and charging without root rights.

  • πŸ”Š Zedge is a large community with custom sounds and tunes, and there's a section specifically for notifications and system sounds.
  • 🎡 Ringtone Maker – lets you create your charging sound from any melody or audio file.
  • πŸ› οΈ Notification Sound Changer is a simple tool to replace notification sounds, including charging.

Instructions for using Zedge:

  1. Install the app from Google Play.
  2. Open the Notification Sounds section.
  3. Find the sound you want to use to charge and download it.
  4. Go to Settings β†’ Sounds and vibration β†’ Sound of charging connection.
  5. Select the downloaded sound from the list.

Note that not all applications support replacing the charging sound, some only work with notifications or alarms. Read the description and reviews before installing. Also note that after the MIUI update, settings may reset.

πŸ’‘

If you want to use your tune, cut it to 5 seconds in any audio editor (such as Audacity).

Method 3: Replacement through MIUI settings (hidden function)

Some versions of MIUI have a hidden option to change the charging sound through standard settings, but it's not always available. Check if this method works on your Redmi Note 8:

  1. Go to Settings β†’ Sounds and vibrations.
  2. Scroll down and find the Sound of charging connection (if it is not, the method is not suitable).
  3. Click on it and select one of the suggested sounds or add your file.

If this is not the case, don't worry, it only appears on some firmware, like MIUI 12.5 and later, this option may not be available, so move on to the following.

It's also worth noting that even if there is a point, the choice of sounds can be limited. ADB-The teams that will be discussed later.

Why did MIUI remove the charging sound setting?
In the newer versions of MIUI, Xiaomi has simplified the settings interface by removing some β€œunclaimed” options, and it’s likely that the charging sound was categorized as a standard signal, but in custom firmware (e.g. Xiaomi.eu or PixelExperience), this feature often returns.

Method 4: Replace sound through ADB (without root)

If you're not afraid to dig a little bit into the system, but you don't want to get root rights, you can use ADB (Android Debug Bridge), which allows you to replace the system charging sound with your own, without unlocking the bootloader.

Install drivers ADB PC-only|Enable debugging on USB phone-on|Download the required sound in.ogg format|Connect the phone to the PC by USB-->

Steps to replace sound:

  1. Download and install Google’s Platform Tools.
  2. Enable USB Debugging in the Developer Settings (Settings β†’ About Phone β†’ MIUI Version – Press 7 times, then go back to Settings β†’ Additional β†’ For Developers).
  3. Connect the Redmi Note 8 to your computer and confirm the debugging permission.
  4. Open the command line in the platform-tools folder and do: Adb devices make sure your device appears in the list.
  5. Download the sound in.ogg format (can be converted via an online converter) and rename it to Charging.ogg.
  6. Place the file in the platform-tools folder and execute the command: adb push Charging.ogg /system/media/audio/ui/ If the read-only file system error appears, run: adb su shell mount -o rw,remount /system exit adb push Charging.ogg /system/media/audio/ui/
  7. Reboot the phone.

Important: Some versions of MIUI have a /system folder protected from writing even through ADB. This will require temporary root access (e.g., through Magisk).

⚠️ Attention: Misuse of the right ADB-Always check file paths and don't change other system sounds unless you're sure they're intended. Alarm_Classic.ogg will affect the sound of the alarm clock.

Method 5: Manual editing of system files (for advanced ones)

This method is only suitable for users with unlocked bootloaders and root rights, and allows you to fully control the sounds of the system, but requires caution.

  1. Install Magisk to obtain root rights.
  2. Use a root-enabled file manager (such as Root Explorer or Mixplorer).
  3. Go to /system/media/audio/ui/.
  4. Find files: Charging.ogg – the sound of charging connection; Unplug.ogg – the sound of disabling charging (if there is one); Wireless_charging_start.ogg β€” for wireless charging (if supported).

Make backup copies of the original files (copy them elsewhere).

.ogg

644

Reboot the phone.

The advantage of this method is that you have complete control of the sounds, and you can not only replace the standard signal, but you can also add different sounds for wired and wireless charging, but there are also risks.

RiskEffects of consequencesHow to avoid
Incorrect access rightsNo sound playing.Set up 644 permissions through file manager
Deletion of system filesDownload failure or lack of soundsAlways backup the original files.
Incompatible sound formatSilence or distorted soundUse only.ogg with a bitrate of 128-192 kbps
Conflict with the MIUI updateResetting sounds after the updateRepeat the procedure after each update

If the sound has not changed after the replacement, check:

  • πŸ” Correctness of the path to files (on some firmware sounds may lie in the /vendor/media/audio/ui/).
  • πŸ”Š Sound file format and bitrate (mono, 44.1 kHz, 128 kbps recommended).
  • πŸ”„ Access rights to files and folders.

πŸ’‘

Backup of the original sounds is a must before any changes, and if you fail, you can quickly get it back.

Comparison of methods: which one to choose?

To make it easier, we've compiled a comparison table of all the ways, so focus on your skills and your willingness to take risks.

MethodDifficultyNeed root?Risks.Reset after update
MIUI themes⭐ (simple)❌ No.Minimum❌ No.
Third-party annexes⭐⭐ (easily)❌ No.Low (depending on the application)⚠️ Sometimes.
MIUI settings⭐ (simple)❌ No.Absent.❌ No.
ADB⭐⭐⭐ (middle-of-the-road)❌ No, but it may be necessary)Average (Risk of Errors in Teams)βœ… Yes.
Manual file replacement⭐⭐⭐⭐ (difficult)βœ… Yes.High (risk of system failure)βœ… Yes.

For most users, MIUI themes or third-party applications are the best solution. They're technically-skilled and safe. ADB is for those who are willing to understand a little bit about teams but don't want to get root. Manual file editing is only a last resort if other methods don't work.

If you choose between ADB and manual replacement, consider that the former method is less risky, as it does not require constant root access, but it may not work on newer versions of MIUI due to enhanced system partition protection.

Frequent problems and their solutions

When replacing the charging sound, users often encounter common errors, and here are the most common ones and how to fix them:

  • πŸ”‡ The sound hasn't changed after being replaced: Check that the file has the correct name (Charging.ogg). Make sure the sound format is.ogg, not.ogg.mp3 Reboot your phone (sometimes changes only apply after a reboot).
  • 🚫 Error "read-only file system" when using ADB: Execute the command adb shell mount -o rw,remount /system. If it doesn’t work, you’ll need temporary root access.
  • πŸ”Š The sound is played distorted: Check the bitrate of the sound file (128-192 kbps recommended). Convert the file to mono if it's stereo.
  • πŸ“± After updating MIUI sound reset: This is normal - system files are replaced with standard ones. Repeat the replacement procedure after the update.

If none of these methods worked, your version of MIUI might have some protection features, and then there are two options:

  1. Install custom firmware (e.g. Xiaomi.eu or LineageOS) where sounds are easier to change.
  2. Turn off the charging sound completely (in the Sound and Vibration settings).

πŸ’‘

If you experiment with sounds often, create a separate folder on your phone with backups of your original files and your sounds, so you can quickly recover everything after a crash or update.

Can I get back the standard charging sound after the replacement?
Yes, you need to: If you've used themes or apps, just reset your audio settings to standard. If you've changed files manually, restore the original sounds from the backup. If you've used ADB, follow the command: adb su shell rm /system/media/audio/ui/Charging.ogg exit adb reboot.
Why isn’t my Redmi Note 8 having β€œRun Charging Sound” option in the settings?
This option doesn't appear on all versions of MIUI. Possible reasons: You have an old firmware version (update via Settings β†’ Software Update). There's custom firmware installed where this feature is disabled. Regional restrictions (some global versions have the option hidden). Try using ADB or third-party apps.
Can I put different sounds for wired and wireless charging?
Technically, yes, but it requires manual editing of system files. You need to: Find Charging.ogg files (wired) and Wireless_charging_start.ogg (Replace them with different sounds (see Method) 5). Note that not all versions of Redmi Note 8 Support wireless charging, so the second file may not be available.
Is it safe to use root to replace sounds?
Root rights are always risky, but in the case of sounds, they are minimal if: You back up original files; do not modify other system files; use proven sources to download sounds; the main danger is accidental deletion or damage to system files, which can lead to bootloop; to minimize the risks, use root-enabled file managers (such as Mixplorer) and carefully monitor the paths.
Where to download high-quality sound for charging?
Recommended sources: 🎡 Zedge – a large selection of free sounds. πŸ”Š Notification Sounds – a specialised notification site. 🎼 Freesound is a database of user sounds (you need to convert to.ogg). Avoid unverified sites - they may contain malicious files. Always check for downloaded sounds with antivirus.