Windows Server · Overview
Windows Server 2025: What’s New — A 2026 Overview
Windows Server 2025 is the current Long-Term Servicing Channel release, generally available since 4 November 2024. The headline gains are hotpatching — security updates without a reboot — a large batch of security hardening across SMB, Kerberos and Credential Guard, a next-generation Active Directory, faster storage and networking, and a more capable Hyper-V with GPU partitioning. It ships in Standard and Datacenter editions, licensed per core, and most of the genuinely new operational wins assume some connection to Azure Arc.
This overview walks through the areas Microsoft itself highlights, in plain English, with honest notes on the caveats and requirements. It is written for administrators sizing up an upgrade in 2026, not a reference manual — always confirm specifics against Microsoft Learn before you deploy.
Hotpatching: security updates without the reboot
Hotpatching is the feature everyone talks about first, and for good reason. It patches the in-memory code of running processes, so a server can take a security update without restarting. Fewer reboots means smaller maintenance windows and less exposure between a fix shipping and it being applied.
How the cadence works: hotpatch establishes a baseline from the current cumulative update, then that baseline refreshes on a roughly quarterly rhythm. In a typical year you get about four baseline months that do require a reboot and eight hotpatch months that do not. An unplanned baseline (for example a zero-day that cannot ship as a hotpatch) also forces a reboot for that month.
Hotpatch covers Windows security updates only. Non-security Windows updates, .NET updates, and drivers or firmware still require a restart during their release months. For Windows Server 2025 Standard or Datacenter on physical hardware, VMs, on-premises, or other clouds, hotpatching is delivered through Azure Arc — the machine must be Arc-connected and the feature enabled in the Azure portal. After briefly requiring a paid per-core subscription in 2025, Microsoft now offers Arc-enabled hotpatching for Standard and Datacenter at no additional cost. Datacenter: Azure Edition VMs also keep hotpatching at no additional cost. Hotpatch updates do not auto-rollback; recovering means uninstalling and reinstalling the last baseline, which needs a restart.
Security hardening: the quiet centrepiece
If hotpatching is the headline, security hardening is the substance. Windows Server 2025 turns on, or tightens, a long list of defaults so that a fresh install is safer out of the box — Microsoft's What's new in Windows Server 2025 states, for example, that Credential Guard is now enabled by default on devices that meet the requirements:
- Credential Guard on by default on hardware that meets the requirements, protecting derived domain credentials from theft.
- SMB signing required by default for all outbound connections (previously only for SYSVOL and NETLOGON), plus SMB over QUIC — encrypted, TCP-free file access over untrusted networks — now available in Standard and Datacenter, not just Azure Edition.
- SMB NTLM blocking, an authentication rate limiter to slow brute-force attacks, dialect control, and restrictive firewall rules that no longer open legacy NetBIOS ports.
- Virtualization-based security (VBS) enclaves and VBS key protection, isolating secrets and cryptographic keys from even administrator-level attackers.
- A built-in security baseline (via OSConfig) with hundreds of preconfigured settings you can enforce from first boot.
These are meaningful improvements, but a few — required SMB signing and encryption in particular — can surface older or non-compliant clients that quietly relied on weaker settings. Plan a compatibility pass before you flip a fleet.
Active Directory: a genuinely next-generation directory
Active Directory Domain Services received its most significant architectural change in years. The database engine can now use a 32k page size (up from the 8k design in place since Windows 2000), lifting long-standing limits — for example, multivalued attributes can hold far more values. There is a new functional level (DomainLevel 10 / ForestLevel 10), and moving to the 32k format is a forest-wide decision that requires every domain controller to be 32k-capable.
Other AD improvements worth knowing:
- Delegated Managed Service Accounts (dMSA) to ease migration off standing service accounts, with fully randomised, managed keys.
- LDAP encryption and signing required by default, and LDAP over TLS 1.3.
- Kerberos hardening: the KDC no longer issues RC4-encrypted ticket-granting tickets, and PKINIT gains cryptographic agility.
- NUMA support so AD can finally use CPUs beyond the first 64 cores.
You can promote Windows Server 2025 domain controllers and keep running in 8k-page mode for compatibility, then move the forest to 32k later once every DC supports it. Treat the page-size upgrade as a deliberate, forest-wide project, not a side effect of adding one new DC.
Storage: faster where it counts
Storage work in Windows Server 2025 targets real bottlenecks rather than headline numbers:
- NVMe performance is optimised for higher IOPS at lower CPU cost.
- Storage Replica compression reduces data sent over the wire during replication, and an Enhanced Log improves block replication performance.
- Thin provisioned volumes with Storage Spaces Direct, including converting fixed volumes to thin to reclaim unused capacity back to the pool.
- ReFS native deduplication and compression, and block cloning on Dev Drive for near-instant file copies.
- SMB compression with LZ4, added to the existing set of algorithms.
If you already run Storage Spaces on a workstation or small server, our companion Storage Spaces guide explains the pooling concepts these server features build on.
Networking: intent-based and lower-latency
On the networking side, Network ATC brings an intent-based model to cluster host networking — you declare what an adapter is for (management, compute, storage) and the configuration is deployed and kept consistent, which cuts configuration drift. Accelerated Networking (in preview) simplifies SR-IOV for VMs to shave latency and CPU. Software-Defined Networking gains a Network Controller that runs as a Failover Cluster role (no dedicated VMs), tag-based segmentation, default deny-inbound network policies, and SDN Multisite for stretched layer-2/3 connectivity. A Wake-on-LAN setup on the client side is a small, related convenience for managing machines remotely.
Hyper-V and GPU partitioning
Virtualization is where Windows Server 2025 stretches furthest. GPU partitioning (GPU-P) lets you carve a single physical GPU into dedicated fractions across multiple VMs — and, crucially, it now supports high availability (a GPU-P VM restarts on another node after an unplanned outage) and live migration for planned maintenance and load balancing. That combination makes GPU-P viable for production AI and graphics workloads, not just labs.
Alongside it: Hypervisor-enforced paging translation (HVPT) for stronger memory-integrity protection, updated dynamic processor compatibility across mixed CPU generations, Generation 2 as the default for new VMs, and big scalability jumps — up to 4 PB of memory and 2,048 logical processors per host, with generation 2 VMs supporting up to 240 TB of memory and 2,048 virtual processors, all figures published by Microsoft in the Windows Server 2025 release notes. Workgroup clusters even allow live migration between hosts that are not domain-joined.
Editions and who should consider upgrading
The two general editions are Standard and Datacenter, licensed per physical core. Standard fits physical or lightly virtualized workloads; Datacenter unlocks datacenter-scale capabilities — unlimited virtualization rights, Storage Spaces Direct, Software-Defined Networking, and shielded VMs — and is the edition most of the software-defined features above assume. A Datacenter: Azure Edition is tuned for Azure and Azure Local, and is where features like free hotpatching first appeared. Very small deployments may still be served by Essentials-class options; confirm current availability with your licensing partner.
Consider upgrading if you: want to cut reboot-driven downtime with hotpatching; run Active Directory at scale and would benefit from the 32k page size and Kerberos hardening; need denser or GPU-accelerated virtualization; or want the tighter security defaults without hand-configuring them. If your workloads are stable, fully on-premises, and you have no appetite for Azure Arc, weigh the benefits against the licensing and the migration effort — a clean, planned move beats a rushed one.
Several of the most attractive 2025 capabilities (hotpatching on Standard/Datacenter, pay-as-you-go licensing, Windows Admin Center in Azure, best-practice assessments) are delivered through Azure Arc and may carry subscription costs. Price the whole picture — core licences plus any Arc-enabled subscriptions — before assuming a feature is "included".
The servicing picture: LTSC and the Annual Channel
Windows Server 2025 is a Long-Term Servicing Channel (LTSC) release under Microsoft's Fixed Lifecycle Policy — the Microsoft Lifecycle entry for Windows Server 2025 gives a mainstream end date of 14 November 2029 and an extended end date of 15 November 2034, roughly a decade in all. Separately, an Annual Channel exists mainly for containers and cloud-native workloads, on a faster cadence. Most on-premises servers should stay on LTSC; the Annual Channel is a container and Azure Edition story. Check the Microsoft Lifecycle pages for the latest support details.
A note on “a server at home”
If you arrived here looking for a home server, the enterprise Windows Server line probably is not what you want. Microsoft’s consumer answer to “a server at home” was Windows Home Server — a mid-2000s product for household backups, media streaming, and remote access. It was discontinued long ago, but its ideas live on in NAS boxes and cloud backup. We keep that history in our Home Server hub, and the community discussion of it survives in the windows-now.com archive.
Frequently asked
When was Windows Server 2025 released, and is it a Long-Term Servicing Channel (LTSC) release?
Windows Server 2025 became generally available on 4 November 2024. It is a Long-Term Servicing Channel (LTSC) release, which follows Microsoft's Fixed Lifecycle Policy of roughly a decade of support — about five years of mainstream support followed by about five years of extended support. Alongside it, an Annual Channel exists mainly for containers and cloud-style workloads. Check the Microsoft Lifecycle pages for the exact end-of-support dates before you plan a deployment.
Do I need Azure to use Windows Server 2025 hotpatching?
For on-premises and multicloud machines running Windows Server 2025 Standard or Datacenter, hotpatching is delivered through Azure Arc, so the server must be Arc-connected and the feature enabled in the Azure portal. After briefly requiring a paid per-core subscription in 2025, Microsoft now offers Arc-enabled hotpatching for Standard and Datacenter at no additional cost. Windows Server 2025 Datacenter: Azure Edition virtual machines also receive hotpatching at no additional cost. Hotpatching covers Windows security updates only — non-security fixes, .NET updates, and drivers still require a periodic restart.
What are the general editions of Windows Server 2025?
The two main editions are Standard and Datacenter, licensed per physical core. Datacenter adds datacenter-scale features such as unlimited virtualization rights, Storage Spaces Direct, Software-Defined Networking, and shielded VMs. There is also a Datacenter: Azure Edition tuned for Azure and Azure Local. Standard suits lightly virtualized or physical workloads; Datacenter suits dense virtualization and software-defined datacenters. Smaller Essentials-class options exist for very small deployments — confirm current availability with your licensing partner.
Is Windows Server 2025 the same thing as Windows Home Server?
No. Windows Home Server was Microsoft's mid-2000s consumer product for a simple home server — centralised backups, media sharing, and remote access for a household. It was discontinued years ago. Windows Server 2025 is an enterprise operating system for businesses and datacenters. If you are researching the old consumer approach to a 'server at home', see our Home Server archive hub.
Browse all how-to guides for step-by-step Windows walkthroughs, or dig into the community history in the windows-now.com archive.