Disable Windows Telemetry Using Regedit Policies
This guide explains how to disable Windows diagnostic data collection and telemetry using the Windows Registry Editor (Regedit). By configuring specific policy keys, you can restrict Microsoft from collecting system and usage data, enhancing user privacy and reducing background network activity.
Step 1: Open the Registry Editor
- Press
Windows Key + Rto open the Run dialog box. - Type
regeditand pressEnter. - Click Yes if prompted by User Account Control (UAC).
Step 2: Navigate to the DataCollection Policy Key
In the address bar at the top of the Registry Editor, paste the
following path and press Enter:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DataCollection
Step 3: Create and Configure the AllowTelemetry Value
- Right-click on an empty area inside the right pane of the DataCollection folder.
- Select New > DWORD (32-bit) Value.
- Name the new value
AllowTelemetryand pressEnter. - Double-click
AllowTelemetryto edit it. - In the Value data field:
- Set it to
0to disable telemetry entirely (available on Windows Enterprise and Education editions; sets telemetry to the lowest possible level on Windows Pro and Home).
- Set it to
- Set the Base to Hexadecimal and click OK.
Step 4: Disable the Connected User Experiences Service (Optional but Recommended)
To ensure all telemetry services stop transmitting data, disable the background service via Registry:
- Navigate to the following path in the Registry Editor:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DiagTrack - In the right pane, double-click the Start DWORD value.
- Change the Value data to
4(Disabled). - Click OK.
Step 5: Restart Your Computer
Close the Registry Editor and restart your system to apply the new policy settings and stop telemetry collection.