How to Manage App Launch Tracking in Windows 11
Windows 11 tracks which apps you open to help personalize your Start menu. Over time, it learns your habits and puts your most-used apps at the top of your lists.
Why do this? You might want to see your favorite tools instantly without searching for them.
What happens when done? Your Start menu will either highlight your most-used apps or keep a static list, depending on your choice.
Using the Settings App
This is the easiest way to change your settings.
- Open the Windows Settings app Settings app.
- Select Privacy and security on the left.
- Click the General tile on the right.

- Find the setting labeled “Let Windows improve Start and search results by tracking app launches.”
- Toggle the switch to On or Off based on your preference.

Using the Local Group Policy Editor
Note: This method requires admin privileges.
- Press the Windows key, type
gpedit.msc, and hit Enter. - Go to: User Configuration > Administrative Templates > Windows Components > Edge UI.
- Double-click Turn off tracking of app usage.

- Choose Enabled to stop tracking, or Disabled to let Windows track your apps.
- Click OK and restart your computer.

Using the Windows Registry Editor
Note: This method requires admin privileges. Be careful, as changing the registry can affect your system.
- Open the Windows Registry editor Registry Editor by searching for
regeditin the Start menu. - Navigate to this path:
Computer\HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\EdgeUI - If you do not see
EdgeUI, right-click theWindowsfolder, select New > Key, and name itEdgeUI. - Right-click in the empty space on the right, select New > DWORD (32-bit) Value, and name it
DisableMFUTracking. - Double-click
DisableMFUTrackingand set the value to1to stop tracking.

To turn tracking back on, delete the DisableMFUTracking item or set its value to 0. Restart your PC to finish.
Summary
Windows 11 tracks your app usage to make your Start menu more helpful. You can easily turn this feature on or off through the Settings menu for convenience, or use the Group Policy Editor and Registry Editor for more advanced control. Changing these settings helps you balance system personalization with your personal privacy preferences.
Was this guide helpful?
Leave a Reply