Constant vibration of a smartphone can be not just an annoying factor, but also a significant burden on the device’s battery. Owners of controlled devices Android 11 often face a situation where the standard “Mute” settings are not enough to completely eliminate tactile feedback. The system offers many use cases where the phone vibrates: when typing, pressing navigation buttons, incoming calls or application notifications.
Completely disabling all types of vibration requires sequentially going through several sections of the menu, since Google has separated these settings for the convenience of users accustomed to different control logics. In this article, we will analyze in detail every step necessary to achieve ideal silence and tactile peace of your gadget. You'll learn where the hidden switches are and how to control haptic feedback at the system level.
It's important to understand that interfaces may vary slightly depending on the manufacturer of your device. Shells from Samsung, Xiaomi or OnePlus may have their own menu structure, but the basic principles Android 11 remain the same for all. We will look at universal ways that work on most modern smartphones.
Basic setup of the Do Not Disturb mode
The fastest way to temporarily silence all vibrations is to use the mode "Do not disturb". Unlike a simple silent mode, this tool allows you to flexibly configure exceptions and completely block tactile signals. You can activate it through the quick settings panel, lowering the notification curtain, or through the settings menu.
For more detailed settings, you need to go to the section Settings → Sound and vibration → Do not disturb. Here you should pay attention to the “Allow vibration” option. If this slider is active, the phone will vibrate even when the silent mode is on, which is often overlooked by users seeking peace.
A schedule setting is also available within this menu. You can set the mode to turn on automatically at night or during meetings. This is especially useful if you want to prevent your phone from vibrating only during certain hours, leaving full functionality the rest of the time.
⚠️ Attention: In some versions of shells from manufacturers (for example, MIUI or OneUI), the Do Not Disturb settings may be moved to a separate Security or Digital Wellbeing application. Check these sections if the standard route doesn't work.
Don't forget that Do Not Disturb can block important calls from selected contacts unless exceptions are configured. Be careful when setting up call admission rules so as not to miss an urgent call from loved ones.
Disabling the tactile response of the interface
One of the most intrusive functions is vibration when you touch the screen and use the navigation buttons. This feature is designed to confirm user actions, but many consider it redundant. To disable it, go to Settings → Sound and vibration → Other sounds and vibration.
In the list that opens, you need to find the items “Vibration on touch” and “Vibration for system navigation”. Disabling these parameters will make interaction with the interface completely silent in tactile terms. This can also have a positive effect on the screen's response speed, since the system does not need to initiate the vibration motor with each swipe.
It is worth noting that on some smartphone models with high refresh rate screens (90 Hz or 120 Hz), the tactile response can be synchronized with the touchscreen polling rate. Disabling vibration in such cases makes scrolling the tape more “slippery” and faster.
If you use gesture navigation rather than buttons, the item may be called “Vibration when navigating with gestures.” Make sure you find the correct control type, as these settings are sometimes duplicated or renamed depending on the security patch version. Android 11 these settings are sometimes duplicated or renamed depending on the security patch version.
⚠️ Warning: Disabling system vibration may make it difficult for people with visual impairments who rely on haptic feedback to use the smartphone. If you use accessibility features, check to see if they are affected.
☑️ Check audio settings
Controlling vibration of the Gboard keyboard and other applications
A separate and very important element is vibration when typing. The standard keyboard Gboard, as well as third-party solutions like SwiftKey, have their own settings that do not depend on the Android system parameters. Even if you have turned off all system sounds, the keyboard may continue to vibrate.
To turn off this feature, open any application where you can type and bring up the keyboard. Click on the settings icon (gear) on the keyboard panel or go to Settings → System → Language and input → Virtual keyboard → Gboard. Find the “Settings” or “Preferences” section.
Here you are interested in the “Vibrate when pressed” item. Moving the slider to the Off position will remove tactile feedback when typing. This will not only get rid of trembling in your hands, but will also save battery power, since the vibration motor is one of the most energy-intensive components of a smartphone.
If you use another keyboard, the logic of action is similar: look for the settings inside the keyboard application itself. A Android 11 application permissions allow them to independently control vibration, ignoring general sound settings, so checking each input tool used is mandatory.
Why does the keyboard vibrate even in silent mode?
Many users do not know that text input applications take precedence over system sound settings. Developers consider haptic feedback to be an important part of the user experience (UX), helping with character input. This is why Gboard or SwiftKey settings need to be changed separately.
Specific settings for different manufacturers
Although Android 11 provides a single base, manufacturers are actively modifying the interface. Below is a table that will help you navigate the menu names for popular brands. This will save time when searching for the right switch.
| Brand / Shell | Path to settings | Features |
|---|---|---|
| Samsung (One UI) | Settings → Sounds and vibration → Vibration | Separate switch for system vibration |
| Xiaomi (MIUI) | Settings → Sound and vibration → Vibration | There is a “Vibration only” mode in the curtain |
| OnePlus (OxygenOS) | Settings → Sound and vibration → Vibration | The intensity of vibration is adjusted with the slider |
| Pixel (Stock Android) | Settings → Sound → Vibration | Minimalistic interface without unnecessary options |
On devices Samsung often There is an additional level of settings in the Sound and Vibration app, where you can fine-tune the vibration strength for calls and notifications. If your goal is not a complete shutdown, but only a decrease in intensity, use the sliders in this menu.
Owners Xiaomi i Redmi should pay attention to the design theme. Some third-party themes may block or hide default audio settings. In case of problems, return to the standard theme Classic or Defaultto gain access to all control levers.
⚠️ Attention: Interfaces and names of menu items may change after updating the firmware or shell. If you do not find an exact match, look for synonyms or sections related to the sound profile.
Hide vibration in specific applications
It often happens that the system settings have been changed, but the phone continues to vibrate when receiving messages from Telegram, Viber or WhatsApp. This happens because instant messengers have their own notification priorities, which override global settings.
To solve this problem, you need to go to the settings of each application separately. Typically the path looks like this: Settings → Applications → [Application name] → Notifications. Here you need to find the categories of notifications (for example, “Messages”, “Groups”, “Calls”) and turn off the “Vibration” option for each of them.
In Android 11 a channel system has been implemented notifications, which gives the user complete control. You can long press on an app notification and select Notification Settings. This will open a detailed menu where you can uncheck the “Vibrate” option for a specific event type.
Be sure to check your social media settings as they update frequently and may reset your preferences or add new types of notifications with vibration turned on by default. Checking these settings regularly will help keep your phone quiet.
Use Digital Wellbeing to quickly access notification settings for frequently used apps. This will save time searching for the desired menu in the depths of the system.
Using the engineering menu and ADB for advanced users
For those who want to ensure that any possibility of vibration is removed at the system level, there are deeper methods. One of them is the use of the engineering menu, accessible through a code in the dialer. However, be careful: changing parameters in the engineering menu may affect the operation of the equipment.
A safer and more flexible method is to use USB debugging and the utility ADB (Android Debug Bridge). This method allows you to change system variables that are not accessible through the normal interface. To do this, you will need a computer and ADB drivers installed.
By connecting the phone to the PC and activating the debugging mode, you can enter a command to change the behavior of the vibration motor. For example, you can change the vibration duration to zero milliseconds. The command may look like this:
adb shell settings put system haptic_feedback_duration 0
You can also try to turn off vibration by changing the global settings:
adb shell settings put global haptic_feedback_enabled 0
Using ADB commands gives maximum control, but requires care. Any error in the command syntax may cause the setting to not be applied. Before entering commands, make sure that your Android 11 is fully compatible with the version of platform-tools on your computer.
Using ADB commands is the most reliable way to disable vibration at the system level if the standard settings do not give the desired result.
Frequently asked questions (FAQ)
Why does the phone continue to vibrate even when Silent mode is turned on?
Silent mode often turns off only the audio speaker, leaving the vibration motor active. You need to either turn on Do Not Disturb mode or manually turn off vibration in the sound settings by finding the appropriate slider.
Does constant vibration affect battery life?
Yes, the vibration motor consumes a significant amount of energy, especially when used for long periods or frequently. Turning off vibration can extend your smartphone's battery life by 5-10% depending on the intensity of use.
Is it possible to turn off vibration only for the alarm clock?
Yes, this can be done in the Clock application. Open the settings for a specific alarm clock and uncheck the “Vibration” box. System sound settings usually do not affect the alarm unless complete silence mode is turned on.
Are vibration settings reset after updating Android?
In most cases, the settings are saved. However, major updates (for example, the transition from Android 11 to 12) may reset some parameters to factory settings, so after updating the system, it is recommended to check the sound settings again.
How to turn off camera vibration when shooting?
Go to the settings of the Camera application itself. There's usually a toggle for Shutter Sound or Vibration when shooting. If it is not there, try turning on the “Silent” mode before starting the camera.