How to remove the sound of buttons on Xiaomi: all the ways for MIUI 14 and 15

The sounds of tapping on-screen buttons, keyboards or physical keys on Xiaomi can be annoying โ€” especially if you use a smartphone in silence or at work. Fortunately, MIUI has several ways to turn off those sounds, from standard settings to hidden developer settings. In this article, we will break down all the current methods for MIUI 14 and MIUI 15, including solutions for Redmi, POCO and Xiaomi 2023-2026 models.

It's important to understand that button sounds fall into three types: system clicks (when you press virtual navigation keys), keyboard sounds (when you type text), and tactile feedback (vibration). We'll show you how to turn each of them off separately or all at once. If you're faced with sounds coming back after an update, there's a solution to this problem in the article.

Before you start, check the MIUI version in the settings: Settings path โ†’ About phone โ†’ MIUI version. This depends on which menu items will be available. For example, in MIUI 15 on Xiaomi 14, the interface is different from MIUI 12 on the Redmi Note 10, but the basic principles remain the same.

1. disable the sounds of the system buttons through the MIUI settings

The easiest way to remove clicks when you click on virtual buttons (Back, Home, Recent) is to use a standard audio menu, which works on all Xiaomi, Redmi and POCO smartphones with MIUI 12-15, including the 2026 models.

Instructions:

  1. Open Settings (the gear icon on the main screen).
  2. Go to the section Sound and vibration.
  3. Scroll down to the System Sounds block.
  4. Turn off the slider next to the Touch Sound (or Button Sounds in older versions).
  5. To completely shut down, also deactivate Vibration when touched.

If you have MIUI 14/15, the menu may look different: instead of Touch Sounds, look for UI Sounds or Touch Feedback. On some firmware (e.g., POCO F5), this item is hidden in the submenu of Additional Sound Settings.

โ˜‘๏ธ What to check before turning off the sounds

0

Why can sounds come back? Some versions of MIUI reset after the system update. If clicks come back, repeat the steps above. Also check if third-party themes from the Theme are installed that override the interface sounds.

2. How to turn off keyboard sounds (Gboard, SwiftKey, MIUI Keyboard)

Type sounds are set separately from system clicks. If you use a standard MIUI keyboard or a third-party keyboard (Gboard, SwiftKey), the instructions will be different. Below are the universal ways for all options.

For the standard MIUI keyboard:

  • ๐Ÿ“ฑ Open any field to enter text (for example, in Notes).
  • ๐Ÿ”ง Press the badge. โš™๏ธ Settings on the keyboard (usually in the top row).
  • ๐Ÿ”‡ Choose Sounds and Vibrations โ†’ Turn off the keys and vibration when pressed.

For Gboard (Google Keyboard):

  • ๐Ÿ“ฑ Go to Settings. โ†’ System system โ†’ Language and input โ†’ Virtual keyboard โ†’ Gboard.
  • ๐Ÿ”ง Select Settings โ†’ Sound when pressed and move the slider to the off position..
  • ๐Ÿ”„ Similarly, turn off the vibration when pressed.

For SwiftKey:

  • ๐Ÿ“ฑ In any text field, tap the icon. โš™๏ธ keyboard.
  • ๐Ÿ”ง Go to Sound and Vibration. โ†’ Turn off all sliders.

If the keyboard sounds don't turn off, try resetting it: in the keyboard menu, find Reset or Restore defaults. On some MIUI firmware, the keyboard may ignore settings, in which case reinstallation of the application will help.

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

3. Hidden settings: disabling sounds through developer mode

If standard methods don't work, you can use developer mode, which is suitable for power users and allows you to turn off sounds at the system level, including those that are not controlled through normal settings.

How to turn on the developer mode:

  1. Go to Settings. โ†’ The phone.
  2. Tap 7 times on the MIUI version (you will be notified "You became a developer!").
  3. Back to Settings โ†’ Additionally. โ†’ For developers.

Now, find and disable the following parameters:

  • ๐Ÿ”Š Touch sounds (if any)
  • ๐Ÿ“ฑ Animation of transitions = Off. (speeds up the interface)
  • ๐Ÿ”„ Turn off the absolute volume level (for fine tuning of the sound)

In some firmware (MIUI 13โ€“15) there's a hidden parameter force_disable_system_sounds, It's a system that completely removes all the system sounds:

adb shell settings put global force_disable_system_sounds 1

This command requires you to connect your phone to a PC with ADB (you will find instructions for setting up ADB at the end of this article).

๐Ÿ’ก

If after disabling sounds in developer mode they returned, try resetting the developer settings: in the menu For developers, find the Reset option and confirm the action.

4. Delete system audio files (for advanced users)

This method is suitable if you are ready to work with system files and have root rights or unlocked bootloader. It allows you to permanently remove the sounds of buttons, but requires caution - wrong actions can lead to crashes.

Step 1: Accessing system files

  • ๐Ÿ“ฑ Install a root-enabled file manager (such as Root Explorer or Solid Explorer).
  • ๐Ÿ” Cross the path. /system/media/audio/ui/.
  • ๐Ÿ—‘๏ธ Find files with the names: touch.ogg (touch sound), lock.ogg (lock sound) unlock.ogg (unlock sound) effect_tick.ogg (click)
  • ๐Ÿ“› Rename them by adding.bak at the end (such as touch.ogg.bak) or delete them.

Step 2: Reset and check

After you change the files, restart the phone. The sounds should disappear. If something goes wrong (for example, the phone stopped loading), restore the original files or flash the firmware again.

What if the phone doesnโ€™t turn on after deleting files?

If the smartphone is stuck on the MI logo or went to bootloop, try:

1. Enter Recovery Mode (clip Power + Volume up).

