1. Use Windows Startup Repair
- Restart your system and press F8 or Shift + F8 during boot (or use recovery media)
- Select Advanced Options → Startup Repair
- Let Windows automatically detect and fix boot and system file issues
This often resolves update-related corruption tied to error 0x800703F1.
2. Update or Roll Back Device Drivers
- Press Win + X, select Device Manager
- Check for devices with warning icons (especially storage, graphics, and chipset drivers)
- Right-click the device → Update Driver or Roll Back Driver if the problem started after a recent update
- Reboot your system and try the update again
3. Perform a CHKDSK Disk Scan
- Open Command Prompt as Administrator, then run:
chkdsk C: /f /r
- Press Y to schedule a disk check on reboot
- Restart your system and let the scan complete
- Retry Windows or Office 365 updates afterwards
4. Reinstall Windows Update and Office 365 Components
- Open Settings → Apps → Installed Apps
- Find Microsoft Office 365, click Modify, and select Online Repair
- For Windows, reset update components via Command Prompt:
dism /online /cleanup-image /startcomponentcleanup
- Then try updating Office 365 and Windows again.
5. Run System File Checker and DISM
- Open Command Prompt (Admin) and execute:
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
- Restart the system after completion to restore missing or corrupted system files.
6. Check Disk Health with Windows PowerShell
- Open PowerShell as Administrator and run:
Get-PhysicalDisk | Select-Object FriendlyName, OperationalStatus, HealthStatus
- If any disk shows as 'Unhealthy', consider backing up the data and replacing the drive.
7. Use Office 365 SaRA Tool (Support and Recovery Assistant)
- Download Microsoft Support and Recovery Assistant (SaRA) from the official Microsoft website
- Run the tool and select Office 365 → I have problems installing Office
- Follow the guided steps to diagnose and fix update or installation issues
8. Perform a Clean Boot and Retry Updates
- Press Win + R, type msconfig, and press Enter
- Go to the Services tab → Check Hide all Microsoft services → Click Disable all
- Go to the Startup tab → Open Task Manager → Disable all startup programs
- Restart your PC and attempt to install updates or Office 365 again