Step-by-Step Guide to Disabling Telemetry on Windows
Telemetry in Windows is used to collect diagnostic data that helps Microsoft improve their products. If you want to disable telemetry to enhance privacy or performance, follow this guide. Note that completely disabling telemetry is only available for Enterprise and Education editions. However, you’ll be able to reduce it significantly on other editions.
Step 1: Open Settings
- Press
Win + I
to open the Settings app.
Step 2: Navigate to Privacy Settings
- Click on Privacy.
Step 3: Adjust Diagnostic Data
- In the left sidebar, select Diagnostics & feedback.
- Under Diagnostic data, choose Required diagnostic data. This minimizes the data sent to Microsoft but doesn’t fully disable it.
Step 4: Disable Feedback Frequency
- Still under Diagnostics & feedback, scroll to Feedback frequency.
- Change this setting to Never.
Step 5: Disable Connected User Experiences and Telemetry Service
- Press
Win + R
, typeservices.msc
, and press Enter. - Scroll down to find Connected User Experiences and Telemetry.
- Right-click it, select Properties, then change the Startup type to Disabled.
- Click Stop if the service is running, then click OK to apply the changes.
Step 6: Edit Group Policy (For Pro and Enterprise Users)
- Press
Win + R
, typegpedit.msc
, and press Enter to open the Group Policy Editor. - Navigate to Computer Configuration > Administrative Templates > Windows Components > Data Collection and Preview Builds.
- Double-click on Allow Telemetry.
- Set it to Disabled or Enabled with the level set to 0 – Security (only available for Enterprise).
Step 7: Use Registry Editor (Alternative Method)
- Press
Win + R
, typeregedit
, and press Enter to open the Registry Editor. - Navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DataCollection
. - If the
DataCollection
key doesn’t exist, create it. - Within
DataCollection
, create a new DWORD (32-bit) Value namedAllowTelemetry
. - Double-click
AllowTelemetry
and set its value to0
.
Step 8: Reboot Your Computer
- Restart your computer to apply all changes.
Note:
- Reducing or disabling telemetry might limit some of the features or updates.
- Some options may not be available on all editions of Windows.
- Always back up your data and registry before making significant changes.
This guide should help you disable or reduce telemetry on your Windows device, enhancing both your privacy and system performance.