The 12 Key UX Metrics and How to Calculate Them

Table of Contents

  1. Introduction
  2. Task Success Rate (TSR)
  3. Time on Task (TOT)
  4. Error Rate
  5. Churn Rate
  6. Retention Rate
  7. Search vs. Navigation
  8. Click-Through Rate (CTR)
  9. Conversion Rate
  10. System Usability Scale (SUS)
  11. Customer Satisfaction (CSAT)
  12. Net Promoter Score (NPS)
  13. Accessibility
  14. Conclusion
  15. Frequently Asked Questions (FAQ)
Shopify - App image

Introduction

Ever found yourself frustrated with a website or app? You're not alone. Usability issues plague many digital platforms, causing user dissatisfaction and decreased retention. This is where User Experience (UX) metrics come into play. They help identify pain points and highlight areas for improvement, ensuring a seamless experience for users.

In this blog post, we delve into 12 essential UX metrics that every designer, developer, and product manager should know. By understanding and measuring these metrics, you can enhance your website or app, create a better user experience, and ultimately drive higher engagement and conversion rates.

Task Success Rate (TSR)

What is Task Success Rate?

Task Success Rate (TSR) represents the percentage of tasks successfully completed by users. A high TSR indicates that users navigate your site with minimal friction, whereas a low TSR signifies that adjustments in design and functionality are necessary.

How to Calculate TSR

Task Success Rate is calculated using the following formula:

[ \text{Task Success Rate} = \left( \frac{\text{Number of successfully completed tasks}}{\text{Total number of attempted tasks}} \right) \times 100 ]

For example, if 1,000 users attempt to complete a task and 600 succeed, the TSR is 60%. This metric helps UX teams pinpoint areas that need improvement, set benchmarks, and allocate resources effectively.

Time on Task (TOT)

Understanding Time on Task

Time on Task (TOT) measures how long it takes for a user to complete a task. It directly correlates with user satisfaction—shorter times usually mean a more user-friendly experience, while prolonged times may indicate issues that need resolving.

How to Calculate TOT

The formula for calculating Time on Task is:

[ \text{Time on Task} = \text{End Time} - \text{Start Time} ]

Although measuring a single user's TOT offers limited value, aggregating this data across user groups and tasks reveals actionable insights. Combined with other metrics like TSR and error rates, TOT can guide UX teams to streamline processes.

Error Rate

Significance of Error Rate

The Error Rate quantifies the frequency of user mistakes on your site. High error rates suggest usability issues that deviate from Jakob’s Law, which states that users expect your site to function similarly to others they frequent.

How to Calculate Error Rate

Calculate Error Rate as follows:

[ \text{Error Rate} = \left( \frac{\text{Number of errors}}{\text{Total number of attempts}} \right) \times 100 ]

Error rates need context for better analysis, so compare task-specific error rates with the overall error occurrence rate (EOR) by simplifying:

[ \text{EOR} = \left( \frac{\text{Total number of errors}}{\text{Total number of possible errors}} \right) ]

This metric helps teams identify and prioritize errors for a smoother user experience.

Churn Rate

What is Churn Rate?

Churn Rate measures the percentage of users who discontinue using a product over a specified time frame. High churn rates imply that users are dissatisfied and leaving, making it crucial to retain existing customers who are more economical to maintain than acquiring new ones.

How to Calculate Churn Rate

The formula for churn rate is straightforward:

[ \text{Churn Rate} = \left( \frac{\text{Number of users lost}}{\text{Total number of users at start date}} \right) \times 100 ]

For instance, if you start with 1,000 users and lose 200 within a period, the churn rate is 20%. This metric signals when to delve deeper into other UX metrics to diagnose and address underlying issues.

Retention Rate

Purpose of Retention Rate

Retention Rate measures the percentage of users who continue using a product over a given period. It’s a strong indicator of long-term user engagement and satisfaction.

How to Calculate Retention Rate

Use this formula to calculate retention rate:

[ \text{Retention Rate} = \left( \frac{\text{Number of active users in second month}}{\text{Total number of active users at the beginning of the first month}} \right) \times 100 ]

If you had 1,000 users at the start of January and 900 remained at February's start, your retention rate is 90%. UX improvements directly influence retention by making tasks easier and more enjoyable.

Search vs. Navigation

Why Compare Search and Navigation?

This metric compares the percentage of users who navigate via menu versus those who use the search function. A well-designed navigation system helps users find what they need with minimal cognitive effort.

How to Calculate

Here’s how to calculate each component:

