• Thread Author
Microsoft’s long‑running UI mismatch — the glaring white or legacy‑colored copy/move progress window that interrupted Dark Mode sessions for years — is finally being updated in Insider builds, and enthusiasts have noticed a small but symbolic tweak: the familiar green progress bar is being swapped for a blue one that lines up better with Windows 11’s default palette. (windowslatest.com)

Legacy vs Updated: two file-transfer progress dialogs mid-copy, with 'Calculating time remaining...'.Background​

Windows has carried decades of UI baggage: a mixture of ancient Win32 dialogs, modern WinUI surfaces, and staged theming that didn’t always flow consistently across the shell. The result was frequent “flashbang” moments for users running Dark Mode — bright, white dialogs that popped over a dark desktop during routine file operations like copying, moving, or deleting files. That inconsistency has been widely criticized and has persisted despite many cosmetic updates elsewhere in the OS. (techradar.com)
In August and September Insider flights, Microsoft began enabling updated theming for several of those legacy file‑operation dialogs in Dev, Beta, and Release Preview channels as part of the ongoing work to finish Windows 11’s Dark Mode coverage. The change appears to be delivered as code in preview builds and then selectively enabled for sampled devices via server‑side staging flags — so not every Insider sees the update at once. (blogs.windows.com)

What changed (the visible updates)​

The most visible elements of this update are straightforward and user‑facing:
  • The outer chrome and background of several file‑operation dialogs now honor the system Dark theme when the flag is enabled.
  • The file copy / move progress dialog (the “calculating time remaining…” window) is one of the primary surfaces affected.
  • Delete confirmations, access‑denied prompts tied to file operations, file‑in‑use warnings and replace/conflict dialogs are also part of the initial sweep.
  • The progress indicator’s accent color in some test builds has shifted from the legacy green to a blue that better matches Windows 11’s stock palette. (windowslatest.com)
Those are the changes users see first; beneath the surface, Microsoft is working on inner control theming and accessibility fixes so child controls (buttons, focus rings, icons) match the updated outer chrome without regressions.

Where the change was first spotted​

Community leakers and testers posted the first screenshots and notes. A widely shared discovery credited to the X user PhantomOfEarth showed dark‑mode file‑operation dialogs appearing in recent Insider builds, and early posts called out the shift in accent from the classic green to a bluer hue in some test machines. Coverage and hands‑on reports from independent outlets corroborated the sightings. (neowin.net) (windowslatest.com)
Beta and Dev channel builds in the 26xxx series — notably builds in the 26100/26120 and later 26220 flights — are where testers observed the changes. Community build indexes and Insider posts reference builds such as Build 26100.5061 in earlier sighting notes, and later checkpoint cumulative updates identified by revision numbers (for example a .5790 revision in some 26xxx flights) show how the update is circulating across channels. Treat the exact revision you’ll see on your PC as subject to change: Microsoft packages the code in preview builds and then gates the UI with flags, so build number alone is not a guarantee you’ll see the new visuals. (betawiki.net)

Technical explanation: why this was so hard​

This change is deceptively difficult. The reason goes back to Windows’ architecture:
  • Many legacy dialogs are built on old Win32 APIs and common dialog implementations that predate the modern theming frameworks. These components often have hardcoded color semantics or rely on older drawing pipelines, so they do not automatically inherit modern system accent or dark/palette switches.
  • Repainting or rewriting these surfaces risks breaking compatibility with automation, screenshot‑based tests, accessibility tools, or third‑party apps that depend implicitly on control positions, colors, or contrast characteristics.
  • Microsoft’s practical engineering stance has been to ship the supporting code in preview builds, then gate the visuals with staged enablement. That model reduces the blast radius for regressions and lets telemetry guide adjustments to contrast and keyboard focus behavior before a wide rollout.
In short, they’re not just recoloring a rectangle — the team must ensure keyboard focus rings, screen reader labels, and contrast ratios meet accessibility standards while retaining backwards compatibility.

The blue bar: cosmetic polish or meaningful signal?​

