Is Mixpanel down?
Last checked just nowNo incidents right now.
Mixpanel is operational right now. Last checked just now; the most recent incident resolved 18d ago.
Real-time Mixpanel status, recent outages, and incident history — pulled directly from Mixpanel's official status page at https://status.mixpanel.com every 5 minutes. Pingoru tracks 9 Mixpanel services and has captured 6 incidents in the last 90 days (97.47% uptime). Get email, Slack, Discord, or webhook alerts the moment Mixpanel reports a new incident — free for 5 monitors, no credit card.
Recent outages & incidents
Past 90 days- Application Availability (US)
Timeline · 5 updates
- investigating · Aug 26, 2026, 09:39 PM UTC
Mixpanel is experiencing degraded Query API performance, resulting in HTTP 500 responses when querying reports for projects with US Data Residency. Projects with EU and IN Data Residency remain unaffected. We appreciate your patience while our engineers work to restore normal functionality. We will post progress updates on our status page. If you have any questions, please contact support.
- identified · Aug 26, 2026, 10:11 PM UTC
The issue has been identified and a fix is being implemented.
- monitoring · Aug 26, 2026, 10:28 PM UTC
A fix has been implemented, and we're seeing improved success rates for the Query API. We will continue monitoring to ensure stability.
- resolved · Aug 26, 2026, 10:45 PM UTC
This incident has been resolved.
- postmortem · Sep 08, 2026, 06:25 PM UTC
# Mixpanel RCA: Temporary Query Service Disruption for US Projects August 26, 2026 # Summary Between approximately **2:02 PM and 3:19 PM PT on August 26, 2026**, projects in the US region experienced failures loading reports and running queries through the Mixpanel UI and Query API. During this window, some queries in the region failed or returned errors. **No customer data was lost, and data ingestion was not affected.** All events continued to be collected and stored normally throughout the incident; once query service was restored, all reports reflected complete, accurate data with no customer action required. The cause was identified as a recently deployed internal tool for diagnostic query replay, a capability our engineers use to re-run copies of past queries to debug performance, which unexpectedly wrote large amounts of data to the disks of our query servers, consuming storage capacity the servers need to operate. When those disks filled, the affected servers took themselves out of service. Service was restored, the impacted servers were brought back online, and the internal tooling was disabled. The remediations below add storage safeguards to remove internal tooling's ability to consume resources on query servers, and are designed to prevent this class of failure from happening again in the future. # What happened Mixpanel's query engine runs on a fleet of servers that each use a set of local storage volumes to cache the data needed to answer queries quickly. Separately, our engineers use diagnostic query replay tooling, a capability our engineers use to reproduce and debug query performance. While applying the diagnostic query replay tooling to a large, complex query, a software bug caused the query replay captures to fan out across the entire fleet instead of remaining confined to a single server. Additionally, it caused far more data than intended to be saved without timely eviction on a single server. Two factors then widened the impact of the issue: * A single full storage volume took a server fully out of service. Each server treats its cache as unhealthy if any one of its storage volumes crosses a usage threshold, even when all other volumes are healthy. The replay data was written to one specific volume on every server, so servers across the region failed their health checks nearly simultaneously. * Cleanup limits did not account for data size. The safeguard limiting replay data on disk counted items at the application level rather than bytes at the filesystem level, so a small number of unexpectedly large captures passed the check while consuming most of the volume’s capacity. Together, these allowed a single debugging workflow that normally has a negligible footprint to interrupt production query serving across the US region. # Timeline \(Pacific Time, August 26, 2026\) * **2:00 PM** — First oversized diagnostic replay capture was written; storage volumes began to reach their capacity and query success rate began to drop shortly after. * **2:17 PM** — Automated alerting paged the on-call engineer; investigation began immediately and additional engineers were engaged. * **2:39 PM** — Status page incident posted; in-app banner displayed at 2:40 PM. * **2:53 PM** — Root cause identified; recovery efforts began on the first affected server group. * **3:19 PM** — Query service restored for the vast majority of traffic; the final server group fully recovered at 3:27 PM. * **3:45 PM** — Incident resolved after a stable observation period. The diagnostic replay tooling that triggered the issue was fully disabled the same evening. # Root cause 1. **A software bug in our query replay tooling caused unbounded writes to production storage.** A recently deployed capability for reproducing queries mishandled a particular class of complex query, causing captures to spread to every query server in the region and to write far more data to the affected volumes than the design assumed. 2. **Replay files consumed disk capacity that query serving depends on.** The replay tooling wrote its files to the query servers' local disks, so runaway replay data exhausted storage capacity the servers need to answer queries. 3. **Safeguards only partially accounted for the behavior.** The cleanup policy for diagnostic replay data limited the number of items on disk, but not their total size, so it did not engage. Alerting on storage volumes flagged the growth but was not escalated as critical on a per-server basis, which delayed detection until query failures began. # What we're changing The end state we are building toward: internal diagnostic query replay data stored in dedicated object storage, placing no load on production query servers. Already deployed: * **Disabled the internal tooling** that caused the incident, and remediated the underlying issue so diagnostic captures are confined to a single server and the specific query class is handled correctly. * **Documented the targeted recovery procedure** used during the incident, i.e., clearing only the affected storage volume rather than restarting full server groups, in our operational runbooks, shortening recovery time if any volume’s capacity runs out in the future. In progress: * **Filesystem-level, size-based limits on diagnostic replay data**, capping total bytes on disk rather than item counts, so oversized captures are rejected or evicted before they can affect the volume’s capacity. * **Stricter storage alerting**, escalating per-server volume saturation as critical before it can affect query health checks. * **Moving query replay data to dedicated object storage,** so it consumes no resources on production query servers. # Common questions * **Was any data lost?** No. Data ingestion was unaffected throughout the incident: events continued to be collected, queued, and stored normally. Only the ability to query was interrupted. Once service was restored, all reports reflected complete data. * **Were saved reports, dashboards, or project settings affected?** No. The incident affected query execution only. Nothing stored in your project changed. * **Why did it affect multiple US projects at once?** The oversized diagnostic replay data written to every query server's disks at nearly the same time, and each server removes itself from service when any one volume fills. Preventing internal tooling from consuming query-server storage is a core part of our remediation work. * **How is this prevented going forward?** The tooling issue is resolved and the tooling remains disabled until size-based limits are in place. Storage alerting is being tightened so saturation is caught before it affects query serving. Structurally, we are moving diagnostic data off production query servers entirely, so internal debugging data will consume no storage on the servers responsible for queries processing. We apologize for the disruption and for the time reports were unavailable. Please reach out through your account team or support with any questions.
Latest: # Mixpanel RCA: Temporary Query Service Disruption for US Projects August 26, 2026 # Summary Between approximately **2:02 PM and 3:19 PM PT on August 26, 2026**, projects in the US…
-
- Application Availability (US)Application Availability (EU)Application Availability (IN)
Timeline · 5 updates
- identified · Aug 19, 2026, 11:20 PM UTC
We are currently experiencing issues with populating event properties in dropdown menus. We appreciate your patience while our engineers work to restore functionality. If you have any questions, please contact [email protected]
- identified · Aug 19, 2026, 11:23 PM UTC
We are continuing to work on a fix for this issue.
- identified · Aug 20, 2026, 01:04 AM UTC
We are continuing to work on a fix for this issue.
- monitoring · Aug 20, 2026, 02:52 AM UTC
A fix has been implemented and we are monitoring the results.
- resolved · Aug 20, 2026, 03:05 AM UTC
This incident has been resolved.
Latest: This incident has been resolved.
-
- Application Availability (US)Application Availability (EU)Application Availability (IN)
Timeline · 4 updates
- investigating · Aug 06, 2026, 07:19 AM UTC
We are aware that the Get-Report tool in the Mixpanel MCP server is currently failing when called with skip_results: false. Report metadata is unaffected. We are investigating the issue and will provide updates as we have them.
- identified · Aug 06, 2026, 08:39 AM UTC
The issue has been identified and fix is being implemented.
- monitoring · Aug 06, 2026, 09:12 AM UTC
A fix has been deployed and we're now monitoring the results. Report queries in the Mixpanel MCP server should be functioning normally. We'll continue to watch closely and provide a final update once we've confirmed full resolution.
- resolved · Aug 06, 2026, 01:32 PM UTC
This incident has been resolved.
Latest: This incident has been resolved.
-
-
Timeline · 4 updates
- investigating · Jul 22, 2026, 08:03 AM UTC
We are currently experiencing issues with the Mixpanel agent within the webapp. Our engineering team has been alerted and is investigating the issue and working to restore its functionality. We appreciate your patience as we work to resolve this matter. If you have any questions, please contact support.
- investigating · Jul 22, 2026, 09:52 AM UTC
the team continues to investigate the issue and next steps. Thanks for your patience.
- monitoring · Jul 22, 2026, 10:55 AM UTC
A fix has been implemented and we are monitoring the results.
- resolved · Jul 22, 2026, 02:47 PM UTC
This incident has been resolved.
Latest: This incident has been resolved.
-
- Ingestion API Availability (US)
Timeline · 7 updates
- investigating · Jul 11, 2026, 07:53 AM UTC
We are currently experiencing delays in our data ingestion pipeline, which is affecting real-time data for projects enrolled in the US projects, resulting in delays for a subset of projects. While no data is being lost, our engineering team is actively investigating the matter and working to restore real-time functionality as quickly as possible. We appreciate your patience during this time. If you have any questions, please contact support.
- investigating · Jul 11, 2026, 09:17 AM UTC
We are continuing to investigate this issue.
- identified · Jul 11, 2026, 10:15 AM UTC
The issue has been identified and a fix is being implemented.
- identified · Jul 11, 2026, 12:54 PM UTC
We are continuing to work on a fix for this issue.
- monitoring · Jul 11, 2026, 02:25 PM UTC
A fix has been implemented and we are monitoring the results.
- resolved · Jul 11, 2026, 03:54 PM UTC
This incident has been resolved.
- postmortem · Jul 16, 2026, 11:47 PM UTC
# Summary Between approximately **11:35 PM PT on July 10 and 7:19 AM PT on July 11, 2026**, data ingestion for Mixpanel projects in the US region ran behind by up to ~2 hours. During this window, reports and dashboards temporarily showed incomplete data — recent time ranges could appear as sharp, artificial drops in metrics such as active users or revenue. **No data was lost.** All events were queued durably and processed in full once the backlog cleared; metrics returned to accurate values on their own, with no customer action required. The root cause was on our side: for a small number of very high-volume projects, the ingestion rates we allowed had drifted out of alignment with the capacity provisioned for those projects. Large historical imports — entirely legitimate use of the platform — were therefore admitted faster than their infrastructure could absorb, and two properties of our pipeline turned that localized overload into a region-wide delay. The fixes below realign those controls so that any import, of any size, is automatically kept within safe bounds. # What happened Mixpanel's ingestion pipeline is sharded and multi-tenant: each project's data is distributed across a set of partitions sized for its expected volume, and for throughput, events from many customers are processed together in batches. This design delivers high efficiency, but it depends on one invariant: the rate at which we admit a project's traffic must match the capacity provisioned for it. When that invariant holds, even very large imports are absorbed smoothly. Here, it did not hold. A small number of very large historical data imports ran on projects whose allowed ingestion rates had, over time, grown well beyond their provisioned partition capacity. The excess volume concentrated onto specific partitions as **hot spots**, saturating the portion of the streaming fleet serving them. Two factors then widened the impact: * **Batched, multi-tenant processing amplified the hot spots.** Because events from many customers travel together in batches, slowness and failures on the overloaded partitions delayed unrelated customers' events sharing those batches. * **Automatic scale-up was ineffective.** Adding capacity cannot dissolve a hot spot of this kind — the overloaded partitions stay pinned to the same infrastructure — and an undocumented capacity limit in a third-party component of our streaming infrastructure silently prevented the added capacity from taking effect at all. Together, these turned what should have been a brief, self-healing slowdown into a multi-hour delay requiring manual intervention. # Timeline \(Pacific Time, July 10–11\) * **11:35 PM** — Automated alerting detected the ingestion backlog; on-call engineer engaged immediately. * **12:49 AM** — Status page incident posted; impact scoped to the US region only. * **1:23 AM** — The largest contributing import was paused. * **1:55–6:48 AM** — Progressive mitigations: additional traffic sources throttled, low-value backlogged data deferred with the owning customer's agreement, failure isolation enabled in the pipeline, and misbehaving infrastructure nodes replaced. * **7:19 AM** — Backlog fully processed; all projects current. Status page moved to monitoring, then resolved after a stable observation period. # Root cause 1. **Ingestion rate limits misaligned with provisioned capacity.** For the driving projects, the rates our platform admitted had grown out of step with the infrastructure provisioned for them, so legitimate high-volume imports were let in faster than their partitions could absorb. This is the systemic root cause, and it was ours to prevent — not a customer error. 2. **Batched, multi-tenant processing amplified the overload.** Failures on the overloaded partitions delayed unrelated customers' events sharing the same processing batches, spreading a localized problem across the platform. 3. **Traffic to the overloaded partitions could not be redistributed.** Partition-to-server assignment in the streaming layer was not load-aware, so the hot spots stayed pinned to the same servers regardless of fleet size — total capacity was sufficient, but it could not be brought to bear. A scaling limit in a third-party component compounded this by silently preventing scale-up from adding capacity, delaying diagnosis until engineers intervened manually. # What we're changing The end state we are building toward: **every project's ingestion limits automatically match its provisioned capacity, so imports of any size — including full historical backfills and data warehouse syncs — run safely hands-off**, with no advance coordination, and no possibility of one project's volume affecting another's data freshness. Already deployed — improving our ingestion handling: * **Improved hot-spot handling.** Traffic distribution in the streaming layer is now load-aware, spreading concentrated load more evenly across the fleet, and individual problem items are now retried separately instead of holding up the rest of their batch — reducing, though not eliminating, the impact a localized overload can have on unrelated traffic. * **Re-provisioned the highest-volume workloads** onto appropriately sized infrastructure, prioritized by risk. Already deployed — changing how we operate the third-party streaming service: * **Audited and re-tuned the fleet's capacity profile** so individual servers have substantially more headroom for concentrated load, and worked with the provider to resolve the scaling limitation encountered during the incident. In progress: * **Capacity-aware rate limiting** — closing the gaps between individually granted project rate limits and each project's real provisioned capacity, extending rate limiting to ingestion paths that previously lacked it, and coupling any future limit increase to a capacity increase — so the misalignment that caused this incident cannot recur silently. * **Finer-grained volume monitoring and alerting** so capacity misalignment is detected and corrected before it can affect any customer. * Evaluating stronger workload isolation/backlog recovery prioritization for bulk/backfill traffic paths, so historical imports have reduced impact on live traffic # Common questions * **Was any data lost?** No. Events were durably queued throughout the incident and were fully processed once the backlog cleared. Any metric drops seen during the window were a display artifact of the delay and self-corrected. * **Do I need to coordinate large imports or backfills with Mixpanel?** No — and that is by design. Our direction is that the platform itself keeps any import within safe rates, so backfills and warehouse syncs run hands-off without scheduling or notice. * **How is this prevented going forward?** The systemic fix is tightening the gaps between individually granted project rate limits and each project's real provisioned capacity, and extending rate limiting to the ingestion paths that previously lacked it — so overload of this kind is stopped at admission. In addition, the scaling limitation that prolonged the incident is fixed, the pipeline now retries individual problem items separately so a localized overload has far less impact on unrelated traffic, and bulk traffic is being further isolated from live traffic. * **Can individual projects be prioritized during recovery?** This capability did not exist during the incident — all projects recovered at the same rate. We are evaluating prioritization mechanisms for backlog recovery as part of our follow-up work. We apologize for the disruption and for the concern the temporarily depressed metrics caused. Please reach out through your account team or support with any questions.
Latest: # Summary Between approximately **11:35 PM PT on July 10 and 7:19 AM PT on July 11, 2026**, data ingestion for Mixpanel projects in the US region ran behind by up to ~2 hours. Duri…
-
See the full Mixpanel outage history
1 more incident in the last 90 days, plus the full multi-year archive of per-service events and update timelines.
Browse Mixpanel outage history →Or sign up free to get alerts when Mixpanel breaks · 10 free monitors · No credit card
- Started Aug 26, 2026, 09:39 PM UTC · Resolved Aug 26, 2026, 10:45 PM UTC · 1h 6m
- Started Aug 19, 2026, 11:20 PM UTC · Resolved Aug 20, 2026, 03:05 AM UTC · 3h 44m
- Mixpanel MCP: Get-Report degraded ResolvedStarted Aug 06, 2026, 07:19 AM UTC · Resolved Aug 06, 2026, 01:32 PM UTC · 6h 13m
- Started Jul 22, 2026, 08:03 AM UTC · Resolved Jul 22, 2026, 02:47 PM UTC · 6h 43m
- Started Jul 11, 2026, 07:53 AM UTC · Resolved Jul 11, 2026, 03:54 PM UTC · 8h
- Query API Degraded Performance ResolvedStarted Jun 29, 2026, 07:47 PM UTC · Resolved Jun 30, 2026, 03:30 AM UTC · 7h 43m