Forum Discussion

BlakeYio's avatar
BlakeYio
Copper Contributor
Sep 01, 2026

How can I uninstall Microsoft Bing in Windows 11 permanently?

Why can't I uninstall Microsoft Bing from Windows 11 control panel? The uninstall option is not listed as the normal apps. The Bing app is very annoying. Every time I search anything from my start menu it drags me into some Bing search results page I never asked for, and I swear it comes back even after I think I've dealt with it. Feels like whack-a-mole at this point.

So if you know how to uninstall Microsoft Bing app in Windows 11, please don't mind sharing it here.

9 Replies

  • Sofiaoin's avatar
    Sofiaoin
    Iron Contributor

    CleanMate has a built in app uninstaller for removing preinstalled apps.

  • Enosem's avatar
    Enosem
    Iron Contributor

    If you don't see the "Web results" switch, you can force-enable this hidden official feature yourself. This is the most challenging, complex, and free command-line method that avoids all the tools you mentioned. To remove Microsoft Bing from Windows 11, it uses ViVeTool, a well-known open-source utility used by enthusiasts to unlock hidden Windows features. It doesn't modify system files; it simply toggles feature flags that Microsoft has already placed in your system. 

    Step-by-Step Guide to remove Microsoft Bing from Windows 11:

    1. Install the Required Update: First, ensure you have installed the August 2026 optional update, KB5120998. Go to Settings > Windows Update and install it. Restart your PC. 
    2. Download ViVeTool: Go to the official ViVeTool page on GitHub (search for ViVeTool on GitHub) and download the latest release. Extract the .zip file to a simple folder, for example, C:\ViVeTool. 
    3. Open Command Prompt as Administrator: Click the Start button, type cmd, right-click on "Command Prompt", and select Run as administrator.
    4. Navigate to the ViVeTool Folder: In the Command Prompt, type the following command and press Enter:

    cmd
    cd C:\ViVeTool

    5.Run the Feature Enable Command: Type the following command and press Enter:

    cmd
    vivetool /enable /id:62353331,62762248
    ```[citation:7]

    6.Restart Your Computer.
    After restarting, the new "Show suggested search results" option should appear in your search settings (click the gear icon in the top-right of the search panel). You can then turn off "Web search" to permanently disable Bing from Windows Search. 

  • Jacksonwer's avatar
    Jacksonwer
    Copper Contributor

    As i see, you want to uninstall microsoft bing app in windows 11, this method is the most direct and system-level approach to disable Bing and its web results from Windows Search. It's a complex tool designed for system administrators and fits your requirement for a non-PowerShell solution.

    Prerequisite: This method is only available on Windows 11 Pro, Enterprise, or Education editions. It will not work on Windows 11 Home.

    Here is the step-by-step process:

    • 1.Open the Group Policy Editor:
      Press Win + R to open the Run dialog.
      Type gpedit.msc and press Enter.
    • 2.Navigate to the Search Policy:
      In the left-hand pane of the Local Group Policy Editor, go to the following path:
      Computer Configuration > Administrative Templates > Windows Components > Search.
    • 3.Disable the Bing Policy:
      In the right-hand pane, find and double-click the policy named "Allow search to use Bing".
      In the window that opens, select Disabled.
      Click Apply and then OK.
    • 4.Apply the Changes:
      For the changes to take effect, you need to restart your PC or simply sign out and sign back in.

     

    By using the Group Policy Editor to disable Bing, you're implementing a fundamental change in how Windows Search operates. This effectively uninstall microsoft bing app in windows 11, preventing it from sending your queries to Bing and displaying online results.

  • Coraciver's avatar
    Coraciver
    Tin Contributor

    Using the Registry is indeed the most direct and effective way to disable the Bing integration in Windows 11, as there's no built-in setting to simply toggle it off. While you can't technically "uninstall" Bing, these registry modifications effectively remove Microsoft Bing from Windows 11's search functionality.

    How to Remove Microsoft Bing from Windows 11 Search via Registry

    1. Open Registry Editor: Press Win + R, type regedit, and press Enter.
    2. Navigate to the Path: Use the address bar at the top of the window to paste the path for the
    3. recommended method: HKEY_ CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer. If you don't see the Explorer folder (key), you'll need to create it: right-click on the Windows folder, select New > Key, and name it Explorer.
    4. Create the DWORD: Right-click on an empty space in the right-hand pane, select New > DWORD (32-bit) Value, and name it DisableSearch BoxSuggestions.
    5. Modify the Value: Double-click the new key, set the "Value data" to 1, and click "OK".
    6. Restart Explorer: For the change to take effect without a full restart, you can restart Windows Explorer. Open Task Manager (Ctrl + Shift + Esc), find "Windows Explorer" in the "Processes" tab, right-click it, and select "Restart".

     

    If the Explorer key doesn't work or you want to apply the change system-wide, you can use the BingSearch Enabled key as a supplementary measure. You can also apply the recommended DisableSearchBoxSuggestions key at the machine level (HKLM\ Software\Policies\Microsoft\ Windows\Explorer) to affect all users on the device.

  • Milliean's avatar
    Milliean
    Tin Contributor

    The Get- AppxPackage command in PowerShell is an effective option to uninstall Microsoft Bing app in Windows 11. The Get- AppxPackage command retrieves the app package, and piping it to Remove- AppxPackage executes the uninstallation . Here is the specific command to uninstall Microsoft Bing app in Windows 11 for the current user:

    powershell
    Get- AppxPackage Microsoft.BingNews | Remove- AppxPackage

    You can use a wildcard (*) to remove all Bing-related apps at once, which is a thorough way to uninstall Microsoft Bing app in Windows 11 :

    powershell
    Get-AppxPackage *Bing* | Remove-AppxPackage

    To completely remove Bing's presence from your system, you must also disable the integrated search functionality. You can do this by editing the registry key Disable SearchBoxSuggestions or by using a script like Win11Debloat, which automates this process.

    Important Considerations

    • Administrator Privileges Required: Run PowerShell as an administrator to execute these commands successfully .
    • Effect on Other Users: By default, Remove-AppxPackage only removes the app for the current user. To remove it for all users and future accounts, you need to use the Remove-AppxProvisionedPackage command.
    • Use at Your Own Risk: Always be cautious when using PowerShell to remove system components.
  • The important distinction here is that Bing isn't really an app that can be uninstalled from Control Panel. The Bing results you're seeing from Start Search are part of Windows Search, which uses Bing for web results.

    If your goal is simply to stop Bing/web results from appearing in Start Search, I'd try this first:

    Settings → Privacy & security → Search permissions

    Then disable the available cloud content/search highlights options.

    If you're on Windows 11 Pro/Enterprise/Education, you can also control web searching through Group Policy. Microsoft provides policies for controlling Internet/web search behavior in Start Search.

    For example:

    gpedit.msc → User Configuration → Administrative Templates → Windows Components → Search

    Look for policies related to Do not search the web / Don't search the web or display web results in Search (the exact available policies can vary by Windows build).

    There have also been registry-based workarounds such as:

    HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\Explorer

    with a DWORD named:

    DisableSearchBoxSuggestions = 1

    However, I'd treat registry hacks as a workaround rather than the preferred solution because Windows Search behavior has changed between Windows 11 builds.

    So I wouldn't try to "uninstall Bing" itself. Disable web results in Windows Search instead — that's the part causing the Start-menu searches to open Bing.

  • DanielDavis's avatar
    DanielDavis
    Iron Contributor

    Trying to figure out how to uninstall microsoft bing in windows 11? SophiApp is an open-source tool that can help. It gives you a clean interface for tweaking Windows settings, including removing Bing search integration, Copilot, and other built-in features you don't want hanging around.

    Just download SophiApp from the official project page, run it as admin, and head to the system tweaks section. Look for options related to search, web results, or Bing integration, toggle them off, and the changes apply right away—no restart needed. If you're still wondering how to uninstall microsoft bing in windows 11, this tool handles it without forcing you to mess with the registry or group policies directly.

    It's well-organized and saves you from digging through hidden menus, though some tweaks may break after major Windows updates. Still, if you're trying to get rid of Bing in Windows 11, it's a solid option that keeps things simple.

    • Pros: Open-source, well-organized interface, and lets you disable multiple built-in features at once without digging through registry or group policies.
    • Cons: Some tweaks may break after major Windows updates, and the tool is only as safe as the options you enable—so it's good to know what you're turning off.
  • HunterHarper's avatar
    HunterHarper
    Iron Contributor

    If you're trying to figure out how to uninstall microsoft bing in windows 11, Bloatynosy can help you review and remove some unwanted preinstalled apps and related components from your system.

    how to uninstall microsoft bing in windows 11

    1. Open the program with administrator permissions.
    2. Review the installed apps and debloat options.
    3. Look for Bing-related apps or components in the available list.
    4. Select only the items you are sure you want to remove.
    5. Start the removal process and wait for it to finish.
    6. Restart the computer and check whether the selected components are gone.

    This approach is useful for cleaning up unwanted built-in components, although some search-related features may remain integrated with the operating system.

    Note:

    • Create a restore point before removing system components.
    • Check each selected item carefully before removal.
    • Restart the computer and test system search afterward.
  • Removing built-in search and web-related components can be useful when you prefer a simpler Start menu or do not use Microsoft's search services. For users researching how to uninstall microsoft bing in windows 11, it is worth separating removable Bing apps from Bing integration built into Windows Search.

    Win11Debloat is a community script that provides options for removing selected preinstalled apps and changing several Windows interface and privacy settings. It can be useful for cleaning up unwanted components without manually locating every package.

    • First, download the project from its official repository, extract it, and run the provided script with administrator privileges. Review the available options before applying changes rather than removing every component at once.
    • Next, select the relevant app-removal and Start/Search cleanup options. If a Bing-related application appears in the removable-app list, select it and confirm the changes. Built-in web search integration may require a separate setting rather than ordinary app removal.

    Finally, restart Windows and check the Start menu, installed-app list, and Search interface. If something you use was removed accidentally, review the script's restore instructions or reinstall the affected application. For people looking for how to uninstall microsoft bing in windows 11, this approach is most useful for removing removable Bing-related apps and reducing related integration rather than treating every Bing feature as one uninstallable program.