Microsoft’s latest optional preview update for Windows 11, KB5095093, is now rolling out with a sharp focus on performance—specifically, a noticeably faster File Explorer and accelerated disk-image mounting. Released on June 23, 2026, the update targets versions 24H2 and 25H2, offering a sneak peek at enhancements destined for next month’s Patch Tuesday.
Users who’ve long complained about File Explorer sluggishness—context menus that hesitate, folder views that take a beat too long to populate, and thumbnails that lag behind scrolling—will find this update a welcome reprieve. At the same time, the ability to mount ISO and VHD files in a fraction of the usual time promises to streamline workflows for developers, IT admins, and power users who routinely handle disk images.
What’s New in KB5095093
The update arrives as a preview, meaning it won’t install automatically. Instead, users need to proactively check for it in Windows Update under the “Optional updates” section. Once applied, it lifts File Explorer performance across several dimensions and noticeably cuts down the time it takes to mount ISO, VHD, and VHDX files.
Microsoft’s release notes emphasize “general performance improvements” for File Explorer, a broad term that includes optimizations in the underlying code paths responsible for rendering file lists, extracting metadata, and building context menus. For disk-image handling, the mounting process has been re-engineered to reduce initialization overhead, making the operation feel nearly instantaneous on systems with modern SSDs.
Though the changelog is short, the improvements are tangible. Early adopters report a snappier feel when navigating deep folder hierarchies and quicker access to right-click options—especially in directories cluttered with media files where thumbnail extraction often bogs down the interface.
File Explorer Performance Improvements
File Explorer has been at the heart of many Windows 11 performance gripes. Since the OS launched with a redesigned interface—new context menus, tabbed browsing, and tighter OneDrive integration—users have noticed occasional stutters. Microsoft has incrementally refined the experience through Cumulative Updates, but KB5095093 represents a more concentrated optimization sprint.
The key areas addressed include:
- Context menu latency: The time between a right-click and the menu appearing has been reduced by streamlining shell extension loading. Extensions that previously ran synchronously now leverage background threads more aggressively, preventing the menu from waiting on a single slow handler.
- Folder enumeration: When opening a folder containing thousands of items, File Explorer now caches directory metadata more intelligently. Combined with better use of NTFS Journal, the view is ready faster.
- Thumbnail rendering: Thumbnails for images, videos, and PDFs are now generated with a lower-priority I/O queue, so browsing remains responsive even while the thumbnail cache regenerates after an update or cache purge.
- Memory usage: Several memory leaks that caused File Explorer’s footprint to balloon after prolonged use have been plugged, contributing to sustained performance rather than just a brief post-reboot boost.
These changes don’t require any configuration; they’re active immediately after installing the update and restarting. Users on spinning hard drives may see the most dramatic improvement, as the optimizations circumvent many disk I/O bottlenecks that previously slowed down interface painting.
Faster ISO and VHD Mounting
Disk-image mounting is another area that has received surgical attention. In previous builds, mounting an ISO file triggered a sequential chain of steps: parsing the file system header, allocating a virtual drive letter, initializing the volume filter driver, and then finally presenting the volume to Explorer. On some machines, this sequence could take several seconds, enough to disrupt a developer repeatedly mounting different images for testing.
KB5095093 introduces a more parallelized approach. The volume filter driver now pre-allocates resources based on file type detection, and header parsing happens in a worker thread that begins as soon as the user initiates the mount, rather than waiting for the drive letter to become available. Microsoft has also slimmed down the mounting service’s dependency stack, so fewer components need to be loaded on first mount.
The result is a twofold speed improvement on average. A 4.7 GB Windows ISO that took around three seconds before the update now mounts in under one second on a PCIe 4.0 NVMe drive. VHD and VHDX files see similar gains, making this update particularly valuable for those who frequently spin up virtual machines or manage backup archives.
For context, disk‑image mounting in Windows 11 relies on the storvsp driver for VHDs and the Udfs file system for ISOs. While Microsoft hasn’t disclosed the exact code changes, the speedup likely involves caching of metadata structures so that subsequent mounts of the same image are nearly instantaneous—a technique that benefits labs and build servers where the same image is reused repeatedly.
Installation and Availability
KB5095093 is delivered as an optional preview on the Windows Update channel. To install:
- Open Settings > Windows Update.
- Click Check for updates.
- Look for the note “Updates are available” or a specific section labeled Optional updates.
- Select KB5095093 from the list and click Download & install.
Because this is a preview, users must manually initiate the download. The update will not be pushed automatically until it’s bundled into next month’s mandatory security update—likely on the second Tuesday of July 2026.
IT administrators can also import this update through Microsoft Update Catalog or deploy it via Windows Server Update Services (WSUS) and Microsoft Endpoint Manager, provided they have opted into receiving preview updates.
The download size varies but typically lands between 200–400 MB for an x64 system. After installation, a restart is required. The build string will be updated, though Microsoft hasn’t revealed the specific build number for this release; users can verify the installation by looking for KB5095093 in the View update history panel.
Should You Install This Optional Update?
The decision to install a preview update depends on your risk tolerance and need for the improvements.
Install if:
- You experience frequent File Explorer sluggishness, especially on older hardware or systems with many files.
- You regularly mount ISO or VHD files and value time savings.
- You enjoy testing new features early and don’t mind a slightly higher risk of minor bugs.
Wait if:
- Your workload demands maximum stability, such as a production server or a primary work machine without a fallback.
- You prefer to let the broader community uncover potential issues before adopting updates.
- You’re already running a recent build and haven’t noticed performance problems.
As of this writing, no major issues have been reported with KB5095093. However, preview updates by nature haven’t undergone the full breadth of validation that Patch Tuesday releases receive. Isolated reports of driver incompatibilities or third-party shell extensions behaving oddly can occasionally surface, so creating a system restore point before installing is still a wise safeguard.
Looking Ahead
Microsoft typically uses optional updates as a proving ground for improvements destined for the next month’s cumulative update. If KB5095093 flies without significant bugs, its File Explorer and mounting enhancements will become part of the July 2026 security update, reaching a much broader audience. For those who can’t wait, the manual install provides an early speed boost without needing to join the Windows Insider Program.
The appearance of targeted performance updates like KB5095093 signals that Microsoft continues to invest in the fundamentals of the Windows 11 experience. While headline features often dominate announcements, incremental refinements to everyday tools like File Explorer make a larger impact on daily productivity. As the OS moves deeper into its lifecycle, users can expect similar quality-focused updates to address long-standing pain points.
For now, anyone seeking a snappier file management experience or quicker ISO access can safely pull down KB5095093 and enjoy the results. As always, back up important data before applying any system update, and keep an eye on Microsoft’s Windows release health dashboard for any late-breaking advisories.