Use one of these supported methods, depending on how Office/Microsoft 365 is installed on the laptop.
- Uninstall from Control Panel (Click-to-Run or MSI installs)
- Press the Windows logo key and type
control panel, then select Control Panel.
- Select Programs > Programs and Features.
- Find the Microsoft 365/Office product in the list (for example, Office Home and Student, Microsoft 365, or a standalone app like Visio or Project).
- Select it and choose Uninstall.
- Follow the prompts to complete the uninstall.
If the suite was installed as part of Microsoft 365, individual apps usually cannot be removed separately unless they were purchased as standalone apps.
- Uninstall a Microsoft Store–based Office install
If Office does not appear in Programs and Features, it may be a Microsoft Store installation.
Try Control Panel first:
- Press the Windows logo key and type
control panel, then select Control Panel.
- Select Programs > Programs and Features.
- Select the Microsoft 365 product and choose Uninstall.
If uninstall from Settings/Control Panel fails, remove it with PowerShell:
- Right-click Start and select Windows PowerShell (Run as Administrator).
- In PowerShell, run:
Get-AppxPackage -name "Microsoft.Office.Desktop" | Remove-AppxPackage
- Wait for the command to finish.
- To verify removal, run:
Get-AppxPackage -name "Microsoft.Office.Desktop"
If nothing is returned, Office has been removed.
- Use the Office uninstall troubleshooter / Easy Fix tool
For stubborn installs that do not fully remove via Control Panel:
- Download and run the Office uninstall troubleshooter / Easy Fix tool from the link in the documentation.
- Open the tool and select Next, then Yes to remove Office.
- Wait for it to complete, select Next, close the tool, and restart the PC.
If the troubleshooter still does not completely remove Office, follow the guidance in the docs to manually uninstall Office.
After uninstalling, Office/Microsoft 365 can be reinstalled later using the official “Install or reinstall Office on a PC” instructions if needed.
References: