Is Mixpanel Down?
Real-time status monitoring
As of 9/17/2026, 5:29:37 PM, Mixpanel is operational.
π‘ Monitor Mixpanel uptime every 30 seconds β get alerted in under a minute
Trusted by 100,000+ websites Β· Free tier available
β‘ Get notified instantly when Mixpanel goes down
Email alerts within the hour of a detected change. 14-day free trial β $0 today.
Embed Mixpanel Status Badge
Show live Mixpanel status in your README, documentation, or website
[](https://apistatuscheck.com/api/mixpanel)<a href="https://apistatuscheck.com/api/mixpanel"><img src="https://apistatuscheck.com/api/badge/mixpanel" alt="Mixpanel Status" /></a>Response Time (24h)
Recent Incidents
Degraded Query API Performance impacting US Projects
Aug 26, 09:39 PM β Resolved Aug 26, 10:45 PM
# 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.
Issues Populating Event Properties in dropdown menus
Aug 19, 11:20 PM β Resolved Aug 20, 03:05 AM
This incident has been resolved.
Mixpanel MCP: Get-Report degraded
Aug 6, 07:19 AM β Resolved Aug 6, 01:32 PM
This incident has been resolved.
Issues serving responses by the Mixpanel agent
Jul 22, 08:03 AM β Resolved Jul 22, 02:47 PM
This incident has been resolved.
Temporary Data Ingestion Delay for US Projects
Jul 11, 07:53 AM β Resolved Jul 11, 03:54 PM
# 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 cause originated in our ingestion controls: 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, because the overloaded partitions stay pinned to the same infrastructure, and a capacity limit in a component of our streaming infrastructure prevented the added capacity from taking effect. 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, certain backlogged data deferred with the owning customer's agreement, failure isolation enabled in the pipeline, and affected 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. The imports themselves were a legitimate use of the platform. 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 component of our streaming infrastructure compounded this by preventing scale-up from adding capacity, which delayed 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 that imports of any size, including full historical backfills and data warehouse syncs, can run without advance coordination, and one project's volume is prevented from 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, which is designed to prevent this class of misalignment from recurring.. * **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 β Our goal is for the platform to keep any import within safe rates automatically, so that backfills and warehouse syncs can run without scheduling or notice. We are still rolling out the capacity-aware controls that deliver this. In the meantime, if you are planning an unusually large import or backfill, we recommend coordinating with your account team so we can confirm capacity in advance. * **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.
Get Mixpanel Outage Alerts
Be the first to know when Mixpanel go down.
Alert Pro
14-day free trialStop checking β get alerted instantly
Alert Pro checks the 60+ APIs we monitor every hour and emails you within the hour of a detected change.
- Email alerts for up to 10 of the APIs we monitor
- $0 charged today β card required to start
- Cancel anytime β $9/mo after trial
What is Mixpanel?
Product analytics platform for tracking user behavior and engagement
Mixpanel Down? Try These Steps
- Check the official Mixpanel status page for announcements
- Try refreshing your browser or clearing cache
- Check your internet connection
- Try accessing from a different network or VPN
- Check social media for reports from other users
- Set up automated monitoring so you know before your users do β Better Stack monitors every 30 seconds
Is Mixpanel down for everyone or just me?
To determine whether it's a widespread Mixpanel outage or a problem specific to your account or location:
- Check the status indicator above β if this page shows a major outage, it's confirmed global.
- Try a different device or network β if it works on mobile data but not Wi-Fi, it's likely a local network issue, not Mixpanel.
- Clear cache and cookies β browser issues can mimic service outages.
- Check community reports β Downdetector and social media will show whether hundreds of other users are reporting the same issue.
- Test the API directly (for developers) β a raw request returning 5xx errors confirms a service-side outage; a 429 means you've hit your personal rate limit.
Official source: Mixpanel Status Page
The average API outage costs $5,600 per minute
Gartner estimates downtime costs $5,600/min on average. 98% of organizations say a single hour of downtime costs over $100,000. Proactive monitoring catches issues in under 30 seconds.
π§ Recommended Tools
Know when Mixpanel goes down before your users complain. 30-second checks, instant alerts.
Trusted by 100,000+ websites Β· Free tier available
Better Stack β Start FreeManage API keys, database passwords, and service tokens securely. Rotate automatically when breaches occur.
Trusted by 150,000+ businesses Β· From $2.99/mo
1Password β Try FreeMonitor Mixpanel and 100+ APIs with instant email alerts. 14-day free trial.
Complete Mixpanel Troubleshooting Guide
In-depth guide with step-by-step troubleshooting, common error codes, workarounds, and what to do during Mixpanel outages.
Read the full guideRelated Services
Check the status of other analytics services and APIs
More for Mixpanel
Complete Mixpanel Guide
In-depth troubleshooting with step-by-step instructions, common error codes, workarounds, and alternatives during outages.
Read the full guideRecommended Tools
See all βMonitors your APIs every 30 seconds with instant alerts via Slack, email, SMS, and phone calls.
Securely manage API keys, database passwords, and service tokens with CLI integration and auto-rotation.
Helpful Resources
Never get caught off guard by an outage
Get instant email alerts when APIs go down. Monitor up to 10 APIs for $9/mo β that's less than 1 minute of downtime costs.
14-day free trial. $0 due today. Cancel anytime.