Windows 11 quietly packs a trio of hardware offload technologies that can shift heavy workloads from the CPU to dedicated processors, but unlocking their full potential often requires more than a toggle in Settings. Hardware-accelerated GPU scheduling, network offloads, and DirectStorage each promise to reduce lag, speed up data transfers, and free up CPU cycles—yet their real-world impact depends entirely on your hardware, drivers, and the software you run. For Windows enthusiasts, understanding these switches is the difference between a smooth, responsive experience and leaving performance on the table.
Hardware Accelerated GPU Scheduling: Living Up to Its Promise?
Hardware-accelerated GPU scheduling (HAGS) first appeared in the Windows 10 May 2020 Update (version 2004) and remains a key option in Windows 11. The feature allows the graphics card to manage its own video memory directly, bypassing the operating system’s traditional WDDM (Windows Display Driver Model) scheduler. The goal: reduce latency and improve performance in GPU-bound scenarios.
In a conventional setup, the CPU’s scheduler decides when and how the GPU handles rendering commands, which introduces overhead and potential bottlenecks. HAGS moves that scheduling logic onto a dedicated processor on the GPU itself. Microsoft’s testing showed that this can cut latency in certain workloads and improve frame pacing in games. However, the actual benefit is highly workload-dependent. Some titles—particularly those heavy on draw calls—show modest gains, while others see no change or even slight regressions.
Real-World Testing and Community Feedback
Online hardware forums and Reddit threads are filled with mixed reports. While some users report smoother gameplay in DirectX 12 titles like Cyberpunk 2077 or Forza Horizon 5, others complain of stuttering, graphical glitches, or crashes—especially on older graphics cards or with specific driver versions. Nvidia, AMD, and Intel all support HAGS in their modern drivers, but implementation quality varies. In early 2024, several user discussions noted that AMD’s Adrenalin drivers occasionally conflict with HAGS in certain Vulkan games, causing frame time spikes.
To enable HAGS, go to Settings > System > Display > Graphics > Default graphics settings and toggle “Hardware-accelerated GPU scheduling” on or off. A restart is required. It is generally safe to experiment; if you encounter issues, turning it off restores the previous behavior.
Requirements and Limitations
- A GPU with WDDM 2.7 driver support or later (most DX12-capable cards from 2016 onward)
- Windows 10 version 2004 or newer (Windows 11 includes it by default)
- Latest GPU drivers from your manufacturer
Notably, HAGS does not affect compute workloads like video encoding or 3D rendering in Blender—those remain CPU-scheduled. It is primarily a gaming optimization.
Network Offloads: Taming Traffic Without CPU Spikes
Windows 11, like its server counterparts, includes several network offload techniques that let a capable network interface card (NIC) handle packet processing chores that would otherwise burden the CPU. These features are critical for high-speed networking (2.5GbE, 5GbE, 10GbE, and beyond) and are especially relevant for gamers, content creators, and home-server enthusiasts.
Receive Segment Coalescing (RSC)
RSC combines multiple TCP segments into larger ones before passing them up the network stack. This reduces per-packet overhead and lets the CPU handle fewer interrupts. In Windows 11, RSC is on by default for wired Ethernet adapters that support it. It works transparently, and Microsoft’s testing shows it can improve throughput by up to 10% in large file transfers while lowering CPU utilization.
Receive Side Scaling (RSS)
RSS distributes incoming network traffic across multiple CPU cores, preventing a single core from becoming a bottleneck. Windows 11 automatically configures RSS queues, but advanced users can fine-tune settings via PowerShell’s Set-NetAdapterRss cmdlet. Proper RSS configuration is essential for multi-gigabit internet connections; without it, one core can max out at 100% while others idle.
TCP and UDP Offloads
Modern NICs can offload checksum computation, segmentation (Large Send Offload), and even entire TCP connections. Windows 11 enables many of these by default when the driver presents them. However, buggy offload implementations can cause data corruption or blue screens. The community-tested remedy: if you suspect network instability, disable TCP offloads using Disable-NetAdapterChecksumOffload and similar cmdlets, then re‑enable them one by one to isolate the culprit.
Thunderbolt and NVMe over Networking
With the rise of external NVMe enclosures and network-attached storage, Windows 11’s built‑in NVMe-oF (NVMe over Fabrics) and iSCSI initiators benefit directly from these offloads. RSC and RSS can dramatically reduce CPU usage when transferring large video projects over a 10GbE link.
Checking and Tuning Network Offloads
To view offload state:
Get-NetAdapterAdvancedProperty -Name "Ethernet" | Where-Object RegistryKeyword -Like "*Offload"
Always update your NIC drivers from Intel, Realtek, or Marvell before tweaking—Windows Update often lags behind.
DirectStorage: Unlocking NVMe Speed for Gaming
DirectStorage is perhaps the most hyped offload technology in Windows 11. Originally developed for the Xbox Series X|S consoles, it allows games to load assets directly from an NVMe SSD to the GPU, bypassing the CPU for decompression and dramatically reducing load times and in-game stutter.
How It Works
In a traditional game, a file is read from storage, decompressed by the CPU, and then copied to GPU memory. With DirectStorage, the NVMe drive streams compressed data over PCIe directly to the GPU, which handles decompression using its massively parallel compute units. The CPU is almost entirely removed from the critical path. Microsoft’s DirectStorage 1.1 API, released in late 2022, added GPU decompression for even greater efficiency.
Requirements
- Windows 11 (though a Windows 10 version exists, the full I/O stack optimization is only in Windows 11)
- An NVMe SSD (PCIe 3.0 or higher; PCIe 4.0 is recommended)
- A DirectX 12 Ultimate GPU with Shader Model 6.0 support (Nvidia RTX 20‑series or newer, AMD RDNA 2 or newer, Intel Arc)
- A game developed with the DirectStorage API
Adoption and Performance
The first PC title to support DirectStorage was Forspoken in January 2023, and it showed the technology’s potential: load times on a PCIe 4.0 drive dropped from over 10 seconds to under two seconds in some scenes. However, adoption has been slow. As of early 2025, only a handful of games—Starfield, Diablo IV, Ratchet & Clank: Rift Apart—actively use GPU decompression. Many titles implement the API but still rely on CPU decompression for compatibility.
Real-world tests by benchmarking outlets reveal that DirectStorage can slash loading times by 30-50% in supported titles, but the frame-rate uplift during gameplay is minimal because modern games already stream assets efficiently. The larger benefit is in reduced stutter when traversing open worlds quickly.
Community Anecdotes
On Windows-centric forums, users frequently ask if DirectStorage works with RAID arrays or external USB4 drives. The answer: no—it requires a direct NVMe connection. SATA SSDs, even fast ones, cannot leverage it. Some enthusiasts have experimented with BypassIO, a related feature that further reduces CPU involvement, and report smoother texture streaming in Starfield after manual registry tweaks.
Enabling DirectStorage
There is no user-accessible toggle. As long as your system meets the requirements and the game uses the API, DirectStorage activates automatically. You can check its status with tools like GPU-Z, which shows whether the GPU supports “DirectStorage GDeflate.”
The Common Thread: Hardware Dependency
All three offload technologies share a critical trait: they require specific hardware and, often, up‑to‑date drivers. A casual user with a budget laptop and a SATA SSD may see no benefit from any of them. Conversely, a well-equipped desktop with an RTX 4070, a WD Black SN850X NVMe drive, and a 2.5GbE NIC can experience markedly lower CPU usage, faster loads, and more responsive networking.
Microsoft designs these features as part of a long‑term strategy to make Windows “leaner” on the CPU, freeing up headroom for multitasking. The upcoming Windows 11 version 24H2 reportedly refines the I/O stack further for DirectStorage and improves RSC behavior on Wi‑Fi 7 adapters, according to leaked insider builds. As PC hardware increasingly incorporates dedicated processing blocks (like AMD’s Lakefield-style I/O die or Intel’s converged security engine), these offloads will become more effective and more automatic.
Should You Toggle These Switches?
For most users, the factory defaults are a safe starting point. HAGS is off by default in many clean installations, while network offloads are usually on. DirectStorage requires no user intervention. Here is a practical decision table:
| Feature | Default State | Recommendation |
|---|---|---|
| GPU scheduling | Off | Enable if you play modern DX12 games on a recent GPU |
| Network offloads (RSC/RSS) | On | Leave on; only disable if troubleshooting issues |
| DirectStorage | Automatic | Ensure NVMe SSD and compatible GPU; no toggle needed |
Before changing HAGS, update your GPU drivers. If you experience instability, switch it off and file a bug report with your GPU vendor. For network offloads, use the latest drivers from your motherboard or NIC manufacturer, not the generic Windows‑installed ones.
Looking Ahead
Microsoft’s “Windows 11” moniker may soon evolve, but the underlying push toward hardware offloads will only intensify. DirectStorage 2.0 is rumored to support system memory‑to‑GPU compression and could appear with the next major update. Meanwhile, GPU scheduling will likely become the norm once the remaining driver quirks are ironed out. Network offloads continue to mature with the rise of Wi‑Fi 7 and multi‑gig home internet, where even a few CPU cycles saved can prevent thermal throttling in thin‑and‑light laptops.
For the Windows enthusiast, these switches are a reminder that the operating system is no longer just software—it is a tightly integrated hardware‑software product. Tuning them wisely can extract every ounce of performance from your PC. Keep an eye on Microsoft’s DirectX developer blog and your hardware makers’ release notes; the next offload breakthrough might be a driver update away.