Forum Discussion
Please help Windows 11 keeps restarting after resetting (keep personal data)
- Sep 03, 2025
I had a similar issue, but I could not fix it. endued up copy user data using CMD to a portable disk and reimage the pc.
I think that is the best option, so you can format repartition and install clean Windows OS.
That restart loop after a reset usually points to either a corrupted bootloader or incomplete system files after reinstall. Since you already checked with Diskpart, Iād suggest these next steps:
Boot Repair: From Advanced Startup > Troubleshoot > Advanced options, run Startup Repair. It often rebuilds boot files automatically.
Rebuild Boot Records: In Command Prompt (admin), try:
bootrec /fixmbr
bootrec /fixboot
bootrec /scanos
bootrec /rebuildbcd
Check Partitions: Make sure the EFI/System partition is still set as active. Sometimes resets mess up partition flags.
Repair Image: Run sfc /scannow and DISM /Online /Cleanup-Image /RestoreHealth if it boots into recovery CMD.
If none of these work, you might need to create a bootable USB with Windows 11 and do a repair install (not a full clean install). That way your data stays intact but system files are properly restored.
š Many users with Lenovo laptops ran into this exact loop, and a USB repair install usually solved it.