Why the keyboard sound is annoying and how to quickly turn it off
The sound effects of typing on Xiaomi may seem cute for the first five minutes, but after an hour of active communication in messengers, they start to get on the nerves, especially in quiet rooms, in meetings or at night, when every click of the MIUI keyboard echoes. Fortunately, the manufacturer has envisaged several ways to turn off these sounds, both on the system level and for individual applications.
In this article, weβll look at all the current methods, from basic settings in the phone menu to hidden settings for advanced users. Itβs important to consider that the MIUI interface may vary slightly depending on the firmware version and smartphone model (for example, on Redmi Note 12 and Xiaomi 13 Ultra, the paths to settings may vary).
Method 1: Disabling keyboard sounds in system settings
The most obvious and quick method is to use the standard MIUI settings menu, which is suitable for most models, including the Poco X5, Redmi 10 and Xiaomiβs flagship 14 series.
- Open the Settings app (the gear icon on the home screen).
- Go to the section Sound and vibration.
- Scroll down to the System Sounds block.
- Find the keyboard sound switch and move it to the off position.
If your MIUI version doesnβt have a separate keyboard item, try the path: Settings β Additional β Language and Input β Current Keyboard β Settings (the gear icon next to the active keyboard).
Is the current keyboard correctly selected in the settings?
Has the firmware been updated to the latest version?
Are there any conflicts with third-party audio apps (e.g. Zedge)?
-->
β οΈ Note: Some models (e.g. Xiaomi Mi) A3 With pure Android, the path to settings may be different.In this case, use Method 3 of this article.
Method 2: Adjust sounds for a specific keyboard (Gboard, SwiftKey, etc.)
If you use a third-party keyboard (like Google's Gboard or Microsoft's SwiftKey), the system may not work, so you can go to the keyboard settings:
- πΉ For Gboard: Open any field to type text (such as WhatsApp). βοΈ You can go to the keyboard panel. β Sound when pressed and turn off the slider.
SwiftKey
- Hold the badge. β¨οΈ keyboard.
- Select Settings β Sound and vibration.
- Turn off the keys and vibration.
Third-party keyboards often offer more customization options than the standard MIUI Keyboard. For example, in Gboard you can separately configure the sound for taps, deleting characters and even gestures (for example, swipe to type).
Standard MIUI Keyboard|Gboard (Google)|SwiftKey|Other |I don't know-->
| keyboard | The path to sound settings | Features |
|---|---|---|
| MIUI Keyboard | Settings β Sounds and vibrations β System sounds | May require a reboot after changes |
| Gboard | Badge βοΈ keyboard β Settings β Pressed sound | Supports individual swipe sounds |
| SwiftKey | Hold it down. β¨οΈ β Settings β Sound and vibration | You can turn off the vibration separately from the sound. |
| Fleksy | App settings β Typed β Sounds | Minimalist interface, no vibration |
Method 3: Disconnect via Do Not Disturb (for temporary effect)
If you need to quickly remove all sounds (including the keyboard) for a certain period of time β for example, during a meeting or a night's sleep β use Do Not Disturb mode. This method does not turn off the keyboard sounds forever, but allows you to quickly drown them out:
- Swipe down from the top edge of the screen to open the notification bar.
- Find the Do Not Disturb icon (usually a crossed bell) and tap it.
- Select the duration of the mode (for example, 1 hour or Before disconnection).
This mode will turn off all system sounds, including notifications, alarms (unless exceptions are configured) and keyboard sounds, to customize exceptions:
- π Go to Settings. β Notifications and status bar β Don't disturb.
- π Turn on the Allow Exclusions switch and select which sounds should work (such as alarm clocks or calls from favorite contacts).
π‘
If Do Not Disturb mode does not turn off keyboard sounds, check if the keyboard app has been added to the exclusion list. Go to Settings β Applications β Application Management β [keyboard name] β Notifications and turn off the sounds manually.
Method 4: Using ADB for deep shutdown (for advanced)
If standard methods don't work (e.g. custom firmware or older versions of MIUI), you can use ADB (Android Debug Bridge), which requires connecting your phone to your computer and basic command line knowledge. Importantly, the wrong ADB commands can disrupt the system -- use this method only if you're confident in your actions.
Instructions for Windows:
- Download and install Googleβs Platform Tools.
- Turn on USB Debugging on your phone: Settings β About Phone β MIUI version (stick 7 times to become a developer), then go back to Settings β Additional β Developers β Debugging on USB.
- Connect your phone to your PC and open the command line in the folder with the platform-tools.
- Enter the command to check the connection: Adb devices must appear serial number of your device.
- Turn off keyboard sounds with the command: adb shell settings put system sound_effects_enabled 0
To bring sounds back, use the same command, replacing 0 by 1. This method works at the system level and can turn off all sound effects, not just keyboards.
β οΈ Attention: After use ADB Some settings may reset after the update MIUI. We recommend you to back up your settings through Settings β Additionally. β Backup and reset.
What if the ADB canβt see the device?
Method 5: Manually remove system sounds (for power users)
This method is suitable for those who are ready to experiment with system files. Warning: improper actions can lead to malfunctions in the phone.
Instructions:
- Install a file manager with access to root folders (such as Solid Explorer or FX File Explorer).
- Give the manager root rights (if the phone is rooted) or use ADB to mount the system in write mode: adb shell su mount -o rw, remount /system
- Go to /system/media/audio/ui/.
- Find files with names like KeypressStandard.ogg, KeypressSpacebar.ogg, KeypressDelete.ogg, and rename them by adding.bak at the end (e.g. KeypressStandard.ogg.bak).
- Reboot the phone.
After that, the system sounds of the keyboard will disappear, but there will be sounds from third-party applications (such as Gboard). To return everything back, just delete.bak from the file names.
π‘
Deleting system sounds can cause errors when updating MIUI. Always check file integrity after changes!
Frequent problems and their solutions
Even after the keyboard sounds are turned off, they can continue to play back in the settings, and here are the most common reasons and ways to eliminate them:
- π Sounds return after reboot: This is typical for some versions MIUI 12 and MIUI 13.Solution: Disable optimization for the keyboard application in Settings β Annexes β Application management β [keyboard] β Battery β Optimizing the battery β No restrictions.
- π΅ The sounds are only in a specific application (VK, Telegram et al.: Some messengers have their own keyboard sounds. Go to the app's settings and turn off the sound effects there.
- π Vibration is still there, even though the sound is off: Vibration and sound are set separately. To turn off the vibration, go to Settings. β Sounds and vibrations β Press vibration.
If none of these methods worked, try resetting your keyboard to factory settings: Settings β System β Settings Reset β Resetting apps. This wonβt delete your data, but will return all application settings to default.