Swapping the progress bar color from green to blue is a small UX detail, but it matters for two reasons:
  • Visual coherence — Windows 11’s modern palette and accent system lean heavily on blue in the stock experience; aligning legacy dialogs to that palette reduces the jarring effect and improves perceived polish. (windowslatest.com)
  • Signal of broader effort — color is visible; changing a decades‑old accent in this dialog signals that Microsoft is actively chipping away at long‑standing visual debt. That suggests future work on other legacy surfaces.
However, this is not a finished decision: early tester screenshots show inconsistent behavior. Some compact dialog modes still show the old green progress bar, and the new blue indicator does not yet respect user accent colors in many test instances — meaning it’s currently a fixed palette choice rather than one that dynamically adapts to a user’s selected accent. Microsoft may change this before public rollout based on feedback.

What Insiders and power users are actually seeing​

Observations from multiple hands‑on reports indicate:
  • Some devices on the same Insider build show the dark dialogs and the blue progress bar, others stay on the old white dialog with a green bar because of server‑side flagging. (theregister.com)
  • The outer dialog chrome is often updated before inner controls: you can see dark backgrounds but still encounter pale buttons or missing focus indicators. That’s an accessibility red flag the team is expected to fix during the preview phase.
  • The blue progress bar does not yet adapt to system accent colors in many sightings, producing a consistent blue even if the user’s accent is red, green or yellow. That behavior is likely deliberate for the early stage so testing can focus on contrast and visibility.

How to check whether your PC shows the changes​

  • Confirm your Windows build: open Settings → System → About or press Win+R → winver to see the current Build and revision.
  • If you’re on Insider Dev/Beta/Release Preview and still don’t see the updated dialogs, the new UI may be gated on server flags; it’s not guaranteed by build alone.
  • Community testers have used ViVeTool to enable hidden feature flags in preview builds to force the visuals on for their device (use with caution; see warnings below). Reported IDs used by testers include strings that were circulated in early reports. (windowslatest.com)

Quick caution about forcing the feature​

Enabling internal flags with third‑party utilities bypasses Microsoft’s staged telemetry and can expose you to unfinished or buggy UI states. Only experiment on non‑production or test machines, and do not run ViVeTool on corporate endpoints or systems used for accessibility workflows you depend on.

How to experiment (for testers only)​

If you run an Insider preview build and accept the risk, the community has used ViVeTool to enable the hidden dialog theming. The common approach reported by testers is:
  • Download ViVeTool from its official repository and extract it to a folder on a test machine.
  • Open an elevated Command Prompt or Terminal (Run as Administrator).
  • Use ViVeTool to enable the reported feature IDs (examples circulated in public test reports): vivetool /enable /id:57857165 /id:57994323 /id:48433719
  • Restart Explorer or the machine and check the file operation dialogs in Dark Mode.
Follow those steps only on machines where you can tolerate regressions; back up critical data and avoid trying this on devices used for production work. Community‑shared IDs vary across reports, and Microsoft may deprecate or change them between builds. (windowslatest.com)

Accessibility, automation and enterprise implications​

This update improves the day‑to‑day visual experience for Dark Mode users, but it also raises practical concerns that deserve attention from IT teams, accessibility tool vendors, and automation engineers:
  • Accessibility risk: Changing dialog chrome without correct focus rings, contrast ratios, and screen‑reader semantics can reduce usability for keyboard and assistive technology users. Early tester screenshots sometimes show mismatched inner controls; accessibility verification is a must before broad deployment.
  • Automation and RPA: Many organizations rely on visual automation (RPA), image‑matching tests, or screenshot‑based UI tests. Any change to dialog layout, colors, or control positions can break those automations. Validate automation scripts against preview builds and use isolated test rings.
  • Installer and third‑party integrations: Some installer frameworks and file managers interact with the shell’s file‑operation APIs. Changes to dialog behavior (including a historic bug where the progress dialog sometimes failed to appear) have previously affected third‑party file managers — Microsoft acknowledged a bug and shipped a fix via servicing updates. Verify installer flows and file manager behavior in test rings. (learn.microsoft.com)
