If you support a global workforce, do not install every proofing language on every PC. This bloats the Office installation by hundreds of megabytes and slows down spell-check (as Office scans against all dictionaries).
Recommended Strategy:
Proofing tools include:
These are available for over 80 languages in Microsoft 365 Apps for enterprise/business. office 365 proofing tools offline installer
Cause: A previous online installation attempt left corrupted Click-to-Run streams. Fix:
C:\Program Files\Common Files\microsoft shared\ClickToRun\OfficeClickToRun.exe /reinstallMicrosoft does not advertise the direct offline links prominently. They prefer the online mechanism. However, enterprise customers and savvy users can obtain the offline installer via two legal methods.
Microsoft provides proofing tools (spell check, grammar, hyphenation, thesaurus) via Language Accessory Packs and standalone Proofing Tools installers for older Office versions. For Microsoft 365 (Office 365) you generally install language/proofing support via Language Accessory Packs or use the Office offline installer and then enable proofing languages in Office settings. Microsoft hosts downloadable offline installers for specific Office versions (e.g., Proofing Tools 2016) and a Language Accessory Pack page that offers offline download links per language. Report: Office 365 Proofing Tools Offline Installer Part
| Your Office Suite | Compatible Offline Installer | | :--- | :--- | | Microsoft 365 (Current Channel) | Microsoft 365 Language Accessory Pack (same version) | | Microsoft 365 (Monthly Enterprise) | Matching Monthly Enterprise build | | Office LTSC 2021 | Office 2021 Proofing Tools | | Office 2019 | Office 2019 Proofing Tools |
Pro Tip: Always run winver and check your Office build via File > Account > About Excel. The offline installer’s build number must match or be very close to your installed suite.
You can create a custom offline source for proofing tools using the ODT. Tier 1 (Base): English (en-us) – Always installed
Download the Office Deployment Tool from Microsoft’s official website.
Create a configuration XML file that specifies the languages you need. For example, to download French and Spanish proofing tools:
<Configuration>
<Add OfficeClientEdition="64" Channel="Current">
<Product ID="LanguagePack">
<Language ID="fr-fr" />
<Language ID="es-es" />
</Product>
</Add>
</Configuration>
Run the ODT in download mode:
setup.exe /download config.xml
This pulls all required files into a local folder.
Deploy offline: Copy that folder to any target PC and run:
setup.exe /configure config.xml
Note for Home Users: While Microsoft encourages online installation for consumers, you can still download official language pack
.imgor.isofiles from the Microsoft Update Catalog (search for "Proofing Tools KB" updates).