Microsoft’s latest Insider preview brings a pragmatic — if limited — fix for one of Windows 11’s most visible annoyances: preloading File Explorer to make the first window appear faster, but early hands‑on tests show the improvement is modest and comes with a measurable memory cost.
Windows 11’s File Explorer has been a recurring complaint since the OS’s early releases: users and reviewers reported perceptible “cold‑start” pauses, context‑menu lag, and occasional visual stutters that made everyday file management feel less immediate than on Windows 10. Microsoft’s response in the latest Insider Preview — Build 26220.7271 (KB5070307) — is to test a warm‑start or preload approach: keep a lightweight portion of Explorer initialized in the background so it paints quickly when requested. This experiment is surfaced to Insiders via a toggle in File Explorer → View → Options → Folder Options → View labeled “Enable window preloading for faster launch times.” The engineering choice mirrors prior Microsoft tactics: Edge and Office already use background startup strategies to improve perceived launch speed. Preloading is deliberately conservative — it avoids a full rearchitecture of the shell and instead trades a small, predictable background cost for faster first interactions. Microsoft characterizes this feature as an exploration and is collecting telemetry and Insider feedback before deciding on broader rollout.
For end users on mainstream hardware the preload will likely be a net positive; for low‑RAM devices and enterprise fleets it merits careful pilot testing and conservative rollout. The real win for the platform will be when Microsoft pairs pragmatic experiments like preload with more structural fixes and clear telemetry-driven guidance so users and admins can choose the best balance of performance, resource usage, and battery life.
Source: PC Gamer Windows 11 File Explorer is slower than Windows 10 while consuming more RAM
Background
Windows 11’s File Explorer has been a recurring complaint since the OS’s early releases: users and reviewers reported perceptible “cold‑start” pauses, context‑menu lag, and occasional visual stutters that made everyday file management feel less immediate than on Windows 10. Microsoft’s response in the latest Insider Preview — Build 26220.7271 (KB5070307) — is to test a warm‑start or preload approach: keep a lightweight portion of Explorer initialized in the background so it paints quickly when requested. This experiment is surfaced to Insiders via a toggle in File Explorer → View → Options → Folder Options → View labeled “Enable window preloading for faster launch times.” The engineering choice mirrors prior Microsoft tactics: Edge and Office already use background startup strategies to improve perceived launch speed. Preloading is deliberately conservative — it avoids a full rearchitecture of the shell and instead trades a small, predictable background cost for faster first interactions. Microsoft characterizes this feature as an exploration and is collecting telemetry and Insider feedback before deciding on broader rollout. What Microsoft shipped in Build 26220.7271
The preload experiment (what it does)
- Enable window preloading for faster launch times — an optional toggle that, when enabled, keeps a warmed or suspended Explorer runtime resident after sign‑in so the first visible paint happens faster.
- The preload is not a complete persistent UI instance; it’s a minimal warmed state designed to reduce process initialization time and UI composition latency.
- The setting is exposed to Insiders and is reportedly enabled by default for devices receiving the experiment, with the ability to opt out immediately.
Context‑menu reorganization
Alongside preloading, Microsoft is tidying the right‑click menu by grouping seldom‑used verbs into a Manage file flyout and moving cloud provider actions into provider‑specific submenus. The goal is twofold: reduce menu height and lower the number of dynamic queries that run on every context‑menu open, thereby shaving some of the perceived latency. This is a UI change intended to reduce clutter and, in theory, micro‑latency caused by enumerating many third‑party or cloud provider entries.Hands‑on tests: what reviewers actually measured
Several outlets and community testers ran side‑by‑side experiments with the preload toggle. The most widely circulated measurements come from Windows Latest, which tested the feature inside a VM with 4 GB of RAM and reported the following:- Idle File Explorer resident memory (preload disabled): roughly 32.4 MB.
- Idle File Explorer resident memory (preload enabled): roughly 67.4 MB — an increase of about ~35 MB.
- The preloaded Explorer window does paint faster on a cold open, but the improvement is often subtle and most visible in slow‑motion comparisons (0.25× playback).
- Under heavy load (for example, 16 open Edge tabs), the warmed Explorer produced a clear and perceptible improvement in launch speed.
- The preload does not address the longer‑running, on‑demand costs that dominate everyday sluggishness: folder enumeration, thumbnail/preview handler delays, and context‑menu construction remain largely unchanged.
Cross‑check and reproducibility
Independent community reports and forum threads corroborate the measured memory delta and the limited scope of the fix. Multiple testbeds reported an idle memory increase in the tens of megabytes when preload is enabled, and consistent observations that context‑menu latency and folder navigation speed did not improve meaningfully. These repeated observations make the core claims reproducible across different reviewers and hardware profiles — though the absolute numbers vary by configuration and installed shell extensions.Why Windows 11’s Explorer can feel slower than Windows 10
Understanding the root causes helps explain why preloading is a pragmatic but limited fix.1) Mixed rendering stacks: Win32 legacy + WinUI modernization
Both OS versions run the same long‑standing shell core (explorer.exe, shell32). The divergence comes from the UI layer:- Windows 10 leaned heavily on native Win32 widgets for Explorer UI elements.
- Windows 11 overlays that legacy core with WinUI/XAML elements (WinUI 2 via XAML Islands historically, migrating toward WinUI 3 and the Windows App SDK). This hybrid model increases rendering and composition steps, introducing additional initialization and paint stages.
2) Dynamic context‑menu construction and third‑party extensions
Modern context menus frequently query:- Cloud providers (OneDrive, Dropbox overlays),
- Copilot or AI‑driven verbs,
- Third‑party shell extensions (antivirus, compression tools, preview handlers).
3) Heavier default services and integrations
Windows 11 ships with more background services and deeper integration with cloud and AI capabilities by default. That raises the OS’s idle resource baseline and leaves fewer immediate CPU/memory headroom for foreground interactions on constrained systems, making small latencies more visible. Preloading trades a small, constant memory reservation for a perceptual win, but it does not reduce these other systemic costs.Practical impact: who benefits and who should be cautious
Beneficiaries
- Users on mid‑range systems (e.g., older NVMe or SATA SSD with 8GB RAM) will likely notice a smoother first open, especially when the machine is under load.
- Power users who frequently close and re‑open Explorer windows can get small but cumulative savings in time and perceived responsiveness.
- Insiders and testers who want to evaluate the trade‑off before a potential broad rollout.
Who should be cautious
- Low‑RAM systems (4GB or less): a persistent 30–40 MB reservation can matter when multiple background services are active, particularly on thin clients or VDI environments.
- Battery‑sensitive devices: preloading may slightly increase background wake events or I/O; while Microsoft argues the impact should be minimal, enterprise pilots should evaluate battery telemetry first.
- Enterprise fleets: admins should not flip the setting globally until Microsoft publishes an official resource budget, Group Policy controls, and telemetry‑backed guidance. Pilot and measure first.
How to try it now (Insider Preview only)
- Join the Windows Insider Dev or Beta channel and install Build 26220.7271 (if available).
- Open File Explorer, click the three‑dot menu → Options → View tab.
- Find and toggle Enable window preloading for faster launch times.
- Reboot and measure using Task Manager and real‑world workflows. If Explorer feels worse, toggle it off.
Critical analysis: strengths, limitations, and risks
Strengths
- Low engineering risk: preloading is conservative and reversible via a user toggle, making it safe for staged experimentation.
- Visible UX wins for cold starts: on many devices, the first paint is measurably faster, improving perceived snappiness for one of Windows’ most frequent workflows.
- Complementary UI cleanup: the context‑menu reorganization reduces top‑level clutter and may indirectly reduce some dynamic enumeration cost by hiding rarely used verbs behind a flyout.
Limitations
- Not a structural fix: preloading does nothing to address folder enumeration, network/OneDrive placeholder resolution, or third‑party shell extension delays — the real sources of many Explorer slowdowns.
- Memory tax: the warmed state adds a device‑dependent resident memory overhead (commonly ~30–35 MB in tests), which is small on modern hardware but not negligible on constrained systems.
- Perceptual vs measurable benefit: many of the improvements are perceptual and often only visible in slow‑motion or under specific load patterns, meaning everyday users may not feel a dramatic change.
Risks and unknowns
- Lack of a published memory budget: Microsoft has not (as of the Insider notes) published firm telemetry or a capped memory budget for the preload feature; that makes enterprise planning harder.
- Unclear heuristics: it is not yet public whether preload will be adaptive (only on devices that meet certain thresholds) or blanket‑enabled. Blanket enabling could harm constrained devices.
- Battery and I/O side effects: while outlets report minimal impact, there is a plausible risk of increased background I/O or wake events that could affect battery life and SSD endurance on heavily used mobile devices; robust telemetry will be needed to confirm the impact across device classes.
Deeper fixes Microsoft could pursue
Preloading is an understandable short‑term mitigation, but the long‑term fidelity and responsiveness of File Explorer likely require broader engineering work:- Reduce runtime composition layers: where feasible, consolidate or optimize the WinUI/Win32 composition path so that fewer rendering stages are required for common elements.
- Asynchronous shell extension handling: make third‑party handlers non‑blocking for critical UI flows; enumerate them asynchronously and populate UI slots progressively.
- Policy and telemetry for preload: publish explicit memory budgets, adaptive heuristics, and enterprise Group Policy controls so admins can make informed, scalable decisions.
- Granular preload scope: allow the OS to warm only the UI skeleton on low‑end devices while leaving heavier components dormant until demand.
- Developer guidance: create clearer documentation and SDK patterns to help ISVs move heavy preview/thumbnail work off the UI thread.
Practical checklist for users and IT teams
- If you rely on Explorer heavily and use a mid‑spec machine, try the preload toggle and measure real workflows before committing.
- If you manage fleets, run a small pilot across representative hardware: measure memory, battery, and experiential metrics before broader deployment.
- If Explorer still feels sluggish after preload, audit third‑party shell extensions (ShellExView is a common tool) and disable heavy preview handlers for problematic file types.
- Consider alternative file managers for critical workflows that demand extreme speed — several mature third‑party options exist that trade UI polish for raw responsiveness.
What we can expect next
Microsoft is treating preloading as an experiment in the Insider channels and has indicated broader rollout will be driven by telemetry and feedback. Several outlets expect a staged release to the stable population in early 2026, but that timeline is tentative and depends on what the data shows. Until Microsoft publishes concrete resource budgets, enterprise controls, or telemetry‑backed guidance, the feature should be considered tentative.Conclusion
The File Explorer preload in Build 26220.7271 is a sensible, low‑risk attempt to make a high‑frequency UI feel snappier. It delivers a measurable cold‑start improvement and a manageable memory cost on most modern hardware. But it’s a targeted band‑aid: it does not address the deeper architectural sources of Explorer sluggishness — mixed rendering stacks, dynamic context‑menu construction, and third‑party handler delays — that make Windows 10 feel snappier in some micro‑interactions.For end users on mainstream hardware the preload will likely be a net positive; for low‑RAM devices and enterprise fleets it merits careful pilot testing and conservative rollout. The real win for the platform will be when Microsoft pairs pragmatic experiments like preload with more structural fixes and clear telemetry-driven guidance so users and admins can choose the best balance of performance, resource usage, and battery life.
Source: PC Gamer Windows 11 File Explorer is slower than Windows 10 while consuming more RAM
