Windows 11 utilizes a background telemetry mechanism known as App Launch Tracking to monitor which applications you open, how often you use them, and the duration of each session. Microsoft uses this aggregated data to populate the “Most used” list in the Start menu, optimize search results, and subtly tailor the operating system’s behavior. In corporate environments, strict privacy compliance frameworks, or on shared kiosk machines, permitting the OS to log and analyze a user’s exact application usage patterns is a violation of data minimization principles.
This guide explains how to completely disable App Launch Tracking system-wide using the Group Policy Editor in Windows 11, ensuring the OS is legally blind to which programs a user is launching.
Disable App Launch Tracking via Group Policy
To enforce a strict block that disables the application usage telemetry and prevents users from turning it back on via the Privacy settings, we must deploy an administrative template. Note that this requires Windows 11 Pro, Enterprise, or Education editions.
- Log into Windows 11 with an Administrator account.
- Press the Windows Key + R to open the Run dialogue box.
- Type
gpedit.mscand press Enter to launch the Local Group Policy Editor. - In the left-hand navigation pane, strictly follow this exact path:
Computer Configuration > Administrative Templates > Windows Components > App Privacy - In the right-hand pane, locate the policy named Let Windows apps access app launch tracking.
- Double-click the policy to open its configuration window.
- Select the radio button next to Enabled.
- In the “Options” panel below, locate the “Default for all apps” dropdown menu and change it to Force Deny.
- Click Apply, then click OK.
Verify the Configuration Lockdown
To enforce the change immediately across the system without requiring a full reboot, open an elevated Command Prompt and execute gpupdate /force.
To verify the restriction is active, navigate to Settings > Privacy & security > General. The toggle switch for “Let Windows improve Start and search results by tracking app launches” will be forced to the Off position and greyed out, preventing any interaction. A message stating “Some of these settings are managed by your organization” will be displayed at the top of the window. The operating system will immediately cease logging application executions, and dynamic UI elements like the “Most used” apps list will eventually clear out.