However, there are major issues with uninstalling Microsoft Teams, as one user reported on the Reddit forum: So, the OP wants to get rid of this tool permanently. Every time the user deletes it, Microsoft Teams comes back after restart. As a consequence, even if you uninstall it from Apps, the program refuses to go. This is an annoying issue and today we will show you how to get rid of Microsoft Teams permanently.

Microsoft Teams won’t go away? Here’s what you need to do

1. Clear the cache in Teams

After you completed all of the above, you can go on and uninstall Microsoft Teams. Replace Microsoft Teams with one of these collaboration software for excellent results.

2. Use a PowerShell script

Copy the following script in PowerShell:

Conclusion

So, there it is. These somewhat easy solutions will fix for you an annoying issue. Use them and Microsoft Teams will be history. #Variables $TeamsUsers = Get-ChildItem -Path “$($ENV:SystemDrive)Users” $TeamsUsers | ForEach-Object { Try { if (Test-Path “$($ENV:SystemDrive)Users$($.Name)AppDataLocalMicrosoftTeams”) { Start-Process -FilePath “$($ENV:SystemDrive)Users$($.Name)AppDataLocalMicrosoftTeamsUpdate.exe” -ArgumentList “-uninstall -s” } } Catch { Out-Null } }

Remove AppData folder for $($.Name). $TeamsUsers | ForEach-Object { Try { if (Test-Path “$($ENV:SystemDrive)Users$($.Name)AppDataLocalMicrosoftTeams”) { Remove-Item –Path “$($ENV:SystemDrive)Users$($_.Name)AppDataLocalMicrosoftTeams” -Recurse -Force -ErrorAction Ignore } } Catch { Out-Null } }

Also, if for some reason you want to install it back to your computer, you will find it on the Microsoft website. Check out our article that will guide step-by-step in this process. Did these solutions solve the problem for you? Do let us know in the comments section below!

Why does Microsoft Teams keep reinstalling?

Microsoft Teams  will keep on reinstalling itself if you only remove the Microsoft Teams app but don’t delete the Teams Machine-Wide Installer. Use a dedicated tool to uninstall software leftovers to fix the problem for good.

Is Microsoft Teams a virus?

Microsoft Teams is not a virus, it’s a workplace collaboration software the company has built with employee productivity in mind. Teams is a secure platform offering multiple security layers.

Name * Email * Commenting as . Not you? Save information for future comments
Comment

Δ