Forum Discussion
We couldn't install Windows 11 from 23H2 to 24H2
During the installation of Windows 11, if you have encountered the problem of not being able to install it, you can try DISM and SFC, which are both built-in in the system and do not require you to download and install them additionally, which is very convenient. You just need to enter some commands to use them, and I will tell you step by step how to do it, so that you can use them to solve the problem of "We couldn't install Windows 11".
Step 1: Press Windows key + S, type cmd right click on the command prompt and select Run as administrator, a black window will pop up.
Step 2: Run DISM command: Type DISM /Online /Cleanup-Image /RestoreHealth and press Enter. wait for 5-15 minutes, the tool will download and repair the corrupted system image from Microsoft server.
When it is done, the screen displays “Operation completed successfully”.
Step 3: Run SFC command: Type sfc /scannow and press Enter. wait for 5-10 minutes, the tool will scan and repair the system files, when it finishes, the screen displays "Windows Resource Conservation has repaired the files or no integrity issues were found".
Step 4: Type shutdown /r and press Enter to reboot the computer.
Step 5: After reboot, run Windows 11 installer or check for updates via Settings > Windows.
If We couldn't install Windows 11 24H2, then we can use the above tool to fix it.