Enterprise guidance (recommended):
  • Test preview builds only in VMs or pilot rings.
  • Validate UI automation, installer, and accessibility workflows before moving to broad deployment.
  • Use Feedback Hub and structured bug reports to document regressions and accessibility issues.

Known fixes and related servicing notes​

It’s worth noting Microsoft tracks related regressions in file‑operation behavior: in mid‑2025, a regression where file operation progress dialogs sometimes failed to appear was acknowledged and a fix was rolled out in servicing updates (for example a patch referenced in KB articles and Microsoft Q&A responses). That history underscores the importance of staged rollouts and telemetry‑driven fixes for UI work that touches core shell behaviors. (learn.microsoft.com)
Additionally, the initial code for dark dialog theming has appeared in a variety of preview builds across the 26100/26120 and later 26220 series (depending on channel and flight), but the exact build and revision seen by any one Insider may differ because of server‑side gating. (betawiki.net)

What this means for the future of Windows theming​

This is more than a cosmetic tweak. Modernizing dozens — potentially hundreds — of legacy surfaces is a slow, risk‑sensitive process. The approach Microsoft is taking (ship code broadly, enable visuals selectively, iterate based on telemetry and Insider feedback) is appropriate for a platform where compatibility is paramount. Expect the following next steps:
  • Continued iteration on control theming (button colors, focus rings, icon contrast).
  • Potential changes to whether accent color is applied dynamically or a fixed palette is used for legacy dialogs. Early reports indicate a fixed blue in many test instances, but Microsoft may later make accent behavior dynamic based on telemetry and accessibility constraints.
  • Additional legacy surfaces to be targeted over time (Control Panel applets, Run dialog, Registry Editor and other Win32 surfaces), though those will likely ship more slowly. (windowslatest.com)

Practical takeaways for readers​

  • If you use Dark Mode and have been annoyed by white file‑operation dialogs, the long‑awaited fix is arriving in Insider preview builds and will eventually roll out to broader channels; the blue progress bar is a visible sign of that work.
  • Don’t expect the update everywhere immediately — Microsoft gates visual enablement with staged flags, so your device may not show the new dialogs even when on the same build as another Insider who does.
  • If you are an IT pro, test automation, accessibility, and installer workflows in an isolated ring before approving broad deployment.
  • If you’re a tinkerer willing to accept risk, ViVeTool can expose hidden flags in preview builds, but use it only on test devices and be prepared for unfinished visuals or regressions. (windowslatest.com)

Final analysis — why this matters beyond aesthetics​

Updating the copy/move progress dialog and replacing its century‑old accents is a small user experience change, but it’s emblematic. It signals Microsoft is investing engineering effort to close long‑neglected UI gaps that affect everyday comfort and accessibility. The decision to shift the progress bar from green to blue is symbolic: an inexpensive, visible win that shows progress toward a more consistent UI language across the OS.
That said, the staged rollout and current mismatches (compact mode green bars, inner buttons still pale, accent color not yet adaptive) demonstrate caution and realism. Microsoft is balancing accessibility, compatibility, and engineering risk. The measured, telemetry‑driven approach is the correct one for a platform of Windows’ scope — provided the team continues to prioritize accessibility and automation compatibilities as they complete the theming work. (theregister.com)
Microsoft’s incrementalism here is a reminder that sometimes the most visible fixes are also the slowest: they require careful coordination across legacy APIs, modern UI stacks, and the vast ecosystem of apps and automation that depend on Windows’ stable behaviors. When the final rollout completes, users will benefit from fewer jarring theme flashes and a more coherent desktop — and the blue bar will serve as a small but welcome mark of that completion.

Source: Windows Report Windows 11 Copy-Paste Dialog Drops Green for Blue in Latest Test
 

Microsoft’s latest Insider activity shows a subtle but telling change: the long‑standing green progress indicator in the File Explorer copy/move dialog has been replaced with a blue variant when the system is in Dark Mode, and several legacy file‑operation dialogs are now honoring the OS dark theme in preview builds. This is a small visual tweak on the surface, but it signals an important shift in Microsoft’s ongoing effort to finish a decade‑long dark‑mode cleanup across Windows 11’s legacy UI surfaces. (blogs.windows.com)

Overlapping windows reveal a file-transfer progress dialog on a blurred desktop background.Background​

Windows’ system dark theme has been a work in progress since Microsoft first added a formal dark toggle during the Windows 10 Anniversary Update in 2016. That update applied dark colors to many modern components but left a long tail of legacy Win32 dialogs, Control Panel applets, and shell child windows in bright, white chrome — producing the familiar “white flash” during routine file operations for Dark Mode users. The result: an inconsistent, jarring user experience that persisted through early Windows 11 releases. (blogs.windows.com) (windowscentral.com)
The unified copy and move dialog that most users associate with the green progress bar traces its practical origins back to Windows 8, when Microsoft overhauled the file copy UX to consolidate multiple copy jobs, add pause/resume controls, and surface throughput and time‑remaining information. That new dialog brought a fresh visual treatment — including a green progress indicator — which remained largely unchanged for more than a decade. (redmondmag.com) (pcworld.com)

What changed in the preview builds​

The visible differences​

  • The outer chrome and primary background of several file‑operation dialogs (copy/move progress, delete confirmations, folder access denied, file‑in‑use and conflict dialogs) now render in darker greys when the OS is set to Dark Mode.
  • The expanded copy/move progress indicator — the long horizontal bar that animates during file transfers — appears blue instead of the legacy green in these darkened dialogs. This blue aligns more closely with Windows 11’s default palette and reduces the visual mismatch that previously felt like a “flash” of light. (theregister.com)
These changes are shipping in Insider preview builds (notably the 26xxx series: Build 26100.5061 in Release Preview and related 26120/26200 flights) as supporting code that is then enabled for subsets of devices using Microsoft’s staged, server‑side rollout flags. That approach means being on a given build is necessary but not sufficient to guarantee you’ll see the new visuals. (blogs.windows.com) (blogs.windows.com)

What remains unfinished (early rough edges)​

The work is clearly in progress. Multiple hands‑on reports and screenshots show a consistent pattern: while the dialog chrome and main surfaces obey Dark Mode, inner controls (notably some action buttons, focus rings, and micro‑icons) sometimes remain in a lighter style. Contrast and accessibility artifacts during keyboard navigation are still being ironed out, and the blue progress bar currently does not adapt to a user’s chosen accent color in many test instances. Those are deliberate engineering tradeoffs while the team validates contrast, automation, and compatibility across millions of configurations.

Why this took so long​

Multiple UI stacks, years of technical debt​

Windows is not one codebase of uniform UI primitives. It’s an accumulation of toolkits and rendering stacks — classic Win32 with GDI, common dialog implementations, UWP/XAML, and the newer WinUI/Windows App SDK. Many legacy dialogs are implemented with old common controls and hardcoded rendering assumptions from eras when themeing was not universal. Repainting or migrating them to a modern theme requires either per‑dialog compatibility patches or a rewrite/migration to a modern rendering stack — both approaches costly and risky for backward compatibility. That complexity explains the decade‑long lag between introducing a system dark theme and getting every last dialog to respect it.

Accessibility, automation, and regression risk​

Changing color semantics for widely used system dialogs is not purely cosmetic. Keyboard focus visibility, screen‑reader label contrast, test automation expectations, and third‑party tooling that relies on specific UI metrics all risk breaking if a change is rolled out too fast. Microsoft’s staged enablement approach — shipping the code but gating the UI per device via flags — reduces blast radius and lets telemetry guide incremental fixes. That conservative rollout is sensible but can frustrate testers expecting immediate availability.

The rollout model and how to see it today​

