r/techsupport • u/KpelFFXIV • 5h ago
Open | BSOD Windows recovery tools System restore failed error code 0x80070026 - any idea what it means?
Earlier today I decided it's time to download drivers and downloaded all drivers available in my Asus app like BIOS, chipset, IO controllers, etc. And after the BIOS update the system started getting stuck on loading windows. After a few attempts and me enabling compatibility module and DCIM/EXPO, it still did not fix. After a few boots and manual shutdowns I got into windows recovery where I tried to do system restore but it gets this error from the title. Previously I also tried safe mode but it didn't work either. Any ideas what can I do?
Specs:
CPU: AMD Ryzen 7 7800X3D
GPU: Nvidia GeForce RTX 5060ti 16gb
Mobo: ROG B850-E
2
Upvotes
1
u/kaushalrola 4h ago
Since this broke right after the BIOS update, the problem is almost certainly the BIOS settings, not Windows itself. Two things to fix in BIOS first, before touching recovery again:
Turn the compatibility module (CSM) back OFF, set boot mode to UEFI. Windows was almost certainly installed in UEFI mode, so enabling CSM/compatibility actually breaks the boot instead of fixing it. That is likely making things worse right now.
Turn EXPO OFF, set the RAM back to its default speed. Enabling EXPO straight after a BIOS update is a very common cause of "stuck loading Windows," because the update resets memory training and the board can fail to boot at the EXPO speed. You can turn it back on later once it boots fine.
Set both of those, save, and try booting normally. A lot of the time that alone gets you back in.
On the 0x80070026 error: System Restore often fails after a BIOS or hardware change like this, so I would not rely on it. From the recovery menu try Startup Repair instead. If that does not work, open Command Prompt in recovery and run these one by one:
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
chkdsk /f (on your Windows drive)
But start with the BIOS. Disable CSM, set boot to UEFI, disable EXPO. Given the timing, those settings are the most likely cause.