Description
About Gamepad Test
Introduction
The DeviceHub Gamepad Test is a free online controller checker that detects connected pads through the browser Gamepad API and visualizes button presses without launcher software, Steam Big Picture overlays, or manufacturer utilities. Open the page, connect a USB or Bluetooth controller, press any button so the browser activates the device, and watch face buttons, shoulders, D-pad directions, sticks as digital clicks when exposed, and menu keys light as the OS delivers HID reports. Competitive players validating a tournament pad, parents testing a kids’ wireless stick after a drop, IT staff confirming classroom game kits, streamers swapping between Xbox, DualSense, Switch Pro, and third-party clones, and repair shops documenting dead buttons before an RMA all use it as a neutral first smoke test. Because everything runs in the tab, you can check controllers on Windows, macOS, Linux, or ChromeOS machines where installing vendor tools is blocked. DeviceHub is explicit about limits: the Gamepad API only reports what the browser and operating system expose, and mapping may differ for non-standard pads that do not follow the Standard Gamepad layout. A highlight here proves the web stack saw that button index, not that a console firmware utility would label the same physical switch identically. Schools and libraries appreciate a bookmarkable page that needs no admin rights. Retail floor demos can prove a floor-model pad responds before a customer walks out with a dead shoulder. If you reseated a cable, updated Bluetooth drivers, or suddenly lost Start in every browser game, this map answers whether the problem is the pad, the OS, or a single title’s remapper.
What this tool does
The tester polls or listens for connected Gamepad objects, shows a readable id string when the browser provides one, and highlights button indices while pressed. Analog sticks and triggers may appear as related axes elsewhere in the suite; this page focuses on presence detection and button smoke coverage so you know the pad is alive before deeper axis work. Status text reminds you that many browsers require a user gesture, pressing a button, before gamepads become visible, which is why a silent connected pad can look “missing” until you wake it. Reset or reconnect flows clear stale highlights after you unplug. The tool does not flash firmware, change deadzones in Windows Calibration, or rematch Steam Input profiles. Pair with Joystick Test for stick travel, Trigger Test for LT/RT ranges, Vibration Test for rumble actuators, Controller Mapping Test when labels disagree with physical layout, Gamepad Reaction Time Test for reaction timing, and Controller Calibration Test for rest drift. Side buttons on fight pads or paddles on elite controllers may map to unexpected indices or nothing at all, that mismatch is useful diagnostic data about how the OS remaps them before Chrome or Firefox ever sees them. Wireless dongles that expose multiple virtual devices can list more than one Gamepad; press controls to see which entry updates.
When to use it
Use Gamepad Test before ranked sessions, LAN parties, classroom game days, and marketplace returns when you need confidence every major button registers outside a single vendor app. Run it after drops, battery swaps, Bluetooth pairing resets, OS game-controller driver updates, and whenever one title loses Select while desktop games still work. Help-desk agents can ask users to open this page so both sides share a common baseline without installing Xbox Accessories or DualSense firmware tools on locked machines. Prefer Joystick Test when the complaint is stick drift, Trigger Test when analog triggers feel binary or dead at half pull, Vibration Test when rumble is silent in-browser but present in native games, and Mapping Test when A/B/X/Y appear shuffled. Call-center supervisors bookmark it as a triage link for “my controller died in the browser” tickets. Esports coaches reviewing loaner pads before events run a full face-button and shoulder pass once after unpacking from travel cases. Parents confirming a Bluetooth pad still wakes after months in a drawer get an answer in seconds. After KVM switches, USB-C docks, or cheap hubs, re-run detection, some paths drop HID gamepads until you replug into a direct motherboard port.
How it works
Browsers expose navigator.getGamepads() and related connection events. Until the user presses a control, many engines keep slots null for privacy and accidental enumeration reasons, DeviceHub therefore prompts you to press a button. Each Gamepad lists buttons with pressed and value fields, axes as normalized floats, an id/mapping string, and timestamps. The Standard Gamepad mapping assigns familiar indices to A/B/X/Y, shoulders, triggers-as-buttons, Select/Start, stick clicks, D-pad, and home where supported. Controllers that report mapping "standard" still vary by vendor firmware; clones may swap shoulders or omit a home key. Safari and some mobile browsers offer incomplete Gamepad support, absence of a device there is often a platform limit, not proof the hardware failed on a desktop Chromium build. No Permissions API prompt appears: gamepad access does not use getUserMedia. Secure HTTPS keeps DeviceHub consistent, but reading pads itself does not require microphone or camera grants. DeviceHub does not upload button streams; polling stays in tab memory for visualization. Extensions and remote-desktop gateways can filter or delay HID reports, producing “dead” pads that work locally, compare a direct session before condemning the hardware. Timestamp fields help related latency tools but are not USB analyzer polls. If two browsers disagree on the same pad, focus on mapping strings, activation gestures, and Bluetooth versus wired paths rather than assuming magical hardware changes between engines.
Step-by-step instructions
- Open this DeviceHub page over HTTPS in a desktop Chromium, Firefox, or Edge build when possible, connect the controller by USB or Bluetooth, and press any face button so getGamepads() populates a live slot instead of leaving the list empty.
- Confirm the reported id and mapping string look plausible for your brand, then tap each face button, bumper, D-pad direction, stick click, and menu key while watching the matching highlight and pressed state update.
- If a physical control never lights, note whether Mapping Test shows a different raw index, try a wired cable, and compare another browser before opening an RMA, non-standard layouts frequently confuse label expectations.
- Unplug or power-off briefly, reconnect, and press a button again to verify reconnection messaging; flaky wireless links often fail this second wake even when the first pass looked fine.
- Optionally open Joystick Test and Trigger Test next for analog depth, then Vibration Test if rumble matters for your title, keeping this page as the button-presence baseline.
- When finished, close the tab; no permission revoke is required because the Gamepad API never requested a privileged prompt, just avoid leaving a shared machine’s pad paired if that is a privacy concern for your environment.
Common problems
Empty device lists almost always mean you have not pressed a button yet, the browser lacks Gamepad support, Bluetooth pairing failed, or a remote session never forwards HID. Wrong-looking button maps are common on third-party and flight-stick hybrids, use Controller Mapping Test rather than assuming DeviceHub invented indices. DualSense and Switch Pro pads may need wired mode or specific OS drivers before browsers see a Standard layout. Mobile Safari frequently omits or limits gamepads; retest on desktop. Low batteries cause intermittent disconnects that look like random dead buttons. Steam Input, DS4Windows, or remappers can present a virtual pad that differs from the physical silkscreen, document which stack is active. KVM and dock firmware sometimes enumerate keyboards yet drop gamepads until you toggle the hotkey that releases USB. If every button works here but one HTML5 game fails, investigate that game’s exclusive pointer lock or custom remapper next. Fight sticks with SOCD cleaners may suppress simultaneous opposite directions before the browser sees them, treat that as firmware policy, not a site bug.
Privacy explanation
Gamepad button and axis samples stay entirely on your device during this test. DeviceHub does not upload controller traffic, build play-style profiles, or store your pad id on a server. On-page state exists only for the current session and clears when you leave. No microphone, camera, or extra HID permission prompt is requested, the Gamepad API needs none. Closing the tab ends polling for that page; nothing continues in the background. Prefer a private window if workplace extensions inject virtual pads you did not expect. Screen recordings shared with support should crop unrelated desktop content beside the tester. Clearing site data is unnecessary for “revoking” gamepad access because the browser never stored a privileged grant for this diagnostic.