Share via

USING insiders beta channel in excel

ram lalo 20 Reputation points
2026-03-19T12:43:35.9466667+00:00

Hello ,

i have office 365 personal i would like to know if i can use the insiders beta channel in excel and if yes how do i download it ?

thanks

rami

Microsoft 365 Insider | Excel | Windows
0 comments No comments

Answer accepted by question author

AI answer

2026-03-19T12:43:53.11+00:00

Yes, an active Microsoft 365 Personal subscription can use the Microsoft 365 Insider Beta Channel for Excel on Windows.

To get Insider Beta Channel builds of Excel as part of Microsoft 365 Apps on Windows, use the Office Deployment Tool and specify the Beta Channel in the configuration:

  1. Download the latest Office Deployment Tool from the Microsoft Download Center.
  2. Run the downloaded executable to extract setup.exe and sample configuration.xml files.
  3. Create a configuration.xml file with content similar to this (for Beta Channel):
       <Configuration>
         <Add OfficeClientEdition="64" Channel="BetaChannel" >
           <Product ID="O365ProPlusRetail">
             <Language ID="en-us" />
           </Product>
         </Add>
       </Configuration>
    
    Note: Channel="BetaChannel" selects the Insider Beta Channel and is not supported for production use.
  4. Copy setup.exe and configuration.xml to the Windows device where Microsoft 365 Apps (including Excel) should be installed. Ensure local administrator permissions and an active internet connection.
  5. Open an elevated Command Prompt, navigate to the folder containing these files, and run:
       setup.exe /configure configuration.xml
    
  6. After installation, open Excel (or another Office app) and go to FileAccount. Under About, confirm that the channel shows Beta Channel.

Once on Beta Channel, Excel will receive frequent Insider builds with the newest features, security updates, and fixes before standard channels.


References:

AI-generated content may be incorrect. Read our transparency notes for more information.

Was this answer helpful?

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.