Right Click Test — Test Right Mouse Button
A right click test verifies that your mouse's secondary button sends a correct signal to the browser — a diagnosis complicated by the fact that right-click is intercepted by browsers to open context menus before any web tool can detect it. This is why most online mouse testers fail to detect right-click accurately: without suppressing the context menu event inside the test zone, the right-click event is consumed by the browser before it ever reaches the click counter. This tool disables the default context menu inside the test area using the contextmenu event's preventDefault() method, allowing right-click events to register as button events exactly like left and middle clicks. The right mouse button is the second-most used button on a standard mouse and carries significant importance for gamers and power users: in first-person shooters, right-click typically controls aiming down sights (ADS); in productivity software, it opens action menus; in 3D applications, it controls viewport rotation. The most common right-click failure modes are hardware-related (switch wear producing double-clicks), driver-related (mouse software remapping the button to a keyboard shortcut), and software-related (applications or browser extensions capturing right-click events globally). This free right click test tells you immediately whether your right button is registering correctly, how many times it fires per physical press, and whether the event is being suppressed. Click inside the test zone and right-click to test your button.
Choose Your Test Focus
Each variant targets a specific mouse button diagnostic. Select the button you want to test.
Click, right-click, scroll, or press side buttons here
All interactions are detected instantly — no context menu pops up
Left Click
button 0
Middle Click
scroll wheel press
Right Click
button 2
Back Button
side button / button 3
Forward Button
side button / button 4
Scroll Up
wheel up
Scroll Down
wheel down
Side buttons (Back/Forward) require a mouse with extra buttons. Not all mice support button 3 or 4 — if they don't light up, your mouse may not have those buttons.
Why Is My Right Click Not Working in the Browser?
Use the table below to interpret your test results and understand what each outcome means for your mouse health.
| Test Result | Status |
|---|---|
| Right-click fires 1× per press | Pass |
| Right-click fires 2× per press | Bounce |
| Right-click opens context menu | Blocked |
| Right-click doesn't register | Remapped |
| Intermittent registration | Failing |
Right-click detection requires context menu suppression. If the context menu appears, click inside the yellow dashed test zone first, then right-click.
Frequently Asked Questions
Why isn't my right-click being detected online?
Most web pages and online tools do not suppress the browser's context menu, so right-clicking opens the context menu instead of registering as a button event to the page. This tool suppresses the context menu inside the test zone using event.preventDefault() on the contextmenu event, allowing right-clicks to register as MouseEvent button 2 events. If you see the context menu appearing while using this tool, it means you are not clicking inside the designated test zone. Click directly inside the dashed area first, then right-click.
My right click works in Windows but not in the browser — why?
This is almost always caused by a browser extension or mouse software remapping right-click. Some browser extensions (particularly context menu modifiers or gesture extensions) intercept right-click at the extension layer before the page script sees it. Disable extensions one at a time and retest. Alternatively, mouse management software (Logitech G Hub, Razer Synapse) can remap the right button to a keyboard shortcut, which makes the browser see a keyboard event instead of a mouse event. Check your mouse software and confirm the right button is set to 'Right Click' and not a custom action.
How is right-click used in gaming?
In first-person shooters, right-click (mouse button 2) most commonly controls Aim Down Sights (ADS) — holding right-click scopes in or brings up iron sights. In real-time strategy games, right-click typically issues move or attack commands. In MMORPGs and MOBAs, right-click often controls character movement or targets enemies. A sticky or unresponsive right-click in gaming causes significant disadvantage — ADS lag in shooters, missed commands in strategy games. If your right-click is unreliable, this tester will show intermittent or missing counter increments.
Can right-click be disabled by a website or operating system?
Yes, both are possible. Some websites disable right-click using JavaScript to prevent image saving or menu access — this is why testing on a neutral tool page is important. The operating system can also intercept right-click at the driver level through accessibility software or mouse management applications. To determine which layer is causing the issue, test with a fresh browser profile (no extensions), check your mouse software settings, and then compare results across different browsers.
My right-click button is registering double-clicks — is that a switch problem?
Yes. Right-click double-clicking (two events from one press) is caused by exactly the same switch bounce mechanism as left-click double-clicking. The right button uses the same type of mechanical microswitch as the left button. It typically fails less often because right-click is used far less frequently than left-click — meaning the switch accumulates fewer actuations over the same period. If your right switch is bouncing, the fix is the same: replace the microswitch (Omron D2FC-F-K(50M) is the common replacement) or check whether the manufacturer covers this under warranty.
Does the right-click test work with touchpad two-finger tap?
It depends on your operating system and touchpad driver. On Windows, a two-finger tap on most touchpads sends a standard right-click event (MouseEvent.button = 2), which this tool detects normally. On macOS with Force Touch trackpads, a secondary click (Control+click or two-finger click) also sends a standard right-click event. Some older or budget touchpad drivers send a keyboard shortcut instead of a mouse event, in which case the right-click counter will not increment. Testing with a dedicated mouse is the most reliable approach.
Last updated: