Upgrading your Windows 11 system should be straightforward, but some users have encountered an issue where the ‘Preparing for Upgrade’ window crashes after entering the product key, causing the Settings app to become unresponsive. Fortunately, there are several methods to resolve this problem.
Method 1: Change User Account Control Settings
Adjusting the User Account Control (UAC) settings has helped some users fix the ‘Preparing for Upgrade’ crash. Since modifying UAC settings is simple, it’s worth trying this method first.
Control Panel into the search bar. From the results, click on the ‘Control Panel’ app to launch it.



Join readers who trust AllThings.How
Add us as a preferred source on Google so our practical guides show up first next time you search.
Add to Google Preferences →Method 2: Run DISM and SFC Scans
Corrupted or damaged system files might be causing the upgrade window to crash. Running the Deployment Image Servicing and Management (DISM) tool and the System File Checker (SFC) can repair these files and potentially fix the issue.
Terminal. Right-click on the ‘Terminal’ app in the search results and select ‘Run as administrator’.

DISM /Online /Cleanup-Image /RestoreHealth

The DISM process may take some time and can appear to hang, but this is normal. Wait patiently until it completes.
SFC /scannow

Method 3: Upgrade Using Command Prompt
If the standard upgrade process isn’t working, you can try upgrading your PC via the Command Prompt. This method bypasses the GUI and might resolve issues caused by improper system file invocation.
CMD. Right-click on ‘Command Prompt’ in the search results and select ‘Run as administrator’.

slmgr.vbs /upk

slmgr.vbs /cpky

slmgr.vbs /ckms

sc config LicenseManager start= auto & net start LicenseManager

sc config wuaserv start= auto & net start wuaserv

XXXX-XXXX-XXXX-XXXX-XXXX with your actual product key):changepk.exe /productkey XXXX-XXXX-XXXX-XXXX-XXXX

This should initiate the upgrade process. Follow any on-screen instructions to complete the upgrade.
Method 4: Reset Your PC
If none of the previous methods have resolved the issue, resetting your PC might help. This process reinstalls Windows but allows you to keep your personal files. Note that it will remove installed applications and reset settings to their defaults.






Note: ‘Cloud download’ will require an active internet connection and will consume upwards of 4 GB of data.





Your PC will restart and begin the reset process. This may take some time, and your system may reboot multiple times.
By following these methods, you should be able to fix the ‘Preparing for Upgrade’ window crash and successfully upgrade your Windows 11 system.






