Telemetry in Windows sends diagnostic and usage data to Microsoft to improve reliability, driver compatibility, and update quality. Reducing telemetry tightens privacy controls, helps meet organizational compliance requirements, and makes outbound diagnostics traffic easier to document and audit.
Diagnostic data collection is controlled by Diagnostics & feedback settings and can be enforced via policy on supported editions. Policy-based configuration writes telemetry level settings under the /Policies/ branch and can override the Settings UI when a device is managed locally, by domain policy, or by MDM.
Telemetry cannot be fully disabled on most consumer editions, and some diagnostic traffic remains required for security and servicing. Settings may appear locked with “managed by your organization” messaging when a policy is applied, and incorrect Registry edits can cause system instability.
Related: How to disable personalized ads in Windows
Related: How to disable web results in Windows Search
Methods to disable or limit Windows telemetry:
The Settings app controls optional diagnostic data, tailored experiences, and feedback prompts on Windows 11, and it is the safest way to reduce telemetry on unmanaged devices.
Win+I opens Settings directly.
Required diagnostic data cannot be disabled on most editions.
This clears locally stored diagnostic data associated with the device.
The Local Group Policy Editor is available on Windows Pro, Enterprise, and Education editions and can enforce the lowest telemetry level supported by the installed edition.
0 - Security is typically honored only on Enterprise and Education.
C:\> gpupdate /force Updating policy... Computer Policy update has completed successfully. User Policy update has completed successfully.
C:\> reg query HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection /v AllowTelemetry
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DataCollection
AllowTelemetry REG_DWORD 0x1
Editing the policy registry key applies the same telemetry level control used by Group Policy and is useful when the Local Group Policy Editor is unavailable.
Incorrect changes in the Registry can break applications or prevent normal startup.
1 is commonly the minimum honored on Home and Pro, while 0 is reserved for Enterprise and Education.
C:\> reg query HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection /v AllowTelemetry
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DataCollection
AllowTelemetry REG_DWORD 0x1