How to remove the sound of the keyboard on Xiaomi Redmi: all ways for MIUI

The sound of keystrokes on Xiaomi Redmi can be annoying β€” especially if you often type in quiet places or use your smartphone at night. Fortunately, the manufacturer has envisaged several ways to turn off this sound, but not all of them are obvious to users. In this article, we will examine all possible methods, from standard MIUI settings to hidden features for power users.

Complicating the problem, different versions of MIUI firmware (12, 13, 14) and different Redmi models (e.g. Note 12 Pro+ vs Redmi 10A) may have different paths to settings. We took these nuances into account and prepared universal instructions that work on 95% of Xiaomi devices in recent years. If you do not find the right item on the menu, check the alternative methods below.

1. Standard shutdown via MIUI settings

The easiest way is to use the built-in options, which is suitable for most users and does not require the installation of additional applications.

Open Settings β†’ Sound and Vibration. Here you need to find the System Sounds section (some versions of MIUI call it Other Sounds) and scroll down and find the Keyboard Sound or Press Sound switch. Turn it off, the sounds should disappear immediately.

  • πŸ” For MIUI 14: The path may look like settings β†’ Sound. β†’ Additionally. β†’ Keyboard sound
  • πŸ“± On the Redmi Note. 11/12: Sometimes the option is hidden in Settings β†’ Special facilities β†’ Sound effects
  • βš™οΈ If there is no item: Try searching by settings (the magnifying glass icon at the top) - type "keyboard"

An important nuance: this method only disables sounds for the standard Xiaomi keyboard (MIUI Keyboard app).If you use Gboard, SwiftKey or another third-party keyboard, move on to the next section.

πŸ“Š What keyboard do you use on Xiaomi?
Standard MIUI
Gboard (Google)
SwiftKey
Another.
I don't know.

2. Disable sounds in third-party keyboards (Gboard, SwiftKey)

Third-party keyboards have their own sound settings that do not depend on the system parameters of MIUI. Let's consider two popular options:

For Gboard (Google Keyboard):

  1. Open any field to enter text (e.g. in messages)
  2. Click on the icon. βš™οΈ keyboard β†’ Settings
  3. Go to Preferences β†’ Sound when pressed and turn off the switch

For SwiftKey:

  1. Click the space on the keyboard β†’ select Settings
  2. Go to Sound and Vibration.
  3. Turn off "Key Sound" and "Key Vibration"

Make sure the keyboard is updated to the latest version|Check the permissions of the keyboard application in the settings|Reboot your smartphone after the changes|Try to enter text in different applications (messages, browser)-->

If the sounds continue to play after the shutdown, there may be a problem in the app's cache.

Settings β†’ Applications β†’ Application Management β†’ [Your Keyboard] β†’ Storage β†’ Clear the Cache

3. Hidden developer settings (for power users)

MIUI has hidden parameters that allow you to turn off all system sounds, including the keyboard, which requires activation of the developer mode.

First, turn on the developer mode:

  1. Go to Settings. β†’ The phone.
  2. 7 times press "Version" MIUI" (A notice will appear, You have become a developer")
  3. Go back to the main settings menu β†’ find a new section for developers

Now turn off the sounds:

  1. In Settings β†’ For developers, find β€œDebugging β†’ Turn off sounds”
  2. Activate the switch "Tap sounds off"
  3. Reset the device
What to do if there is no item "Switch off touch sounds"?
In some versions of MIUI, this option is called "Disable input sounds" or "No touch sound." If it's not, try updating your firmware to the latest version.

⚠️ Attention: Disabling sounds through developer mode may affect other system signals (e.g., screen lock sounds).Be prepared for the phone to become quieter overall.

4.Use of ADB-commands (advanced method)

If the standard methods don't work, you can use ADB (Android Debug Bridge), which requires connecting your smartphone to your computer, but gives you 100% results.

Be prepared first:

  • πŸ’» Install. ADB Tools on PC
  • πŸ“± Turn on Debugging. USB In the developer settings on Xiaomi

Now, execute the commands:

adb shell settings put system sound_effects_enabled 0


adb shell settings put system haptic_feedback_enabled 0

The first command turns off all sound effects of the system (including the keyboard), the second command turns off vibration. To bring the sounds back, replace 0 with 1.

Team team.The effectReversibility
sound_effects_enabled 0Turns off all system sounds.Yes (replace 0 for 1)
haptic_feedback_enabled 0Turns off vibration when pressedYes.
adb shell pm clear com.miui.touchassistantResets the gesture settingsReconfiguration is required

