VirtualBox 7.2.0, released today, shatters a long-standing barrier by letting users run Windows 11 Arm virtual machines directly on Arm-based hosts—whether that host is a Windows on Arm laptop, a Linux Arm server, or an Apple Silicon Mac. The update also throws open the doors to NVMe storage emulation for every user, no proprietary extensions required, and overhauls the interface with a vertical taskbar that puts key tools one click away.

It is the most significant VirtualBox release in years, and it arrives just as ARM hardware surges into the mainstream. For the first time, developers can build and test Windows Arm applications locally on their Arm machines without cobbling together unsupported workarounds or renting cloud instances. The new Windows/Arm Guest Additions package ships a WDDM graphics driver with distinct 2D and 3D acceleration modes, bringing shared folders, seamless mouse integration, and a responsive desktop to ARM guests.

Windows 11 on Arm Takes Center Stage

Up until now, VirtualBox’s Achilles’ heel on Arm hosts was the absence of an official, integrated way to run Windows Arm guests. That gap is now closed. The 7.2.0 installer includes all necessary ARM virtualization components, so a single download covers both x86 and Arm architectures. After installing, you can create a virtual machine, point it to a Windows 11 Arm ISO, and boot into a working OS—just as you would for Intel guests.

This is not a lightweight translation layer. Oracle has engineered native hypervisor support for Arm CPUs, meaning the VM talks directly to the host’s processor extensions. Early testing shows Windows 11 Arm inside VirtualBox on an M-series Mac responds with desktop-level snappiness, though performance naturally depends on how many cores and how much RAM you allocate.

WDDM Graphics Driver: 2D and 3D Acceleration for Arm Guests

A Windows VM without graphics acceleration is a miserable experience. VirtualBox 7.2.0 addresses this by bundling a Windows Display Driver Model (WDDM) driver inside the Arm Guest Additions. The driver operates in two modes: a basic 2D mode for ordinary desktop use, and a 3D mode that taps the host GPU for Direct3D and OpenGL tasks.

Users report that with 3D acceleration enabled, even graphical applications and older games become usable, though you should not expect parity with native drivers. The WDDM driver is a first-generation implementation, and complex rendering workloads may still exhibit glitches. Nonetheless, it transforms Arm Windows VMs from headless command-line tools into genuinely interactive desktops suitable for GUI testing, productivity suites, and light creative work.

Unified Installer and NVMe for the Masses

Another friction point vanishes: the Windows installer now bundles Arm and x86 support into one executable. No more hunting for architecture-specific packages. The same simplification extends to storage. NVMe controller emulation, previously locked behind an extension pack, has been moved into the open-source base package. Any user can now attach a virtual NVMe drive to a VM and benefit from lower latency and higher I/O throughput—no license strings attached.

For developers who build VMs that mirror modern hardware, this is a boon. It eliminates the proprietary component from VM recipes, making it easier to share and reproduce environments across teams. The inclusion also signals Oracle’s willingness to strengthen VirtualBox’s open-source core at a time when some alternative hypervisors are pulling features into paid tiers.

Interface Redesign: A Vertical Taskbar for Modern Workflows

The GUI receives its most notable refresh since the 6.x series. Global tools—Machines, Extensions, Media, Network, Cloud, Resources—now live in a left-hand vertical taskbar instead of nested hamburger menus. Clicking any icon expands the relevant pane instantly. At the VM level, context-dependent actions appear as horizontal tabs above the right-side panel, letting you switch between Details, Snapshots, and Logs without scrolling through drop-downs.

Early community feedback is positive, though some power users accustomed to the old compact layout might need a few days to adjust. The redesign aligns VirtualBox with contemporary desktop applications and should make the tool more approachable for newcomers. Small quality-of-life improvements—like the ability to define a shared folder that is automatically available to all VMs—further smooth daily operation.

Platform-Specific Gains and One Big Loss

Linux Hosts Get Hardware Video Decoding

When 3D acceleration is enabled on a Linux host, VirtualBox 7.2.0 can now offload video decoding to the host GPU. This reduces CPU consumption dramatically during media playback inside a guest—a welcome boost for QA labs that run multimedia test suites or for developers who need to watch training videos inside a VM without burning half their cores.

macOS Arm Hosts: DXMT Replaces DXVK

On Apple Silicon Macs, VirtualBox 7.2.0 introduces experimental 3D acceleration via DXMT, a project that translates Direct3D calls to Metal. This replaces the previous DXVK-on-MoltenVK pipeline, which was known for spotty compatibility. While still marked experimental, DXMT shows promise in delivering smoother frame rates for Windows applications that rely on older Direct3D versions. Oracle encourages users to treat this as a preview that will mature over subsequent point releases.

Intel Macs Lose 3D Acceleration

