How Do I Disable Get Help in Windows 11?

Posted by

The Get Help app in Windows 11 is Microsoft’s built-in support platform designed to assist users with troubleshooting problems, finding solutions, and contacting support. While the application can be useful, many users prefer to disable it because they rarely use it, want fewer background applications running, or wish to prevent it from opening automatically when pressing certain keys, such as F1.

Windows 11 does not provide a direct option to completely remove the Get Help app from the Settings menu. However, there are several effective methods that can prevent the app from functioning or launching on your computer. Depending on your Windows edition and technical comfort level, you can use Windows Settings, PowerShell, or Group Policy Editor to disable Get Help.

This guide explains each method in detail.

How to Stop ‘Get Help’ in Windows 11

How to Stop ‘Get Help’ in  Windows 11
How to Stop ‘Get Help’ in Windows 11

To disable Get Help in Windows 11:

  • Open Settings and locate the Get Help application.
  • Uninstall the Get Help app if the option is available.
  • Use Windows PowerShell to remove the app from your system.
  • Disable Microsoft Store app reinstalls if necessary.
  • Use Group Policy Editor on supported editions to restrict access to support applications.
  • Restart your computer and verify that Get Help no longer launches.

The following methods walk you through the process step by step.

Step 1: Check Whether the Get Help App Can Be Uninstalled

The easiest way to disable Get Help is by removing the app through Windows Settings. Some Windows 11 installations allow direct removal, while others may not display the uninstall option.

Go to Start > Settings > Apps > Installed Apps. Once the Installed Apps page opens, look for the search box near the top of the screen and type Get Help.

When the application appears in the results, click the three dot menu next to it. If you see an Uninstall option, select it and follow the on-screen instructions to complete the removal process.

After the uninstall finishes, restart your computer. This method is quick and requires no advanced technical knowledge. If the uninstall option is unavailable, continue to the next step.

Step 2: Remove Get Help Using Windows PowerShell

If Windows does not allow you to uninstall the application through Settings, PowerShell provides another way to remove it.

Go to Start > type PowerShell in the search bar > right click Windows PowerShell > select Run as administrator.

When the administrator window opens, enter the following command:

Get-AppxPackage *GetHelp* | Remove-AppxPackage

Press Enter and wait for the command to complete.

This command searches for the Get Help package installed on your user account and removes it. Once the process finishes, close PowerShell and restart your PC.

After restarting, search for Get Help from the Start menu. If the application no longer appears, the removal was successful.

Step 3: Remove Get Help for All User Accounts

In environments where multiple users share the same computer, removing the application from one account may not be enough.

Go to Start > search for PowerShell > select Run as administrator.

Type the following command:

Get-AppxPackage -AllUsers *GetHelp* | Remove-AppxPackage

Press Enter and allow Windows to process the command.

This method removes the application from all existing user profiles on the computer. It is particularly useful for shared family PCs, school computers, and office systems.

Once the command finishes, restart the system and verify that the application is no longer available across user accounts.

Step 4: Prevent Automatic Reinstallation Through Microsoft Store

Sometimes Windows updates or Microsoft Store synchronization can restore removed applications. To reduce the chances of Get Help returning automatically, you can adjust Store settings.

Go to Start > Microsoft Store > click your profile picture > select Settings.

Locate the option called App Updates and review your current configuration. If you prefer greater control over installed applications, you can disable automatic updates.

Keep in mind that disabling automatic updates may prevent other applications from receiving important security fixes. Therefore, many users prefer to leave updates enabled and simply monitor whether Get Help reappears after major Windows updates.

If the app returns later, you can repeat the PowerShell removal process.

Step 5: Disable Access Through Group Policy Editor

Users running Windows 11 Pro, Enterprise, or Education editions can use the Local Group Policy Editor to restrict access to support-related applications.

Go to Start > type gpedit.msc > press Enter.

When the Local Group Policy Editor opens, navigate to:

Computer Configuration > Administrative Templates > System

Review available policies related to application access and support experiences. Depending on your Windows version, you may find policies that limit troubleshooting tools or Microsoft support features.

After making the desired changes, click Apply, then OK.

Restart your computer to ensure the policy takes effect.

This method is particularly useful in managed business environments where administrators want to limit access to built-in support utilities.

Step 6: Verify That Get Help Is Disabled

After completing one or more of the methods above, confirm that the application has been successfully disabled.

Go to Start and search for Get Help. If no results appear, the app has been removed successfully.

You can also press F1 within certain applications to check whether Windows attempts to launch the Get Help experience. If nothing opens or Windows displays a different response, the application is no longer active.

Verifying the results helps ensure that the chosen method worked correctly and that no additional steps are required.

FAQs

Is it safe to disable Get Help in Windows 11?

Yes. Disabling or removing Get Help does not affect core Windows functionality. It only removes Microsoft’s support application from your device.

Can I reinstall Get Help later?

Yes. You can reinstall the application at any time through the Microsoft Store by searching for “Get Help” and selecting “Install”.

Why does Get Help open when I press F1?

Many Windows applications associate the F1 key with help functions. If Get Help is installed, Windows may use it as the default support application.

Will Windows updates reinstall Get Help?

In some cases, major feature updates or system refreshes may restore Microsoft Store apps that were previously removed.

Does disabling Get Help improve performance?

The performance impact is generally very small. However, removing unused applications can help reduce clutter and background activity.

Can Windows 11 Home users use Group Policy Editor?

No. The Local Group Policy Editor is not included with Windows 11 Home by default. Home users should use Settings or PowerShell instead.

Leave a Reply

Your email address will not be published. Required fields are marked *