⚠️ Attention: Misuse of the right ADB This may cause system failures. Before executing commands, back up your data via Mi Cloud or locally.

5 Problems and Solutions: Why the Sound Doesn't Turn Off

Sometimes users are faced with the fact that the keyboard sounds continue to play despite all the manipulations.

Annex conflict:

Some programs (such as launchers or optimizers) can override system settings.

  • πŸ›‘ Temporarily disable newly installed applications
  • πŸ”„ Restart your phone in Safe Mode (press the power button) β†’"Restarting in Safe Mode")
  • 🧹 Clear the cache of system applications through Settings β†’ Warehouse β†’ Clean up

Firmware error:

Some versions of MIUI (especially beta versions) have bugs with sounds.

  • πŸ”„ Update the firmware through Settings β†’ Updating the system
  • πŸ“₯ Install a stable version MIUI via Fastboot (instructions on the official website)
  • πŸ”§ Do a reset (but it will delete all data!)

πŸ’‘

If the sound only appears in a particular app (like WhatsApp), check the sound settings inside that app – many instant messengers have their own audio profiles for the keyboard.

Hardware problem:

In rare cases, the sound may be played due to a malfunction of the speaker or motherboard.

  • πŸ”Š Sound distorted or intermittent
  • πŸ“΅ Disabling in settings does not have an effect
  • πŸ”§ The problem arose after falling or getting moisture

In this case, only a diagnosis in the service center will help.

6. Alternative solutions: if nothing helps

If all of the above methods have not worked, consider these options:

Installation of another keyboard:

Some alternative keyboards (like Fleksy or Chroom) don't have default sounds.

  • πŸ“² Install Fleksy from Google Play
  • πŸ”§ Activate it in Settings. β†’ System system β†’ Language and input β†’ Virtual keyboard
  • πŸ”• In Fleksy settings, turn off all sound effects

2.Use of the "Do Not Disturb" profile:

You can create a profile that will turn off all sounds:

  1. Go to Settings. β†’ Don't disturb.
  2. Create a new rule β†’ Choose β€œSounds and Vibrations”
  3. Turn off System Sounds and Notification Sounds
  4. Activate the rule manually or on schedule

3. Manual deletion of audio files (for advanced):

This method requires root rights and can disrupt the system. Use it at your own risk.

Keyboard sounds are stored in /system/media/audio/ui/ files.

  • πŸ”‡ Rename (add extension.bak)
  • πŸ—‘οΈ Delete (create a backup copy!)
  • πŸ”Š Replace by β€œempty” sound files

πŸ’‘

If you are not sure about your ADB or root access, you should contact Xiaomi Service Center. Mismanipulation can lead to loss of warranty or β€œbricking” of the device.

FAQ: Frequent questions about keyboard sounds on Xiaomi

❓ Why After Updating MIUI keyboard sound is back?
Firmware updates sometimes reset user settings. After update: Check keyboard settings again Clear app cache Settings via Settings β†’ Annexes β†’ Application management if you use ADB-Commands – Re-execute them
❓ Can you turn off the sound only for a specific keyboard (for example, in games)?
Yes, but it depends on the application. Some games and messengers (like Discord or Telegram X) have their own virtual keyboards with separate audio settings. Search for them in the parameters of a particular application. For the system keyboard, there is no selektiv setting, the sound is turned off globally.
❓ Will these methods work for POCO or black shark?
Yes, because these brands use MIUI (or its modifications) as the base firmware, except for the Black Shark with the JoyUI branded shell, where the path to settings may differ. In general, the instructions apply to all MIUI-based devices: POCO F5/X5 Black Shark 5/6 (with MIUI) Redmi K50/K60
❓ How to turn off vibration when pressing on the keyboard?
Vibration is controlled separately from sounds to turn it off: MIUI: Open any text field Click on βš™οΈ β†’ Keyboard settings β†’ Press Vibration For Gboard: Settings β†’ Preferences β†’ Vibration when pressed If there is no option - use ADB-sectional 4 (haptic_feedback_enabled 0).
❓ Can I turn off the keyboard sound at night?
There is no direct function for this in MIUI, but you can use workarounds: Automation via Google Assistant: Say: "OK Google, turn off keyboard sound at 22:00" Set up a routine with turn off sounds at night Scheduling apps: MacroDroid or Tasker can automatically change settings on a schedule. Do not disturb mode: Set it up for night time (see section 6).