Skip to main content

Windows 11 version 25H2: Everything you need to know about Microsoft's next OS release

 The next version of the Windows 11 operating system will debut later this year. Here's everything we know about it so far, including potential release date, platform changes, and more.



Microsoft is hard at work on the next version of Windows 11, which is expected to debut later this year as Windows 11 version 25H2. The company usually releases a new version of the operating system every fall, and we expect the same to take place this year.

Windows 11 version 25H2 is yet to be officially announced, though references to its existence have appeared in recent Windows 11 preview builds and documentation, all but confirming that it's in development.

We will continue to update this page with more information about Windows 11 version 25H2 as it becomes available. So be sure to bookmark it and check back frequently!


(Image credit: Future)

Microsoft has committed to releasing a new version of the Windows 11 operating system in the second half of every year. This usually occurs in the September or October timeframe, and we expect that to remain true this year with version 25H2.

In the past, Microsoft has utilized a "phased rollout" approach when it comes to the availability of version updates. This means that even though the update may be released in September or October, it's unlikely you will see it in Windows Update right away.

A new version of Windows 11 will reset the support clock, which means users running version 25H2 once it releases will be supported with security and bug fixes for longer than those who remain on version 24H2 or older.

New Windows 11 version releases are typically supported for 24 months from their initial availability date.

PLATFORM UPDATES 



25H2 is unlikely to deliver a major new platform release. (Image credit: Windows Central)

Version 25H2 is expected to ship on top of the same platform release that debuted with version 24H2 last year. That means version 25H2 will likely be delivered as a smaller enablement package or cumulative style update, and not a full-blown OS upgrade.

The good news is that this style of update for version 25H2 will mean an overall smaller download and install process, which should allow your PC to install the latest release at a much faster pace, almost like a normal monthly security update.

Microsoft has done this before with Windows 11 version 23H2, which was based on the same platform release as version 22H2 before it. So this isn't new, and allows for Microsoft to keep the OS stable by maintaining the same platform release for longer.

The current platform release that 24H2 and 25H2 will be based on is called Germanium. Microsoft has confirmed that it is making improvements to Germanium thoughout 2025, which will likely benefit the version 25H2 release this fall.


New features



The new Windows 11 Start menu coming later this year. (Image credit: Windows Central)

Thanks to Microsoft's "continuous innovation" strategy for Windows 11, Microsoft is releasing new features for the OS on a constant basis. That means the version updates that arrive every fall often aren't very feature-heavy, as many of the features that were in development throughout the year are already shipping by that point.

However, that doesn't mean there won't be some features exclusive to 25H2. Microsoft is yet to confirm any specific features tied to the 25H2 release, but we'll be sure to let you know here if they do.

Right now, we know Microsoft is working on a handful of new features that aren't yet shipping. These include a new Start menu for Windows 11 that's more customizable, an AI-powered agent in the Settings app, and more.

Comments

Popular posts from this blog

Starlink is only for the rich or for big offices!" — that’s what many people think

  "Starlink is only for the rich or for big offices!" — that’s what many people think. But actually, that’s not true. With a little effort and some smart planning, even ordinary people in villages — shopkeepers, rickshaw pullers — can use this high-speed internet if they come together as a group. How is it possible at such a low cost? Let’s break it down: Starlink’s monthly bill is around 4,200 to 6,000 BDT. That may seem expensive for one person, but if 20 to 25 people share the cost, it becomes very affordable: Monthly cost per person (if 20 people share): 4,200 ÷ 20 = just 210 BDT! One-time setup cost (dish, router, etc.): Around 50,000 BDT (only paid once) So even a rickshaw puller could use high-speed Wi-Fi by paying just 200–250 BDT per month! Here’s how it works, in simple steps: 1. Install the Starlink dish in an open space with a clear view of the sky. 2. A cable runs from the dish to the Starlink modem. 3. The modem is connected to a Wi-Fi router. 4. The ...

Level Up Your Code: Discover 2025's 10 Leading AI Assistants for Coders

  In 2025, testing software isn't just about finding bugs — it's about working smarter. With the rise of powerful and accessible AI tools, Vibe coders now have the opportunity to test faster, more efficiently, and with fewer headaches. AI testing tools are driving this transformation. These tools go beyond basic automation — they can detect edge cases, write test scripts, debug in real time, and even suggest fixes or improvements. In this list, we’ll explore the top 10 AI testing tools every modern developer should know. Whether you're coding a quick prototype or managing a large-scale project, having the right AI assistant in your workflow can make a huge difference. That’s why we’ve put together this list of 20 must-try AI coding agents. From full-stack builders to browser automators and IDE companions, these tools are shaping the future of development and you’ll want to know about them. Build APIs Faster with  Apidog  Say goodbye to tab-switching. If you are working wi...

5 Great Linux Utilities to Monitor Your System Resources in the Terminal

  Although the standard Linux utilities have served us well over the years, in some scenarios they fall short. If you've ever found yourself writing a one-liner to poll a command or struggling to parse a badly formatted table, then it's a clear sign that the tools at hand are lacking. What you need are better tools; what I have are better tools—five that will make your Linux life easier. 1 NCurses Disk Usage (ncdu) To view the sizes of directories, du is a solid choice, and it's generally the first pick for most people. However, it lacks exploratory capabilities. A few times a year, my system complains to me that it's running low on disk space, and I find myself exploring the file system to manually delete large directories of accumulated garbage. This is where du lacks, and where ncdu shines. With its simple interface,  ncdu provides blazing-fast exploration to size up directories . Those familiar with Vim will feel at home because it uses Vim keys for navigation; tho...