---
title: "What is Frustration Score? Definition & Examples | Kitbase"
description: "A computed metric that quantifies user frustration based on signals like rage clicks, dead clicks, and error encounters."
canonical: https://kitbase.dev/glossary/frustration-score
---

[Home](/) [Glossary](/glossary) Frustration Score

Session Tracking

# What is Frustration Score?

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

A frustration score is a composite metric that combines multiple frustration signals — rage clicks, dead clicks, error encounters, rapid back-navigation, and form re-submissions — into a single score that represents how frustrated a user was during a session.

This metric helps you prioritize which issues to fix first. Instead of manually reviewing thousands of session recordings, you can sort sessions by frustration score and focus on the ones where users struggled the most.

Each frustration signal is typically weighted based on severity: a JavaScript error might contribute more to the score than a single dead click. The weights can be tuned based on your product and what correlates most strongly with negative outcomes (churn, support tickets, etc.).

## Example

You sort this week's sessions by frustration score. The top-scoring sessions all involve the same flow: users hitting an error when uploading files larger than 10MB. You increase the limit, add a clear error message, and watch frustration scores drop 40%.

## Related Terms

[

Rage Click

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

](/glossary/rage-click)[

Dead Click

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

](/glossary/dead-click)[

Session Replay

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

](/glossary/session-replay)[

Session Tracking

The process of monitoring and recording user sessions to understand visit-level behavior and engagement.

](/glossary/session-tracking)

## Understand every user session

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

[Explore Session Tracking](/event-tracking)
