---
title: "Trial Extension Save — Conversion Growth Tactic"
description: "When an engaged trialist cancels or expires unconverted, extend the runway instead of losing them—trial length alone holds conversion flat across 24 million trials, which is exactly why a targeted extension beats a blanket longer trial."
canonical: "https://churnkey.co/growth/library/trial-extension-save"
category: "growth"
related:
  - /growth/library/index.html.md
  - /growth/library/methodology.html.md
  - /feature/cancel-flows.html.md
last_updated: "2026-06-09"
---

# Trial Extension Save

When an engaged trialist cancels or expires unconverted, extend the runway instead of losing them—trial length alone holds conversion flat across 24 million trials, which is exactly why a targeted extension beats a blanket longer trial.

- **Stage:** Conversion
- **Evidence grade:** moderate (directional, still in validation)
- **Evidence:** Trial length alone holds conversion flat at 10 to 13 percent across 24M trials—extension only pays when targeted
- **Trigger type:** Event
- **Channels:** cancel modal, in-app

## What is it?

A trialist who used the product but reaches the end of the trial unconverted is often not rejecting the product—they ran out of evaluation time. A team mid-rollout, a stakeholder on vacation, a procurement cycle that outlasts the trial: these are calendar problems, not product problems. Cancelling that trialist throws away an evaluation that was still in progress.

This tactic offers an extension at the moment of loss—when the trialist hits cancel, or when a trial is expiring unconverted with real engagement signal behind it. The trialist accepts the extension, the trial end date moves, and the evaluation continues instead of restarting from zero with a competitor.

## What the evidence shows

Across 24 million trials in the platform dataset, trial length by itself does not move conversion: rates hold flat at 10 to 13 percent whether the trial runs 3 days or 30. That finding is the foundation of the tactic, because it rules out the obvious alternative—simply making every trial longer buys nothing.

What the flat curve implies is that time only matters for trialists who are actually using it. A targeted extension for engaged-but-unconverted trialists is the surgical version of "more time": it spends runway only where an evaluation is genuinely underway. The targeting logic is well-supported; the extension’s isolated lift is still being measured, which is why the grade sits at moderate rather than strong.

## How it runs

In production, the extension is gated on an engagement floor—sessions, core actions, or whatever signal the org treats as evidence of a real evaluation. An engaged trialist who hits cancel sees the extension in the Cancel Flow; an engaged trial expiring unconverted can surface it in-app before the deadline. Unengaged trialists never see it, because extending them just delays the same outcome.

The offer itself is plain: the new end date is stated explicitly, the trialist accepts it rather than having it applied silently, and each trial gets one extension. The single-extension cap keeps the trial a trial—an evaluation with a deadline—rather than an indefinite free tier negotiated one cancel at a time.

## 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 trialist above the engagement floor initiates cancellation, or their trial approaches expiry unconverted.

**Surface:** Extension offer in the cancel modal, or an in-app prompt ahead of trial expiry.

**Guardrails:**

- Targeting: extend only trialists above an engagement floor—extending the unengaged just delays the same outcome.
- Cap: one extension per trial, so the trial remains an evaluation with a deadline.
- Clarity: the offer states the new trial end date plainly at the moment of acceptance.
- Consent: never auto-extend silently—the trialist explicitly accepts the extension.

**Evidence:** Trial length alone holds conversion flat at 10 to 13 percent across 24 million trials in the platform dataset, whether the trial runs 3 days or 30—so a blanket longer trial buys nothing. That makes the targeted extension the surgical move for engaged-but-unconverted trialists. The targeting evidence is strong; the extension’s isolated lift is still in validation, hence the moderate grade.

**How to run it:**

1. Define an engagement floor from the org’s activation signals—sessions, core actions, or seats invited—that separates real evaluations from abandoned signups.
2. Trigger the extension offer when a trialist above the floor cancels, or when their trial nears expiry unconverted.
3. Present one extension length with the new end date stated explicitly, and require the trialist to accept it.
4. Enforce one extension per trial at the billing layer so the cap cannot be renegotiated per cancel attempt.
5. Measure conversion of extended trialists against a matched engaged-but-unconverted holdout to isolate the extension’s lift.

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.
- [Cancel Flows](/feature/cancel-flows.html.md) — The Churnkey feature this tactic maps to in production.