In a move that will frustrate some, the release removes 3D acceleration entirely on Intel-based macOS hosts. If you depend on GPU-accelerated graphics inside VMs running on an older Mac Pro or Intel MacBook, you must either stay on the 7.1.x branch or forego 3D support. Oracle has not provided a detailed justification, but the shift likely reflects resource constraints and a focus on ARM architecture.

VMM Improvements Unlock Modern CPU Instructions

Under the hood, the virtual machine monitor gains the ability to handle xsave/xrestor instructions when VirtualBox runs atop the Windows Hyper-V backend. This change, coupled with improved CPU feature reporting, allows guests to see and use the x86-64-v3 instruction set—notably AVX and AVX2—if the host CPU supports them. Workloads that rely on SIMD acceleration, such as machine learning frameworks or video encoders, will now run correctly inside Windows VMs where they previously might have fallen back to slower code paths.

Nested virtualization on Intel CPUs also receives a fix that restores functionality for users who run hypervisors inside a VirtualBox guest. This is critical for developers testing nested scenarios or for labs that standardize on VirtualBox as a base hypervisor.

VMDK Corruption Bug Squashed

A particularly nasty bug that could corrupt VMDK disk images during resize operations has been fixed. Administrators who automate disk expansion as part of their VM lifecycle management should upgrade immediately to prevent potential data loss. The fix is retroactive: existing VMDK files that were resized with 7.1.x are not automatically repaired, but newly created or resized disks in 7.2.0 will be safe.

Stability and Reliability Fixes

VirtualBox 7.2.0 bundles a long list of patches that collectively reduce crashes and odd behavior. Key highlights include:

  • TPM save-state loads no longer fail, and snapshot compatibility quirks related to TPM have been ironed out.
  • NAT networking handles DNS more robustly, including fallback behavior when the host has no DNS servers configured.
  • Video recording frame synchronization has been corrected, and memory leaks in the recording engine have been plugged.
  • Rare audio crashes, often triggered by switching output devices, have been addressed.
  • UEFI boot now includes a workaround for a known GRUB bug that could hang the guest at startup.
  • Build dependencies on legacy tools (libIDL and IASL) have been dropped, making it easier for downstream package maintainers to compile VirtualBox on modern distributions.

Upgrade Guide: What You Must Do Before Installing

Upgrading to 7.2.0 is not simply a matter of running the installer. Two breaking changes demand attention:

  1. Arm VM saved states are incompatible. Any saved state or snapshot with an associated saved state created under 7.1.x will fail to restore. You must fully power off all Arm VMs and delete or consolidate any existing saved states before upgrading.
  2. Intel Mac 3D acceleration is gone. Evaluate whether this impacts your workflows; if it does, remain on 7.1.20 or set up a parallel installation.

Follow this checklist for a smooth transition:

  • Export critical VMs as OVF/OVA and back up all VDI/VMDK files.
  • Shut down every Arm VM completely—no suspended or saved states.
  • Test the upgrade on a non-production machine first, paying special attention to network connectivity, storage resize scripts, and nested virtualization setups.
  • After upgrading, install the new Guest Additions inside each guest, especially the Windows/Arm WDDM driver, to gain shared folder and acceleration features.
  • Monitor logs during the first week of operation to catch regressions early.

Enterprise and Developer Impact

For corporate IT and development teams, VirtualBox 7.2.0 is a strategic release. It enables CI/CD pipelines on Arm servers to automate Windows on Arm testing without relying on cloud emulation. QA engineers can now run the same Windows 11 image they deploy to end users directly on their Apple Silicon Macs or Ampere-based workstations. The open-source NVMe inclusion simplifies license compliance and makes it easier to distribute pre-configured VM appliances.

Community-driven distributions like Debian and Fedora will likely pick up 7.2.0 rapidly. The reduced build dependencies and the clean separation of open-source components make packaging less painful. Users on rolling releases may see the update in their repositories within weeks.

Cautious Optimism

VirtualBox 7.2.0 is a release that acknowledges the ARM revolution without abandoning the x86 stalwarts. It delivers a genuinely usable Windows on Arm experience, modernizes the interface, and makes storage performance a first-class citizen for all users. Yet, it also demands careful migration planning due to the saved-state incompatibility and the removal of 3D acceleration on Intel Macs.

For developers targeting Arm, the equation is simple: upgrade, test, and enjoy the productivity gains of local virtualization. For administrators, the calculus requires weighing the new features against the need to maintain older branches in mixed fleets. Staged rollouts, with a week of validation on pilot machines, remain the prudent path.

VirtualBox 7.2.0 is available now from the official website as a free download for Windows, macOS, Linux, and Solaris. Arm packages are bundled within the standard installers. The source code is released under the GPLv2, and the extension pack can be obtained separately for commercial features like PXE boot and disk encryption.