2. Select Wipe โ†’ Advanced Wipe โ†’ Dalvik/ART Cache and confirm.

3. Reboot. If it doesn't work, run the firmware through Fastboot or Mi Flash Tool.

Warning: Changing system files without a backup can lead to loss of warranty and unstable phone performance, a method only recommended for advanced users.

5. Disabling sounds with ADB (no root)

If you don't have root rights but you have a computer, you can use ADB (Android Debug Bridge) to turn off sounds, a method that is safer than deleting files, and works on most Xiaomi models.

Step 1: Set up ADB on PC

  • ๐Ÿ’ป Download Platform Tools from Google.
  • ๐Ÿ“‚ Unpack the archive in a folder (for example, C:\adb).
  • ๐Ÿ“ฑ On the phone, turn on the debugging. USB In Settings โ†’ For developers.
  • ๐Ÿ”Œ Connect your phone to your PC and confirm your debugging permission.

Step 2: Execution of commands

Open the command prompt (Windows) or terminal (macOS/Linux) in the adb folder and type:

adb shell settings put system sound_effects_enabled 0


adb shell settings put system haptic_feedback_enabled 0

These commands will turn off the interface sounds and the vibrations. To get it back, replace 0 with 1.

To turn off the keyboard sounds, use:

adb shell settings put secure sound_effects_enabled 0

After you execute the commands, restart your phone. If the sounds come back, repeat the procedure or check if the settings are reset due to MIUI updates.

๐Ÿ’ก

ADB-commands are the most versatile way to disable sounds without root, and they work even on locked bootloaders and don't require you to change system files.

Problems and Solutions: Why Do The Sounds Not Turn Off?

Sometimes users are faced with the fact that the sounds of the buttons come back or not turned off at all, let's consider the most common causes and ways to eliminate them.

Problem.Possible causeDecision
Sounds return after rebootingResetting MIUI settings or updating the firmwareRepeat disabling sounds in settings or via ADB
The keyboard sounds don't turn off.Third-party theme or launcher overrides settingsReset the theme to standard or remove the launcher
Clicks are only heard in some applicationsThe app has its own sounds (for example, games or instant messengers)Turn off sounds in the settings of a particular application
ADB-teams are not workingNot enabled USB debugging or an outdated ADB versionUpdate Platform Tools and check the connection

A special case: sounds in games

Some games (such as PUBG Mobile or Genshin Impact) have their own interface sounds that are not controlled through MIUI settings.

  • ๐ŸŽฎ Go to the game settings.
  • ๐Ÿ”Š Find the Sound or Audio section.
  • ๐Ÿ”‡ Turn off interface sounds or system sounds.

If nothing helps

In extreme cases, you can reset the settings to the factory (donโ€™t forget to make a backup!).

  1. Go to Settings โ†’ About the phone โ†’ Reset settings.
  2. Select Reset All Settings (not Delete All Data!).
  3. Confirm the action.

This will return all audio settings to the default values, after which you can turn them off again.

7. Alternative methods: themes and launchers

If you don't want to dig into the settings, you can use third-party themes or launchers that remove the default interface sounds, which is suitable for those who like customization.

Method 1: Setting a quiet theme

  • ๐ŸŽจ Open the Topics app on your phone.
  • ๐Ÿ” Enter Silent or No Sound in search.
  • ๐Ÿ“ฅ Download and apply a theme (e.g. Minimal Silent or Dark No Sound).

Method 2: Use of a third-party launcher

Some launchers (such as Nova Launcher or Lawnchair) allow you to turn off the interface sounds:

  • ๐Ÿ“ฑ Install a launcher from Google Play.
  • ๐Ÿ”ง Go to its settings (usually a long tap on the home screen).
  • ๐Ÿ”‡ Find the Sound or Animation section and disable all effects.

Note: Themes and launchers can conflict with MIUI, especially if they are optimized for other versions of Android. If you have lags after installation, go back to the standard launcher.

๐Ÿ’ก

Check reviews before installing themes โ€“ some of them may contain ads or work incorrectly on new versions of MIUI.

FAQ: Frequent questions about button sounds on Xiaomi

Can I turn off button sounds only for certain applications?
Yes, but it depends on the app itself. For example, WhatsApp or Telegram can turn off notification sounds, but system clicks are controlled only at the MIUI level. Some games (for example, Brawl Stars) allow you to turn off interface sounds in their settings.
Why did the button sounds come back after the MIUI update?
Large updates (e.g. with the MIUI 14 on MIUI 15) some settings are reset, because Xiaomi developers can change the structure of configuration files. To avoid this, after updating, recheck the sound settings or use the new configuration file. ADB-teams that are less susceptible to resetting.
How to turn off the vibration when you press the buttons, but leave the sound?
Vibration and button sounds are controlled separately. In the Sound and Vibration settings, only turn off Vibration when touched, leaving Touch Sounds on. If no such item is available, use Developer Mode or ADB (Adb shell settings put system haptic_feedback_enabled 0).
Is it safe to delete system audio files without rooting?
No, without root rights, you canโ€™t change files in the folder. /system/. Attempting to do this through standard file managers will result in an access error. To delete system files, root or modified recovery is required (for example, to delete system files, TWRP).
Is there a difference in audio settings between Redmi, POCO and Xiaomi?
The main sound settings in MIUI The same for all brands (Xiaomi, Redmi, POCO), but it may differ: ๐Ÿ“ฑ Nana POCO Often used pure Android without shell MIUI, So the path to settings may be different. ๐Ÿ”Š On Redmi, budget models sometimes lack some menu items (for example, Additional sound settings). ๐ŸŽต Xiaomi flagships (e.g. Xiaomi) 13T) have advanced sound settings, including equalizer.