Microsoft is distributing the underlying code in Insider builds and then enabling the UI for subsets of machines through server‑side staging flags. Concretely:
  • Confirm your build (Settings → System → About or Win+R → winver). The Release Preview build that first contained much of this work is documented as Build 26100.5061 (KB5064081) published in mid‑August 2025; Beta/Dev flights around Build 26120.5751 and 26200.5751 also include supporting changes. (computerworld.com) (blogs.windows.com)
  • Switch the system to Dark Mode (Settings → Personalization → Colors → Choose your mode → Dark).
  • Initiate a file operation that surfaces the expanded progress dialog (copy multiple large files or a folder). If the staged flag is enabled for your device, the dialog will render in dark chrome and use the blue progress bar; if not, you’ll still see the classic white dialog and green bar.
A few community testers have used third‑party tooling such as ViVeTool to force the hidden feature flags on preview builds; that approach can make the visuals appear immediately but comes with real caveats: it bypasses Microsoft’s staged telemetry, can result in unfinished or buggy UI states, and should be used only on non‑production test machines. Several community writeups document ViVeTool IDs and steps, but these are unofficial and potentially fragile. Treat them as experimental and risky. (theregister.com)

UX and accessibility implications​

Why the blue progress indicator matters​

  • Visual coherence: Windows 11’s default Fluent/WinUI palette leans toward cooler blues in many default configurations. Replacing the old green progress chunk with blue reduces the perceived clash between modern shell surfaces and legacy dialog chrome, resulting in a less jarring experience during low‑light use. This matters for users who maintain Dark Mode for eye comfort or nocturnal workflows.
  • Signal of a broader program: Color is highly visible. Swapping a decades‑old accent color indicates Microsoft is actively chipping away at long‑standing visual debt — an encouraging sign that other legacy surfaces may be next.

Outstanding accessibility risks​

  • Some updated dialogs still show light‑themed buttons or weak focus indicators when the outer chrome is dark. That inconsistent contrast can harm keyboard navigation and screen‑reader workflows. Microsoft and the Windows UX teams must validate keyboard focus order, contrast ratios for high‑contrast users, and Narrator/third‑party screen reader readouts to avoid regressions. Early screenshots indicate these areas remain a work in progress. Users who rely on assistive technologies should avoid enabling experimental flags on production machines.

Enterprise and IT considerations​

  • The staged rollout model mitigates wide‑scale regressions but increases variability across a fleet: identical machines on the same build may present different UI states depending on server‑side gating. That can complicate enterprise support scripts and training materials. IT teams should treat these preview updates as lab‑only until the UI reaches broader availability and Microsoft publishes definitive release notes. (windowsforum.com)
  • Because some legacy dialogs live on the secure desktop or in elevation contexts, those surfaces will require extra care before a global change. Enterprises that depend on scripted GUIs, automated UI tests, or screen capture comparators should validate workflows against updated preview builds in isolated testbeds.

What remains missing — the long tail of legacy surfaces​

This update addresses many high‑impact File Explorer child dialogs, but several prominent legacy surfaces still lack Dark Mode parity:
  • Registry Editor (regedit.exe)
  • Group Policy Editor (gpedit.msc)
  • Many MMC snap‑ins and Control Panel applets
  • Some installer elevation prompts and secure‑desktop UAC dialogs
  • File properties and certain property sheet dialogs
Fixing those surfaces is technically harder because they often run in contexts with tighter rendering/security constraints or are deeply coupled to legacy control rendering. That’s why Microsoft’s work has been incremental: tackle high‑value, low‑risk surfaces first, then move to the trickier edges. Observers have noted this pattern and urged Microsoft to prioritize things like Registry Editor and file properties next, given how frequently power users hit them.

Cross‑checking the timeline and claims​

Key, load‑bearing claims in the public reporting are cross‑verifiable across Microsoft’s Insider posts and independent reporting:
  • Microsoft published Insider builds in mid‑August 2025 (Build 26100.5061 to Release Preview; Build 26120.5751 to Beta; Build 26200.5751 to Dev), and the official release notes confirm a “gradual rollout” model for selected UI items. (blogs.windows.com) (blogs.windows.com)
  • Independent outlets and hands‑on reports documented the presence of dark‑themed file‑operation dialogs and the blue progress indicator appearing for some Insiders on those builds. Multiple outlets reproduced community screenshots and validated the behavior. (theregister.com)
