Modern Windows 11 file properties dialog with WinUI 3 dark mode design

Windows 11 File Properties Gets a Modern WinUI Redesign

The Windows 11 file properties dialog is getting its most significant overhaul in roughly three decades. Microsoft is rebuilding the ageing Properties window โ€” one of the last surviving relics of the Windows 95 era โ€” using the modern WinUI 3 framework. If you right-click a file in File Explorer dozens of times a day, this update is going to matter to you.

Why the File Properties Dialog Needed an Overhaul

Comparison of Windows file properties dialogs from Windows 95 (1995) and a modern WinUI 3 (2026) design, highlighting the evolution from the classic gray interface to the dark Windows 11-style layout. Both windows display document details, file information and attributes over a Windows 11 desktop with the 2026 taskbar.

The current file properties dialog in Windows 11 has always looked out of place. While Microsoft has steadily redesigned Start, Settings, Taskbar, and File Explorer itself to match the Fluent Design language, the Properties window stubbornly remained a throwback โ€” white borders, fixed-size tabs, and no dark mode support. Users running Windows 11 in dark mode have long complained that every right-click โ†’ Properties pull-up breaks their carefully curated dark theme, flashing a bright white box onto the screen.

According to reporting by Windows Latest, the legacy dialog traces its roots back to Windows 95, meaning the code powering it is over 30 years old. That legacy codebase made it difficult to add new features, impossible to properly theme, and increasingly inconsistent with the rest of the OS shell.

What Is WinUI 3 and Why Does It Matter for File Metadata?

WinUI 3 is Microsoft’s modern UI toolkit, built on top of the Windows App SDK. It replaces the older Win32 and UWP component stacks with a unified framework that supports dynamic theming, improved accessibility, hardware-accelerated rendering, and consistent typography. When Microsoft rebuilds the WinUI file explorer Properties dialog with WinUI 3, all of those benefits flow directly to an interface millions of users touch every single day.

  • Dark mode support: The redesigned dialog will respect the system accent colour and dark/light theme toggle โ€” something the legacy version never did.

  • Consistent typography and spacing: Text will use the Segoe UI Variable font at correct weights, matching the rest of Windows 11’s shell.

  • Responsive sizing: The old dialog had a fixed, non-resizable window. The WinUI version can scale to different display densities and screen sizes.

  • Faster rendering: WinUI 3 uses a composition-based renderer, so the dialog can open and paint significantly faster than the legacy Win32 version.

  • Improved accessibility: WinUI components include built-in support for screen readers and keyboard navigation patterns that the old dialog lacked.

What Changes for Everyday Windows File Metadata Tasks

Windows 11 file properties Details tab showing editable Windows file metadata fields

If you regularly edit Windows file metadata โ€” tagging photos, editing document author fields, adjusting video titles, or checking file sizes before sharing โ€” the redesigned Properties window will feel substantially more pleasant to use. Here is what the updated experience looks like in practice:

The General Tab

The General tab, which shows file type, size, location, and creation/modification dates, gets a cleaner layout with better padding and legible icons. Timestamps are displayed in a format that adapts to your regional settings more reliably.

The Details Tab

The Details tab โ€” arguably the most powerful part of the file properties dialog โ€” is where you view and edit embedded metadata like title, subject, tags, authors, and copyright strings. In the WinUI redesign, this tab is expected to feature inline editing improvements and a scrollable, more readable list that no longer looks like it belongs in a 1990s enterprise app.

Dark Mode at Last

This is the change most users have been waiting for. The entire Windows 11 file properties window will finally honour the system-wide dark mode setting. No more jarring white flash when you inspect a file’s attributes at night.

The Security and Sharing Tabs

Advanced tabs like Security (NTFS permissions) and Sharing are also being brought under the WinUI umbrella, ensuring a coherent look throughout the entire dialog rather than a mix of old and new panels.

When Will the WinUI File Explorer Properties Update Arrive?

As of May 2026, the redesigned WinUI file explorer Properties dialog has been spotted in Windows 11 Insider Preview builds, hidden behind a feature flag. Microsoft typically enables such flags for Canary channel testers first, then Dev, Beta, and finally the Release Preview before a stable rollout. Based on the current cadence, a general availability release in the second half of 2026 is plausible, though Microsoft has not announced a specific date.

If you are on the Insider Programme’s Canary or Dev channel, you can try enabling experimental features using third-party tools such as ViVeTool โ€” though Microsoft does not officially support or recommend this for production machines.

How to View and Edit File Properties in Windows 11 Right Now

Windows 11 File Explorer right-click menu to open file properties dialog

While the redesign rolls out, the current Windows file metadata system is fully functional. Here is a quick refresher on getting the most from it:

  1. Right-click any file in File Explorer and choose Properties (or press Alt + Enter with a file selected).

  2. On the General tab, check the file type, size on disk, and the read-only/hidden attributes.

  3. Switch to the Details tab to view and click-to-edit embedded metadata fields such as title, tags, and author.

  4. To remove personal metadata before sharing a file, click Remove Properties and Personal Information at the bottom of the Details tab.

  5. On the Security tab, you can review and change NTFS permissions โ€” useful for managing access on shared or multi-user PCs.

Does the File Properties Redesign Require a New Windows 11 Licence?

No. Like most Windows 11 shell updates, the new file properties dialog will be delivered as a cumulative update to existing Windows 11 installations โ€” both Home and Pro editions. You do not need to repurchase your licence. However, you do need to be running a supported version of Windows 11 to receive ongoing updates. Windows 11 version 22H2 reached end of support on 8 October 2024, so if you are still on that build, you are no longer receiving feature updates of this kind.

If you have not yet upgraded to Windows 11 or need to activate a new device, Buy Now Key offers genuine Windows 11 licences at competitive prices โ€” including Microsoft Windows 11 Pro Retail from โ‚ฌ17.90 and Microsoft Windows 11 Home OEM from โ‚ฌ9.65. Both provide lifetime activation and instant digital delivery.

Windows 11 File Properties vs Windows 10: What’s Already Different

Windows 11 already made several incremental improvements to the Properties dialog compared to Windows 10, even before the WinUI overhaul:

  • The right-click context menu was redesigned in Windows 11, meaning you reach Properties via a cleaner, modern menu rather than the classic cascading list.

  • File Explorer in Windows 11 introduced a new toolbar with a more modern command bar, though Properties itself stayed legacy.

  • Windows 11 22H2 and later builds improved how the OS surfaces file compression and encryption status within the General tab.

The WinUI 3 redesign is the first time the dialog box itself โ€” not just the path to opening it โ€” is being fundamentally modernised.

What This Means for Power Users and Developers

Power users who rely on the Windows file metadata Details tab for organising large photo or video libraries, managing document workflows, or auditing file permissions will benefit most from the upgrade. The WinUI 3 framework also opens the door for Microsoft to add new metadata fields, contextual previews, and integration with cloud services like OneDrive without being constrained by Win32 limitations.

For developers building Windows shell extensions, the move to WinUI 3 signals a broader shift: Microsoft is actively retiring legacy Win32 UI surfaces. If your tools add custom tabs or overlays to the Properties dialog, you will eventually need to migrate your extensions to the Windows App SDK to remain compatible.

Frequently Asked Questions

Why does the Windows 11 file properties window not follow dark mode?

The current Properties dialog is built on legacy Win32 code that pre-dates Windows 11’s theming engine. It does not integrate with the modern Fluent Design system, which is why it always renders in a light theme regardless of your system setting. The WinUI 3 redesign is specifically aimed at fixing this long-standing issue.

Will the WinUI file properties update change how I edit file metadata?

The core workflow โ€” opening Properties, switching to the Details tab, clicking a field to edit it โ€” will remain familiar. The redesign focuses on visual consistency, performance, and accessibility rather than changing the fundamental metadata schema. You will still edit the same fields in the same place, just in a much cleaner interface.

How do I remove personal metadata from a file in Windows 11?

Right-click the file, choose Properties, go to the Details tab, and click Remove Properties and Personal Information at the bottom of the panel. You can choose to remove all possible properties at once or select specific fields to clear. This works in the current dialog and will continue to work in the redesigned version.

Do I need Windows 11 Pro to get the new file properties dialog?

No. The WinUI 3 Properties dialog redesign applies to all editions of Windows 11, including Home, Pro, Enterprise, and Education. Both Home and Pro users will receive the update through standard Windows Update channels once Microsoft enables it for stable builds.

Is the redesigned file properties dialog available now?

As of mid-2026, it is present in Windows 11 Insider Preview builds (Canary and Dev channels) but is not yet enabled by default on stable releases. Microsoft has not announced a specific general availability date, but the feature appears to be progressing towards a wider rollout later in 2026.

Windows 11 browser choice settings showing alternatives to Microsoft Edge

