> For the complete documentation index, see [llms.txt](https://docs.morevy.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.morevy.ai/docs/how-the-numbers-work/retention-and-churn.md).

# Retention and churn

Retention answers a different question from the movement table. The movement tells you what happened. Retention tells you whether it was good.

## The two that matter

**Gross revenue retention** asks: of last month's revenue, how much did you keep?

Cancellations and downgrades count against it. Upgrades do not help it. It cannot exceed 100%.

**Net revenue retention** asks the same thing, but upgrades count.

Above 100% means the members who stayed grew enough to more than cover the ones who left. That is the number a lender or a buyer will ask you for.

### Worked example

Starting the month at $40,018:

|           |          |
| --------- | -------- |
| Lost      | ($4,508) |
| Reduction | ($529)   |
| Growth    | +$1,644  |

**Gross revenue retention** = (40,018 − 4,508 − 529) / 40,018 = **87.4%**

**Net revenue retention** = (40,018 − 4,508 − 529 + 1,644) / 40,018 = **91.5%**

New members appear in neither. Both ratios are about the book you started with, which is what makes them comparable month to month.

{% hint style="info" %}
Morevy shows the term and a plain sentence explaining it. The terms are kept because they are what an outside party will use, not because they are friendly.
{% endhint %}

## Why they are switched off on a cash basis

If you chose cash collected rather than recurring revenue, these ratios are unavailable, and Morevy says so on screen rather than leaving a gap.

The reason is worth understanding.

Retention is defined over revenue matched to the months of access it paid for. Run the same formula over collection timing and a member who prepaid six months in January reads as a **total loss** in February, March, April, May and June. They did not leave. They paid early.

There is no valid cash-basis version of these ratios. Rather than show a plausible-looking number under a familiar name, Morevy withholds them and names the basis that would support them.

## Member retention is different

**Member retention** counts people, not money. The share of members who were there last month and are still here.

It is worth watching alongside the revenue ratios because they can move in opposite directions. Losing ten members on your cheapest plan barely dents revenue retention and tells you something real about the business.

## What these ratios will not tell you

They are backward-looking and they are ratios. A single month at 87% is not a trend, and a small book makes every ratio jumpy: on 200 members, three cancellations move the number more than any decision you made that month.

Ask for a few months at once before drawing a conclusion.


---

# 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://docs.morevy.ai/docs/how-the-numbers-work/retention-and-churn.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.
