WiseCleaner Think Tank
Encounter difficult computer problems?
All about maintenance and optimization of your Windows System.
Sep 14, 2026
Microsoft has released Windows 11 26H2 to the Release Preview channel. The current build is 26300.9278, and the official ISO image is also available for download. Microsoft is expected to roll out the final version to general users in the fall of 2026.
For PCs already running Windows 11 24H2 or 25H2, there may be no need to download and install a complete ISO image. Instead, users can upgrade by installing the approximately 175 KB KB5121794 enablement package. With a PowerShell command and one restart, the upgrade process can be completed quickly.

Before upgrading, make sure your PC meets the following requirements:
Windows 11 24H2: Build 26100.9278
Windows 11 25H2: Build 26200.9278

This upgrade method may involve downloading an update package outside the normal Windows Update process, it is recommended that you back up important files before proceeding.

Right-click the Start button, and select Terminal (Admin).
Copy and paste the correct command for your CPU into Windows PowerShell, then press Enter:
Invoke-WebRequest -Uri "https://catalog.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/94520a88-858f-4832-a57d-7211f6d84a4e/public/Windows11.0-KB5121794-x64_5e20a3cce48d6611b16bdec42b07167f5456586a.msu" -OutFile "$env:TEMP\kb5121794.msu"; Start-Process "wusa.exe" -ArgumentList "$env:TEMP\kb5121794.msu /quiet /norestart" -Wait; $choice = Read-Host "The update has been installed. Restart your computer now? (y/n)"; if ($choice -eq "y") { Restart-Computer -Force }
Invoke-WebRequest -Uri "https://catalog.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/9d8dc3d0-9cbf-4eb1-9411-722e3e6a19b3/public/Windows11.0-KB5121794-arm64_77a76caf2d362bb293a4d18058388f2717365abe.msu" -OutFile "$env:TEMP\kb5121794.msu"; Start-Process "wusa.exe" -ArgumentList "$env:TEMP\kb5121794.msu /quiet /norestart" -Wait; $choice = Read-Host "The update has been installed. Restart your computer now? (y/n)"; if ($choice -eq "y") { Restart-Computer -Force }
After running the command, your computer will download the update package automatically to the Windows Temp folder, and install the update silently in the background.
When Prompts you to decide whether to restart the computer, choose the one you need between:
After your computer restarts, you can verify the Windows version by using these two following methods:
Press Win + R.
Type winver.
Press Enter.
Press Windows + I.
Select System from the left pane.
Scroll down to the bottom and click About.
Look for the Windows version and OS build information.
If it shows Windows 11 Version 26H2 and OS Build 26300.9278, the upgrade was successful. The installed applications, personal files, and existing cumulative updates should remain available after the enablement package upgrade.
The KB5121794 enablement package provides a quick way for eligible Windows 11 24H2 and 25H2 devices to upgrade to Windows 11 26H2 without downloading and reinstalling a complete Windows image. This method upgrades Windows to a preview version before the official public rollout. Because preview releases may contain unknown bugs or compatibility issues, non-technical users should consider waiting for Microsoft's official public release through Windows Update.
After installing the KB5121794 enablement package, your PC should continue receiving regular Windows security and cumulative updates through the normal Windows Update mechanism. You do not necessarily need to remain enrolled in the Windows Insider Program to receive regular monthly updates. However, some preview or test updates that are specific to the Release Preview channel may still require enrollment in the Windows Insider Program.
wisecleaner uses cookies to improve content and ensure you get the best experience on our website. Continue to browse our website agreeing to our privacy policy.
I Accept