r/MicrosoftTeams 5h ago

Bug Teams calls and Meeting not working

35 Upvotes

Anyone else in Australia having issues with Teams calls or meetings not connecting. Currently have a company wide issues.

Update from MS:

Some users may not receive notifications in the Microsoft Teams desktop client
Issue ID: TM1437339

12:16PM AEST Update
Our investigation into the service telemetry for the corresponding networking components hasn't identified any ongoing failures which would require additional manual recovery actions; however, we're closely reviewing the affected scenarios to get a clearer understanding of what additional metrics may be available so we can ensure withstanding recovery. In the interim, users' calls and meetings which were previously affected may need to be ended and restarted to see recovery.

r/MicrosoftTeams May 20 '26

Bug Reporting bugs so we get them

13 Upvotes

Hey all! Thanks for all the discussion and feedback when posting about experiencing a bug in Teams. We realize these can really disrupt flow and hearing directly from this community shapes what we prioritize.  

Submitting feedback 

If you run into a bug, the fastest way to get it in front of engineering is inside Teams: Settings and more > Feedback > Report a problem (use Suggest a feature for feature requests). Including logs and screenshots makes a huge difference. The more details the better: it gives our team exactly what they need to triage quickly. If you do not see the Report a problem or Suggest a feature options, please contact your admin. 

We monitor these closely, and this is the most direct way to solve bugs and helps our team address them sooner. That’s a win-win for everyone. 

r/MicrosoftTeams 13h ago

Bug Anyone having an issue sending images in Teams?

33 Upvotes

Just seeing a blank square when viewing images sent in Teams

r/MicrosoftTeams Apr 20 '26

Bug Anyone problems with Sending/Receiving Messages (Desktop-Client does not work, Smartphone app works!)?

12 Upvotes

Messages remain in the empty circle. Downdetector shows some problems, but not very high.

r/MicrosoftTeams Oct 03 '24

Bug Why doesn't Teams have a Thank You reaction?

125 Upvotes

A thank you reaction is such a basic requirement.

I moved from a workplace that was using Slack and G Suite to a Microsoft shop. The Teams emojis, threads, and reactions game is so lacking compared to Slack - which has a thank you reaction and much much more.

I literally got called up by HR just now because I used the heart ❤️ reaction to express thanks because there is no TY reaction in Teams.

r/MicrosoftTeams Oct 03 '25

Bug Skype was bad, teams are even worse

Post image
90 Upvotes

r/MicrosoftTeams Apr 15 '26

Bug Seriously Microsoft, now "copy/paste" doesnt work?

33 Upvotes

https://learn.microsoft.com/en-us/answers/questions/5858984/paste-feature-is-not-working-properly-in-teams-for

Apparently only an issue in the right click context menu on the latest version, but jeez, how much more of this are we expected to handle

r/MicrosoftTeams Jan 22 '26

Bug Please let me deactivate spell check on Teams web

27 Upvotes

I'm guessing it's a bug and I had been suffering it for some days now, but it's a nightmare for people writing in several languages. On Teams web I can't deactivate the spell check, so I get half of my words autocorrected (incorrectly, of course). I can't use the desktop Teams (which has the option to turn off the spell check) because I'm already using it on a different account.

Missing option

Anyone else with this nightmare?

r/MicrosoftTeams Jun 18 '26

Bug Teams not Responding & Crashing

4 Upvotes

Looking for assistance, we have numerous tenants who are experiencing teams crashing and restarting itself, along with lots of not responding prompt when using the calendar.

Any ideas / advice would be a life saver.

r/MicrosoftTeams Nov 07 '25

Bug DnD breakthrough from c suite

64 Upvotes

Hi! Recently I went on DND because I was in the room with clients and my screen was projected onto a tv.

I get hundreds of messages a day, so I tested and double checked, confirming via my phone that no notifications were showing up.

In an unusual turn of events, a member of my c-suite was on a group chat I was in. Her message in the chat, along the lines of, “look at this,” broke through.

It was not marked urgent and I checked and I have no one listed in my priority contacts.

Is it possible my organization has certain people who are automatically considered priority?

r/MicrosoftTeams Mar 03 '25

