Apps & Games How to Tips & Tricks

Microsoft Teams Won’t Uninstall _How To Fix?

Microsoft Teams Won't Uninstall
Written by Lara John

Microsoft Teams Won't Uninstall

Most of the time Microsoft Teams Won’t Uninstall this app. Here is how you can fix it! Just Uninstalling an app that is available on a desktop is a fairly simple process. So, you will also need administrative rights. You have to remove an app but beyond that. Now, there is little else that the users also need to do to remove an unwanted app.

As you know that, not all apps will install in the same way though, and sometimes. So, this is the way that an app is also installed. So, this will also impact how it can be uninstalled. These are also Portable apps. You can also remove just by simple deletion and often. Then you won’t even need admin rights and to do the job. So, this is also for other apps, then things may be more complicated.

Also  Read: Building Games Offline: Best City Building Games For Android/iOS

The Microsoft Teams won’t uninstall:

So, Microsoft Teams comes as a bundle with Microsoft 365. In case, if you use a corporate/company account to install it. This is as such as uninstalling it is not simple. Most importantly if you are using an  AD account. Then your desktop is also the corporate-issued one. This will likely have policies in place to ensure that you have to access the Microsoft Teams and also these policies. You can also prevent the app from uninstalling. So, here are a few things that you can also try to remove from the app.

Also See Kodi Screensavers: Best Kodi Screensavers You Should Know!

1. If Microsoft Teams Won’t Uninstall Then Use Settings:

If you are uninstalling Microsoft Teams. Then you may need to remove one other app. You have to keep the app from installing again.

  1. You have to open the Settings app.
  2. Then Go to the Apps group of settings.
  3. Now, Select the Apps and features tab.
  4. After that, Select the following two apps (one-by-one), and click Uninstall.
  • A Microsoft Teams
  • A Machinewide Teams Installer

Microsoft Teams Won't Uninstall

Also Read: FRP Bypass Tool For Android to Remove Account Verification

2. By Uninstalling via PowerShell:

In case, if you cannot find the Machinewide Teams Installer app listed in the Settings app. Then the first solution doesn’t work. If you can also uninstall Microsoft Teams from the PowerShell.

  1. You have to open PowerShell with admin rights.
  2. Now, Run the following command to change the script execution policy. Then click on this if you promote it.
Set-ExecutionPolicy RemoteSigned
  1. When the execution policy has been set, then copy the following script into the PowerShell window and remove Microsoft Teams.
# Removal Machine-Wide Installer – This needs to be done before removing the .exe below!
Get-WmiObject -Class Win32_Product | Where-Object {$_.IdentifyingNumber -eq “{39AF0813-FA7B-4860-ADBE-93B9B214B914}”} | Remove-WmiObject

#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
}
}

3. Microsoft Teams Won’t Uninstall Then Uninstall Microsoft 365:

In this case, if you are using a corporate account with Microsoft 365. Then you may have to uninstall it and then reinstall it and this is with your own personal account. Also, Doing so and will also allow you to keep the Microsoft Teams app off your system.

  1. You have to open the Settings app.
  2. Then Go to the Apps>Apps and features. Microsoft Teams Won't Uninstall
  3. This will also Look for, and then select Microsoft 365.
  4. Tap on Uninstall.
  5. When it has been uninstalled. Then download it again using a personal account and license. You have to get our Office apps back but still, exclude Microsoft Teams.

Also See: Couchpotato: Ways To Use Couchpotato to Download Movies

Conclusion:

By Using company-issued hardware and also the software license that is come with certain problems such as a lack of control. In case, if the above solutions are not suitable for you. Then you can also ask your system admin to remove the app from your system. Now, you should also be aware that if the app serves as the main communication tool. This is within your organization, and removing it may mean you miss important messages.

About the author

Lara John

Leave a Comment