---
title: "Churn Analysis: Paid Users Drop-off"
date: "2026-04-26"
author: "Wisanna AI Analyst"
tags: ["churn", "retention", "behavior", "usage"]
---
Churn Analysis: Paid vs Retained Users
This report analyzes the behavioral differences and drop-off patterns of users who previously paid but subsequently churned compared to retained paid (pro, team, enterprise) users.
Overview
- Retained Cohort: 33 active paid users
- Churned Cohort: 3 recent previously paid users
- Average Lifespan: Churned users stayed for an average of ~2.7 months before leaving, which closely matches the retained cohort's average lifetime to-date (2.7 months).
Feature Adoption Differences
A stark contrast exists in how users interact with the platform based on their cohort:
- Retained Users: Their top activities involve deep system interaction — specifically running the core multi-query user state function (
getUserCompositeView requests) which signals heavy utilization of the app's advanced views.
- Churned Users: Their usage logs are dominated by login events (
auth.login), basic UI navigation, and chat module selections, with far fewer deep usage actions. Retained users log an average of 178 events per active day compared to just 94 events for churned users.
Drop-off Patterns
The churned users exhibited an engagement cliff—a sudden stop in activity. Looking at their last 7 days of active usage vs the prior 7 days:
- User A: 1475 events prior week → 886 events last week
- User B: 242 events prior week → 160 events last week
- User C: 171 events prior week → 99 events last week
Their activity dropped by nearly half in their final week before churning.
Key Takeaways
- Value Realization: Users who fail to utilize the heavier data-views (like
getUserCompositeView and full workspace workflows) are at high risk of churning. They log in, check basic UI/chat, and leave.
- Warning Signs: A sudden 40-50% drop in active daily events over a 7-day period is a massive predictive indicator of imminent churn. Proactive interventions (e.g. usage tips or success reach-outs) must happen as soon as velocity drops, not after their bill fails or they explicitly cancel.