---
title: "The simple math behind a profitable SaaS"
date: 2026-03-15
description: "Revenue is customers times price. Most builders only ever try to move one of those two numbers."
tags: ["saas","pricing","business"]
lang: en
source: https://www.lincoli.me/articles/the-simple-math-behind-a-profitable-saas/
author: "Lincoli Xavier"
---

There is a common belief among people building SaaS: that you need thousands of users for it to make money.

In practice, that is almost always false.

The basis of any SaaS is an extremely simple equation:

```
Revenue = Customers × Price
R = C × P
```

Where `R` is monthly revenue (MRR), `C` is the number of paying customers, and `P` is the monthly plan price.

Every SaaS lives inside that relationship.

## A practical example

Say your target is R$10,000 a month. There are several combinations that reach it, and all of them produce the same revenue:

- R$10 → 1,000 customers
- R$25 → 400 customers
- R$50 → 200 customers
- R$100 → 100 customers
- R$500 → 20 customers

You do not need to scale infinitely. Add churn and margin projections to the calculation, which vary by niche.

## The common mistake

A lot of developers think: *"I need more users."*

But mathematically there are only two ways to increase revenue:

1. More customers
2. A higher price

Most people ignore the second one entirely. That leads to cheap products trying to compensate with an absurd volume of users.

## Why many small SaaS products fail

When the price is very low, the model demands scale.

If your plan costs R$10 a month, reaching R$10k MRR requires 1,000 customers. Getting a thousand paying customers is far harder than it looks, especially for a new product.

## The power of good positioning

Now compare that with the other scenario. If your plan costs R$100 a month, you need 100 customers.

That changes the game completely. A hundred customers in a specific B2B niche is a much more realistic goal.

## Sustainable SaaS rarely depends on massive scale

The healthiest ones usually have a specific niche, a clear problem, and a price that makes sense for the value delivered.

They win through where they sit in the equation.

## The right question before building

Before thinking about growth, marketing or scale, do the simple arithmetic. Set your revenue target and solve for it:

```
Customers × Price = Revenue
```

From there, the goal stops being infinite growth. It becomes finding the balance point of the formula.