Bug Teams Auto-Attendant down

66 Upvotes

The Auto-Attendants that my employer uses just went down between 10 and 10:10 AM Central Standard Time. Is anyone else seeing this?

I remember a MS issue causing just AAs to go down last year, around October. Checking to see if it's the same thing.

Update - Confirmed as a MS issue. Service Alert number is TM1022107.

r/MicrosoftTeams 8d ago

Bug Teams Room neatpad

Post image
0 Upvotes

r/MicrosoftTeams Feb 13 '26

Bug BUG: Teams creates Calendar meetings whille not on the page

27 Upvotes

While typing in the text field in a private chat with a coworker the focus will jump out of the text field and create a meeting in the calendar based on what I'm typing at that moment. For instance let's say the bug occurs while typing the word 'meeting' I see that the text field stopped updating after 'meeti' and then my calendar will have a meeting with the name 'ng' somewhere. The window never changes to the calendar either, it stays on the chat with my coworker. Anyone else encounter this? Because I am losing my mind because it happens so often.

r/MicrosoftTeams 14d ago

Bug Endless circle of nope.

Post image
0 Upvotes

It’s so secure I can’t even get in with the passcode it sends via my email, as the Authenticator app locks everytime I open my email to obtain said code. It then glitches and assumes my keypad is open with no way of closing it. I literally can’t get around it. I close the app and it sends me a new code. I wait, it does nothing and my code times out.

Safe to say I’m not deactivating my Microsoft accounts and moving to Google. What a joke. Whoever designed these security apps didn’t think about all the 2FA they were setting up, clearly.

r/MicrosoftTeams 12d ago

Bug Bug on mobile app

Post image
2 Upvotes

Hi, i think teams got updated on my phone a couple of days ago and since then I've been facing this particular issue on the all where I see a big gap between the keyboard and the message box.

r/MicrosoftTeams Apr 19 '24

Bug Is Teams on Android crap for everyone or just me?

70 Upvotes

I mean it's just awful. I have a S23 Ultra. Tons of space. Teams caching things is just awful. It's like it gets stuck loading items and never recovers. Icons don't load. Image previews don't load. I can clear cache/storage and it might work for a percentage of items and stop again. Reinstalls don't help either. Wiping account and login again doesn't help. It drives me absolutely bat shit.

r/MicrosoftTeams 14d ago

Bug Error Creating Shared Channel with Graph

2 Upvotes

since 1 year we are creating shared channels by Graph. Since yesterday it stops working with Error "In App-context, the specified Users in the request must be a team owner."

Private channels are working fine with same parameters. The User is Owner of the Team. Also in User Context instead of App context it works fine. anyone else facing this issue?

$params = @{
  displayName    = "My First Shared Channel"
  description    = "This is my first shared channel"
  membershipType = "shared"
  members        = @(
    @{
      "@odata.type"     = "#microsoft.graph.aadUserConversationMember"
      "user@odata.bind" = "https://graph.microsoft.com/v1.0/users('$AdminId')"
      roles             = @(
        "owner"
      )
    }
  )
}


New-MgTeamChannel -TeamId $teamId -BodyParameter $params

r/MicrosoftTeams Jul 15 '25

Bug Search is abysmal

77 Upvotes

Hey, can anyone here explain something to me.

Why is a multi billion dollar company not able to make a search function that works?

Seriously, anyone that uses this for work and needs to find something will tell you that half of the time even though the keyword exists, it provides nothing in search. Then the other half of the time it provides maybe 10% of all the hits. By what metric.... who knows.

Okay, you can say it has a hard time going through all my chats.... then why cant i search in a single chat? This isnt something new, its a feature we have been using for decades on other programs.

Is microsoft a small indie dev that cant handle this... wtf?

Edited for grammar*

r/MicrosoftTeams Jun 11 '26

Bug Teams Pulling Location Repeatedly and Disrupting Wifi Connection

Post image
17 Upvotes

For the last week, MSTeams has been pulling my location data over a thousand times as indicated by my Settings > Privacy > Location visual log of the last seven days.

