Bootstrapper Stopped Working MS Office 2013/2016 Troubleshooting - Complete Fix Guide
⚙️ Office Installation Crash
Error: Office Bootstrapper stopped working
Cause: Antivirus/legacy Office/corrupted temp files
Fix Time: 15-30 minutes
Office 2016 installation initiated. Suddenly: "Microsoft Office Bootstrapper has stopped working". Installation frozen.
Office Bootstrapper - setup program that extracts and installs Office. Crash causes: Antivirus software blocking (most common), corrupted temporary files, legacy Office version conflicts, or system file issues.
Error message uninformative - doesn't explain crash reason. Will address common causes sequentially: Disable antivirus, clear temp files, attempt offline installation.
Understanding Bootstrapper Crashes
Bootstrapper extracts Office files from installation package and configures them. Any process interruption causes crash.
Common causes:
- Antivirus interference - Security software identifies Office installer as suspicious, blocks execution
- Previous Office installation remnants - Legacy Office files conflict with new installation
- Corrupted temp files - Windows temp folder contains broken installation files
- .NET Framework issues - Office requires .NET Framework, corruption causes bootstrapper failure
- Insufficient permissions - Installer not executed as administrator
- Low disk space - Insufficient C: drive space for temporary installation files
Fix #1: Disable Antivirus and Run as Administrator
Begin with simplest solution - prevent antivirus from blocking installer.
- Temporarily disable antivirus:
- Right-click antivirus icon in system tray
- Locate "Disable protection" or "Pause" option
- Select 30 minutes or 1 hour duration
- (Windows Defender: Open Windows Security → Virus & threat protection → Manage settings → Disable Real-time protection)
- Close unnecessary programs:
- Press Ctrl + Shift + Esc to open Task Manager
- Close any running Office programs
- Close browser and other applications
- Fewer running programs reduces potential conflicts
- Execute Office installer as Administrator:
- Right-click Office installer file (setup.exe)
- Choose "Run as administrator"
- Click Yes when UAC prompts
- Allow installation to proceed
- After installation completion:
- Re-enable antivirus immediately
- Maintain system protection
Fix #2: Clean Temp Folders and Previous Office Installations
Legacy files and previous Office remnants frequently cause bootstrapper crashes.
- Clear Windows Temp folder:
- Press Windows + R
- Execute
%temp% - Press Ctrl + A to select all
- Press Delete (some files may not delete - acceptable, skip them)
- Empty Recycle Bin
- Clear system Temp folder:
- Press Windows + R
- Execute
temp - Delete all files (skip locked files)
- Execute Disk Cleanup:
- Search "Disk Cleanup" in Start menu
- Select C: drive
- Check "Temporary files," "Windows Update Cleanup," "System error memory dump files"
- Click "Clean up system files"
- Allow cleaning process
- Remove legacy Office completely:
- Download Microsoft Office Removal Tool (search "uninstall Office tool")
- Execute to completely remove previous Office installations
- Restart computer
- Retry Office installation
Fix #3: Repair .NET Framework
Office relies on .NET Framework. Corruption prevents proper bootstrapper execution.
- Check installed .NET versions:
- Control Panel → Programs and Features
- Locate "Microsoft .NET Framework" entries
- Office 2013/2016 requires .NET Framework 4.5 or higher
- Repair .NET Framework:
- Download ".NET Framework Repair Tool" from Microsoft
- Execute tool
- Allow automatic .NET issue detection and repair
- Restart when prompted
- Install latest .NET Framework:
- Visit microsoft.com, search ".NET Framework download"
- Download latest version (.NET Framework 4.8 currently)
- Install
- Restart computer
- Enable .NET in Windows Features:
- Control Panel → Programs → Turn Windows features on or off
- Verify ".NET Framework 3.5" and ".NET Framework 4.8" are checked
- Click OK and wait for installation
- Restart if required
💡 Office Deployment Tool for Persistent Issues
If standard installer continuously crashes, try Microsoft Office Deployment Tool (ODT). Command-line installer providing greater control, often bypasses bootstrapper issues.
Usage procedure:
1. Download ODT from Microsoft
2. Extract to folder (e.g., C:\ODT)
3. Edit configuration.xml to specify Office products to install
4. Execute as administrator: setup.exe /configure configuration.xml
More technical but significantly more reliable for problematic installations. Microsoft provides detailed guides - search "Office Deployment Tool setup."
Additional Quick Fixes
- Verify disk space - Ensure minimum 4-5 GB free on C: drive. Office installation requires temporary space beyond installed size.
- Download fresh installer - Current installer file may be corrupted. Download new copy from office.com or Microsoft account.
- Install in Safe Mode - Boot Windows in Safe Mode with Networking, attempt installation. Eliminates startup program interference.
- Update Windows - Ensure Windows fully updated. Settings → Update & Security → Check for updates. Legacy Windows versions sometimes conflict with new Office.
- Check Event Viewer - Windows Event Viewer (search in Start) → Windows Logs → Application. Look for errors from bootstrapper crash time - may reveal specific cause.
Frequently Asked Questions
Why does this occur more with Office 2016/2019 than older versions?
Newer Office versions use Click-to-Run installation technology, streaming files during installation. More complex than legacy MSI installers, creating more failure points. Bootstrapper manages this streaming process.
Can Office be installed without bootstrapper?
Not feasible - bootstrapper IS the installer. However, Office Deployment Tool (mentioned in Pro Tip) provides alternative installation method that may succeed.
Will Office license be lost if installation repeatedly fails?
No, license tied to Microsoft account or product key, not installation itself. Unlimited installation attempts without affecting license.
What if bootstrapper crashes during Office repair instead of installation?
Same fixes apply. If repair continues failing, uninstall Office completely with Microsoft removal tool, then perform fresh installation instead of attempting repair.