DisabilitiesBeginner

Switch Access

An assistive technology method that allows people with severe motor disabilities to operate computers and mobile devices using one or more switches instead of a keyboard or touchscreen.

In simple terms: Switch access lets people who cannot move their hands very well use a computer or phone with a simple button. The device highlights things on the screen one at a time, and the person presses the button when it highlights what they want.

What Is Switch Access?

Switch access is an assistive technology approach that enables people with significant motor disabilities to operate computers, smartphones, tablets, and other digital devices using one or more simple input devices called switches. A switch is any mechanism that produces a binary input, essentially an on/off signal, when activated by the user. Switches come in many forms to accommodate diverse physical abilities. Large push buttons can be pressed by hand, head, foot, elbow, or any body part with controlled movement. Sip-and-puff devices are activated by inhaling or exhaling through a tube. Proximity sensors detect movement near the sensor without requiring physical contact. Eye-blink sensors detect intentional blinks. Pillow switches are activated by head movement against a pillow. The common element is that each switch requires only a single, simple motion to activate. Switch access is essential for people with conditions such as quadriplegia, severe cerebral palsy, amyotrophic lateral sclerosis (ALS), muscular dystrophy, and other conditions that limit fine motor control. For these users, a standard keyboard, mouse, or touchscreen is not usable, but they may have reliable control of one or two specific movements. Both iOS (Switch Control) and Android (Switch Access) include built-in switch access support. On desktop computers, switch access software works with the operating system's existing keyboard focus system, making keyboard accessibility the foundation of switch access.

Why It Matters

Switch access represents an important use case for web accessibility because it tests the robustness of keyboard accessibility implementation. **Serving users with severe motor disabilities.** People who use switches often have the most severe motor limitations of any technology user group. Without switch access, they would be completely excluded from digital participation. Websites and applications that support switch access serve the users who need accessibility the most. **Dependency on keyboard accessibility.** Switch access systems fundamentally rely on the same focus management and keyboard navigation that benefits all keyboard users. When a website has a logical tab order, visible focus indicators, and keyboard-operable controls, it works for switch users. When these foundations are broken, switch users face barriers that may be more severe than those encountered by other keyboard users, because switch users cannot easily skip over broken elements. **Focus order importance.** For a keyboard user, an inefficient tab order is annoying. For a switch user, it can be devastating. Switch users using scanning must wait as the highlight moves through every focusable element sequentially. If a page has 200 focusable elements and the user needs to reach the last one, they must wait through all 199 preceding elements. Logical, efficient focus order is not just a preference for switch users; it directly determines whether a page is practically usable. **Legal obligations.** WCAG success criteria related to keyboard accessibility (2.1.1), focus order (2.4.3), and focus visible (2.4.7) all directly impact switch access usability. Meeting these criteria is required for WCAG AA conformance and for compliance with the ADA and Section 508.

How It Works

Switch access operates through a process called scanning, which comes in several variations: **Automatic scanning.** The system automatically moves a highlight through interactive elements on the screen at a set speed. When the highlight reaches the element the user wants, they press their switch to select it. This is the most common scanning method and requires only a single switch. The scanning speed is configurable to match the user's reaction time. **Step scanning.** The user presses one switch to advance the highlight to the next element and a different switch to select the currently highlighted element. This requires two switches but gives the user complete control over navigation speed. There is no time pressure because the highlight only moves when the user initiates it. **Group scanning.** To reduce the number of steps needed to reach a target, group scanning divides the screen into groups (often rows or regions) and scans through groups first. When the user selects a group, scanning narrows to elements within that group. This hierarchical approach significantly reduces the number of switch presses needed to reach any given element. **Point scanning.** A crosshair or cursor moves across the screen, and the user presses their switch to position it. First a horizontal line scans vertically; the user presses to set the vertical position. Then a vertical line scans horizontally; the user presses to set the horizontal position. This allows access to any point on the screen but is slower and less precise than element-based scanning. **Web accessibility requirements.** For websites to work well with switch access, several conditions must be met. All interactive elements must be focusable and operable via keyboard. The tab order must follow a logical sequence that matches the visual layout. Focus indicators must be clearly visible so users can see which element is currently highlighted. Interactive targets should be large enough to distinguish during scanning. Avoid keyboard traps that would prevent the user from moving past an element. Skip navigation links help switch users bypass repetitive elements. Avoid time limits on interactions, as switch users need more time to complete tasks. **Platform implementations.** On iOS, Switch Control is built into the Accessibility settings. On Android, Switch Access is part of the Android Accessibility Suite. Both support Bluetooth switches, wired switches through adapters, and on-screen switch simulation. On desktop, switch interfaces connect through USB or Bluetooth and interact with the operating system's keyboard focus system.

Frequently Asked Questions

What is a switch in assistive technology?
A switch is any device that sends a single signal when activated. Switches can be large buttons pressed by hand, head, or foot, sip-and-puff devices activated by breath, proximity sensors, eye-blink detectors, or any input device that produces a binary on/off signal.
How does switch access work on a website?
Switch access typically uses scanning, where the system highlights interactive elements one at a time. The user presses their switch when the desired element is highlighted. This means websites must have a logical focus order and visible focus indicators for switch users to navigate effectively.
Do I need to do anything special to support switch access on my website?
If your website is fully keyboard accessible with a logical tab order and visible focus indicators, it will generally work with switch access. Switch access relies on the same underlying keyboard focus system that screen readers and keyboard-only users depend on.

Need help making your website ADA compliant?

Our team specializes in ADA-compliant web design and remediation. Get a free accessibility audit today.

Last updated: 2026-03-15