How To Uninstall Microsoft Teams from Windows 11 Effectively

Removing Microsoft Teams from Windows 11 isn’t as complicated as it might seem at first glance. Sometimes, Teams just sneaks into your system, and before you know it, it’s hogging unneeded space or showing up hotkey pop-ups. So here’s the real deal — how to ditch it once and for all.

Removing Teams from Windows 11

Let’s walk through a couple of methods, because Windows has a knack for making this either super simple or a total headache. The goal here? Clean out Teams without leaving leftover files or registry junk. Here’s what usually does the trick.

Method 1: Use Settings (the standard way)

This works if Teams was installed via the standard Microsoft Store or as a normal app. Basically, you want to go straight into the Settings app.

Step 1: Open Settings

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

Step 2: Head to Apps

In the Settings menu, pick Apps. This is where everything installed lives. Sometimes, you’ll see a list called Installed Apps right there, which is handy.

Step 3: Find Microsoft Teams

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

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

Note: Sometimes, Teams can be stubborn because of auto-start settings. Consider disabling automatic startup first if it keeps reinstalling itself.

Step 4: Complete the uninstall

Follow any prompts. Windows usually does its thing, but note that some residual files or background services might hang 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 work as expected or Teams keeps reinstalling itself. In my experience, Teams sometimes reinstall after regular uninstall, especially if it was pre-installed or pushed by an update.

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

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

This command searches for any Teams app package and removes it, including user installs. Sometimes, that fixes reinstall loops, but beware — if Teams was added via some enterprise policies, this might not remove everything.

Another useful command, especially when Teams keeps reinstalling via the Office suite, is to remove 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() }

On some machines this fails the first time, then works after a reboot. Because of course, Windows has to make it harder than necessary.

Extra tips

  • For stubborn residuals, check C:\Users\yourusername\AppData\Local\Microsoft\Teams and delete any leftover folders. Sometimes, uninstall leaves behind cache or logs.
  • If Teams reappears after restarts, check in Task Manager > Startup tab, and disable any Teams entries — it might be auto-reinstalling from startup scripts.
  • Also, go into Settings > Privacy & Security > Background apps and turn off Teams if it’s set to run in background.
  • Using a third-party uninstaller (like Revo or IObit) can help clean residual files left behind—sometimes that’s needed if the built-in tools aren’t enough.

FAQs

Is it safe to uninstall Microsoft Teams?

Totally. If you don’t plan on using it, removing Teams can actually free up some resources and clutter. Just make sure you’re not relying on it for work chats or calls first.

Can I reinstall it later?

Absolutely. Redownloading from the Microsoft Store or the official Teams site is straightforward if needed later on.

Will uninstalling save a lot of space?

Probably not huge, maybe a few hundred MBs, but if space is tight, every little bit counts. Plus, it clears up clutter that can slow down startup or background processes.

What if Teams came pre-installed?

This can get tricky because some OEMs or Windows installs embed it deeply. Still, it’s usually possible to get rid of it using the methods above, sometimes needs extra steps like editing group policies or using third-party tools.

Does removing Teams affect Office?

Not at all. They’re separate apps. Office will keep working fine even if Teams is gone.

Summary

  • Use Settings to uninstall via the Apps menu.
  • If that’s flaky, jump into PowerShell and run removal commands.
  • Check leftover folders, disable auto-start, and consider a cleanup tool if needed.
  • Reinstall later? No problem — just download it again.

Final notes

Uninstalling Teams can feel like magic, especially if it keeps reinstalling itself without notice. Sometimes, a reboot or a second try in PowerShell is what finally does the trick. It’s not always perfect, but the process is quite manageable once you get the hang of it. Just keep in mind, Teams isn’t as indispensable as Microsoft makes you think — ditching it isn’t the end of the world, and in some cases, might even speed up Windows a tad. Fingers crossed this helps, or at least makes some of the confusion a bit more manageable.