A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi KK,
There are no built-in solution to downgrade Office directly. You will need uninstall your Office first: Uninstall Office from a PC.
After you uninstalling Office, you can install the target version of Office 2013 or 2016 with ODT:
Overview of the Office Deployment Tool
- Download the tool and open it. It will let you choose a location (for example C:\ODT2016) in your machine to extract it.
2. Open the location you chosed in step 1, open one of the configure file with notepad and change the content to the following script and save it(for example, the name is Office365Configuration):
<Configuration>
<Add OfficeClientEdition="64" Channel="Broad" Version="16.0.8201.2193">
<Product ID="O365ProPlusRetail">
<Language ID="en-us" />
</Product>
</Add>
<Updates Enabled="True" Channel="Broad" />
</Configuration>
Change the version number to the target version you want. you can get it from the following articles:
Update history for Office 2013
Retail versions of Office 2016 C2R and Office 2019(According to this article, the latest version of Office 365 ProPlus uses the same version number with Office 2016)
- Open Command Prompt from start menu
- input the following command:
cd C:\ODT2019
setup.exe /download Office365Configuration.xml (This is the file name in step 2)
After this command, Office start to download, you could wait until the C:\ODT2016 show up in next line and input the next command:
setup.exe /configure Office365Configuration.xml
Then Office will start to install.
Regards,
Alex