How to Completely Uninstall Microsoft Office From Your Computer

Removing Microsoft Office sounds straightforward — but a standard uninstall often leaves behind registry entries, cached files, license data, and leftover folders that can cause problems if you reinstall later. A complete uninstall means getting all of that out, not just removing the main application shortcut.

Here's what's actually happening under the hood, and what determines whether a basic uninstall is enough or whether you need to go deeper.

Why a Standard Uninstall Sometimes Isn't Enough

When you uninstall most software through Windows Settings or Control Panel, the operating system runs the program's own uninstaller. For Microsoft Office, that process removes the core application files — Word, Excel, Outlook, and so on — but it frequently leaves behind:

  • Licensing and activation data stored in the registry
  • Cached templates and user preferences in AppData folders
  • ClickToRun service files if your version used that delivery method
  • Shared components like Visual C++ redistributables that Office installed as dependencies

This residual data usually doesn't cause visible problems — until you try to reinstall Office, switch between Microsoft 365 and a standalone version, or troubleshoot activation errors. That's when leftover files can conflict with the new installation.

Method 1: Uninstall Through Windows Settings (Basic)

For most users on Windows 10 or 11, the starting point is:

  1. Open Settings → Apps → Installed Apps (or Apps & Features on Windows 10)
  2. Search for Microsoft Office or Microsoft 365
  3. Select the entry and click Uninstall
  4. Follow the on-screen prompts and restart when asked

On macOS, drag the Office applications from your Applications folder to Trash, then remove the associated Library files under ~/Library/Group Containers/, ~/Library/Containers/, and ~/Library/Application Support/Microsoft/.

This method works well enough for general cleanup but won't catch everything buried in the registry or hidden system folders.

Method 2: Microsoft's Official Support and Recovery Assistant 🛠️

Microsoft provides a dedicated removal tool called the Microsoft Support and Recovery Assistant (SaRA). It's the most reliable way to fully remove Office on Windows without manually hunting through system files.

What it does:

  • Detects which version of Office is installed (Microsoft 365, Office 2021, 2019, 2016, etc.)
  • Runs a thorough removal process including registry cleanup
  • Handles ClickToRun and MSI-based installations differently, as needed

To use it:

  1. Download SaRA from Microsoft's official support site
  2. Run the tool and select "I have Office installed but I can't uninstall it" or the uninstall option
  3. Choose the version to remove and let it complete
  4. Restart your machine

This is the recommended approach before any fresh Office installation, especially if you're switching license types or troubleshooting activation failures.

Method 3: Manual Deep Clean (Advanced)

If you're comfortable working in the Windows Registry and hidden file paths, a manual deep clean removes anything SaRA might leave behind. This approach carries risk — deleting the wrong registry keys can affect system stability — so it's generally for experienced users only.

The main areas to clear:

LocationWhat to Remove
%ProgramFiles%Microsoft OfficeCore application folder
%ProgramData%MicrosoftOfficeShared data and templates
%AppData%MicrosoftOfficeUser preferences and recent files
%LocalAppData%MicrosoftOfficeLocal cache and temp files
Registry: HKEY_LOCAL_MACHINESOFTWAREMicrosoftOfficeInstallation and license keys
Registry: HKEY_CURRENT_USERSOFTWAREMicrosoftOfficePer-user settings and activation

Access hidden AppData folders by typing %AppData% or %LocalAppData% directly into the Windows Explorer address bar. Use Registry Editor (regedit) carefully — export a backup of any key before deleting it.

Version and Installation Type Matters

How thoroughly you need to clean up depends significantly on which version of Office you have and how it was installed:

  • Microsoft 365 (subscription) uses ClickToRun by default — a streaming installation method with its own service layer (ClickToRun.exe) that needs to be stopped and removed
  • Office 2016, 2019, 2021 (standalone/perpetual) may use either ClickToRun or the older MSI-based installer, which leaves different registry footprints
  • Volume License editions used in business environments often have additional components managed by IT tools like the Office Deployment Tool

If you're unsure which type you have, check Control Panel → Programs → Programs and Features. The entry name and version number will indicate the installation type.

What Happens to Your Files and Account

Uninstalling Office does not delete your documents. Word files, Excel spreadsheets, and other Office-format documents stay exactly where they are on your drive. What gets removed is only the software itself.

If you use OneDrive alongside Office, those synced files remain in your OneDrive folder and in the cloud — OneDrive has its own installer and won't be removed as part of an Office uninstall unless you specifically uninstall it separately.

Your Microsoft account and any associated licenses are also unaffected. If you're on a Microsoft 365 subscription, your license stays active and can be used to reinstall on the same or a different device.

The Variables That Shape Your Approach 🔍

A few things meaningfully change which removal path makes sense:

  • Why you're uninstalling — switching versions, troubleshooting activation errors, and freeing up disk space each call for different levels of thoroughness
  • Whether you plan to reinstall — a fresh reinstall benefits from SaRA or a deep clean; if you're done with Office entirely, the basic method may be sufficient
  • Your technical comfort level — manual registry editing is fast and thorough for experienced users but introduces real risk for those less familiar with system-level files
  • Enterprise vs. personal install — IT-managed deployments may require admin credentials or specific removal tools that override standard methods

The right level of cleanup depends entirely on where Office came from, where you're going next, and how much residual data your particular situation can tolerate.