> For the complete documentation index, see [llms.txt](https://learn.doubletick.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.doubletick.io/meta-business-setup/account-quality/account-quality-guide.md).

# Account quality guide

Learn what Account Quality means for your WhatsApp API number, how Meta calculates it, and why keeping it healthy matters for your business.

Account Quality is Meta's way of measuring how customers are reacting to the messages you send from your WhatsApp Business API number. It tells you whether your communication is landing well, or whether users are blocking or reporting your messages. Account Quality (also called Quality Rating) reflects how your recent messages have been received over the last seven days. Meta calculates it using customer feedback signals such as:

Meta shows your account quality as one of three states: **Green**: High quality, **Yellow**: Medium quality,\
**Red**: Low quality. A High quality rating means customers are engaging well with your messages. Medium or Low ratings mean customers may be blocking or reporting your communication, and it's worth investigating right away. You can check your current rating in DoubleTick or directly in Meta's WhatsApp Manager.

#### What's covered

* [What is account quality](#what-is-account-quality)
* [Quality rating levels](#quality-rating-levels)
* [Why account quality matters](#why-account-quality-matters)
* [Common reasons customers block a business](#common-reasons-customers-block-a-business)
* [Best practices to maintain high quality](#best-practices-to-maintain-high-quality)

#### What is account quality

Account Quality is Meta's way of measuring how customers are reacting to the messages you send from your WhatsApp Business API number. It tells you whether your communication is landing well, or whether users are blocking or reporting your messages.

Account Quality (also called Quality Rating) reflects how your recent messages have been received over the last seven days. Meta calculates it using customer feedback signals such as:

* Users blocking your business number
* Users reporting messages as spam
* Negative feedback from recent conversations

{% hint style="info" %}
Recent feedback carries more weight than older feedback, so your rating can shift quickly based on how your latest messages are received.
{% endhint %}

#### Quality rating levels

Meta shows your account quality as one of three states:

* **Green**: High quality
* **Yellow**: Medium quality
* **Red**: Low quality

A High quality rating means customers are engaging well with your messages. Medium or Low ratings mean customers may be blocking or reporting your communication, and it's worth investigating right away. You can check your current rating in DoubleTick or Meta's WhatsApp Manager.

#### Why account quality matters

Your quality rating directly impacts:

* Message deliverability
* Messaging limit tier upgrades
* Eligibility for advanced WhatsApp features
* Risk of phone number restrictions

{% hint style="warning" %}
A Medium or Low rating puts your number at risk of restrictions. Maintaining a High quality rating helps ensure long-term stability for your WhatsApp API number.
{% endhint %}

#### Common reasons customers block a business

When users block a business, Meta usually asks them to pick a reason. Common ones include:

* No longer needed
* Didn't sign up
* Spam
* Offensive messages
* No reason given

These block reasons give you useful insight into what might be causing your quality rating to decline.

#### Best practices to maintain high quality

To keep your quality rating strong:

* Only message users who have opted in
* Send useful, relevant, and personalized communication
* Avoid excessive message frequency
* Stay compliant with WhatsApp's Business and Commerce policies

If your rating does slip, see what to do when account quality drops for the recovery steps.

#### Key takeaways

* Account Quality reflects how customers reacted to your messages over the last 7 days.
* It's shown as Green (High), Yellow (Medium), or Red (Low).
* Blocks, spam reports, and negative feedback all pull your rating down.
* A low rating can restrict deliverability, limit upgrades, and put your number at risk.
* Messaging only opted-in users with relevant, well-paced content is the best way to stay Green.

#### FAQs

**How often does Meta update the quality rating?**\
It's based on a rolling seven-day window of customer feedback, so it can change frequently as new signals come in.

**Can one bad campaign drop my rating?**\
Yes, if it generates enough blocks or spam reports in a short period, since recent feedback is weighted more heavily than older feedback.

**Does a Medium rating mean my number will get banned?**\
Not immediately, but it's a warning sign. Left unaddressed, it can lead to messaging restrictions, so it's best to act early.

**Where can I check my current account quality?**\
You can view it by checking your account quality, either from the DoubleTick dashboard or directly in Meta's WhatsApp Manager.

**What's the fastest way to recover from a quality drop?**\
Pause broadcasts, keep responding to customers, and fix the underlying issue. Full steps are in what to do when account quality drops.

#### Related topics

* [How to check account quality](/meta-business-setup/account-quality/how-to-check-account-quality.md)
* [What to do when account quality drops](/meta-business-setup/account-quality/what-to-do-when-account-quality-drops.md)
* [Messaging limit guide](/meta-business-setup/messaging-limit/messaging-limit-guide.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://learn.doubletick.io/meta-business-setup/account-quality/account-quality-guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
