Hi Jim Svedise,
Error 0xFFFFFFFF usually means something broke during an Insider update or configuration, not pointing to a single clear issue. It’d be helpful if you can share which steps you have tried, and whether there’s any errors shown or no change. In the meantime, here’s something else you can check out (skip if you already did it):
1 - Reset Windows Update components
- Press Win + X > open Windows PowerShell / Terminal (Admin)
- Run the following commands one by one:
-
net stop wuauserv -
net stop bits -
net stop cryptsvc -
net stop msiserver -
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old -
ren C:\Windows\System32\catroot2 catroot2.old -
net start wuauserv -
net start bits -
net start cryptsvc -
net start msiserver
-
- Open Settings > Windows Update > Advanced options:
- Open Delivery Optimizations > Download options
- Set it to Percentage of measured bandwidth.
- Restart your PC after making changes.
2 - Re-link your Insider account
- Go to Settings > Windows Update > Windows Insider Program
- Click Stop getting preview builds > Restart your PC
- Go back and re-join the Insider Program.
3 - Check Insider service status
- Press Win + R > type
services.msc> press Enter > find:- Windows Update
- Background Intelligent Transfer Service (BITS)
- Right-click > Properties > Make sure Startup type is set to Automatic
- If the service Stopped > click Start. If it’s already Running > click Restart.
4 - Reinstallation repair (keeping files and apps)
- Use built-in repair option
- Open Settings > System > Recovery > Fix problems using Windows Update
- Click Reinstall now > follow the onscreen instructions to reinstall Windows.
- If that fails, perform an in-place upgrade:
- Refer to Using ISOs - Windows Insider Program | Microsoft Learn
- Click Download Windows Insider ISOs > log in > select your version
- Mount the
.ISO> runsetup.exe> choose Keep personal files and apps.
Disclaimer: Both Windows reinstallation and in-place upgrade will refresh your Windows files and operating system without removing files or applications. That being said, we always recommend that if you have important data, you should back it up first before making large system changes.
If you can, tell me when and where exactly the error shows, for example, joining Insider, updating, or opening Settings?
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.