You may notice the Diagnostic Data Viewer or the Feedback Hub shows a spike in activity on the second Tuesday of each month. This spike often coincides with Patch Tuesday updates being downloaded and installed. The cause is a surge in telemetry data that Windows 11 sends back to Microsoft after applying cumulative updates.
Telemetry includes system health checks, driver compatibility reports, and update success or failure logs. These data points help Microsoft improve update quality for the entire Windows ecosystem. However, the sudden increase in diagnostic traffic can confuse users who monitor their system activity closely.
This article explains the technical reason behind the telemetry spike, what data is sent, and how to verify that the spike is normal behavior. It also covers how to manage diagnostic data collection levels if you want to reduce the volume.
Key Takeaways: Understanding Patch Tuesday Telemetry Spikes
- Settings > Privacy & security > Diagnostics & feedback > Diagnostic data: Controls the amount of telemetry sent, from Required to Optional.
- Diagnostic Data Viewer: A free app from the Microsoft Store that shows real-time diagnostic events and their frequency.
- Event Viewer > Applications and Services Logs > Microsoft > Windows > Diagnostic-DPS: Logs telemetry upload events with timestamps and payload sizes.
Why Patch Tuesday Triggers a Diagnostic Hub Spike
Patch Tuesday is the second Tuesday of each month when Microsoft releases cumulative security and quality updates for Windows 11. After the update is installed, Windows 11 runs a series of post-update health checks. These checks collect data on driver stability, application compatibility, system configuration changes, and update success status.
The diagnostic hub spike happens because the operating system sends this health data back to Microsoft as telemetry. The volume is significantly higher than on non-update days because the update triggers many new diagnostic events at once. For example, the Diagnostic-DPS provider logs events for each component that is verified after the reboot.
The Role of Windows Diagnostic Data
Windows 11 has two diagnostic data levels: Required and Optional. Required diagnostic data includes basic device information, quality updates, and security data. Optional diagnostic data includes detailed usage patterns, browsing history, and error reporting. After Patch Tuesday, the system sends more Required data than usual because it reports on the update outcome for each hardware and software component.
How the Diagnostic Hub Reflects the Spike
The Diagnostic Data Viewer app shows a timeline of events. On Patch Tuesday, you will see a cluster of events within a short time window, typically 15 to 60 minutes after the update reboot. The event names include “UpdateComplianceCheck,” “DriverHealthReport,” and “SystemStabilityCheck.” These are not signs of a problem. They are standard telemetry events that Microsoft uses to measure update quality.
Steps to Verify That the Spike Is Normal
- Open the Diagnostic Data Viewer app
Go to Settings > Privacy & security > Diagnostics & feedback. Under Diagnostic data, select Turn on Diagnostic data viewer. Then click Open Diagnostic Data Viewer. If you do not have the app, install it from the Microsoft Store. - Filter by date to Patch Tuesday
In the Diagnostic Data Viewer, click the filter icon. Set the date range to the Patch Tuesday date. Look for a cluster of events with category names like “Device Connectivity and Configuration” or “Product and Service Performance.” The count should be higher than on a typical day. - Check the event details for update-related names
Click any event in the cluster. Look for event names containing “Update,” “Patch,” or “Compliance.” For example, “Microsoft.Windows.Update.DataProvider” events confirm the spike is update-related. - Compare with Event Viewer logs
Open Event Viewer. Navigate to Applications and Services Logs > Microsoft > Windows > Diagnostic-DPS > Operational. Look for Event ID 1000, which logs telemetry uploads. The timestamp and payload size will show a spike on Patch Tuesday. - Measure the duration of the spike
In the Diagnostic Data Viewer, note the start and end times of the event cluster. Normal spikes last under two hours. If the spike continues for more than 24 hours, there may be a stuck telemetry queue that requires a system restart.
Common Misconceptions About Diagnostic Hub Spikes
“The spike means malware is sending data”
This is the most common concern. Malware typically sends data at random intervals, not on a predictable monthly schedule. A spike that occurs exactly on Patch Tuesday and contains only Microsoft-signed event sources is a strong indicator of legitimate telemetry. You can verify the event source in the Diagnostic Data Viewer by checking the “Provider” field. Legitimate events come from “Microsoft-Windows-Diagnosis-DPS” or “Microsoft-Windows-Kernel-Power.”
“Turning off telemetry will stop the spike”
Setting the diagnostic data level to Required reduces the volume but does not eliminate the spike. Windows 11 still sends update compliance data even at the Required level. To stop all telemetry, you would need to disconnect the device from the internet, which is not practical for most users. The spike is a normal part of the update verification process.
“The spike slows down my computer”
Telemetry uploads use minimal CPU and network resources. The data is sent in small packets over several minutes. You will not notice a performance impact unless you have a very slow internet connection. If the system feels slow after Patch Tuesday, the cause is more likely the update installation itself, not the telemetry.
Patch Tuesday Telemetry Spike vs Normal Diagnostic Activity
| Item | Patch Tuesday Telemetry Spike | Normal Diagnostic Activity |
|---|---|---|
| Frequency | Once per month on the second Tuesday | Daily or hourly depending on settings |
| Event volume | 50 to 200 events within two hours | 5 to 20 events per hour |
| Event categories | Update compliance, driver health, system stability | Device configuration, network connectivity |
| Payload size | 1 MB to 5 MB total | Less than 500 KB per day |
| Impact on system performance | Minimal | Negligible |
If you want to reduce the volume of telemetry data sent after Patch Tuesday, change the diagnostic data level to Required. Go to Settings > Privacy & security > Diagnostics & feedback. Under Diagnostic data, select Required diagnostic data. This change takes effect immediately and reduces the number of events logged after the next update.
The Diagnostic Data Viewer is a reliable tool to confirm that a spike is normal. You can also use the Event Viewer to track telemetry uploads over time. If you see a spike on any day other than Patch Tuesday, investigate the event sources. A spike on a non-update day may indicate a third-party application misconfigured to send diagnostic data.
For advanced users, PowerShell commands can export telemetry logs for analysis. Run Get-WinEvent -LogName Microsoft-Windows-Diagnosis-DPS/Operational to see all telemetry events. Filter by Event ID 1000 to see uploads only. This method gives you a precise count of events per day.