Windows 11 Browser Choice: How Dark Patterns Push You Toward Edge

Your Windows 11 browser choice is being quietly eroded. That is the central finding of a major report commissioned by Mozilla, which documents how Microsoft uses subtle but persistent design tactics to funnel users toward Edge โ€” even when they have deliberately chosen a different browser. If you have ever felt like Windows keeps pulling you back to Edge no matter what you do, this report explains exactly why, and this guide tells you precisely how to reclaim your freedom.

What Mozilla’s Report Actually Found

Dark pattern UI tactics in Windows 11 browser choice settings highlighted

Mozilla commissioned independent UX researchers to audit Microsoft’s operating system and browser practices across Windows 10 and Windows 11. The result was a 74-page document cataloguing what the researchers call “harmful design” โ€” a category that goes well beyond accidental friction. The report, titled Over the Edge, identifies a consistent pattern of Microsoft deploying interface tricks that make Edge the path of least resistance and every other browser feel like a risk or an inconvenience.

Key findings include:

  • Repeated prompts to switch to Edge when you open a rival browser via Windows search or the Start menu.
  • Fear-based warnings that frame non-Edge browsers as potentially unsafe, without any factual basis for the claim.
  • Confusing multi-step flows that make setting a different default browser far harder than it should be, while switching back to Edge takes a single click.
  • Widget and widget-board integration that opens links in Edge even after you have set a different browser as default.
  • Regional disparities: users inside the European Economic Area (EEA) โ€” where regulators have pushed back on these practices โ€” see fewer dark patterns than users outside it.

The Browser Choice Alliance, a coalition that formed in direct response to these findings, estimates that millions of users are affected globally. Microsoft’s own data shows Edge holds roughly 13% of global desktop browser market share as of mid-2026 โ€” a figure that would likely be lower if users were making genuinely free choices.

What Is a Dark Pattern and Why Does It Matter for Browser Choice Windows Users?

A dark pattern is a user interface design that nudges people toward an outcome that benefits the company rather than the user. In the context of browser choice Windows users face, these patterns are especially significant because the operating system is the foundation of everything you do on your PC. When the OS itself is weaponised to influence software choices, users lose agency at the most fundamental level.

The Mozilla report identifies several specific dark pattern categories at play:

  • Confirmshaming โ€” framing the rejection of Edge with language implying the user is making a mistake.
  • Misdirection โ€” drawing visual attention to the Edge option while burying the “keep my current browser” choice.
  • Roach motel โ€” making it easy to end up in Edge but difficult to get out: the multi-step process to change your default browser on Windows 11 contrasts sharply with Edge’s one-click restore prompts.
  • Hidden costs โ€” not disclosing that certain Windows features (Cortana links, the News widget, some taskbar search results) will open in Edge regardless of your default browser setting.

For everyday users, this means repeated interruptions, cognitive load, and โ€” for less tech-savvy people โ€” an effective lock-in to a browser they never consciously chose.

How to Fix Your Default Browser Windows 11 Settings Once and For All

Step by step guide to changing default browser on Windows 11 settings

Taking back your default browser Windows 11 preference is straightforward once you know the steps โ€” Microsoft just does not make them obvious. Here is a clean walkthrough:

  1. Press Windows + I to open Settings.
  2. Go to Apps, then Default apps.
  3. Scroll down and find your preferred browser (Chrome, Firefox, Brave, etc.) in the list, or type its name in the search box at the top.
  4. Click on your browser’s name. You will see a list of file types and link protocols (HTTP, HTTPS, .htm, .html, and more).
  5. Set each one to your chosen browser. Crucially, do not forget HTTP and HTTPS โ€” these are the protocols that handle most web links.
  6. If prompted with a warning about Edge being “recommended”, ignore it and confirm your choice.

The official Microsoft Answers guidance confirms these are the correct steps โ€” though it is telling that this process requires far more clicks than Edge’s own prompts to switch back.

One important caveat: even after following every step above, certain Windows 11 elements โ€” including the News and Interests widget, some taskbar search links, and the Windows Search panel โ€” may still open in Edge by design. These are the “roach motel” aspects the Mozilla report highlights, and there is currently no single system-wide fix for all of them. Third-party tools like EdgeDeflector (or its successor MSEdgeRedirect) can intercept these Edge-forced links and redirect them to your true default browser.

Windows Browser Settings: What Changed in Windows 11 Compared to Windows 10

