Processes in Microsoft 365 for setting up Office apps, redeeming product keys, and activating licenses.
For Office 2013 Visio on Windows, use these supported removal paths:
- Try standard uninstall first
- Open Control Panel.
- Go to Programs > Programs and Features.
- Find Visio 2013 and select Uninstall.
- If uninstall is incomplete or fails, use the Office uninstall troubleshooter / Easy Fix tool
- Download and run the uninstall tool.
- Open the tool, select Next, then follow the prompts.
- Restart the PC when prompted.
- This is the supported way to completely remove Office in many cases.
- If the troubleshooter does not fully remove it, use manual uninstall guidance
- Microsoft support content explicitly states that if the uninstall troubleshooter does not completely uninstall Microsoft 365 or Office from the PC, manual uninstall can be tried.
- After Visio 2013 is removed, install Office 2024
- If Office setup reports an existing 32-bit/64-bit conflict, remove any remaining Office products such as older Visio or Project that are installed with the other bitness before installing Office 2024.
Important points for this scenario:
- An older Office product can block installation of a newer Office version if it was not fully removed.
- If the uninstall tool is being used, it must be run on the same Windows PC that has the Office product installed.
- The current uninstall troubleshooter requires Windows 10 or higher.
- For Microsoft Store-based Office installs, there is also a PowerShell removal method. Warning: run PowerShell as administrator and use only the documented command.
If the current installation is a Microsoft Store version of Microsoft 365, the documented PowerShell removal command is:
Get-AppxPackage -name “Microsoft.Office.Desktop” | Remove-AppxPackage
To verify removal:
Get-AppxPackage -name “Microsoft.Office.Desktop”
If no additional information appears after the verify command, Microsoft 365 was removed.
References: