Windows 11 Telemetry and Diagnostic Data Settings
Windows 11 collects various levels of diagnostic and telemetry data to monitor system stability, provide security updates, and troubleshoot errors. This article outlines the specific telemetry and diagnostic settings available in Windows 11, explaining what data each level gathers and how users and administrators can configure them via the Settings app, Group Policy, and the Windows Registry.
Standard Diagnostic Data Levels
In the Windows 11 Settings app (under Settings > Privacy & security > Diagnostics & feedback), users can choose between two main diagnostic data collection tiers:
- Required Diagnostic Data: This is the baseline setting necessary to keep the device secure, up to date, and operating properly. It collects hardware specifications, installed software, basic device info, crash/error event logs, and update status. It cannot be disabled via standard consumer settings.
- Optional Diagnostic Data: This level sends supplementary information to Microsoft. It includes detailed crash memory dumps, application and browser usage patterns, device connectivity states, and advanced troubleshooting logs.
Auxiliary Diagnostic and Privacy Toggles
Within the same settings menu, several secondary options govern related telemetry features:
- Improve inking and typing data: Toggles whether Windows sends samples of handwriting and keystroke patterns to improve Microsoft’s text recognition and auto-complete models.
- Tailored experiences: Determines whether Microsoft can use collected diagnostic data to provide personalized recommendations, ads, and product suggestions.
- View diagnostic data: Allows users to enable the Diagnostic Data Viewer, an application that displays the exact raw data packets transmitted to Microsoft.
- Delete diagnostic data: Provides a direct button to request the deletion of all diagnostic information associated with the specific device stored on Microsoft servers.
- Feedback frequency: Configures how often Windows asks for user feedback, ranging from “Automatically” to “Never.”
Advanced Enterprise Controls (Group Policy and Registry)
Organizations running Windows 11 Pro, Enterprise, or Education
editions can use the Group Policy Editor (gpedit.msc) or
Mobile Device Management (MDM) policies located at
Computer Configuration > Administrative Templates > Windows Components > Data Collection and Preview Builds
to enforce stricter controls:
- Diagnostic Data Off (Security level): Available exclusively on Enterprise, Education, and IoT editions. This setting reduces telemetry to minimal data required for Windows Defender and core activation mechanisms.
- Allow Diagnostic Data (Policy): Explicitly locks
the diagnostic tier to
0(Security/Off),1(Required), or3(Optional). - Limit Dump Collection: Restricts crash dumps to standard headers, preventing full memory dumps from being included in diagnostic payloads.
- Disable Diagnostic Data Viewer: Prevents local caching of telemetry data for user inspection.
Service-Level Configuration
For strict environment control, administrators often manage the underlying Windows services responsible for gathering and transmitting telemetry:
- Connected User Experiences and Telemetry
(
DiagTrack): The primary service that handles data collection and transmission. Disabling this service stops general telemetry communication with Microsoft servers. - Device Management Wireless Application Protocol (WAP) Push
Message Routing Service (
dmwappushservice): A secondary service involved in routing telemetry and enterprise management reports.