How to Remove Teams from Windows 11: A Step-by-Step Guide

Removing Microsoft Teams from Windows 11 isn’t as tricky as it might seem at first. Sometimes, Teams just sneaks into your system, and before you know it, it’s taking up space or popping up without you asking. So here’s the real deal — how to get rid of it once and for all.

Removing Teams from Windows 11

We’ll run through a couple of methods, because Windows can make this either dead easy or a proper headache. The goal? Get rid of Teams without leaving any leftover files or registry gunk. Here’s what usually does the trick.

Method 1: Use Settings (the standard way)

This works if Teams was installed via the Microsoft Store or as a regular app. Basically, you wanna head into the Settings app.

Step 1: Open Settings

Click on the Start menu or press Windows + I. Type Settings if it’s quicker. That opens up the control centre of your PC.

Step 2: Go to Apps

In Settings, pick Apps. This is where all installed programs hang out. Sometimes, you’ll see a list called Installed Apps right there, which makes life easier.

Step 3: Find Microsoft Teams

Scroll or search for Microsoft Teams. If it shows up, right-click or click the three dots next to it and select Uninstall.

On some setups, Teams is part of Office, so you might see it under Office apps. In those cases, you’ll need to modify the Office install directly.

Note: Sometimes, Teams is stubborn because of auto-start settings. Consider turning off auto-start first if it keeps reinstalling itself.

Step 4: Finish the uninstall

Follow any prompts. Windows does its thing, but be aware that some leftover files or background processes might stay around, especially if Teams was set to start with Windows.

Method 2: Use PowerShell (more thorough)

This is a good fallback if the GUI doesn’t do the trick or Teams keeps reinstalling. From my experience, Teams sometimes installs itself again after a standard uninstall, especially if it was pre-loaded or pushed via an update.

Open PowerShell as an admin. Just search for PowerShell, right-click and select Run as administrator. Then paste this command:

Get-AppxPackage -Name *MicrosoftTeams* | Remove-AppxPackage

This command finds any Teams app package and gets rid of it, including user installs. Sometimes, it helps stop reinstall loops, but watch out — if Teams was deployed via some enterprise policies, it might not get rid of everything.

Another handy command, especially if Teams keeps reinstalling via Office, involves removing the Teams Machine-Wide Installer. It’s a separate app:

Get-WmiObject -Query "SELECT * FROM Win32_Product WHERE Name LIKE 'Microsoft Teams Machine-Wide Installer%'" | ForEach-Object { $_.Uninstall() }

Sometimes, this fails on first try, but a reboot often sorts it out. Of course, Windows has to make things difficult sometimes!

Extra tips

  • For leftover files, check C:\Users\yourusername\AppData\Local\Microsoft\Teams and delete any folders there. Uninstalling doesn’t always tidy up caches or logs.
  • If Teams keeps popping back after reboot, go to Task Manager > Startup tab, and disable any Teams entry — it might be auto-reinstalling from startup scripts.
  • Also, head into Settings > Privacy & Security > Background apps and turn off Teams if it’s allowed to run in the background.
  • Using a third-party uninstaller (like Revo or IObit) can sometimes do a better job at cleaning up leftovers—especially if the built-in tools don’t cut it.

FAQs

Is it safe to uninstall Microsoft Teams?

Absolutely. If you’re not using it, removing Teams can free up some resources and tidy things up. Just double-check you’re not relying on it for work chats or calls first.

Can I reinstall it later?

For sure. Downloading it again from the Microsoft Store or the official website is a doddle if you need it down the track.

Will uninstalling save a lot of space?

Probably not a huge amount — maybe a few hundred MBs — but if your drive’s getting tight, every little bit helps. Plus, it might speed up startup times or stop background apps running.

What if Teams came pre-installed?

This can be a bit tricky since some OEM builds or Windows setups embed it deeply. But generally, it’s possible to get rid of it using these methods, though you might need to tweak group policies or slap on third-party tools.

Does removing Teams mess with Office?

Nah, they’re separate apps. Office will keep working just fine even if Teams is gone.

In a nutshell

  • Use Settings to uninstall via the Apps menu.
  • If that’s a bit flaky, run a few commands in PowerShell.
  • Check for leftover folders, disable auto-start, and use cleanup tools if needed.
  • Want Teams back later? No worries — just grab it from the Store or official site again.

Final thoughts

Getting rid of Teams can sometimes feel like a bit of magic, especially if it keeps reinstalling itself without you knowing. Sometimes, a reboot or a second run in PowerShell is just what’s needed. It’s not always perfect, but once you get the hang of it, it’s pretty straightforward. Remember, Teams isn’t as crucial as Microsoft makes out — ditching it might even speed things up a touch. Hope this helps, or at least makes the process a bit less confusing!