Haptics need a global off switch rather than forced always-on
Aliases: haptic opt-out · global disable · user control
What it is
Haptics must offer a global off switch. Preferences and bodies differ widely: some users are sensitive to vibration, some do not want interruptions in a given situation (meeting, performance, sleep), and some find vibration meaningless because of reduced tactile sensitivity. Forced always-on leaves these users with only powering off or uninstalling.
Why it happens
The need follows from how invasive touch is: vibration acts on the body and cannot be ignored the way a visual can, so the only escape is moving or removing the device. Unlike sound, no system-level "silent switch" for haptics exists on every platform, so the app layer must supply one. Failing to do so has real cost—users abandon the app when they cannot stand it, and the feedback reaching designers is churn rather than a clear complaint.
Studying it
Study the distribution of disabling behavior: log use of the off switch, the times it is used, and whether it is re-enabled, and survey when users most need it. Variables include the switch's location and discoverability, total haptic volume, and situation. Outcomes include use rate, re-enable rate, and satisfaction. Distinguish deliberate disabling from being switched off via a system setting.
Where it stops holding
If haptics carry safety-critical information, a global off switch poses risk, and the design should state the consequence or offer graded control instead of full removal. Where a platform provides a system-level haptic switch, apps should honor it with consistent semantics rather than having in-app and system settings overwrite each other.
Applying it
- Provide a quickly reachable global off switch and respect the system-level haptic setting.
- Explain at the point of disabling what information will be lost, or which critical class remains.
- Avoid burying the switch in deep settings, or users will resort to physical workarounds.
- Verification: measure whether users can disable haptics without documentation, logging time and success, and observe whether they later re-enable.
Related
- Within the group: D3.12.2 Graded control keeps critical haptics while silencing decorative ones · D3.12.4 Information carried by haptics must move to another channel when haptics are off
- Adjacent: D3.08.2 After overload, users turn off all haptics · D2.11.1 Users need to control sound by category rather than all-or-nothing
- Search terms:
haptic opt-out·haptic settings·user control