How to Uninstall Microsoft 365 on Windows 11 – A Step-by-Step Guide

Microsoft 365 (formerly Office 365) is a powerful suite of apps, but if you’ve switched to another solution or just don’t need it anymore, you might want to uninstall it. Fortunately, Windows 11 makes it fairly easy to remove Microsoft 365 completely — as long as you follow the right steps.

In this detailed guide, we’ll show you how to uninstall Microsoft 365 on Windows 11 step by step, explain different removal methods, and help you troubleshoot common issues.


Why Uninstall Microsoft 365?

You might want to remove Microsoft 365 for several reasons:

  • Free up space – Office apps can take up several gigabytes.
  • Fix problems – Reinstalling sometimes solves crashes or activation errors.
  • Switch to alternatives – Google Workspace, LibreOffice, or other tools.
  • Stop subscription billing – If you no longer want to pay for it.

Method 1: Uninstall Microsoft 365 from Settings

This is the easiest way for most users.

  1. Press Windows + I to open Settings.
  2. Go to Apps → Installed apps.
  3. In the search bar, type Microsoft 365 or Office.
  4. Click the three dots (···) next to Microsoft 365.
  5. Select Uninstall.
  6. Confirm and follow the prompts.

This will remove Microsoft 365 for the current user.


Method 2: Use Control Panel

Some users prefer the classic Control Panel method.

  1. Press Windows + R, type control, and hit Enter.
  2. Go to Programs → Programs and Features.
  3. Find Microsoft 365 Apps in the list.
  4. Right-click → Uninstall.
  5. Follow the wizard to complete removal.

Method 3: Use the Microsoft Support and Recovery Assistant (SaRA)

If normal uninstall fails, Microsoft provides a dedicated tool.

  1. Download the Microsoft Support and Recovery Assistant from the official Microsoft site.
  2. Run the tool and select Office → I have problems uninstalling Office.
  3. Follow the prompts — the tool will remove all Office components.

Method 4: Remove Microsoft 365 for All Users (Admin Method)

For shared PCs, you may need to remove it for everyone.

  1. Open Command Prompt as Administrator.
  2. Run this command (change version if needed):
setup.exe /configure uninstall.xml

Where uninstall.xml is a configuration file you create specifying product IDs to remove.

This method is recommended for IT admins managing multiple devices.


Method 5: Use PowerShell to Uninstall Microsoft 365

Advanced users can use PowerShell:

  1. Open PowerShell (Admin).
  2. List installed apps:
Get-WmiObject -Query "Select * from Win32_Product" | Sort-Object Name | Format-Table IdentifyingNumber, Name
  1. Find Microsoft 365 and use:
(Get-WmiObject -Query "Select * from Win32_Product Where Name='Microsoft 365 Apps'" ).Uninstall()

Cleaning Up Leftover Files

After uninstalling, you may want to delete leftover files:

  • Delete Office folders:
    • C:\Program Files\Microsoft Office
    • C:\Program Files (x86)\Microsoft Office
  • Clear temp files: Press Windows + R, type %temp%, delete contents.
  • Remove registry keys: Only if you are comfortable editing the registry.

Troubleshooting Common Problems

Microsoft 365 Won’t Uninstall

  • Use Microsoft’s SaRA tool.
  • Boot into Safe Mode and try again.

Error Code 30015-11 (3221225506)

This often appears during uninstall. Fix by:

  • Running SaRA.
  • Temporarily disabling antivirus.

Microsoft 365 Still Shows in Start Menu

Clear the cache:

  1. Go to C:\Users\<YourUser>\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
  2. Delete leftover shortcuts.

Alternatives to Microsoft 365

If you’ve uninstalled it, here are some great free or paid alternatives:

Alternative Best For
LibreOffice Free offline productivity
Google Workspace Cloud collaboration
WPS Office Lightweight Office replacement

Conclusion

Uninstalling Microsoft 365 on Windows 11 is straightforward if you know where to look. Whether you use Settings, Control Panel, PowerShell, or Microsoft’s official tool, you can completely remove Office from your system.

Take a few extra minutes to clean up leftover files for a truly fresh start.


FAQs

1. Can I reinstall Microsoft 365 after uninstalling it?

Yes — just log in to your Microsoft account and download it again.

2. Will uninstalling Microsoft 365 delete my files?

No — your documents remain safe unless you manually delete them.

3. Can I uninstall only specific apps (like Outlook)?

Yes — during installation you can customize, but to remove individually you’ll need the Office Deployment Tool.

4. How long does it take to uninstall Microsoft 365?

Usually a few minutes, depending on system speed.

5. Do I need to cancel my subscription separately?

Yes — uninstalling does not stop billing. Cancel via your Microsoft account online.

Scroll to Top