How to Disable CEIP Tasks via Regedit
The Windows Customer Experience Improvement Program (CEIP) periodically collects and sends anonymous hardware, software, and usage telemetry to Microsoft to improve operating system performance. If you want to enhance system privacy and eliminate background telemetry tasks, you can completely turn off CEIP using the Windows Registry Editor. This guide walks you through the exact registry keys and values needed to deactivate all CEIP-related tasks.
Step 1: Open the Windows Registry Editor
- Press
Windows Key + Rto open the Run dialog box. - Type
regeditand pressEnter. - Click Yes when prompted by User Account Control (UAC).
Step 2: Disable CEIP Policy via SQMClient
In the Registry Editor address bar, navigate to the following path:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\SQMClient\WindowsNote: If the
SQMClientorWindowskeys do not exist, right-click on the parent key, select New > Key, and name them accordingly.Right-click inside the right pane and select New > DWORD (32-bit) Value.
Name the new value
CEIPEnable.Double-click
CEIPEnable, ensure its Value data is set to0, and click OK.
Step 3: Disable CEIP Machine-Wide Settings
Navigate to the main machine configuration path:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SQMClient\WindowsLook for the
CEIPEnableDWORD value in the right pane.- If it does not exist, right-click the empty space, select
New > DWORD (32-bit) Value, and name it
CEIPEnable.
- If it does not exist, right-click the empty space, select
New > DWORD (32-bit) Value, and name it
Double-click
CEIPEnable, set its Value data to0, and click OK.
Step 4: Disable Telemetry Data Collection
To ensure all secondary CEIP and diagnostic tracking tasks are halted, adjust the system data collection policy:
Navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DataCollectionRight-click the right pane and choose New > DWORD (32-bit) Value.
Name the value
AllowTelemetry.Double-click
AllowTelemetry, set the Value data to0(Security/Disabled), and click OK.
Step 5: Restart the Computer
Close the Registry Editor and restart your computer to apply the changes. Once the system reboots, all background CEIP reporting tasks and associated telemetry processes will be permanently disabled.