> 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/desirability-study.md).

# Desirability Study

A Desirability Study is a research method used to understand if users find a product, feature, or design aesthetically pleasing, emotionally engaging, and appealing.

Unlike Usability Testing, which focuses on "can the user accomplish a task?" (e.g., "Can you find the 'add to cart' button?"), a desirability study asks "how do users *feel* about this design?" It digs into the emotional and psychological side of the user experience.

The core idea is that a product's success isn't just about functionality, it's also about its emotional connection with the user. A perfectly functional product might fail if it doesn't evoke the right feelings, while a less functional but more desirable product might succeed.

#### How a Desirability Study is Conducted

A common way to run a desirability study is by using a method often referred to as the Microsoft Desirability Toolkit or Product Reaction Cards.

1. **Preparation:** The team creates or selects a set of descriptive adjective cards (e.g., "fun," "professional," "trustworthy," "boring," "complicated," "innovative").
2. **User Interaction:** Participants are shown different design mock-ups, prototypes, or even live products.
3. **Card Sorting:** After seeing a design, participants are asked to sort through the adjective cards and choose the ones that best describe how the design makes them feel. They might also be asked to pick cards that describe a competitor's design for comparison.
4. **Discussion:** The researcher then asks the participant to explain *why* they chose those specific cards. This qualitative feedback provides crucial context and insights.

#### Why It's Important

* **Goes Beyond Usability:** It fills in the blanks that usability testing can't, revealing if a design is not just easy to use, but also a joy to use.
* **Guides Visual Design:** It helps a team understand if their visual design choices (colour, typography, layout) are conveying the intended brand attributes and emotional responses.
* **Informs Branding:** It's a key tool for ensuring a product's design aligns with the company's brand identity and emotional goals.
* **Helps with Prioritisation:** By understanding what aspects of a design are most desirable, a team can better prioritize improvements and new features that will have the biggest emotional impact.

#### Further Reading

{% embed url="<https://medium.com/@neocarl/using-desirability-studies-to-find-a-better-product-market-fit-e463473631c1>" %}

{% embed url="<https://www.looppanel.com/blog/desirability-study>" %}

{% embed url="<https://pdmethods.com/desirability-study/>" %}

{% embed url="<https://flyingbisons.com/knowledge-base/desirability-studies>" %}

#### Further Viewing

{% embed url="<https://www.youtube.com/watch?v=BxTdpW35h3U>" %}


---

# 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/desirability-study.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.