[ \text{Percentage of Navigation} = \left( \frac{\text{Number of tasks completed with navigation}}{\text{Total number of completed tasks}} \right) \times 100 ]

[ \text{Percentage of Search} = \left( \frac{\text{Number of tasks completed with search}}{\text{Total number of completed tasks}} \right) \times 100 ]

If the search function's use is disproportionately high, it indicates issues with your navigation system that need addressing.

Click-Through Rate (CTR)

Defining CTR

Click-Through Rate measures the proportion of users who click on a specific design element, such as a call-to-action (CTA), compared to the total number of users who saw it.

How to Calculate CTR

Calculate CTR as follows:

[ \text{CTR} = \left( \frac{\text{Number of clicks}}{\text{Number of views}} \right) \times 100 ]

For example, if a CTA button gets 100 clicks out of 1,000 views, the CTR is 10%. This metric helps identify and improve underperforming design elements.

Conversion Rate

Importance of Conversion Rate

Conversion Rate indicates the percentage of visitors who complete a desired action on your site, such as filling out a form or making a purchase. It reflects how user-friendly and effective your site is.

How to Calculate

Use this formula to calculate conversion rate:

[ \text{Conversion Rate} = \left( \frac{\text{Number of conversions}}{\text{Number of site visitors}} \right) \times 100 ]

If you have low conversion rates, analyzing other metrics like error rate and TOT can reveal where improvements are needed.

System Usability Scale (SUS)

What is SUS?

The System Usability Scale (SUS) is a 10-question survey rated by users post-interaction with a product. Although subjective, the aggregated scores offer valuable insights into the product's usability.

How to Calculate SUS

Responses are scored on a scale, and calculators are available to compute the final SUS score. This score helps UX teams prioritize areas needing updates and measure the impact of changes.

Customer Satisfaction (CSAT)

Measuring Customer Satisfaction

Customer Satisfaction Score (CSAT) evaluates how content users are with a product, usually through a single question rated on a scale from 1 (very unsatisfied) to 5 (very satisfied).

How to Calculate CSAT

Calculate CSAT using this formula:

[ \text{CSAT} = \left( \frac{\text{Number of 4 & 5 ratings}}{\text{Total number of responses}} \right) \times 100 ]

Encouraging users to leave comments can provide more nuanced insights, highlighting specific pain points for the UX team to address.

Net Promoter Score (NPS)

Understanding NPS

The Net Promoter Score (NPS) gauges how likely users are to recommend your product. It’s a critical metric for understanding user loyalty and satisfaction.

How to Calculate NPS

Ask users to rate on a scale of 0 (not likely) to 10 (very likely). Group responses into Detractors (0-6), Passives (7-8), and Promoters (9-10), then calculate NPS:

[ \text{NPS} = \left( \frac{\text{Number of Promoters}}{\text{Total number of respondents}} - \frac{\text{Number of Detractors}}{\text{Total number of respondents}} \right) \times 100 ]

If you have 60 Promoters and 20 Detractors out of 100 respondents, your NPS is 40. Including a comment field can yield valuable qualitative data to help boost NPS.

Accessibility

Why Accessibility Matters

Accessibility ensures your site or app is usable by everyone, including those with disabilities. It’s integral not just legally but ethically.

Measuring Accessibility

Use guidelines from the Web Content Accessibility Guidelines (WCAG) to test aspects like non-text content, headings, form labels, keyboard interaction, and on-page links. Several tools available can help measure your compliance.

Conclusion

Understanding and leveraging these 12 key UX metrics can drastically improve your website or app’s user experience. By regularly measuring these metrics, you can identify problem areas, implement improvements, and re-evaluate the impact of those changes, ensuring a continual cycle of enhancement and optimization.

Frequently Asked Questions (FAQ)

What is a good Task Success Rate (TSR)? A: A good TSR is typically above 78%, indicating that the majority of users can complete tasks without significant difficulties.

Why is Time on Task (TOT) important? A: TOT helps identify how easy or difficult it is for users to complete tasks, offering insights into aspects of the user journey that may need simplification.

What is considered a high Net Promoter Score (NPS)? A: An NPS above 50 is generally considered excellent, indicating a high level of user satisfaction and likelihood to recommend your product.

How often should I measure UX metrics? A: It's ideal to measure UX metrics continuously or at least quarterly to track improvements and catch issues early.

What's the difference between Churn Rate and Retention Rate? A: Churn Rate measures how many users you lose, while Retention Rate measures how many users you keep over a given period. Both are critical for understanding user retention and satisfaction.

By focusing on these metrics, you’ll pave the way for a user-centered design, ultimately leading to higher engagement and better business outcomes.