Slack status
Is Slack down right now? The live answer is below, measured by our own probes, not crowd reports. Watched since Aug 2026, checked every 2 minutes from all five YoPingMe regions.
- Last 24 hours
- -
- Last 7 days
- -
- Last 30 days
- -
| Region | Response time | Last checked |
|---|---|---|
| Frankfurt | - | - |
| London | - | - |
| Virginia | - | - |
| Oregon | - | - |
| Singapore | - | - |
Watched since Aug 2026, checked every 2 minutes from all five YoPingMe regions. An alert is confirmed across two regions before we would ever call it down.
How we check Slack
We watch slack.com/api/api.test from all five of our probe regions, every 2 minutes. A region that sees a failure does not make this page say "down" on its own: a second region has to agree first, the same confirmation rule every YoPingMe monitor uses.
Slack publishes a method whose entire purpose is to confirm the API is reachable, and it answers without a token, so we can measure the platform without holding a credential that would eventually expire and report itself as an outage. It also exercises the same API surface that every integration, bot, and alerting webhook in your stack depends on.
What is Slack?
Slack is where a large share of internal communication happens, and for many organisations it has absorbed roles that used to belong to email, phone calls, and walking over to someone's desk. It is also, less visibly, a piece of operational infrastructure. Deploy notifications, monitoring alerts, on-call escalations, customer support handoffs, and approval workflows all commonly terminate in a Slack channel, which means an outage does not only make a company quieter. It can take out the way that company finds out about its other problems.
That second role is the one worth thinking about in advance. A monitoring system whose only alert channel is Slack has a dependency that nobody usually writes down, and the failure is silent in the worst way: no alert arrives, and the absence of an alert is indistinguishable from everything being fine. Teams tend to discover this during their first significant Slack incident, which is also the moment when several other things are often going wrong at once. Any alerting path worth trusting has a second channel that does not share infrastructure with the first.
From the outside, Slack incidents tend to be partial rather than total. Sending messages, loading history, uploading files, running slash commands, and delivering API events are separate operations, and it is routine for one to degrade while the rest work. The visible result is a client that mostly works with one thing conspicuously broken, which reads to most users as their own machine misbehaving rather than a platform problem. That instinct sends people restarting the desktop client, which is a reasonable first move and a poor second one.
The desktop client deserves a mention of its own. It maintains a long-lived connection and caches a lot of state, so it can get stuck in ways the browser version does not. When one person cannot load a workspace their colleagues are using normally, the client is a more likely explanation than the platform, and opening the same workspace in a browser separates the two in seconds.
For anyone building on Slack rather than only using it, the API is the part to watch, which is why this page measures that rather than the marketing site. An integration that has stopped posting is usually looking at a token that was revoked, a scope that changed when someone reinstalled the app, or a rate limit reached after an automated burst, and none of those will ever appear on a status page. Knowing that the platform is answering normally is what narrows the search to your own side of the connection.
Frequently asked questions
Is Slack down right now?
Check the board above; it reflects our own probes against Slack's API from all five of our regions, refreshed every couple of minutes and confirmed across two regions before this page would call it down.
Slack will not load for me but my colleagues are fine. What is wrong?
Almost certainly something local rather than Slack. A workspace is served the same way to everyone in it, so a problem affecting one person and not their colleagues usually points at the desktop client holding a stale connection, a corporate proxy or VPN interfering, or a DNS resolver returning an old answer. Opening the workspace in a browser is the quickest test, since it bypasses the desktop client entirely.
Why did my Slack alerts stop arriving during an incident?
Because the alerting path runs through Slack's API, which is exactly what a Slack outage takes out. This is worth planning around rather than discovering live, since a monitoring setup whose only notification channel is Slack goes silent at the moment you most need it. Keeping a second channel, email or a webhook to something that does not depend on Slack, is the standard fix.
Do Slack outages affect messages already sent?
No, sent messages are not lost. What typically happens during an incident is that new messages fail to send, appear to send and then show a retry indicator, or arrive out of order once the connection recovers. History is preserved, and the client usually reconciles itself within a few minutes of the platform recovering.
My Slack app or bot is failing but Slack itself works. Where should I look?
Look at the API responses your app is getting before assuming a platform problem. Slack returns a descriptive error string for each failed method call, and the common ones during normal operation are an expired or revoked token, a missing scope after a permissions change, or rate limiting after a burst of posts. If the board above shows the API answering normally, one of those is much more likely than an outage.
Official Slack channels
Everything above is our own measurement, taken from outside Slack's infrastructure. Below is where Slack reports on itself, worth reading alongside our numbers during an incident.
- Slack's official status pageslack-status.com
- Incident feed (RSS)slack-status.com
- Incident updates on socialx.com
- Engineering blog and postmortemsslack.engineering
yoping.me is an independent uptime monitor. Not affiliated with, endorsed by, or sponsored by Slack. Slack and the Slack logo are trademarks of Slack Technologies, LLC.