---
title: "What is Rage Click? Definition & Examples | Kitbase"
description: "Repeated rapid clicks on the same element, indicating user frustration with an unresponsive interface."
canonical: https://kitbase.dev/glossary/rage-click
---

[Home](/) [Glossary](/glossary) Rage Click

Session Tracking

# What is Rage Click?

Repeated rapid clicks on the same element, indicating user frustration with an unresponsive interface.

A rage click is detected when a user clicks the same element (or nearby area) multiple times in rapid succession — typically 3 or more clicks within a short time window. This pattern strongly indicates frustration: the user expected something to happen, and it didn't.

Rage clicks often reveal broken buttons, slow-loading interactions, confusing UX elements that look clickable but aren't, or JavaScript errors that prevent click handlers from firing.

Tracking rage clicks automatically surfaces usability issues that users might not report. Combined with session replay, you can watch exactly what the user experienced and fix the root cause.

## Example

Your analytics flags 47 rage click events on the 'Submit' button in the checkout flow. Watching session replays reveals that the button's click handler fails silently when the address field is empty — users click repeatedly not realizing they missed a required field.

## Related Terms

[

Dead Click

A click on an element that produces no visible response or navigation, suggesting a UX issue.

](/glossary/dead-click)[

Frustration Score

A computed metric that quantifies user frustration based on signals like rage clicks, dead clicks, and error encounters.

](/glossary/frustration-score)[

Session Replay

A visual playback of a user's session, showing exactly what they saw and did in your application.

](/glossary/session-replay)

## Understand every user session

See how users navigate your app, detect frustration, and replay sessions to debug UX issues.

[Explore Session Tracking](/event-tracking)
