Windows

How to disable intrusive and excessive data collection on Windows

Microsoft collects a large amount of user data through Windows telemetry. This guide explains how to disable that collection from the Windows registry.

· 2 min read · level: beginner

Microsoft is known for the excessive collection of user data through its telemetry program, which gathers information about the use of the Windows operating system and sends it to Microsoft. Some people have voiced concern about the intrusive nature of this data collection.

Illustration 1 — Comment désactiver la collecte de données intrusive et excessive sur Windows

The following steps show how to disable telemetry from the registry :

Illustration 2 — Comment désactiver la collecte de données intrusive et excessive sur Windows

1. Press the "Windows + R" keys to open the "Run" dialog box.

Illustration 3 — Comment désactiver la collecte de données intrusive et excessive sur Windows

2. Type "regedit" and press Enter to open the Registry Editor.

Illustration 4 — Comment désactiver la collecte de données intrusive et excessive sur Windows

3. Go to the following key: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DataCollection

4. If the "DataCollection" key does not exist, create it by right-clicking on "Windows", then selecting "New" and "Key". Name the key "DataCollection".

Illustration 5 — Comment désactiver la collecte de données intrusive et excessive sur Windows

5. In the "DataCollection" key, create a new 32-bit DWORD value named "AllowTelemetry" if it does not already exist.

Illustration 6 — Comment désactiver la collecte de données intrusive et excessive sur Windows

Double-click on "AllowTelemetry" and set its value to 0 to disable telemetry completely.

If you simply want to reduce the amount of data collected, you can set the value to a number between 1 and 3, depending on the level you want.

Note that disabling telemetry may have a slight impact on the quality and reliability of the operating system. Updates and fixes may be less effective.