Microsoft actually tightened the browser default process when it launched Windows 11 in October 2021. Under Windows 10, users could change their default browser in a single step. Windows 11 introduced the per-file-type model described above, which requires changing HTTP, HTTPS, and multiple file extensions individually. Privacy researchers described this change as deliberately regressive โ€” making Windows browser settings more complex than they were five years earlier, not less.

The EEA is the notable exception. Under pressure from the EU’s Digital Markets Act (DMA), Microsoft introduced a more streamlined default browser selection screen for EEA users. This regional difference is significant: it proves Microsoft can make the process easy โ€” it simply chooses not to for users outside the EEA where it is not compelled to do so.

The DMA came into force in March 2024, and early monitoring suggests compliance is partial at best. Regulators are still assessing whether Microsoft’s EEA implementation truly meets the law’s spirit, or whether friction has simply been redistributed rather than removed.

Browser Choice Windows: Which Alternatives Are Worth Switching To?

Windows 11 browser choice alternatives including Firefox Chrome and Brave

Once you have freed your browser choice Windows defaults from Edge, you have excellent alternatives. Each has different strengths:

  • Mozilla Firefox โ€” the most privacy-respecting mainstream browser, open-source, with strong extension support. The natural choice if the Mozilla report’s findings prompted you to act.
  • Google Chrome โ€” the most widely used browser globally; excellent compatibility but heavier on RAM and data collection.
  • Brave โ€” Chromium-based but with aggressive tracker blocking and a privacy-first default configuration.
  • Vivaldi โ€” highly customisable, Chromium-based, popular with power users who want deep control over their browser experience.
  • LibreWolf โ€” a hardened Firefox fork for users who want maximum privacy with minimal configuration effort.

None of these will disappear from your taskbar after a Windows update or quietly revert to Edge following a system change โ€” provided you follow the default-setting steps above and check them after every major Windows update.

Why Your Windows Version Matters More Than You Might Think

The version of Windows you run directly affects how many of these patterns you encounter โ€” and how much control you have over your own system. Windows 11 Pro, for instance, gives IT administrators and savvy home users access to Group Policy settings that can enforce default browser choices more robustly than the standard Settings panel. If you are on Windows 11 Home, you lose that layer of control.

Running a genuine, activated copy of Windows 11 also matters for a less obvious reason: unactivated or grey-market builds sometimes disable or obscure Settings panels, meaning the steps above may not work as expected. At Buy Now Key, you can pick up a fully activated Microsoft Windows 11 Pro licence from โ‚ฌ17.90 โ€” a one-time purchase that gives you lifetime activation on your device, so you are always working from a clean, legitimate installation with full access to every system setting.

Not sure whether Pro is the right edition for you? Our breakdown of Windows 11 Pro vs Home walks you through every key difference, including the Group Policy access that makes enforcing your browser preferences far more reliable.

What This Means for the Broader Fight Over Browser Choice Windows

The Mozilla report is not an isolated complaint. It sits within a broader regulatory and advocacy context that is gradually shifting in users’ favour. The EU’s DMA, the UK’s Digital Markets, Competition and Consumers Act, and ongoing antitrust scrutiny in the United States all treat default settings and pre-installation practices as legitimate competition concerns โ€” not just UX annoyances.

The Browser Choice Alliance, formed specifically to respond to the Mozilla findings, is actively lobbying regulators and raising public awareness. The fact that Microsoft already offers a cleaner flow inside the EEA shows that competitive pressure โ€” whether from regulators or from users voting with their download counts โ€” does produce results.

For now, the most powerful thing any individual can do is follow the steps above, check their Windows 11 browser choice settings after every major update, and support the organisations pushing for structural change at the platform level.

Frequently Asked Questions

Why does Windows 11 keep defaulting back to Edge?

Windows 11 can appear to revert to Edge after major updates because some update processes reset default app associations. After installing a cumulative or feature update, always revisit Settings โ†’ Apps โ†’ Default apps and confirm your chosen browser is still set for HTTP, HTTPS, and HTML file types. Additionally, some Windows components (widgets, search links) are hard-coded to use Edge regardless of your default setting โ€” third-party redirect tools can address this.

Is changing my default browser on Windows 11 safe?

Completely. Changing your default browser on Windows 11 is a standard system setting and carries no security risk whatsoever. Microsoft’s warnings suggesting otherwise are precisely the kind of misleading language the Mozilla report calls out as a dark pattern. Major alternative browsers like Firefox, Chrome, and Brave all receive regular security updates and are entirely safe to use as your primary browser.

