Sep 21 2023 08:16 AM
Hi!
I tried to update my build 25316 to 25345, from Windows Update, but I received that error (0x80070032)
Also, I did the download for build 25316 (.ISO), and I received the message:
"Unable to determine if the computer has enough space to continue installing Windows 11... "
I don't know if it can be a problem to do this update, but it can be important:
In my notebook, I have 2 ssd disks operating with mirror.
Can you help me?
Sep 21 2023 11:42 PM
Hi @fhlaterza,
Error 0x80070032 is a generic Windows error that can occur for a variety of reasons. In the case of Windows Update, it can often be caused by corrupted system files, insufficient disk space, or a conflict with another program or service.
The fact that you are also getting an error message about insufficient disk space suggests that this may be the root cause of the problem. Even though you have two SSDs in mirror configuration, Windows may still be having trouble determining how much free space is available.
Here are a few steps you can try to fix the issue:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\System32\catroot2 catroot2.old
ren C:\Windows\System32\catroot2.old catroot2
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
Download Windows 11 (microsoft.com)
Once you have downloaded the ISO file, you can create a bootable USB drive or DVD from the ISO file using a variety of different tools. One popular tool is Rufus.
To create a bootable USB drive using Rufus, follow these steps:
Once the bootable USB drive has been created, you can boot your computer from the drive and install the Windows 11 Insider Preview update.
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.
If the post was useful in other ways, please consider giving it Like.
Kindest regards,
Leon Pavesic
Sep 28 2023 10:19 AM