The sound of charging connection on Xiaomi Mi 10T It can be annoying, especially if you plug your smartphone in at night or in a quiet environment. MIUI It does not offer a direct option to turn off this sound in standard settings, there are several proven ways to remove it - from simple settings to use. ADB-commands and hidden menus.
In this article, we will discuss all the current methods for the Mi 10T (including the versions with MIUI 12, 13 and 14), and also warn against common errors that can lead to system failures. If you do not want to dig into the technical details, start with the first two methods - they are the simplest and do not require root rights.
Why Xiaomi does not allow you to turn off the charging sound through the settings?
The manufacturer deliberately limits the ability to turn off system sounds in MIUI, arguing this with user experience.
- β‘ A successful contact signal means that the cable and port are working correctly.
- π Starting charging is especially useful for users with vision problems.
- β οΈ Fault Warning β If there is no sound, it may indicate a damaged cable or port.
But for most users, this sound is a source of discomfort, especially when charging is frequently connected/disabled, and fortunately, the restriction can be circumvented β and we'll show you how to do it safely.
Method 1: Disconnect via βDo Not Disturbβ (no root)
The easiest method is to use the built-in Do Not Disturb (DND) mode, which blocks all system sounds, including the charging notification, but has a limitation: the sound will return as soon as you turn off the mode.
How to set up:
- Open Settings β Sound and vibration β Do not disturb.
- Activate the switch to turn on automatically.
- Select Schedule and set the time you want to turn off the sounds (for example, from 23:00 to 7:00).
- In the Exceptions section, uncheck all ticks except Alarm and Media (optional).
β οΈ Warning: This method will turn off all system sounds and notifications during the selected period, including calls and SMS. If you need to leave important alerts, move on to the following method.
π‘
Create a shortcut to quickly turn on/off Do Not Disturb mode on your desktop. To do this, keep your finger in the free screen space β Widgets β Settings β Do Not Disturb
Method 2: Use of the MIUI Hidden Settings (Hidden Settings)
MIUI It contains hidden settings that allow you to turn off the charging sound without root rights. MIUI Hidden Settings (available on Google Play).
Step-by-step:
- Install and open the MIUI Hidden Settings app.
- Go to the System UI Tuner section.
- Find the Charging Sound option (or Charging Sound in the Russian version).
- Turn off the switch next to this option.
- Reboot your smartphone to apply the changes.
πΉ Note: On some versions MIUI If you don't find it, try updating the app or use Method 3 (ADB).
Install the application from the official store|Provide all requested permits|Check the version. MIUI (should be 12.+)|Reboot your phone after the changes-->
Method 3: Disabling audio via ADB (for power users)
If previous methods didnβt work, you can use Android Debug Bridge (ADB), a deep-tuning tool that requires a PC connection, but doesnβt need root rights.
What you need:
- π₯οΈ Computer with ADB-tools installed.
- π± Included Debugging by USB Xiaomi Mi 10T (In Settings β The phone. β Version. MIUI Press 7 times, then return to Additional β For developers).
Instructions:
- Connect the phone to the PC and confirm the debugging permission.
- Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with ADB.
- Enter the command to check the connection: Adb devices must appear serial number of your device.
- Execute the command to turn off the charging sound: adb shell settings put global charging_sound_enabled 0
- Reboot your smartphone.
β οΈ Attention: Misuse of the right ADB If the sound is not lost after the command is executed, check the correctness of the entered data or return the value to 1 (on).
What if the ADB does not recognize the device?
Method 4: Manually remove system sound (requires root)
If you have root rights, you can remove or replace the system charging sound, and this method is risky β wrong actions can lead to a bootloop.
Instructions:
- Install a file manager with root support (such as Root Explorer or Solid Explorer).
πΉ Alternative: Instead of deleting, you can replace the sound with an empty file (create silence in any audio editor lasting 1 second and save it in.ogg format).
β οΈ Warning: Changing system files may cause updates to fail MIUI. Before you do this, create a backup copy through TWRP Or Mi Flash Tool.
Method 5: Use of third-party applications (with limitations)
There are apps on Google Play that promise to turn off the charging sound, but most of them either don't work on newer versions of MIUI or require root.
| Annex | Need root? | Works on the Mi 10T? | Notes |
|---|---|---|---|
| Silent Charging | β No. | β No (MIUI block) | It only works on βpureβ Android |
| Disable Charging Sound | β Yes. | β Yes. | Requires manual granting of rights |
| MIUI Hidden Settings | β No. | β Partially. | It only works on MIUI 12-13. |
| Tasker | β No. | β Yes. ADB) | Complicated configuration, but flexible capabilities |
πΉ Bottom Line: Third-party apps are ineffective without root rights. If you're not ready for technical manipulation, use Method 1 or 2.
π‘
On the Xiaomi Mi 10T with MIUI 14, it is almost impossible to turn off the charging sound without ADB or root due to the manufacturerβs limitations.
Frequent Mistakes and How to Avoid Them
When trying to turn off the charging sound, users often encounter problems.
- π The sound is back after the update MIUI β Solution: Repeat after the update.
- π ADB not seeing the device β check the drivers and cable (see spoiler above).
- π΅ The phone stopped charging - it's not about sound! Check the cable, port and power supply.
- π All sounds have turned off, so you have changed the global settings in the ADB. Return the value charging_sound_enabled on 1.
β οΈ Note: If after manipulating system files (Method 4) the phone stopped turning on, try resetting your settings via Fastboot:
fastboot erase userdataThis will delete all data, but restore the working capacity.