What did Mozilla’s report actually recommend?

The report recommended that Microsoft simplify the default browser selection process to a single step (as it does inside the EEA under DMA requirements), remove fear-based prompts that misrepresent competitor browser safety, and ensure that all Windows links โ€” including those opened from widgets and search โ€” respect the user’s chosen default browser. Mozilla also called on regulators outside the EEA to apply similar pressure on Microsoft.

Does Windows 11 Pro give more control over browser settings than Home?

Yes. Windows 11 Pro includes access to the Group Policy Editor (gpedit.msc), which allows you to set and lock default browser configurations at a system level โ€” useful both for individual power users and for small businesses managing multiple machines. Windows 11 Home lacks Group Policy access, leaving users dependent on the standard (and more friction-heavy) Settings panel.

Will Microsoft ever fix this voluntarily?

Evidence suggests external pressure is the primary driver of improvement. Microsoft’s EEA-specific changes under the Digital Markets Act demonstrate that the company can streamline Windows browser settings when legally required to do so. Voluntary changes outside regulated markets have been minimal. Users who want a fair default-setting experience currently need either regulatory protection or manual workarounds.

Windows Search ads removal showing a clean ad-free search panel on Windows 11

Windows Search Ads Removal: What Microsoft’s Cleaner UI Means for You

Windows Search ads removal is finally happening โ€” Microsoft is actively testing a redesigned search experience that strips promotional content from the taskbar search panel and prioritises the results users actually care about. If you have ever typed an app name into the Windows search bar only to be greeted by sponsored suggestions, Bing news tiles, or MSN lifestyle content before seeing your own files, that frustration is now on Microsoft’s radar โ€” and it is being fixed.

Why Microsoft Is Removing Ads from Windows Search

Side-by-side comparison of old cluttered Windows 11 search panel filled with MSN news tiles and promoted content versus new clean ad-free Windows Search interface with only local results, flat UI illustration style

For years, Windows users have grumbled about a search bar that felt more like a billboard than a productivity tool. When Microsoft first introduced promotional content and web-recommended results into the Windows 11 Start menu search, the backlash was swift. Forum threads, Reddit posts, and tech publications filled up with complaints that the search panel had become cluttered, slow to surface local results, and frankly, untrustworthy as a navigation tool.

Microsoft appears to have listened. According to coverage from Windows Central, the company has announced a major Windows 11 search overhaul that removes ads, drops MSN and Bing content from the home pane, and refocuses the interface entirely on local results โ€” your files, apps, and settings. This is not a minor settings tweak; it is a structural redesign of how the search panel works.

What Exactly Is Changing in the Windows Search Overhaul

The new interface, currently rolling out through Windows Insider preview builds, brings several meaningful changes under the hood and on the surface.

No More Promotional Content in the Search Home Pane

The most visible change is the Windows Search without ads default. The search home pane will no longer populate with MSN news, Bing entertainment content, or promotional product suggestions from Microsoft Store when you open it. In the previous design, simply clicking the search icon triggered a wall of recommended content before you typed a single character. The new design presents a clean, uncluttered opening state.

Local Results Take Priority

Under the Windows Search overhaul, your locally installed apps, documents, settings, and files are promoted to the top of results. This is how search should have always worked โ€” finding what is already on your machine before reaching out to the web. Source labels are being added too, so you know at a glance whether a result is coming from a local file, an installed application, a web result, or the Microsoft Store.

Web and Store Suggestions Moved, Not Removed

It is worth being precise here: this is a Windows Search without ads redesign, but it is not a complete disconnection from online content. Web search results and Microsoft Store suggestions still exist โ€” they are just no longer the first thing you see, and they no longer appear as sponsored inserts ahead of relevant local content. The hierarchy has been flipped in favour of the user.

Faster, Calmer Interface

By removing the dynamic content that previously loaded from external sources each time you opened search, the new panel is reported to feel noticeably more responsive. Fewer network calls, fewer animated tiles, and a quieter visual design all contribute to a search experience that feels more like a tool and less like an app launch screen.

When Will the Windows Search Ads Removal Roll Out to Everyone?

Windows Search ads removal settings panel showing toggles to disable promoted content

As of mid-2025, the redesigned search is being tested within Windows Insider Canary and Beta channels. Microsoft has confirmed the change is intentional and part of a broader effort to improve user satisfaction with Windows 11’s search feature. The timeline for a stable channel release has not been officially pinned down, but given the scale of the positive response from Insider testers, a rollout to general availability Windows 11 users through a Windows Update is anticipated later in 2025.

