logo
search
Microsoft 365 Installation Problems

How to Install the 32-Bit Version of Microsoft 365 Office

Maira MehtabMaira Mehtab Sep 22, 2026 869 views

Question details

The user needs to install the 32-bit version of Microsoft 365 Office, but the default installer automatically forces the 64-bit or ARM version instead.

Product
Microsoft 365 Office
Device & OS
Windows
Scenario
Attempting to install a 32-bit version of Office (e.g., to support 32-bit Access for ACCDE files) on a modern 64-bit PC or a Windows ARM virtual machine.
Observed behavior
The standard installer bypasses user selection and automatically selects the native ARM64 or 64-bit version based on system architecture, causing compatibility issues with legacy 32-bit applications.
Before you start

Before proceeding, completely uninstall any existing 64-bit versions of Microsoft Office or conflicting Microsoft components from your system to prevent installation errors.

Solution 1Recommended

Use the Office Deployment Tool (ODT) to Force a 32-Bit Installation

The Office Deployment Tool (ODT) allows you to bypass the standard installer and strictly specify your preferred Office architecture using a configuration file.

By default, Microsoft 365 installs the 64-bit version on 64-bit operating systems. To override this behavior, especially on systems prone to architecture conflicts, you must use the command-line based Office Deployment Tool combined with a custom XML configuration file.

1
Uninstall Existing 64-Bit Office

Navigate to 'Apps & features' in your Windows settings, locate your current Microsoft Office installation, and select 'Uninstall'. Ensure no leftover 64-bit components remain.

2
Download the Office Deployment Tool

Visit the official Microsoft Download Center and download the Office Deployment Tool executable. Run the file to extract its contents to a dedicated folder on your computer (for example, C:\OfficeSetup).

3
Create an XML Configuration File

In the folder where you extracted the ODT, create a new text document and name it 'configuration.xml'. Paste the required configuration code specifying the 32-bit client edition, and save the file.

4
Execute the Setup Command

Click the Windows Start menu, type 'cmd', right-click 'Command Prompt', and select 'Run as administrator'. Use the 'cd' command to navigate to your ODT folder (e.g., cd C:\OfficeSetup). Run the command: setup.exe /configure configuration.xml

Configuration Code Example: Use this structure in your XML file: <Configuration><Add SourcePath="C:\OfficeSetup" OfficeClientEdition="32" Channel="MonthlyEnterprise" /><Display Level="Full" AcceptEULA="TRUE" /></Configuration>
Free Microsoft Office alternative

Switch to WPS Office for a Hassle-Free Installation

Struggling with complicated Office Deployment Tools and architecture conflicts? WPS Office offers a unified, lightweight installation process that works seamlessly without requiring complex XML configuration files. Enjoy a powerful, free office suite that is highly compatible with Microsoft Word, Excel, and PowerPoint.

  1. 1. Download the Installer: Visit the official WPS Office website and click the 'Free Download' button.
  2. 2. Run the Setup: Open the downloaded installer file. The installer automatically optimizes for your system without requiring manual architecture selection.
  3. 3. Start Creating: Once installed, launch WPS Office to instantly view, edit, and create your documents.
Simple, one-click installation without architecture conflicts.Fully compatible with Microsoft Office formats like .docx, .xlsx, and .pptx.Lightweight software that uses significantly less system resources.Familiar user interface ensuring a seamless migration from Microsoft 365.
microsoft office alternative - wps office

Frequently Asked Questions

Why does Microsoft 365 automatically install the 64-bit version?

Microsoft defaults to the 64-bit version on modern PCs because it offers better performance and can handle larger data sets, such as complex Excel workbooks. The 32-bit version is generally only needed for compatibility with specific legacy add-ins.

Can I install both 32-bit and 64-bit versions of Office on the same computer?

No, Microsoft Office does not support side-by-side installations of different architectures. You must completely uninstall all components of one version before installing the other.

Will switching to a 32-bit version of Office affect my existing files?

No. Your documents, spreadsheets, and presentations are not tied to the software architecture. The 32-bit version of Office will open and edit the exact same files as the 64-bit version.

Why is the 32-bit installer failing on my Windows ARM virtual machine?

Windows 11 ARM on virtual machines (like Parallels) heavily prefers native ARM64 or 64-bit applications. To install 32-bit Office in this environment, you must ensure absolutely no native ARM/64-bit Office components are present and strictly use the Office Deployment Tool to force the 32-bit configuration.