The button-clicking sounds on Xiaomi smartphones can be annoying โ especially if youโre actively using the keyboard, playing or switching between apps frequently. By default, MIUI plays system sounds when touching on-screen buttons, locking/unlocking the device, and even typing. Fortunately, you can turn them off in a few steps โ both through standard settings and using hidden features.
In this article, we will discuss 5 working methods, including:
- ๐ Disabling sounds through basic settings MIUI
- ๐๏ธ Use of the MIUI Hidden Settings for deep customization
- ๐ฑ Resetting sound parameters to factory (if previous methods did not work)
- ๐ ๏ธ Solving problems when sounds come back after reboot
The instructions are relevant for all modern models, from the Redmi Note 12 to the flagship Xiaomi 14, as well as for MIUI 12, 13 and 14 firmware (including global and Chinese versions). If your phone runs on POCO Launcher or custom firmware, some menu items may differ - we will mention this too.
1. Standard disabling button sounds in MIUI settings
The easiest way is to use the built-in MIUI options, which is suitable for most users and does not require the installation of additional applications.
- Open the Settings app** (the gear icon on the desktop).
- Go to the Sound and Vibration section (some models may call it Sound).
- Scroll down to the System Sounds block** and click on it.
- Turn off the sliders: ๐ Touch sound โ responsible for clicking when pressing the screen ๐ Lock/Unlock Sound โ Signals when the screen is turned on/off ๐ Type-in audio โ keyboard clicks (if Gboard or Gboard is used) MIUI Keyboard)
After this, all system button sounds will be turned off, but the vibration will remain active (it can be turned off separately in the same section).If you do not have the right points, then your version of MIUI will use a different path (see the next section).
โ๏ธ Checking for sound switching off
2. Deep customization via MIUI Hidden Settings (for power users)
If standard settings do not give the desired result (for example, sounds remain in some applications), you can use the hidden menu MIUI Hidden Settings. This method requires activation of the developer mode, but allows you to point-off even those sounds that are not normally available in the interface.
Here's the step-by-step instruction:
- Activate Developer Mode: Go to Settings โ About Phone. Click 7 times in a row on the MIUI Version (you will be notified "You are a developer").
- Return to the main settings menu and open a new Developer section (usually at the bottom of the list).
- Find the MIUI Hidden Settings option (if not, install the same app from Google Play).
- In the "System Sounds" section, disable: ๐ต Touch sound (touch sound) ๐ Lock/unlock sound (locking/unlocking) โจ๏ธ Keyboard sound (keyboard) ๐ด Screen recording sound (screen recording sound if disturbed)
Important! After the changes to Hidden Settings, restart your phone to make sure the settings are correct. If the sounds are back, check if the sliders have reset (sometimes after the MIUI update).
What to do if MIUI Hidden Settings is not available?
3. disable keyboard sounds (Gboard, MIUI Keyboard, SwiftKey)
MIUI system settings don't always control the sounds of third-party keyboards. If the sound and click vibrations remain after the menu sounds are turned off, the problem lies in the settings of the keyboard itself.
| keyboard | The path to settings | What to turn off |
|---|---|---|
| MIUI Keyboard (standard) | Settings โ Additional โ Language and input โ MIUI Keyboard โ Keyboard settings | ๐ ยซKeys sound" and "Vibration when pressedยป |
| Gboard (Google) | Settings โ System โ Language and input โ Virtual keyboard โ Gboard โ Settings | ๐ ยซPressed sound in the "Preferences" sectionยป |
| SwiftKey (Microsoft) | Press the gear icon on the keyboard โ โSound and vibrationโ | ๐ด ยซKeyboard Sound" and "Sound when you press spaceยป |
If you use another keyboard (like Fleksy or Chroom), look for similar options in its settings, usually in the Sound & Vibration or Preferences section.
๐ก
To quickly open the keyboard settings, press the gear icon (โ๏ธ) On the keyboard panel โ this will work for most applications.
4. Resetting the sound settings to factory (if the sounds returned)
Sometimes, after updating MIUI or resetting your phone, the button sounds turn on automatically. If previous methods have not worked, try resetting the sound settings to factory:
- Open the Settings. โ Sound and vibration.
- In the upper right corner, press three dots (โฎ) and select "Reset settingsยป**.
- Confirm the action (this wonโt affect your files or apps, just the sound settings).
After resetting, all sounds (including alarms and notifications) will return to standard values. You will have to turn off unnecessary ones again, but this is guaranteed to remove all the "glitch" with the system signals.
๐ก
Resetting sound settings does not affect the melodies of alarm clocks and notifications โ they will have to be adjusted separately.
5.Why do button sounds come back after the reboot?
Some Xiaomi users are faced with a problem: the button sounds are turned off, but after a reboot or update, MIUI is turned on again.
โ ๏ธ Attention, if your phone is working MIUI 14 with HyperOS, some system sounds can be controlled through Media Storage. Disabling this service will cause gallery problems - don't do it!
Safe ways to fix the settings:
- ๐ Cleaning the Settings app cache: Go to Settings โ Annexes โ App management. Find the Settings app** and select Clear cache.
Use of Automate or Tasker:
Tasker
Profile: Loading the device โ Task: Execute ADB- the command "settings put global touch_sound 0"Manual editing of system files (for advanced ones):
Root Explorer
ADB
/system/media/audio/ui
unlocked
If the problem persists, check if the phone has an app like SoundAssistant or Good Lock installed (they can override system settings).
6.Alternative methods: Disabling sounds via ADB
For users who arenโt afraid of the command line, thereโs a way to turn off button sounds forever โ via Android Debug Bridge (ADB), a method that works even on phones without root rights, but requires a computer connection.
Here's what we need to do:
- Install. ADB-Drivers on PC and enable debugging by USB on the phone (Settings) โ For developers โ Debugging by USB).
- Connect Xiaomi to your computer and type in the terminal (or PowerShell): adb shell settings put global touch_sound 0 adb shell settings put global lock_screen_sound 0 adb shell settings put global keyboard_sound 0
- Reboot the phone.
These commands will turn off Android system-level sounds, and they won't reset after updates.To get the sounds back, replace 0 with 1 in commands.
๐ก
If ADB doesnโt recognize the device, try reinstalling Xiaomi drivers or using Mi PC Suite to connect correctly.