Dead Click
A dead click occurs when a user clicks on a page element that produces no response or navigation, indicating either a broken element, a non-interactive element with misleading visual affordances, or a loading failure.
Also known as: empty click, ineffective click, non-responsive click
Why It Matters
Dead clicks represent unmet user expectations. When someone clicks on something, they expect a response - a page load, a dropdown opening, a modal appearing. When nothing happens, it creates a small but cumulative frustration that erodes trust in your interface and can ultimately contribute to abandonment.
Dead clicks fall into two main categories. The first is broken functionality - buttons, links, or interactive elements that should respond but do not due to JavaScript errors, missing event handlers, or loading failures. The second is false affordances - static elements like text, images, or decorative elements that look interactive due to their styling (underlined text, cursor changes, button-like borders) but have no click handler.
Both categories are fixable but require different approaches. Broken functionality needs debugging. False affordances need either removing the visual cues that suggest interactivity or adding the interactivity users expect.
Industry Applications
A shoe retailer discovers that product color swatches on their listing page generate high dead click rates because users expect clicking a swatch to show the product in that color. Making swatches interactive increases engagement and reduces returns from color mismatches.
A SaaS dashboard shows dead clicks on chart elements where users expect to drill down into the data. Adding click-to-drill-down functionality turns a frustration point into a power feature that improves data exploration and user satisfaction.
How to Track in KISSmetrics
Dead click detection is available in session analytics tools like FullStory and LogRocket. Use KISSmetrics alongside these tools to measure the business impact of dead clicks by comparing conversion rates for users who experienced dead clicks versus those who did not.
Common Mistakes
- -Treating all dead clicks as bugs when many are design issues with misleading visual cues.
- -Not investigating dead clicks on mobile where tap targets may be misaligned with visual elements.
- -Ignoring dead clicks on images, which users often click expecting to enlarge or get more information.
- -Focusing only on dead click count without considering the page importance and user intent behind the click.
Pro Tips
- +Audit your most-clicked non-interactive elements and either make them interactive or remove the visual cues suggesting interactivity.
- +Add click event tracking to elements that receive frequent dead clicks to understand what users expect to happen.
- +Use dead click data to improve your design system - if multiple elements across your site generate dead clicks, you may have a systemic affordance problem.
- +Monitor dead click rates after deployments to catch newly broken elements before user support tickets arrive.
Related Terms
Rage Click
A rage click is a rapid sequence of repeated clicks on the same area of a web page, typically three or more clicks within a short time window, indicating user frustration caused by unresponsive elements, slow loading, or confusing interfaces.
Click Map
A click map is a type of heatmap that specifically visualizes where users click or tap on a web page, showing the distribution and frequency of click interactions across all page elements.
Session Recording
Session recording captures and replays a video-like reconstruction of individual user sessions, showing mouse movements, clicks, scrolling, typing, and page transitions to reveal exactly how users interact with a website or application.
Heatmap
A heatmap is a data visualization that uses color gradients to show the relative intensity of user interactions on a web page, with warmer colors (red, orange) indicating areas of high activity and cooler colors (blue, green) indicating low activity.
Scroll Depth
Scroll depth measures how far down a web page users scroll, typically reported as the percentage of page length viewed, revealing how much of your content users actually see and where they stop scrolling.
See Dead Click in action
KISSmetrics tracks every user across sessions and devices so you can measure what matters. Start free - no credit card required.