Windows 10 and 11 collect diagnostic and usage data and send it to Microsoft. You can’t completely eliminate this on the Home edition, but you can significantly reduce it. Here’s what’s available and how to configure it.
What Windows telemetry collects
At the Basic/Required level, Windows collects:
- Device and hardware information
- Application reliability data (crash reports)
- Windows Update performance data
At the Full/Optional level, it additionally collects:
- Browsing history (in Edge)
- App usage patterns
- Typed text samples for improving autocomplete
- Error details with more context
Microsoft uses this data for improving Windows, diagnosing widespread issues, and targeting features. On Home editions, the minimum level is “Required” – you can’t fully opt out.
Method 1: Settings (simplest)
Settings > Privacy & security > Diagnostics & feedback:
- Set “Diagnostic data” to Required diagnostic data (minimum level)
- Turn off “Improve inking and typing” – this sends typed text samples
- Turn off “Tailored experiences” – uses diagnostic data for personalized tips/ads
- Turn off “View diagnostic data” is just a viewer; leaving it on or off doesn’t affect collection
Method 2: Group Policy (Windows 10 Pro/Enterprise)
Press Win+R > gpedit.msc > Computer Configuration > Administrative Templates > Windows Components > Data Collection and Preview Builds > “Allow Diagnostic Data” > set to Enabled, then choose level 1 (Required) from the dropdown.
This is more persistent than the Settings toggle and survives some Windows updates that reset the Settings-level preference.
Method 3: Registry
For Home edition users without Group Policy:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DataCollection
Create DWORD AllowTelemetry and set value to 1 (Required level).
Method 4: Disable the DiagTrack service
The Connected User Experiences and Telemetry service (DiagTrack) handles telemetry transmission. Disabling it stops data being sent even if collection is configured:
services.msc > “Connected User Experiences and Telemetry” > right-click > Properties > Startup type: Disabled > Stop.
Note: Microsoft has re-enabled this service via Windows Update in the past. Check periodically if this is important to you.
What you can’t disable
Activity history (Timeline) syncing with Microsoft account, Cortana data if you use it, and some advertising ID functions are separate settings worth reviewing in Settings > Privacy.