Ubuntu 25.10 development snapshots outpaced Windows 11 25H2 by as much as 15% in heavily multi-threaded CPU workloads, fresh benchmarks from Phoronix confirm. Running on the same AMD Ryzen 9 9950X system, the Linux distro consistently pulled ahead in rendering, encoding, and other parallel tasks—while Windows held its ground in single-threaded and driver-dependent scenarios.
Phoronix’s first-look testing pits Microsoft’s upcoming feature update against Canonical’s autumn release, both still in pre-release form. The findings echo earlier Zen 5 comparisons: modern toolchains and kernel optimizations on Linux can extract more throughput from the 16-core, 32-thread chip, but the gap narrows or reverses when Windows-exclusive software enters the picture.
The Test Bed: Identical Hardware, Clean Installs
The benchmarks used a single desktop configuration to eliminate hardware variables:
- CPU: AMD Ryzen 9 9950X (16 cores, 32 threads) at stock clocks
- RAM: 2×16 GB DDR5-6000
- Storage: 1 TB Crucial T705 PCIe 5.0 NVMe SSD
- GPU: AMD Radeon RX 9070 (present but not the primary focus)
Both operating systems were installed fresh for each run, with default power and performance profiles. Windows 11 25H2 came from the Release Preview channel; Ubuntu 25.10 was tested on recent daily snapshots. Phoronix stressed CPU-bound workloads—Blender, video encoders, compression tools, and synthetic tests—while deliberately omitting GPU-limited gaming tests for a separate analysis.
Multi-Threaded Muscle: Ubuntu Extends Its Lead
In Blender CPU renders and other open-source production tasks, Ubuntu 25.10 completed scenes 5–15% faster than Windows. The margin grew in long-running jobs: a 10% reduction in render time on a multi-hour project saves creators tangible minutes. Video encoding with H.265 and AV1 codecs showed similar patterns, where Ubuntu’s threading model fed the 32 logical cores more efficiently.
Phoronix attributes the advantage to several factors. Ubuntu 25.10 ships with GCC 15, which generates more aggressive parallel code than the older toolchains often found on Windows. The Linux kernel’s scheduler and CPU frequency governor also allow finer-grained control, letting Zen 5 cores sustain higher boost clocks across all threads. Finally, Linux’s lighter background footprint—no mandatory antimalware service or virtualization-based security by default—reduces contended cycles.
Where Windows Fights Back: Single-Thread and Proprietary Workloads
Windows 11 25H2 didn’t roll over. In single-threaded synthetic benchmarks, older game engines, and programs that lean on Windows-specific drivers, it matched or narrowly beat Ubuntu. Tasks like file compression and per-frame video encodes sometimes favored the Windows runtime when the encoder’s Windows build included tuned libraries.
Proprietary renderers (V-Ray, Indigo) yielded mixed results. Windows-native binaries often performed well, but cross-platform Linux builds running under GCC 15 occasionally closed the gap or took the lead. This underscores that application build choices matter as much as the OS.
Behind the Numbers: Why the Delta Persists
Three technical pillars explain the recurring pattern:
- Kernel and Governor Evolution: Linux distributions integrate mainline kernel releases quickly, bringing scheduler improvements and power management tweaks that exploit Zen 5’s core topology. Windows updates its scheduler less frequently, and OEM firmware profiles sometimes cap boost behavior.
- Compiler Modernity: GCC 15 enables newer vectorization and parallelization passes. When software is compiled with these optimizations, the resulting binaries simply do more work per clock. Windows application builds often use older Visual Studio toolchains for compatibility.
- Driver and Service Overhead: Windows ships with Windows Defender, telemetry, and Memory Integrity enabled by default. While enterprise users can disable some of these, the out-of-box experience consumes resources. Linux workstation installs typically run leaner, handing more CPU time to user applications.
A nuanced factor is storage I/O. NTFS and the Windows driver stack excel in certain patterns; ext4/XFS and the Linux kernel shine in others. The tests suggest no universal winner—just a reminder to profile your exact workload.
What Creators and Professionals Should Do Now
- Content creators, data scientists, and CI/CD builders: If your pipeline is CPU-bound, spinning up an Ubuntu 25.10 VM or dual-boot partition is worth the effort. Even a 5% gain on a 24-hour render saves over an hour.
- Gamers and Windows-only software shops: Stick with Windows 11 25H2 or 24H2. Driver maturity for GPUs, NPUs, and platform-exclusive APIs still gives Windows the edge in game performance and AI frameworks that require DirectML or vendor libraries.
- Hybrid teams: Use Linux workstations or WSL2 for heavy lifting and Windows for the front end. Docker images and reproducible builds prevent surprises when moving from dev to production.
Caveats: These Are Early Numbers
Both operating systems are in motion. Ubuntu 25.10 will receive further kernel updates before the October release. Windows 11 25H2 is an enablement package built on the 24H2 servicing branch—its performance could shift with driver patches and cumulative updates. Phoronix explicitly labels the data as preliminary.
Default OS settings also skew results. Power users who disable Windows’ virtualization-based security (VBS) and background telemetry often close the gap with Linux. The Phoronix methodology, however, reflects what the average enthusiast sees after installation.
Finally, microcode and BIOS updates for Ryzen 9000 continue to land. A future AGESA revision could alter the balance overnight.
The Bigger Picture: AMD, Microsoft, and Canonical
The findings reinforce that raw silicon potential only materializes when software stacks keep pace. Ubuntu’s rapid adoption of GCC 15 and fresh kernels showcases how quickly the Linux ecosystem can capitalize on new architectures. For Microsoft, the 25H2 enablement-package strategy means competitive responsiveness relies heavily on its hardware partners and driver vendors, not a monolithic OS release.
AMD benefits regardless: whether customers choose Linux or Windows, the Ryzen 9 9950X delivers class-leading multi-threaded performance. But for power users seeking every last drop of throughput, the data points increasingly toward a Linux install.
The Final Word
These benchmarks are not a permanent verdict but a practical signal. On identical Zen 5 hardware, Ubuntu 25.10 unlocks measurably faster multi-threaded performance out of the box, while Windows 11 25H2 remains indispensable for single-threaded tasks and proprietary ecosystems. If your days are filled with Blender renders or CPU-driven encoding, a Linux pilot is no longer optional—it’s a competitive necessity.
Phoronix’s full test suite and OpenBenchmarking logs provide the raw data for anyone ready to replicate the tests on their own systems.