Users on Windows 10 have not been mentioned in relation to this specific update, which is consistent with Microsoft’s broader strategy of concentrating new feature investment in Windows 11 ahead of Windows 10’s end of support on 14 October 2025.

How to Remove Ads from Windows Search Right Now (Before the Update Arrives)

If you are not on the Windows Insider programme and cannot wait, you can already reduce or eliminate most of the promotional clutter through the Settings app. Here is how to remove ads from Windows Search manually on your current build:

  1. Open Settings and navigate to Privacy & Security.

  2. Click Search permissions.

  3. Under Show search highlights, toggle this Off to remove animated and trending content from the search home pane.

  4. Under More settings, disable Show me suggested content in the Settings app.

  5. Back in Settings, go to Personalisation > Taskbar and review search box settings to choose a minimal display mode.

These manual steps get you most of the way there today, though the upcoming Windows Search overhaul will make them unnecessary by changing the defaults for everyone.

Windows Search Without Ads: Why This Matters for Productivity

Windows Search overhaul improving productivity by removing ads and clutter from search

The practical impact of a cleaner search bar is larger than it might initially appear. Studies on workplace interruptions consistently find that even brief visual distractions add up over a working day. Every time you open search and are met with a promoted app, a trending news story, or a Bing image highlight, your attention is being pulled slightly off-course before you have even started the task you intended to do.

For power users who rely on Windows Search as a fast launcher โ€” pressing the Windows key, typing a few characters, and hitting Enter to open an app or document โ€” the previous clutter was a genuine friction point. The remove ads from Windows Search change restores search to its core utility: fast, accurate, local-first navigation.

It also signals a broader cultural shift inside Microsoft. The company has faced criticism for gradually monetising the Windows interface through ads in Start menus, File Explorer banners, and lock screen placements. Voluntarily pulling promotional content from one of the most-used surfaces in the OS sends a clear message that user experience feedback is being acted upon.

Is This the Right Time to Upgrade to Windows 11?

If you are still running Windows 10, the search improvement is one of several reasons to consider making the move. Windows 10 reaches its official end of support on 14 October 2025, after which Microsoft will no longer issue security patches for the OS โ€” a significant risk for any machine connected to the internet. Windows 11 brings not only this cleaner search experience but also improved security architecture, a refreshed interface, and ongoing feature investment from Microsoft.

At Buy Now Key, you can pick up a genuine Microsoft Windows 11 Pro licence starting from just โ‚ฌ17.90 โ€” a straightforward way to get onto the platform that is actively receiving these improvements. If you would prefer to start with the essentials, a Windows 11 Home OEM key is available from โ‚ฌ9.65, making the upgrade accessible for home users on any budget.

You can also explore our full Windows Search customisation guide for tips on configuring the search experience to suit your workflow right now, while the official update makes its way through testing.

Frequently Asked Questions

What is the Windows Search ads removal update exactly?

It is a redesign of the Windows 11 search panel currently being tested in Windows Insider preview builds. The update removes promotional and sponsored content from the search home pane, drops MSN and Bing lifestyle content from appearing when you open search, and prioritises local files, apps, and settings in results. Source labels are also being added so users can clearly see where each result originates.

When will Windows Search without ads be available to everyone?

Microsoft began testing the Windows Search overhaul in mid-2025 through Insider Canary and Beta channels. A rollout to the stable release channel is anticipated later in 2025, though Microsoft has not confirmed an exact date. It will arrive as a standard Windows Update rather than requiring a fresh installation.

Can I remove ads from Windows Search before the official update?

Yes. Go to Settings > Privacy & Security > Search permissions and turn off Search highlights. You can also go to Settings > Privacy & Security > General and disable suggested content. These toggles significantly reduce promotional material in search on current Windows 11 builds.

Does this update affect Windows 10 as well?

The announced Windows Search overhaul is specifically for Windows 11. Windows 10 is approaching its end-of-support date on 14 October 2025, and Microsoft has not announced a similar change for that platform. Users who want the improved search experience will need to upgrade to Windows 11.

Will web results disappear entirely from Windows Search?

No. Web results and Microsoft Store suggestions remain part of the Windows Search experience โ€” they are simply no longer promoted above local content or displayed as sponsored inserts. The hierarchy has changed so local results come first, and web results follow in a clearly labelled section.

Is Windows 11 worth upgrading to just for this change?

