> For the complete documentation index, see [llms.txt](https://www.designreference.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.designreference.xyz/ux-methods/testing/screen-recording-analysis.md).

# Screen Recording Analysis

Screen Recording Analysis is a qualitative research method where researchers watch back videos of users interacting with a digital product in their natural environment or during a specific task. Unlike moderated testing, this approach allows you to see exactly how a person navigates a website or app without the pressure of an observer watching them in real time. It captures every mouse movement, hover, click, and moment of hesitation, providing a clear picture of the actual user journey.

By reviewing these recordings, you can identify specific points of friction that might not be captured by heatmaps or survey data. You might notice a user repeatedly clicking a non-functional element or scrolling past a crucial call to action because it failed to grab their attention. This method is particularly useful for spotting bugs, understanding how different device types affect the experience, and witnessing the "why" behind high drop-off rates on certain pages.

The primary goal of this analysis is to turn raw observation into actionable improvements. Researchers look for patterns in behaviour across multiple sessions to determine if an issue is an isolated incident or a widespread usability flaw. Because you are observing unscripted behaviour, the insights gathered are often more authentic than those found in a lab setting, making it an essential tool for refining the user interface and ensuring the final product is as intuitive as possible.

#### Further Reading

{% embed url="<https://userback.io/glossary/screen-recording-feedback/screen-recording-analysis/>" %}

{% embed url="<https://indeemo.com/mobile-screen-recording-app>" %}

{% embed url="<https://uxdesign.cc/the-ultimate-guide-to-recording-mobile-user-tests-a-ux-epic-b84dd6d3b16f>" %}

{% embed url="<https://community.atlassian.com/forums/App-Central-articles/Unlocking-Creativity-Screen-Recording-for-Designers-and-UX/ba-p/2500291>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.designreference.xyz/ux-methods/testing/screen-recording-analysis.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