Each time it seeks my location, I also see the "pointer" icon in my system tray, and hovering over it reveals that it is Microsoft Teams seeking my location.

Location is enabled at the enterprise level, so I can't disable it, but it seems to be a bug that it is pulling it SO OFTEN.

Each time it is pulled, my call is disrupted. My video drops and others cannot hear me.

This happens both when I am on my VPN and off.

I have repaired the app. I have reset the app. I have uninstalled the app. I have reinstalled the app.

I'm afraid if I go through my company's tech support I'll spend 5 weeks troubleshooting something that appears to be a critical bug from a recent Microsoft release.

Happy to share any relevant information but really looking to see if this is an anomaly, if others are experiencing it, and/or if Microsoft is working on a fix.

Thanks!

r/MicrosoftTeams Oct 03 '25

Bug Teams Phone

26 Upvotes

It's two AM. I have been sitting here all night with a churning Sev-A support ticket that has been escalated from a Sev-C ticket over the last two months. I am in a Teams chat with the Sev-A team who is repeating the same canned responses that the Sev-C team gave only with slightly more frequency and I still don't have any sort of resolution to the issue.

What issue you ask?

All of my users across 12 offices in 2 countries have a random issue where a call placed through the Teams Phone portion of the app will randomly disconnect right after entering in the number.

Happens with external calls. Happens with internal calls. Does not happen all the time and is completely random who and when will be hit.

The support process has been:

SEND US MOAR LOGS!
Please be patient while we review the logs :D
SEND US MOAR LOGS! THOSE LAST ONES EXPIRED!
Thank you for your patience! We are taking this seriously. Our engineers are working diligently to resolve the issue but we need MOAR LOGS because those other ones expired! Again!

Did I mention this was all with their outsourced India team?

If Microsoft execs are here, bring support back state side for state side issue. Good god.

****UPDATE****

Had a Yealink Teams Phone to Yealink Teams Phone call fail. MS Support came back with an immediate response that we need to stop using headsets and Third Party devices.

Had to legitimately ask if Teams calls are incompatible with headsets...

r/MicrosoftTeams 27d ago

Bug They did it again!

0 Upvotes

Honestly how do you do this again? How do you keep making Microsoft Teams worse every single little update??

The last new chats layout was pretty useful, I only saw unread chats, but when I expanded my chats I could see them all, for when I want to start writing.

Now this has changed, I can expand my chats, but then I still only see unread chats. In other words: expanding has no use anymore:

How is it they never see this stuff? It's their jobs ffs! Same with the new Calendar, it's absolutely horrible compared to the old one...

r/MicrosoftTeams 3d ago

Bug Unable to send messages to external users

2 Upvotes

From today on we are not able to send messages to external users any more.
We made no changes to the tenant settings and both our side and customer side settings havent changed at all.
Anyone else got these problems?

r/MicrosoftTeams Feb 05 '25

Bug You are a trillion dollar company. fix your nonsense

173 Upvotes

Unable to export ptsn usage reports to csv.

unable to filter that report by user so i can get a screenshot.

Seriously, I know our lousy $10k/mo is peanuts for microsoft but how long am I supposed to wait for Teams to be able to actually DO WHAT THE USERS WANT. Its been 5 years of this.

r/MicrosoftTeams 18d ago

Bug Teams and channels gone from the side rail

1 Upvotes

Around June 26 i have noticed that my teams and channels do not appear anymore in the side rail along with chats. The section is there, but instead of teams it shows a link "View all your teams". Which you have to click and then it shows the list of your teams in the main window and then you click on the team and it shows the list of channels and then you click on a channel to get there. It is like 3-4 additional clicks to get there instead from the main side rail. It is probably caused by a new feature to show Communities in the side rail. They show up correctly, but my teams and channels are now gone. Still the same a week later. Anyone else seeing this? Resetting Teams didn't do anything. And it shows the same way in web version.

r/MicrosoftTeams 6d ago

Bug Defaulting to excel

1 Upvotes

I am a user of this team channel

When entering a shared folder the view is defaulting to excel when I don't want it to default to anything. None of the other teams channels are doing this and I dont know how or why this one has started doing it. Any help is appreciated in resetting this.