The cleaner search is one of several compelling reasons to upgrade, but it sits alongside more important benefits like continued security updates, improved hardware security features, and an actively developed feature roadmap. With Windows 10 support ending in October 2025, upgrading is strongly recommended regardless of the search improvement.

Windows Search customization panel showing filters and source toggles in Windows 11

Windows Search Customization: Cut Clutter and Work Smarter

Windows Search customization is now more powerful than ever โ€” and Microsoft’s July 2026 redesign means you can finally silence the noise, filter results by type, and decide exactly which sources feed into your search box. If you’ve ever been frustrated by Bing web results, Microsoft Store suggestions, or irrelevant pop-ups clogging up what should be a simple file-and-app launcher, this guide is for you.

Why Microsoft Redesigned the Windows 11 Search Box

Before and after comparison of Windows 11 search customization results

For years, Windows Search was a source of quiet frustration. Users who wanted to find a local file, launch an app, or jump to a setting were instead greeted with Bing-powered web results, sponsored suggestions, and Microsoft Store recommendations they never asked for. Microsoft’s Windows Insider blog post from July 2026 acknowledged the problem directly, announcing a streamlined redesign built around three core improvements: filtering results by category, hiding irrelevant suggestions, and toggling specific search sources on or off.

The update initially rolled out to Insiders in the Experimental channel, but it signals a clear direction for all Windows 11 users. The change matters because Search sits at the heart of how power users navigate Windows โ€” it’s faster than opening File Explorer, more precise than the Start menu, and infinitely more useful when it actually shows you what you need.

What’s New: The Key Search Customization Features

The 2026 redesign introduces three headline changes that make Windows 11 search genuinely more configurable than at any point in the OS’s history.

Result Filters by Category

A new filter bar appears at the top of the search panel, letting you narrow results to specific categories โ€” Apps, Files, Settings, and Web โ€” with a single click. This means you no longer have to scroll past dozens of irrelevant results to find a system file or a buried setting. Clicking the Files filter, for example, instantly shows only documents, images, and folders that match your query.

Toggle Web Results and Store Suggestions Off

This is the feature most users have been waiting for. A new toggle in Settings > Privacy & Security > Search lets you disable web search results and Microsoft Store suggestions independently. Turning off web results means the search box becomes a purely local tool โ€” no Bing, no ads, no distractions. According to coverage by PCMag, this setting has already been confirmed for broader Windows 11 rollout following Insider testing.

Hide Irrelevant Suggestions Contextually

Beyond the toggle, users can now dismiss specific types of suggestions on a per-session or permanent basis. If a particular app recommendation keeps appearing and you never want to see it, a right-click context menu offers a Don’t show this option. Over time, Windows Search learns your preferences and surfaces fewer irrelevant results organically.

How to Configure Windows Search Settings Step by Step

Windows Search settings page showing web results toggle for Windows Search customization

Getting your Windows search settings dialled in takes under five minutes. Follow these steps to strip out the noise and create a search experience that actually serves your workflow.

  1. Open Settings โ€” press Win + I to launch the Settings app directly.
  2. Go to Privacy & Security โ€” scroll down the left-hand sidebar and click Privacy & security.
  3. Click Search โ€” you’ll find it near the bottom of the Privacy & security section.
  4. Toggle off Web searches โ€” under Show suggested search results, flip the Web searches switch to off. Your search box will now show only local results.
  5. Toggle off Microsoft Store suggestions โ€” directly below the web toggle, disable Microsoft Store suggestions if you prefer a cleaner panel.
  6. Enable Enhanced Search Indexing (optional) โ€” if you want Windows to index your entire drive rather than just common folders, scroll up to Searching Windows and switch from Classic to Enhanced. Note that Enhanced mode uses slightly more disk I/O while it builds the index.
  7. Use the filter bar โ€” the next time you open the search box (click the taskbar icon or press Win + S), use the category filters at the top to narrow results instantly.

Windows Search Customization for Power Users

Windows 11 search operators and power user tips for customize Windows search

If you use Search dozens of times a day, there are additional Windows search settings worth knowing about that go beyond the new toggles.

Exclude Folders from the Search Index

Noisy results often come from folders you never need to search โ€” like temporary files, download caches, or virtual machine directories. You can exclude specific paths by going to Settings > Privacy & Security > Searching Windows > Excluded Folders and adding any directories you want Windows to ignore. This speeds up search queries and reduces irrelevant file results significantly.

Rebuild the Search Index When Results Go Stale

