How to Remove Microsoft Teams from Windows 11

Learn how to completely uninstall Microsoft Teams from your Windows 11 system, freeing up space and streamlining your desktop experience.

How to Remove Microsoft Teams from Windows 11

Microsoft Teams has become a staple for many Windows users, but if you find yourself not using it or wanting to declutter your system, removing it can be a smart move. This guide will walk you through the process of uninstalling Microsoft Teams from Windows 11, ensuring a clean removal that frees up space and potentially improves system performance.

Method 1: Uninstalling Microsoft Teams via Settings

The most straightforward way to remove Microsoft Teams is through the Windows Settings app. Here’s how to do it:

Step 1: Click the Start button on your taskbar and type “Settings” into the search bar. Click on the Settings app when it appears in the results.

Step 2: In the Settings window, click on “Apps” in the left sidebar.

Step 3: On the Apps page, click on “Installed apps” to see a list of all the applications installed on your system.

Step 4: In the search bar at the top of the Installed apps list, type “Microsoft Teams” to quickly locate the app.

Step 5: Once you’ve found Microsoft Teams in the list, click on the three dots next to it and select “Uninstall” from the dropdown menu.

Step 6: A confirmation dialog will appear. Click “Uninstall” again to proceed with the removal process.

Step 7: Windows may ask for permission to make changes to your device. Click “Yes” to allow the uninstallation to continue.

After following these steps, Microsoft Teams should be removed from your system. However, to ensure a complete removal, you may need to take a few additional steps.

Method 2: Removing Teams Machine-Wide Installer

In some cases, you may need to remove the Teams Machine-Wide Installer separately. Here’s how:

Step 1: Follow steps 1-3 from Method 1 to access the Installed apps list in Settings.

Step 2: Search for “Teams Machine-Wide Installer” in the app list.

Step 3: Click the three dots next to it and select “Uninstall.”

Step 4: Confirm the uninstallation when prompted.

Removing this component helps ensure that Teams doesn’t automatically reinstall itself later.

Method 3: Using PowerShell for Advanced Removal

For a more thorough removal, you can use PowerShell commands. This method is particularly useful if you’re comfortable with command-line interfaces:

Step 1: Right-click on the Start button and select “Windows Terminal (Admin)” from the menu.

Step 2: In the PowerShell window that opens, type the following command and press Enter:

Get-AppxPackage *Teams* | Remove-AppxPackage

Step 3: Wait for the command to complete. This will remove the Teams app for the current user.

Step 4: To remove Teams for all users on the system, use this command:

Get-AppxPackage -AllUsers *Teams* | Remove-AppxPackage

These PowerShell commands provide a more comprehensive removal of Teams, including any associated components that might be missed by the standard uninstallation process.

Additional Cleanup Steps

After uninstalling Teams, you may want to perform these additional cleanup steps:

Step 1: Delete the Teams folder in your user directory. Open File Explorer and navigate to:

C:\Users\YourUsername\AppData\Local\Microsoft\Teams

Delete this folder if it still exists.

Step 2: Check for any remaining Teams-related files in the following locations and delete them if found:

  • C:\Users\YourUsername\AppData\Roaming\Microsoft\Teams
  • C:\Users\YourUsername\AppData\Local\Microsoft\TeamsMeetingAddin
  • C:\Users\YourUsername\AppData\Local\Microsoft\TeamsPresenceAddin

Step 3: Clear Teams from startup programs. Press Ctrl + Shift + Esc to open Task Manager, go to the Startup tab, and disable any Teams-related entries if present.

Removing Teams Chat from the Taskbar

If you’ve removed Teams but still see the Chat icon on your taskbar, here’s how to remove it:

Step 1: Right-click on an empty area of the taskbar and select “Taskbar settings.”

Step 2: In the Taskbar settings window, find the “Chat” option and toggle it off.

This will remove the Chat icon from your taskbar, completing the visual removal of Teams from your Windows 11 interface.


With these steps, you should have successfully removed Microsoft Teams from your Windows 11 system. Remember, if you need Teams again in the future, you can always download and install it from the Microsoft website or the Microsoft Store. Enjoy your decluttered Windows experience!