0xc0000034 Your PC Needs to Be Repaired — How to Fix 2026
Your PC is staring back at you with a blue screen claiming the boot configuration data is missing, and now you can't even get to your desktop. This usually happens after a botched Windows update or a sudden power loss that corrupted your boot files, leaving your system unable to find the instructions it needs to start.
Why this happens: If rebuild BCD showed zero installations found, your disc might be MBR on a UEFI system.
What you need: You need a second working computer and an 8GB+ USB flash drive.
Fix Steps
1. Create a Windows installation USB using the official Microsoft Media Creation Tool.
2. Boot your broken PC from the USB and select 'Repair your computer' > 'Troubleshoot' > 'Advanced options' > 'Command Prompt'.
3. Type
diskpart, then list volume to identify your Windows partition letter, then type exit.4. Run
bootrec /scanos, bootrec /fixmbr, and bootrec /fixboot sequentially.5. Run
bootrec /rebuildbcd and type Y to add the installation to the boot list.6. If you receive 'Access is denied' on
fixboot, run bootsect /nt60 sys and try the rebuildbcd command again.7. If the 'system device cannot be found', use
diskpart to find the small FAT32 partition, select volume [number], assign a letter with assign letter=B, then run bcdboot C:\windows /s B: /f UEFI.8. Type
exit, remove the USB, and restart your PC.If that didn't work: If the fix fails, run
sfc /scannow and chkdsk C: /r from the Command Prompt to repair file system corruption. If the disk partition style is wrong, you may need to convert from MBR to GPT.Did this fix your issue? Subscribe for more quick IT solutions.
Subscribe to kitsunefix