Welcome Jacob Tegen,
Thank you for the additional information. I completely understand why you want to avoid a reinstall, especially since you've already backed up your data and it sounds like the installation itself is still being detected. Based on what you've described, you're actually in a better position than many update-related boot failures because you can still access Command Prompt from the Windows installation USB.
Since Windows Repair Environment is unavailable but Command Prompt from the USB works, I'd focus on checking whether Windows is stuck with pending update operations.
First, identify the Windows partition:
-
diskpart -
list volume
Look for the volume that contains your Windows installation, then exit DiskPart: exit
Once you know the correct drive letter (for example D:), verify it by running: dir D:\
You should see folders such as:
-
Windows -
Program Files -
Users
If those folders are not present, try another drive letter.
Then run: dism /image:D:\ /cleanup-image /revertpendingactions
Replace D: with the actual Windows drive letter.
If the command completes successfully, restart the PC and test booting normally.
If DISM reports an error, please post the exact error message and the results from list volume. That information will help determine whether this is a pending update issue, a damaged component store, or a disk-related problem without immediately resorting to a clean installation.
If the answer is helpful, please click "Yes". 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.