Slack status: messaging issues and outage reports
No problems detected
If you are having issues, please submit a report below.
Slack is a cloud-based set of proprietary collaboration tools and services. It's meant for teams and workplaces, can be used across multiple devices and platforms.
Problems in the last 24 hours
The graph below depicts the number of Slack reports received over the last 24 hours by time of day. When the number of reports exceeds the baseline, represented by the red line, an outage is determined.
At the moment, we haven't detected any problems at Slack. Are you experiencing issues or an outage? Leave a message in the comments section!
Most Reported Problems
The following are the most recent problems reported by Slack users through our website.
- Messaging (38%)
- App Crashing (25%)
- Connection (25%)
- Sign in (13%)
Live Outage Map
The most recent Slack outage reports came from the following cities:
| City | Problem Type | Report Time |
|---|---|---|
|
|
App Crashing | 12 days ago |
|
|
Connection | 1 month ago |
|
|
Messaging | 2 months ago |
|
|
Connection | 3 months ago |
|
|
App Crashing | 3 months ago |
|
|
Messaging | 3 months ago |
Community Discussion
Tips? Frustrations? Share them here. Useful comments include a description of the problem, city and postal code.
Beware of "support numbers" or "recovery" accounts that might be posted below. Make sure to report and downvote those comments. Avoid posting your personal information.
Slack Issues Reports
Latest outage, problems and issue reports in social media:
-
Alexander Cranga (@alexandercranga) reported/copy from Claude -> paste in Slack -> doesn’t keep the formatting. @SlackHQ please fix
-
Ash (@edweirdsnowman) reported@SlackHQ slack huddles has had video audio sync issues since it’s been launched. Please deploy at least 7 agents to fix this immediately.
-
Luigi ➔ nora.finance (@luigiremor) reported@discord @beeper I think I won't have this issue with @SlackHQ...
-
MarketingMax.com (@MarketingMax) reportedI never call out bad marketing But this is just infuriating. I pay them thousands of dollars a year, have the app installed in my computer, phone, and even iPad … so why did I get this? And why is it not optimized for dark iPhones? Let me know if you need help @SlackHQ @Benioff
-
Jose Urquiza (@hollowvox) reportedWe're about to start letting our employees fix their own bugs with @v0 and @SlackHQ. Why report a bug to another system when you can send it straight to v0? All I have to do is review the PR and merge it in. So confident in the models and the platform that I can go hands off.
-
Jordy.app (@Jordy_vD_) reported. @SlackHQ slack gets a lot of things right, but the iOS app’s search functionality is very bad. Can I please chat with someone who can then hopefully fix it?
-
Ken Liao (@YukanL) reportedIt's been almost 2 days since @SlackHQ deleted our company workspace without warning. Aside from a vague email a few months ago about migrating to a different reseller in our region, there was no communication at all leading up to the deletion. Support only responds with the same message template telling us to reach out to sales and hasn't responded to followups since yesterday. Some of the worst SaaS customer service I've ever experienced. What are the best alternatives to Slack?
-
April Underwood (@aunder) reportedIn this day and age of infosec threats, this subject line from @SlackHQ is a bad call. After the brief cortisol spike that someone using the name Miles Davis had joined our Slack, I scrolled down, and then just wondered why on earth I would want this in my work communication tool.
-
𝐎𝐧𝐞𝐓𝐫𝐮𝐞𝐇𝐨𝐦𝐢𝐞(👑,👑) (@OneTrueHomie) reportedisn't this the same problem @PromptQL promised @sama in order to kill @SlackHQ ?
-
Steini (@67steinip) reported@kitayoshi_son @SlackHQ We've sent 2 emails so far nothing, they arent going to respond to you because this is a MASS event, you arent alone, we didnt even get the email people talk about and some others say that as well, we just got wiped. I don't think they will help you.
-
Adil Mania. (@adilmania) reported@NebulaAI @safizaq @SlackHQ discord integration is kinda broken, like i keep having "nebula" links showing, if you can fix that, that will be perfect.
-
Vlad (@vladoustinov) reported@MerlinEgalite @SlackHQ The problem is they gave up on product a long time ago haha But yes embedding tools/workflows inside interfaces people are already used to use (slack/email/Notion etc) is the way to go
-
miya (@202409R) reported@ManusAI @SlackHQ This kind of UX that charges users instantly without a clear confirmation step is unacceptable. @ManusAI please fix this and issue a refund. Users should NOT be charged $394 by mistake.
-
Andreas Elia (@digitalandreas) reported@cyberomin @SlackHQ Just to name a few: - Randomly opening channels a few miles up in the chat so I have to go all the way back down again - Right-click context menus are all over the place and inconsistent - Ghost notifications that show up randomly with no notification to go alongside them
-
Karri Saarinen (@karrisaarinen) reported@gustaf @ycombinator @SlackHQ What is degrading? WhatsApp imo is not a good example. Can’t even hold login on a desktop, and have to auth with your phone. Sync not super reliable either
-
Awais alwaisy (@alvaisy) reported@adilmania @SlackHQ what's wrong with slack. bunch of alternatives. each one made money. slack is still stable and useful. i don't have any issue with slakc except limited message history for free users
-
Jide (@rhymezx_code) reported@SlackHQ Tell me why Slack desktop is not working on Ubuntu 26.04 ( Resolute Raccoon ) ??? Honestly i have tried o
-
HOURLY LIFE of Fred Campos (@FredsDaily) reported8:30a Loading up the team in @SlackHQ and getting eMail down to zero. Planning out the day, so I can work out the plan.
-
Kelly Carter (@Gr8fulTr8s) reported@SlackHQ issues connecting to a new workspace. Where can I get support?
-
jimmy hackett (@j1mmyhackett) reportedthe scariest bugs in an agent system aren't the ones that crash loudly. they're the ones that succeed. quietly. and then stop. and you don't find out for three days. this week i shipped `fix(daily): heartbeat + agent-health for the daily-report jobs` (commit 10c954a). the cron had been running. the launchd plist was registered. no errors in the log. but the report wasn't landing in @SlackHQ. it took me longer than i want to admit to realize the job had silently stopped delivering. no crash, no alert, just absence. the mental model i pulled from it: a job that runs is not the same as a job that works. completion and correctness are two different signals, and most infra only monitors the first one. heartbeats fix this. you instrument the output, not just the process. if the report doesn't land by 8:05am, something fires. you stop trusting the scheduler and start verifying the result. this applies way past cron jobs. any pipeline where you only watch for failure will eventually drift silently into uselessness. the absence of an error is not evidence of health. once i wired heartbeats into the @AnthropicAI-powered agent fleet, i found two other jobs that had the same problem. they looked fine. they weren't. if you're running automated jobs and you're not monitoring outputs, you're not monitoring. what's the longest a silent failure ran in your system before you caught it?
-
Otto Hilska (@mutru) reported@SlackHQ The new Activity view is an amazing improvement. One thing that would make it better: the same thread can appear multiple times (for example the original post and a reply). It would help to allow deduplicating threads from the list.
-
Johan Cutych (@johancutych) reportedfirst you need to fix the rate limits @SlackHQ
-
Noah Levin (@nlevin) reported@SlackHQ mobile unread state bugs continue to be quite a painful and frustrating issue… plz fix 🙏
-
Teo Vanyo Adiputra (@teostealth) reported@karrisaarinen @SlackHQ The handoff from Slack discussion to actual tracked issue is where most teams drop the ball - keeping that loop tight is harder than it sounds.
-
Giuseppe Skyline (@giskyexplorer) reported@gustaf @SlackHQ Notifications are the bandaid for broken reliability. WhatsApp stays quiet because it works.
-
Akshay (✈️ NYC) (@AgentAkki) reported@RobSwish @SlackHQ Does restarting the app fix it?
-
LANGERIUS (@Langerius) reported@BarknTuncer @SlackHQ yeah notification sync issues are still surprisingly common
-
Uday Subbarayan (@udaysubbarayan) reported@SlackHQ Pl don’t hide the URL’s. Your recent overdoing here is creating problems Thanks
-
Pavel Zagorodnikh (@pavzagor) reported@SlackHQ you should really fix your reactions search its such a pain to remember the names of emojis. Look at what folks at @raycast and @telegram do 👀
-
matt taylor (@mattployed) reportedslack going down for 30 minutes was like the apocalypse for tech startups @SlackHQ PLEASE dont scare me like that again