WiseCleaner Think Tank

Encounter difficult computer problems?
All about maintenance and optimization of your Windows System.

Home > Think Tank > How to Upgrade to Windows 11 26H2 Using a Single Command

How to Upgrade to Windows 11 26H2 Using a Single Command

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.

What Requirements Should I Meet Before Upgrading

Before upgrading, make sure your PC meets the following requirements:

  • Your computer must be running Windows 11 version 24H2 or 25H2.
  • KB5120998 must already be installed.
  • The corresponding OS build should be:

Windows 11 24H2: Build 26100.9278

Windows 11 25H2: Build 26200.9278

How to Check Your Windows Version

  • Press Win + R to open the Run dialog.
  • Type winver.
  • Press Enter.
  • Check out your current Windows version and OS build number.

Upgrade to Windows 11 26H2 in One Minute

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.

Step 1. Open PowerShell as Administrator

Right-click the Start button, and select Terminal (Admin).

Step 2. Run the Correct Command

Copy and paste the correct command for your CPU into Windows PowerShell, then press Enter:

  • Most Intel and AMD computers which use the x64 version, use the command below:

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 }

  • For Windows devices powered by ARM processors, such as some Snapdragon-based PCs, use the following command instead:

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 }

Step 3. Wait for the Install

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:

  • If you enter “y”, the computer will restart immediately.
  • If you enter any other character, you can restart your PC manually later. This command prevents Windows from automatically restarting the computer, allowing you to choose when to restart.

Step 4. Check the Upgrade Status

After your computer restarts, you can verify the Windows version by using these two following methods:

  • Use the Winver Command:

Press Win + R.

Type winver.

Press Enter.

  • Check in Windows Settings:

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.

Conclusion

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.

Latest
How to Enable Telnet Client in Windows 11How to Enable or Disable Inactive Scrolling in WindowsHow to Adjust Refresh Rate in Windows 11
Read more >>
Recommend
Stop Chrome and Edge from Sneaking 4GB+ AI Bloatware Onto Your SSDUnderstanding Windows Power Plans: Balanced, Battery Saver, High Performance, and Ultimate PerformanceHow to Pause Windows Update for 100 Years
Read more >>
Hottest
How to Install a macOS in VMware Workstation PRO 17How to Enable Task Manager Option in Taskbar Menu on Windows 11How to Fix Office Application Error 0xc0000142
Read more >>

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