The sound effects of keystrokes on Xiaomi can be annoying β especially if you type or play a lot. Fortunately, there are several ways to turn off those sounds in MIUI, from standard settings to hidden features for advanced users. But not all methods work the same on different models β for example, on the POCO F5, the path to settings can be different from the Redmi Note 12.
In this article, we will discuss 5 working ways to remove key sounds, from the simplest (via the settings menu) to the least known (using ADB), and you will learn why sometimes sounds come back after a MIUI update, and how to prevent this. If you are a Black Shark or Mi 11 Ultra user, look at the section on branded firmware, where the key sounds can be "sewn" deeper.
1. Standard method: through sound settings
The most obvious method is to turn off the sounds in the settings menu.It works on 90% of Xiaomi models (including Redmi 10/11/12, POCO X3/X4/X5, Mi 10/11/12) and does not require additional programs.
Open Settings β Sound and vibration. Scroll down to System Sounds and find the following:
- π The sound of keystrokes - responsible for clicking when printing.
- πΉ Lock/unlock sound β sometimes associated with tactile response.
- π± Vibration when pressed - if you want to turn it off.
Turn the sliders to the "Off" position.
βοΈ Checking for sound switching off
β οΈ Note: On some firmware (for example, MIUI Global for the European market), the item "Keystroke Sound" can be called "Touch sounds" or "Dial pad tones." If you do not find it, check the Settings section. β Additionally. β Special facilities β Audio.
2. Disabling sounds for specific applications
Sometimes the keys are only heard from certain programs, such as Google Keyboard, Mi Browser or Xiaomi Community, so you need to customize each application separately.
For Gboard (the standard keyboard on many Xiaomis):
- π Open any field to enter text (e.g. notes).
- π§ Click on the "cog" icon in the top panel of the keyboard.
- π Select Settings β Sound when pressed and turn it off.
For the MIUI system keyboard, the path is different: Settings β System β Language and input β MIUI Keyboard β Sound.
β οΈ Note: If you still hear sounds after you turn off, check availability settings. Some applications (e.g. banking) can ignore system settings and play sounds through their own engine, in which case only deep-turning off sounds will help (see section 4).
3. Resetting the sound settings to factory
If the keys were heard after a MIUI update or a phone reset, the system settings may have gone wrong, in which case only the sound settings (without data loss) will help:
- Go to Settings β About the phone β Reset settings.
- Select "Reset Sound and Vibration Settings" (some models call it "Reset Media Settings").
- Confirm the action and restart the phone.
This method often helps if the keys suddenly return after a firmware update (e.g., from MIUI 13 to MIUI 14).
Why do sounds come back after the update?
4. Advanced method: Disconnection via ADB
If the standard methods didnβt work, you can use Android Debug Bridge (ADB), a tool for deep customization, which works even on Xiaomi with a locked bootloader, but requires a computer.
Instructions:
- Turn on USB debugging on your phone: Settings β About Phone β MIUI version (click 7 times until the message βYouβre a developerβ appears). Then go back to Settings β Additional β Developers β Debugging on USB.
- Connect your phone to your PC and execute the command: adb shell settings put system sound_effects_enabled 0 This command disables all system sounds, including keys.
- To disable only keyboard sounds, use: adb shell settings put system haptic_feedback_enabled 0
β οΈ Attention: Teams ADB They may conflict with the companyβs settings. MIUI. If the sounds disappeared after execution, but other problems appeared (for example, vibration does not work when calling), return the settings with the command:
adb shell settings put system sound_effects_enabled 1π‘
Before using ADB, check if Xiaomiβs antivirus (Mi Security) is blocking it. If commands are not applied, temporarily disable protection in Settings β Security β Scanning.
5 Manual removal of audio files (for experienced)
On some firmware (especially custom ones like Xiaomi.eu or PixelExperience), the keys are stored in system files that can be manually deleted, but this requires root rights or access to TWRP.
The path to sounds:
/system/media/audio/ui/
/system/product/media/audio/ui/Look for files with names:
- π KeypressStandard.ogg β Standard Pressing Sound.
- π KeypressDelete.ogg β sound when deleting the symbol.
- π KeypressSpacebar.ogg β the sound of the space.
β οΈ Warning: Deleting or renaming system files can cause a cyclical bootloop if you make a mistake.Always back up your folder /system/media/audio/ On some models, Black Shark. 5, POCO F4 GT) The sounds can be duplicated in /vendor/ β They need to be removed too.
Comparison of methods: which one to choose?
| Method | Difficulty | You need a PC? | Works on all models? | Risk to the system |
|---|---|---|---|---|
| Sound settings | β | β No. | β Yes. 90%) | β No. |
| Keyboard settings | β | β No. | β οΈ Partially. | β No. |
| Resetting the sound settings | ββ | β No. | β Yes. | β No. |
| ADB-team | βββ | β Yes. | β Yes. | β οΈ Low. |
| Deletion of files | ββββ | β Yeah) | β οΈ No (depending on firmware) | β High-pitched |
For most users, the first three methods are sufficient, and ADB will come in handy if the sounds are sewn into the firmware (as on some Black Shark), and manual deletion of files is the last option for custom builds.
π‘
In the models with MIUI For example, the Redmi Note 11 Pro+ 5G) Keyboard sounds are often linked to Mi Sound Assistant, which can be turned off in Settings. β Annexes β Application management β Systemic β Mi Sound Assistant β Shut down.
Frequent problems and solutions
Even after the keys are turned off, the keys can come back, and here are the reasons and ways to fix them:
- π The sounds appeared after the update MIUI β Do a reset of the sound settings (Section 3) or wait for a patch from Xiaomi.
- π΅ It only sounds in a specific app. β Check the settings of this application (section) 2) Or turn off the sounds for him through ADB: adb shell appops set [application package] SYSTEM_ALERT_WINDOW deny
- π The sounds are off, but vibrations are heard. β The vibration and sound are set separately. Turn it off in Settings. β Sound and vibration β Press vibration.
- π± Nana POCO Black Shark doesn't work. β These models often have separate firmware with "game" sounds. Try reflashing the device to a standard one. MIUI Global.
If none of these methods worked, check if the phone has third-party software (such as launchers or modified firmware) that can replace system sounds. ADB-team:
adb shell dumpsys media.audio_flingerLook for lines from the keypress or touch_sound.