Where reporting diverges is in the finer details (exact builds and revision numbers that show the blue bar for any specific machine), because Microsoft’s staging model means visibility can vary by device even on identical builds. That variability is repeatedly called out in official notes and community reporting. (thewindowsupdate.com)

Strengths of Microsoft’s approach​

  • Pragmatic risk management: Shipping supporting code in preview builds and gating UI rollouts with server‑side flags reduces the probability of a widely distributed regression and lets the team collect telemetry from diverse hardware profiles.
  • High‑impact first: The initial wave targets file operations — a high‑frequency user surface where the Dark Mode mismatch was most visible and painful. Fixing that area first yields long‑term perceived polish gains for many users.
  • Incremental validation: By updating outer chrome first and iterating on inner controls, Microsoft can focus test coverage on contrast, keyboard navigation, and screen‑reader output without destabilizing critical automation and administrative workflows.

Weaknesses and risks​

  • User confusion from inconsistency: Because the change is staged, users on the same build may see different visuals. That creates support friction and can make community troubleshooting misleading.
  • Incomplete accessibility work: Early screenshots show mismatched buttons and focus rings, a genuine accessibility risk that must be fixed before broad deployment.
  • Lack of accent adaptability (for now): The blue progress bar in preview builds does not appear to follow the system accent color in many sightings. That reduces personalization and may be changed later, but it’s currently a fixed palette choice — and that’s an area where Microsoft should aim to be flexible. Several early reports flagged this as missing functionality.

Practical guidance for enthusiasts, testers, and IT teams​

  • If you test preview builds, use virtual machines or non‑production hardware. Insider preview imagery and staged flags can present unfinished UIs that affect accessibility and automation.
  • Check official Windows Insider blog posts for build release notes and the documented “gradual rollout” list; don’t assume a build number alone guarantees feature visibility. (blogs.windows.com)
  • Avoid forcing staged flags on production or accessibility‑dependent systems. Tools like ViVeTool can force features but bypass Microsoft’s rollout telemetry and safety gates; only experiment on machines where you can tolerate regressions or reimage quickly.
  • For enterprise rollouts, stage compatibility testing of UI‑driven scripts and automation against preview builds; focus on dialog‑driven flows (file copy, deletion confirmations, UAC prompts) that may change behavior or appearance.

What this means for Windows 11’s modernization story​

This blue progress bar is more than a cosmetic tweak; it’s a visible indicator that Microsoft is methodically addressing legacy polish gaps in Windows 11’s visual language. The staged, incremental strategy is the pragmatic path forward for a platform with deep backward compatibility obligations. If Microsoft continues this momentum, users can reasonably expect further legacy surfaces to be modernized over subsequent Insider flights and feature drops.
However, the timeline for full parity remains uncertain. Microsoft itself confirmed that Windows 11 version 25H2 ships with the same feature set as 24H2 and that future UI improvements may arrive in follow‑on feature drops and servicing updates — meaning the preview work now visible to Insiders may not reach general availability until later feature updates or cumulative feature packs. That uncertainty reinforces the need for cautious testing in business contexts. (windowscentral.com) (thewindowsupdate.com)

Final assessment​

The arrival of a blue progress indicator in the File Explorer copy dialog under Dark Mode is a quiet but meaningful win for Windows 11’s UX coherence. It demonstrates progress on a multi‑year engineering program to eradicate jarring white dialogs from dark workflows and to modernize legacy surfaces where practical. Microsoft’s staged rollout and incremental approach balance safety and user feedback, but they also delay uniform availability and expose interim accessibility gaps that must be resolved before broad deployment.
Overall, this update is a net positive: it addresses one of the most visible quality‑of‑life complaints on Windows, and it provides a public signal that Microsoft is prepared to continue investing in system polish. Continued vigilance on accessibility, better handling of user accent preferences, and a clear timetable for addressing the remaining legacy surfaces would convert this promising start into a full restoration of Dark Mode parity across the platform. (theregister.com)


Source: Windows Central After over 10 years, Microsoft is adding some color to the file copy dialog on Windows 11
 

Back
Top