If you notice recently created files not appearing in search, or if results feel outdated, the index may need a rebuild. Navigate to Settings > Privacy & Security > Searching Windows, scroll to the bottom, and click Advanced indexing options. From the dialogue, select Advanced > Rebuild. For an average PC with around 50,000 indexed items, a full rebuild typically takes 10โ€“30 minutes.

Use Search Operators for Precise Queries

Windows Search supports Boolean-style operators that few users realise exist. Try these in the search box for instant precision:

  • kind:document โ€” shows only document files (Word, PDF, etc.)
  • datemodified:last week โ€” filters files edited in the past seven days
  • size:large โ€” surfaces files over 128 MB, useful for freeing up disk space
  • author:”John Smith” โ€” finds files by a specific document author
  • ext:.xlsx โ€” shows only Excel spreadsheets

Combining operators โ€” for example, kind:document datemodified:last week โ€” narrows results faster than any filter bar can.

Keyboard Shortcuts That Speed Up Search

True power users live at the keyboard. These shortcuts make customize Windows search workflows faster:

  • Win + S โ€” opens the search box immediately
  • Win + Q โ€” alternative shortcut, also opens search
  • Ctrl + F inside File Explorer โ€” triggers a local folder search
  • Tab after typing โ€” cycles through the category filter bar without a mouse click

Why Windows Search Customization Matters for Productivity

It might seem like a minor UI tweak, but the ability to properly customize Windows search has a measurable impact on daily productivity. Research consistently shows that knowledge workers spend an average of 1.8 hours per day searching for information โ€” cutting down false positives and irrelevant results even by 20% translates to real time saved across a working week.

More importantly, a cleaner search experience reduces cognitive friction. When you type a query and get back a list of Bing results, Store promotions, and suggested websites, your brain has to actively filter those out before processing the relevant results. Eliminating that layer means less mental effort per search โ€” and across dozens of daily searches, that adds up.

Is Your Windows 11 Licence Up to the Task?

All of the search customization features described here are available on both Windows 11 Home and Windows 11 Pro. However, Windows 11 Pro users get additional privacy and policy controls โ€” including Group Policy settings that let IT admins enforce search configurations across an entire organisation. If you’re managing multiple machines or want deeper control over what Windows indexes, Pro is the better fit.

If you’re still running Windows 10 (which reached end of life on October 14, 2025 and no longer receives security updates), now is the ideal time to upgrade. Check out the Windows 11 Pro vs Home comparison to find the right edition for your needs, or head straight to the Windows 11 Pro category at Buy Now Key to pick up a genuine licence at a competitive price โ€” Windows 11 Pro Retail starts from โ‚ฌ17.90.

Frequently Asked Questions

How do I disable Bing results in Windows 11 search?

Go to Settings > Privacy & Security > Search and toggle off Web searches under the Show suggested search results section. Once disabled, the search box will only return local apps, files, and settings โ€” no Bing results will appear.

Will turning off web search affect Windows Search performance?

Yes โ€” in a positive way. Removing the web results layer means the search box no longer needs to make an outbound request for every query, so results appear slightly faster. There is no downside unless you genuinely use Windows Search to look up web content (most users don’t โ€” they open a browser for that).

What is Enhanced Search mode and should I enable it?

Enhanced Search mode indexes your entire PC, including all folders and drives, rather than just the default locations (Desktop, Documents, Downloads, and a few others). Enable it if you frequently search for files stored outside these common folders. The trade-off is slightly higher disk activity while the index is being built or maintained โ€” for most modern PCs with SSDs, the impact is negligible.

Can I use Windows Search customization on Windows 11 Home?

Yes โ€” the new privacy toggles and filter bar introduced in the July 2026 redesign work on both Windows 11 Home and Pro. The only setting exclusive to Pro is Group Policy-based enforcement for managed environments. Individual users on Home have full access to all the customization options described in this guide.

How do I rebuild the Windows Search index?

Open Settings > Privacy & Security > Searching Windows, scroll down, and click Advanced indexing options. In the dialogue that opens, click Advanced, then Rebuild under the Troubleshooting section. The process runs in the background and typically completes within 10โ€“30 minutes depending on your drive speed and the number of files indexed.

Does Windows Search customization require a specific Windows 11 update?

The new filter bar and source-toggling features were introduced for Windows Insiders in July 2026 and are expected to roll out to all Windows 11 users via a cumulative update in the following weeks. Make sure Windows Update is set to automatic to receive the changes as soon as they reach your channel.