---
title: "Free-to-Paid Conversion — Conversion Growth Tactic"
description: "Guides free-tier subscribers toward the behaviors that precede conversion and pitches the right paid plan at the moment intent shows."
canonical: "https://churnkey.co/growth/library/free-to-paid-conversion"
category: "growth"
related:
  - /growth/library/index.html.md
  - /growth/library/methodology.html.md
  - /tools/growth-rate-calculator.html.md
last_updated: "2026-06-09"
---

# Free-to-Paid Conversion

Guides free-tier subscribers toward the behaviors that precede conversion and pitches the right paid plan at the moment intent shows.

- **Stage:** Conversion
- **Evidence grade:** validated (replicated across many companies)
- **Evidence:** pre-conversion billing-page visits run 477 percent above baseline
- **Trigger type:** Threshold
- **Channels:** in-app, email

## What is it?

Free-tier subscribers telegraph conversion before they convert. The loudest tell is the billing page: in the window before a free subscriber upgrades, their billing-page visits run 477 percent above baseline. They are already shopping. The only question is whether the product meets them with the right plan or leaves them to figure it out.

This tactic does both halves of the job: it guides free subscribers toward the behaviors that historically precede conversion, and when the intent signal crosses its threshold, it pitches the plan that matches their usage at the moment they are deciding.

## When it fires

The tactic maintains a conversion-readiness score per free subscriber, built from billing-page visits, feature usage, and session patterns. When the score crosses its threshold, the conversion pitch appears in-app at the next active session, with a single follow-up email if it goes unseen.

By design, this tactic avoids a calendar-based approach. Day-30 upgrade emails reach most subscribers when they are nowhere near a purchase decision. The readiness threshold exists so the pitch lands inside the window when the subscriber is already looking at billing.

## What the evidence shows

The 477 percent spike in pre-conversion billing-page visits is the cleanest intent signal in the free-tier data: subscribers about to pay behave differently from subscribers who never will, and the difference shows up in ordinary usage data.

The combined model built on those signals predicts well: shown a future converter and a non-converter, it ranks the converter higher about 77 times in 100. That accuracy is enough to time a pitch with confidence, validated across usage data from hundreds of organizations rather than any single product’s quirks.

## How it runs

In production, the tactic scores every free-tier subscriber continuously and runs two tracks. Below the threshold, subscribers get light in-product guidance toward the behaviors that precede conversion. Above it, they get the plan pitch itself, matched to observed usage. Acceptance creates the subscription in the billing provider, and a pass starts a cooldown.

Guardrails keep the free tier livable: pitch frequency is capped, guidance never blocks the product, and a subscriber who declines is left to use the free tier in peace until the signal rises again.

## Run it with the Churnkey MCP

This tactic runs via the Churnkey MCP. Connect it to your favorite AI agent and it reads your own usage and billing data, then recommends and runs the plays most likely to move your LTV — starting with whether this one fits.

**Trigger:** A free-tier subscriber’s conversion-readiness score, built from billing-page visits, feature usage, and session patterns, crosses the configured threshold.

**Surface:** In-app plan pitch at the subscriber’s next active session, plus one follow-up email with identical terms if the pitch is not seen within seven days.

**Guardrails:**

- Rate limit: at most one plan pitch per subscriber per 30 days. Never re-pitch within 14 days of an explicit decline.
- Eligibility: active free-tier subscribers with enough usage data to score. Exclude subscribers in their first three days.
- Plan matching: the pitched plan is derived from observed usage, never the most expensive tier by default.
- Restraint: below-threshold guidance is limited to in-product nudges toward conversion-predictive behaviors and never blocks free-tier functionality.

**Evidence:** Pre-conversion billing-page visits run 477 percent above baseline among free-tier subscribers, and the combined readiness model picks the future converter over a non-converter about 77 times in 100. Validated across billing-page and product usage data from hundreds of organizations and 14.3M end users. Predictive accuracy, not a causal claim about any single pitch.

**How to run it:**

1. Instrument billing-page visits, feature usage, and session patterns for the free tier in product usage data.
2. Train a conversion-readiness score on historical free-to-paid outcomes, recomputed per subscriber daily.
3. Below the threshold, surface light in-product guidance toward the behaviors that historically precede conversion.
4. When the score crosses the threshold, render the plan pitch in-app at the next session, with the plan matched to observed usage.
5. If the pitch is not seen within seven days, send one follow-up email with the same terms, then stop. On acceptance, create the subscription in the billing provider.
6. Track pitch conversion, time-from-threshold-to-conversion, and decline rate. Tune the threshold against those outcomes.

Install the MCP server:

```bash
npm install -g @churnkey/mcp
```

The full reference is in the [Churnkey MCP docs](https://docs.churnkey.co/data-integrations/mcp).

## Related

- [Growth Tactics Library](/growth/library/index.html.md) — The full register of graded growth plays.
- [How Tactics Are Graded](/growth/library/methodology.html.md) — The four-grade evidence ladder behind this grade.
- [Growth rate calculator](/tools/growth-rate-calculator.html.md) — Related calculator.
