Connect with us

NEWS

Windows 11’s New WinUI Dialogs Risk Breaking 7-Zip, Dropbox

Microsoft’s WinUI 3 rebuild of Windows 11’s Properties and Run dialogs promises speed, but its unfinished Control Panel migration shows the compatibility fix could take years.

Published

on

A Windows Insider build has quietly swapped in a redesigned Properties dialog whose underlying code barely changed since 1995, and the catch sits one layer down: fixing the look means Microsoft first has to protect thirty years of third-party software that plugs into it.

The visible story is a nicer-looking box. The harder one is what Microsoft has to engineer so 7-Zip, Dropbox, antivirus tools and codec packs don’t break the moment that box changes shape, a compatibility puzzle the company’s decade-plus, still-unfinished Control Panel migration suggests won’t resolve quickly.

A Build Number Hidden in the Recycle Bin

The discovery came from a Windows Insider watcher known as PhantomOfEarth, who has a track record of digging through preview code for unreleased features. Posting on Bluesky, PhantomOfEarth found a modern properties panel buried inside Insider Experimental build 26300.8935, which Microsoft released on July 20, 2026, according to reporting from XenoSpectrum.

Windows 11’s File Properties sheets are finally getting some WinUI + dark mode love!

That’s PhantomOfEarth, in the post that PCWorld and other outlets picked up within a day. The new panel currently appears in exactly one place: the properties sheet for a file sitting in the Recycle Bin. Everywhere else, the old dialog is still what loads.

The dialog it’s replacing has a long paper trail. As Windows Latest reported after digging into the same build, the current Properties box runs on comctl32.dll, the Win32 Common Controls library that first shipped with Windows 95. The visual style has been tweaked over the years; the plumbing underneath has not.

Windows Is Chasing More Than a Fresh Coat of Paint

Microsoft has been laying groundwork for this since 2023, when it introduced WinUI 3 into File Explorer through a technique it calls Islands, a way to drop modern WinUI panels into an old Win32 app without rebuilding the whole thing. XenoSpectrum reported that a Windows quality plan Microsoft presented in March 2026 formalized the push, setting a goal of moving core Windows experiences onto WinUI 3 to cut latency and reduce load on the shared UI framework, with File Explorer specifically targeted for faster search, navigation and file operations.

The Properties dialog isn’t the only target. Windows Central reported that Microsoft confirmed plans earlier in 2026 to extend WinUI to the Start menu and other in-box experiences, part of the same push for design consistency across Windows 11.

Legacy Element Traces Back To Status as of July 2026
File Properties dialog Windows 95 (comctl32.dll) WinUI 3 version live only for Recycle Bin files, build 26300.8935
Run dialog (Win+R) Windows 95 era Modern version togglable now in Insider builds
Start menu Confirmed for WinUI in 2026 Not yet shipped in stable builds
Control Panel 1985 Still migrating to Settings app, no removal date set

Each row on that list represents years of accumulated code that other software has learned to depend on, which is exactly where the harder part of this project starts.

What Happens to 7-Zip and Dropbox Now?

Nothing has broken yet, but the mechanism at risk is well documented. Third-party programs add their own tabs to the Properties dialog through a Windows interface called IShellPropSheetExt, and swapping the host window for WinUI means finding a way to keep those old tabs working inside a new frame.

Microsoft’s own developer documentation describes the interface as one built to add or replace pages in the property sheet displayed for a file object. In practice, a wide range of everyday software leans on it:

  • Antivirus tools that add a scan-status or quarantine tab
  • Archive utilities such as 7-Zip that show compression details
  • Cloud sync clients like Dropbox that display sharing and sync state
  • Codec packs that surface media file details on the properties sheet

Every one of those extensions hands the Properties dialog an old-style HWND, a native Win32 window handle, to display inside its tab. Windows Latest, which reviewed the new build, reported that Microsoft needs what it described as a reverse-islanding path to embed those legacy windows inside the new WinUI tab strip, or the extensions stop rendering correctly. Microsoft’s separate documentation on registering these handlers notes that each handler can add one custom page to the default sheet, a contract Microsoft now has to honor inside an entirely different rendering framework.

Control Panel Shows How Long This Can Take

Windows has run this exact play before, and it is nowhere near finished.

  1. 1985: Control Panel ships as part of the original Windows interface, according to TechPowerUp’s account of the tool’s history.
  2. 2012: Windows 8 introduces the Settings app as Control Panel’s intended long-term replacement, TechPowerUp reported.
  3. December 2025: gHacks reports that Microsoft is still moving Control Panel options into Settings ten years after that migration began, calling the process a headache for administrators.
  4. March 2026: Microsoft’s Windows quality plan formally commits core Windows experiences to WinUI 3, per XenoSpectrum’s reporting.
  5. April 2026: A Microsoft design lead tells Windows Latest the team is moving deliberately because so many network and printer drivers still depend on Control Panel’s old plumbing.
  6. July 20 to 21, 2026: Insider build 26300.8935 ships with a hidden WinUI 3 properties dialog, and PhantomOfEarth spots it within a day.

Forty-one years after Control Panel arrived and fourteen years after Settings was supposed to replace it, pieces of the original still ship inside Windows 11. That is the track record Microsoft brings to a dialog box with its own thirty-year list of dependents.

The Run Box Learns a Few New Tricks Too

The Properties dialog isn’t traveling alone. PCWorld reported that Microsoft is also rebuilding the Run dialog, the small box that opens with Windows key plus R, and this time the change goes beyond visuals. Testers can already switch it on under Settings, then Advanced settings, according to the same report.

Once enabled, the modernized Run box is described as faster to open and able to offer context-sensitive suggestions along with quick access to a user’s home directory, functionality the decades-old version never had. Both overhauls are surfacing in the same Insider pipeline that is also carrying Windows 11’s next confirmed feature update, 26H2, putting three separate modernization threads on Microsoft’s plate at once.

Old Code Still Runs the Rest of Windows

This is not rolling out broadly yet. The Properties redesign covers one dialog, for one type of file, in one Insider ring. The Run dialog upgrade requires an opt-in toggle testers have to find themselves. Microsoft has not published a timeline for either reaching the stable channel that most Windows 11 users run.

What’s already clear is the shape of the tradeoff. A faster, dark-mode-capable, more reliable dialog is a straightforward win for anyone using it. Getting there without breaking a security suite’s status tab or an archiving tool’s context menu is the unglamorous engineering that determines whether this modernization ships smoothly or turns into another decade-long slog like Control Panel’s.

For now, the new properties panel only appears if you delete a file and check its properties in the Recycle Bin. Everywhere else on Windows 11, the interface that shipped with Windows 95 is still the one doing the work.

Logan Pierce is a writer and web publisher with over seven years of experience covering consumer technology. He has published work on independent tech blogs and freelance bylines covering Android devices, privacy focused software, and budget gadgets. Logan founded Oton Technology to publish clear, no nonsense tech news and reviews based on real hands on testing. He has personally tested and reviewed dozens of mid range and budget Android phones, written extensively about app privacy, and built and managed multiple WordPress publications over the past decade. Logan holds a bachelor's degree in English and studied digital marketing at a certificate level.

Continue Reading
Click to comment

Leave a Reply

Your email address will not be published. Required fields are marked *

Trending