> ## Documentation Index
> Fetch the complete documentation index at: https://memberful.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Track net revenue

> Getting clarity on your net revenue will help you understand the health of your business and gives you the foundation to calculate profit margins.

export const RelatedDocs = ({link1, link2, link3, link4, link5, link6, link7, link8, link9, link10, className = ""}) => {
  const links = [link1, link2, link3, link4, link5, link6, link7, link8, link9, link10].filter(Boolean);
  if (!links.length) return null;
  return <section className={`related-docs border dark:border-gray-700 rounded-2xl px-6 py-4 mt-6 ${className}`}>
      <p className="mb-2 font-medium">
        <strong>Related help docs:</strong>
      </p>
      <ul className="space-y-1 mb-1 mt-1">
        {links.map((link, index) => <li key={index}>
            <a href={link.url}>{link.label}</a>
          </li>)}
      </ul>
    </section>;
};

As a membership business, you want to ensure that your pricing remains profitable — especially when you offer discounts, test new products, or evaluate how refunds impact your bottom line.

In this help article, we'll show you how Net Revenue works, how it’s calculated, and how to use it to understand the long-term performance of your business.

## Where to find this metric

Go to *Revenue → Metrics → Net Revenue* in your Memberful dashboard.

## What is net revenue?

Revenue is the total amount your business earns from sales.

Net revenue is your total sales revenue minus refunds and member discounts. It represents the actual amount you keep from sales *before* any operating expenses (e.g., software costs, production expenses, or team costs).

Net revenue is important because refunds and discounts can meaningfully change your monthly earnings — and understanding these changes helps you make informed pricing and product decisions.

## How is Net Revenue calculated?

Here's how we calculate the Net Revenue metric:

`Net Revenue = Total Revenue - Refunds - Discounts`

We calculate Net Revenue by subtracting all refunds and membership discounts from your total revenue (orders).

<Callout icon="triangle-alert" color="#FFE044">
  Metrics update daily at midnight UTC and reflect the previous calendar day.
</Callout>

## What affects my Net Revenue?

These activities affect your Net Revenue:

* **Orders:** Revenue from all recurring and one-time payments
* **Refunds:** Revenue lost due to full or partial refunds
* **Discounts:** Revenue reduced by coupon codes, membership discounts, or promotional pricing

## How to explore your Net Revenue data

The Net Revenue chart displays your monthly totals, including the current (partially complete) month. It defaults to the last 12 months, but you can switch to the last 3 or 6 months, or scroll forward and backward through time.

<Frame>
  <img src="https://mintcdn.com/memberful/kYfqFa-XyCb6wLs6/images/metrics-and-analytics/net-revenue/net-revenue-graph.png?fit=max&auto=format&n=kYfqFa-XyCb6wLs6&q=85&s=be780cb50b3252ab7773c553fec66c00" alt="Net Revenue graph" width="1440" height="865" data-path="images/metrics-and-analytics/net-revenue/net-revenue-graph.png" />
</Frame>

Hover over any bar to see the breakdown of orders, refunds, and discounts for that month. You can also switch to the table view for a clearer month-by-month comparison.

<Frame>
  <img src="https://mintcdn.com/memberful/kYfqFa-XyCb6wLs6/images/metrics-and-analytics/net-revenue/net-revenue-hover.png?fit=max&auto=format&n=kYfqFa-XyCb6wLs6&q=85&s=5b469fdd9b172a5ef1f16efa08d6f051" alt="Net Revenue hover" width="1440" height="572" data-path="images/metrics-and-analytics/net-revenue/net-revenue-hover.png" />
</Frame>

Below the graph, you’ll see a table that lists each segment (orders, refunds, discounts) for every calendar month.

<Frame>
  <img src="https://mintcdn.com/memberful/kYfqFa-XyCb6wLs6/images/metrics-and-analytics/net-revenue/net-revenue-segments.png?fit=max&auto=format&n=kYfqFa-XyCb6wLs6&q=85&s=5e543b81e5d541debb5048ac8994ec3b" alt="Net Revenue segments" width="1440" height="346" data-path="images/metrics-and-analytics/net-revenue/net-revenue-segments.png" />
</Frame>

Click any value to view the individual data points contributing to that total. You can also export these details.

<Frame>
  <img src="https://mintcdn.com/memberful/kYfqFa-XyCb6wLs6/images/metrics-and-analytics/net-revenue/net-revenue-individual-data-points.png?fit=max&auto=format&n=kYfqFa-XyCb6wLs6&q=85&s=6cd4c5c1b575febd7fb0fdf5062bff4f" alt="Data for a specific month" width="1440" height="1104" data-path="images/metrics-and-analytics/net-revenue/net-revenue-individual-data-points.png" />
</Frame>

<Callout icon="info" color="#22E273">
  Want to compare Net Revenue across plans? [Learn more.](/metrics-and-analytics/compare-and-export/plan-comparison/)
</Callout>

<Frame>
  <img src="https://mintcdn.com/memberful/kYfqFa-XyCb6wLs6/images/metrics-and-analytics/net-revenue/net-revenue-compare-plans-graph.png?fit=max&auto=format&n=kYfqFa-XyCb6wLs6&q=85&s=2d0b9f9245e1c634b44a81e4762fc15d" alt="compare plans graph" width="1440" height="1107" data-path="images/metrics-and-analytics/net-revenue/net-revenue-compare-plans-graph.png" />
</Frame>

## How should I use this metric?

Net Revenue gives you a clearer picture of your true earnings after refunds and discounts — which is essential for understanding how your business is performing month over month.

From here, you can subtract additional operating expenses to calculate your **net profit**, or use Net Revenue to track your **profit margins** over time.

A few patterns to monitor:

* **Net revenue trending upward**: Your earnings are growing and discounts/refunds are under control
* **Net revenue trending downward**: Refunds, discounts, or pricing issues may be eating up your earnings
* **A shift lasting 3+ months**: A sustained trend worth investigating

It’s normal for net revenue to fluctuate, but long-term patterns reveal whether your membership is strengthening or weakening.

<RelatedDocs
  link1={{
url: "/metrics-and-analytics/growth-metrics/churn/",
label: "Learn more about how much money you've lost due to churn.",
}}
  link2={{
url: "/metrics-and-analytics/growth-metrics/trials/",
label: "Learn more about how well members convert from trialing to paying.",
}}
  link3={{
url: "/metrics-and-analytics/growth-metrics/paying-members/",
label:
  "See a bird's eye view of new, reactivated, and existing members along with net change and total members.",
}}
  link4={{
url: "/metrics-and-analytics/compare-and-export/plan-comparison/",
label: "Compare plans to see how they're performing against each other.",
}}
/>
