Windows 11

Windows 11 Drops Windows 95-Era Properties Dialog for Modern WinUI 3 Version

5 min read Editorial

Microsoft has officially begun phasing out the decades-old File Explorer Properties dialog, replacing it with a fully modernized version built on the native WinUI 3 framework. The change arrives as part of the company’s broader push to retire legacy Win32 components and bring visual consistency to Windows 11. For the first time, the dialog natively supports dark mode and drops all traces of the old Windows 95-era architecture.

What’s New in the Modernized Properties Dialog

The updated Properties dialog is no longer hosted by the legacy comctl32.dll Common Controls library, which has powered Windows property sheets since 1995. Instead, it is now rendered entirely through WinUI 3, Microsoft’s modern UI framework designed for native performance and adaptive styling. This means the dialog now responds dynamically to system-wide dark mode settings, a feature that has been missing from this specific interface for nearly three decades.

Visual cues confirm the architectural shift. The General tab now uses a Pivot-style header with an accent indicator, a styling element exclusive to WinUI 3. The Restore button leverages AccentButtonStyle, and the checkboxes follow current WinUI 3 design guidelines. There is no WebView2 shell or hybrid rendering layer; the interface is purely native, which should improve responsiveness and reduce memory overhead over time.

Advertisement

According to Windows Insider and Microsoft watcher PhantomOfEarth, the new dialog was spotted in recent preview builds. The implementation is clean and complete, with Microsoft having completely removed the classic Win32 property sheet host rather than maintaining both versions side by side.

A close-up of a modern laptop screen displaying the Windows 11 File Explorer with the new dark-themed Properties dialog
The updated Properties dialog now uses WinUI 3 components for a cleaner, more consistent look.

The Technical Shift: Retiring Legacy APIs

The original Properties dialog relied on the PROPSHEETPAGE API and SHOpenPropSheet from shell32.dll. While functional, this architecture was built for a single-monitor, light-mode era and never received a dark theme update. By moving to WinUI 3, Microsoft is aligning the dialog with modern design principles, including proper DPI scaling, high-contrast mode compatibility, and consistent typography across the operating system.

This transition is part of a larger initiative Microsoft confirmed earlier this month, where the company outlined plans to replace all legacy dialogs, including those dating back to Windows 8 and Windows 95. The Properties dialog was one of the most visible remaining holdouts, and its removal signals that the modernization roadmap is actively being executed in preview channels.

Backward Compatibility and Third-Party Extensions

One of the most complex aspects of this overhaul is maintaining compatibility with decades-old third-party software. Many applications, including antivirus suites, 7-Zip, Dropbox, and codec packs, inject custom tabs into the Properties dialog using the IShellPropSheetExt interface. These extensions historically relied on HWND-based window handles to render their content within the Win32 tab control.

Since WinUI 3 does not natively host HWND-based property sheets, Microsoft has had to implement a reverse-islands embedding path. This allows legacy third-party tabs to be rendered inside the new WinUI 3 tab strip without breaking functionality. Early builds appear to handle this integration smoothly, though users with heavily customized systems should monitor for edge cases as the feature rolls out more broadly.

A split-screen comparison showing the old Windows 95-style Properties dialog on one side and the new WinUI 3 version on
Side-by-side comparison reveals the dramatic visual and architectural shift from legacy Win32 to WinUI 3.

Performance Considerations

WinUI 3 has historically faced criticism for cold-start latency, particularly in File Explorer components like the XAML context menu. Some users have noted that certain File Explorer views, such as the Home tab, load slightly slower than their Win32 counterparts like This PC. Microsoft is aware of these performance characteristics and has stated that WinUI 3 optimization is an ongoing priority.

The decision to fully commit to WinUI 3 for the Properties dialog suggests that the engineering team has either resolved the initial cold-start overhead or determined that the long-term benefits of a unified framework outweigh short-term latency concerns. As WinUI 3 continues to mature, users can expect faster load times and smoother animations across all modernized interfaces.

What This Means for You

For everyday Windows 11 users, the most noticeable change is the addition of dark mode support. If you regularly use dark theme settings, the Properties dialog will no longer appear as a bright, outdated element in your workflow. The interface will now blend seamlessly with the rest of File Explorer, reducing visual fatigue and improving consistency.

Power users and IT administrators should note that third-party property sheet extensions remain functional, but the underlying rendering pipeline has changed. If you rely on specific legacy tools that modify the Properties dialog, test them in preview builds before deploying to production environments.

How to Get It

The new WinUI 3 Properties dialog is currently available in Windows 11 preview builds through the Windows Insider Program. It is not yet included in the stable release channel, meaning general users will need to opt into the Canary or Dev channel to experience it. Microsoft typically stabilizes major UI overhauls in the Beta channel before pushing them to release builds.

To access preview builds, navigate to Settings > Windows Update > Windows Insider Program and select your preferred channel. Keep in mind that preview builds may contain bugs or incomplete features, so they are best suited for enthusiasts and testers rather than primary workstations.

A conceptual illustration of Windows 11's modernization roadmap, featuring floating UI elements like File Explorer icons
Microsoft's broader effort to retire legacy dialogs and unify the Windows 11 interface under WinUI 3.

The retirement of the Windows 95-era Properties dialog marks a significant milestone in Windows 11’s visual evolution. By fully committing to WinUI 3, Microsoft is closing a chapter that began over three decades ago, paving the way for a more cohesive, performant, and modern user experience across the operating system.

Source: Windows Latest

Over to you: Will the switch to WinUI 3 for the Properties dialog improve performance, or will legacy app extensions struggle to adapt?

Advertisement
Share:
Editorial
Written by
Editorial

Windows & Microsoft news editor at 9to5Windows. Covering everything from Windows 11 builds to enterprise updates.

Advertisement