Forum Discussion
How can I update Windows 11 23H2 to 25H2 on my pc?
Microsoft always releases major feature updates like 25H2 in stages.
- They start with a small percentage of PCs known to be compatible.
- Then, after monitoring feedback and stability, they expand to more devices.
So even if your system is eligible, it can take weeks or even months before the upgrade notification appears in Windows Update. You can check manually by going to Settings > Windows Update > Check for updates.
Here are some common reasons why your PC can't update Windows 11 23H2 to 25H2:
1. Hardware Doesn't Fully Meet Requirements
If your PC is missing TPM 2.0, Secure Boot, or uses an unsupported CPU, Microsoft blocks the automatic update. Even if you’re running Windows 11 23H2 fine, 25H2 might stay hidden unless you bypass the checks manually or install it via ISO.
2. Regional or Language-Based Delay
Rollouts often differ by region and system language. For example, English (US) builds might go out first, while other language packs follow later.
If you're using a Single Language or N edition, it might take longer for Windows Update to offer the build.
3. Corrupted Windows Update Components
Sometimes, update files or services get stuck. You can reset them by running the following in Command Prompt (Admin):
net stop wuauserv
net stop bits
del /s /q %windir%\SoftwareDistribution
net start wuauserv
net start bits