Install the latest version of Office

New developer features, including those still in preview, are delivered first to subscribers who opt in to get the latest builds of Office.

Opt in to getting the latest builds of Office

Get the latest build of Office

  1. Download the Office Deployment Tool.

  2. Run the tool. This extracts a setup.exe and configuration files.

  3. Create a new file named configuration.xml and add the following XML.

    <!-- Office 365 client configuration file sample. To be used for Office 365 ProPlus apps, 
     Office 365 Business apps, Project Pro for Office 365 and Visio Pro for Office 365. 
    
     For detailed information regarding configuration options visit: http://aka.ms/ODT. 
     To use the configuration file be sure to remove the comments
    
     The following sample allows you to download and install the 32 bit version of the Office 365 ProPlus apps 
     and Visio Pro for Office 365 directly from the Office CDN using the First Release Branch
     settings  -->
    
    <Configuration>
      <Add OfficeClientEdition="32" Branch="FirstReleaseCurrent">
        <Product ID="O365ProPlusRetail">
          <Language ID="en-us" />
        </Product>
      </Add>
    
      <Updates Enabled="TRUE" /> 
      <Display Level="None" AcceptEULA="TRUE" />  
      <Logging Level="Standard" Path="%temp%" /> 
    
      <!--  <Updates Enabled="TRUE" Branch="Current" /> -->
    
      <!--  <Display Level="None" AcceptEULA="TRUE" />  -->
    
      <!--  <Property Name="AUTOACTIVATE" Value="1" />  -->
    
    </Configuration>
    
  4. Run the following command as an administrator.

    setup.exe /configure configuration.xml
    

Note

The command might take a long time to run without indicating progress.

When the installation process finishes, you will have the latest Office applications installed. To verify that you have the latest build, go to File > Account from any Office application. Under Office Updates, you'll see the (Office Insiders) label above the version number.

Product information, including the version number, with the Office Insiders label.

Minimum Office builds for Office JavaScript API requirement sets