Have you ever noticed how annoying it is to constantly click every time you touch the screen? This system sound, which many manufacturers add by default, can be annoying in quiet rooms, distracting during games, or simply annoying with its monotony. Fortunately, turn off the sound when you tap on the Android screen you can do it in several ways - both through standard settings and using additional tools.
In this article we will analyze all the current methods: from basic sound settings to hidden developer options and third-party applications. It is important to understand that the interface may differ slightly depending on firmware (MIUI on Xiaomi, One UI on Samsung, EMUI on Huawei/Honor) and version Android. But the general principle remains the same. If you are using custom firmware type LineageOS or Pixel Experience, some menu items may be called differently - we will also mention this.
Before you begin, check if yours is enabled silent mode via a physical volume button. Sometimes the problem is solved by simply switching the profile. If the touch sound remains even in silent mode, it means that it is fixed at the system level and needs to be turned off separately.
1. Standard sound settings in Android
Let's start with the most obvious - the built-in system parameters. Most manufacturers place touch sound controls in the main sound menu. Here's how to get there:
- Open
Settings(gear icon in the application menu or in the notification shade). - Go to section
Sound and vibration(on some devices justSound). - Scroll down to block
System soundsorOther sounds. - Find option
Touch sound,Click when pressedorTouch sounds(on English firmware). - Move the slider to position
Off.
On Samsung Galaxy (One UI) the path may look like this: Settings โ Sounds and vibration โ System sounds โ Touch sound. On Xiaomi (MIUI) look for: Settings โ Sound and vibration โ Other sounds โ Touch sounds. data-i="71">(Pixel, Motorola) option is usually hidden under Android (Pixel, Motorola) option is usually hidden under Settings โ Sound โ Other sounds.
โ ๏ธ Attention: On some budget smartphones (for example, Tecno, Infinix), the touch sound may be tied to the general sound profile. In this case, turning it off will turn off all notifications.
2. Disabling through accessibility settings
If the touch sound cannot be turned off in the main sound menu, try looking in special featuresThis section often contains additional interface options, including sound ones. signals.
Instructions:
- ๐ฑ Open
Settings โ Special features(sometimes calledConvenienceorAccessibility). - ๐ Find the subsection
Audio,Sound promptsorSound notifications. - ๐ Disable options
Sound when pressed,Key clickorScreen touch sounds. - ๐ Reboot the device if the changes are not applied immediately.
On Huawei and Honor (EMUI) the path can be like this: Settings โ System โ Accessibility โ Sound โ Touch sounds. In some firmware there is also an option hidden here Vibration when touching - it can also be deactivated if it interferes.
If you do not find the option you need, try using the search in the settings (magnifying glass icon in the upper right corner of the menu SettingsEnter the query "touch sound" in Russian or "touch sound" in Russian). English.
3. Developer options: hidden sound settings
For advanced users, there is a way to turn off the touch sound through developer options. This method works even on devices where the manufacturer has removed the option from the standard menu.
How to enable developer options:
- Go to
Settings โ About phone(orAbout device). - Find the line
Build number(orBuild number) and tap on it 7 times in a row. - Enter the PIN code or pattern if required.
- Return to the main menu
Settingsโa new section will appear thereFor developers.
Now turn off the sound:
- ๐ ๏ธ Log in in
For developers(usually at the very bottom of the list of settings). - ๐ Scroll to the block
EnterorInput. - ๐ Find the option
Touch sound(Touch sounds) and disable it.
โ ๏ธ Attention: Developer options contain critical settings, changing which may break the system. Do not edit other options if you do not understand their purpose.
What should I do if there is no Touch Sound option in Developer Options?
On some firmware (for example, ColorOS from Oppo/Realme) In this case, try alternative methods from the following sections of the article.
4. Use of third party applications
If the built-in tools do not help, applications from Google Playwill come to the rescue. They are especially useful for devices with greatly reduced settings (for example, on some Nokia or Alcatel).
Top 3 applications for muting the sound touches:
- ๐๏ธ SoundAssistant (from Samsung, but works on other brands) - allows you to fine-tune system sounds, including touches.
- ๐ Disable Touch Sounds - a specialized application for disabling clicks without root access.
- ๐ ๏ธ MacroDroid - automates muting the sound according to conditions (for example, when starting certain applications).
Example of setup in SoundAssistant:
- Download and install the application from Google Play.
- Open it and provide all requested permissions.
- Go to section
System soundsorTouch feedback. - Disable the option
Touch soundsorScreen touch feedback. - Save the changes and restart the smartphone.
| Application | Requires root | Support for Android 13+ | Additional functions |
|---|---|---|---|
| SoundAssistant | No | Yes | Customizing notification sounds, adjusting volume by application |
| Disable Touch Sounds | No | Partially | Only disabling touch sounds |
| MacroDroid | No | Yes | Automating actions, creating macros |
Important: Some applications may require access permission to special features. Provide it only to proven apps with high ratings on Google Play.
5. Disabling via ADB (for advanced users)
If you are ready to dive into technical details, you can disable the touch sound via ADB (Android Debug Bridge). line.
Step-by-step guide:
- Download and install Platform Tools (includes
adb). - Enable
USB debuggingin the developer options (see section 3). - Connect your smartphone to the PC and confirm permission for debugging.
- Open Command Prompt (Windows) or Terminal (macOS/Linux) in the folder with
platform-tools. - Enter the command to test the connection:
adb devicesThe serial number of your device should be displayed.
- Run the command to mute the sound touches:
adb shell settings put system sound_effects_enabled 0 - Reboot the device.
To get the sound back, use the same command, replacing 0 with 1.
โ ๏ธ Attention: Incorrect use of ADB can lead to system malfunctions. Do not execute other commands if you are not sure of their purpose.
โ๏ธ Preparing to work with ADB
6. Manually deleting system sounds (requires root)
For users with root-rights there is a radical way - physically deleting touch sound files. This method is irreversible, therefore it is suitable only for those who are confident in their actions.
Instructions:
- ๐ Install any file manager with root support (for example, Root Explorer or Solid Explorer).
- ๐ Go to the path:
/system/media/audio/ui/Or an alternative path (depending on the firmware):
/system/product/media/audio/ui/ - ๐๏ธ Find files with names:
touch.oggEffect_Tick.oggkeypressStandard.oggkeypressSpacebar.ogg
- ๐ Rename the files by adding at the end
.bak(for example,touch.ogg.bak) or delete them. - ๐ Reboot the device.
If the sounds remain after deleting, it means they are duplicated in another place or are firmware at the kernel level. In this case, return the files back (delete .bak from the name).
Deleting system files without root access can lead to a bricked device. This method is only suitable for experienced users with an unlocked bootloader.
7. Problems and solutions: why the sound does not turn off
Sometimes the touch sound continues to play even after all the manipulations. Let's look at the typical causes and ways to eliminate them:
- ๐ System cache: Clear the cache in the
Settings โ Storage โ Cached datasection. On some devices, resetting the sound settings to factory settings helps. - ๐ฑ Firmware update: Manufacturers sometimes return touch sounds after updates. Check if new settings have appeared in the latest version of the software.
- ๐ต Third-party launchers: Some shells (for example Nova Launcher, Apex Launcher) have their own touch sounds. Go to their settings and disable them. sound effects.
- ๐ Malicious applications: It is rare, but it happens that virus apps add their own sounds. Check your device with an antivirus (for example, Malwarebytes).
If all else fails, the last option remains - factory reset.Before this, be sure to back up your data via Settings โ System โ Backup or using Google Account.
FAQ: Frequently asked questions
Is it possible to turn off the touch sound only for certain applications?
Yes, but not through standard settings. Use applications like MacroDroid or Taskerto create rules for muting the sound when opening specific apps. For example, You can configure automatic disabling of clicks when launching games or instant messengers.
After updating Android, the touch sound returned. How to disable it permanently?
Manufacturers sometimes reset user sound settings after updates. To avoid this:
- Use the ADB command from section 5 (it will be reapplied after). updates).
- Install the application SoundAssistant and configure automatic application of the settings after a reboot.
- If you are root, physically delete the sound files (see section 6).
Disabling the touch sound also removes the keyboard sounds. How to separate these. settings?
In most firmware, the sounds of touching the screen and keyboard are controlled separately. If they are connected:
- Check the keyboard settings (for example, Gboard has a separate sound switch in
Settings โ Sound when pressed) keys). - Use ADB commands for targeted disabling:
adb shell settings put system sound_effects_enabled 0 # touch soundsadb shell settings put system haptic_feedback_enabled 0 # vibration
My phone does not have the "Touch Sound" option in the settings. What should I do?
Possible reasons and solutions:
- ๐ฑ Budget device: The manufacturer may have cut the settings. Try the methods from sections 4 (third-party applications) or 5 (ADB).
- ๐ Hidden option: Use the search in settings (magnifying glass icon) with the request "touch sound".
- ๐ ๏ธ Custom firmware: Install the module Magisk to fine-tune sounds (requires root).
Is it safe to use ADB to mute the sound?
Yes, if you follow the instructions and do not execute other commands settings put system sound_effects_enabled 0 only changes a system parameter, similar to manually muting it in the menu. The risk arises only when. using commands to modify system files or partition /system.