Windows 11: How to review and harden system telemetry

  • Windows 11 telemetry collects usage and diagnostic data that impacts privacy and performance.
  • Services, scheduled tasks, Registry, and group policies allow for advanced limitation of data collection.
  • The Settings app offers key switches to reduce personalized ads and activity history.
  • “Debloat” scripts should be used with caution, always checking what they actually change in the system.

How does telemetry work in Windows 11?

Windows 11 comes loaded with cloud-connected features and system telemetry mechanisms that send data to Microsoft constantly. Some of this information is used to improve system stability, detect errors, or strengthen security, but much of it is used for usage analytics, personalized experiences, and even advertising. If you're concerned about privacy or want to get the most out of your PC, it makes sense to review all of this carefully and keep only what's absolutely necessary.

In addition, many gamers and advanced users look for a system that is as clean as possible, without unnecessary background processes. Reducing telemetry and disabling associated services can help gain some performance.Especially on modest or heavily software-laden computers. However, it's best to proceed with caution, without blindly trusting any magic script you find online, and knowing exactly what you're doing at each step.

What is telemetry in Windows 11 and why is it used?

When we talk about telemetry in Windows 11, we are referring to automatic collection of operating system usage and diagnostic dataThis data comes from Microsoft applications and even some third-party services. It is temporarily stored and sent to Microsoft servers for various purposes: error detection, compatibility statistics, performance analysis, personalization of suggestions or content, etc.

In theory, the main objective is for the system be more stable, safe and comfortable to use: detect recurring faults, improve drivers, optimize energy consumptionThis includes adjusting Windows Defender or even identifying rarely used features. The problem is that much of this information describes how you use your computer, what applications you run, how you browse the internet, and what settings you prefer, which many users find excessive.

One sensitive issue is telemetry in Windows 11 It is not limited to correcting critical errorsIt is also used for personalized experiences, app recommendations, more “relevant” ads or suggestions within the Settings app and other parts of the system. This involves a continuous flow of data which, in addition to privacy concerns, impacts performance, because some services and scheduled tasks are always running in the background.

In fact, Microsoft also collects diagnostic data for Troubleshoot common problems and keep Windows 11 up-to-date and secureIt's not inherently bad, but if you prioritize privacy, manage a corporate environment, or simply want to minimize unnecessary communication, you can reduce this level of data collection using the tools the system itself provides.

Essential performance adjustments after installing Windows 11
Related article:
Things you should do after installing Windows 11 to make the system look "Nikelao"

Diagnostic and telemetry data levels in Windows 11

Windows classifies diagnostic data into four levels that determine the quantity and type of information sentAlthough the Windows 11 interface no longer uses those exact old names in some sections, internal policies and documentation still refer to them:

  • 0 - SecurityOnly the minimum information necessary to protect Windows, Windows Server, and System Center is sent. This includes data about the configuration of the User Experience component and associated telemetry, the Malicious Software Removal Tool, and Windows Defender.
  • 1 – Required (Basic): adds basic device data, information on application quality and compatibility, as well as security level data.
  • 2 – Improved: incorporates additional information on how Windows, Windows Server, System Center and other apps are used, advanced reliability data and everything from the lower levels.
  • 3 – Optional (Complete): includes all the data that Microsoft considers necessary to identify and help resolve problems, adding to the required and enhanced security levels.

Through group policies and certain registry keys, it is possible restrict the maximum level of telemetry allowed in the systemIf a policy sets the level to Security or Basic, the end user will not be able to manually raise it to a higher level from the Settings app. This allows system administrators and advanced users to have greater control over what the device actually sends.

Impact of telemetry on performance and privacy in Windows 11

Telemetry is run on several system services, scheduled tasks, and configuration components that work both in the foreground and, especially, in the background. This background work can periodically consume CPU, RAM, disk, and network resources, and in certain systems or situations, this can be noticeable as slight performance drops, fans turning on for no apparent reason, or a somewhat more saturated network.

Regarding privacy, one of the most sensitive aspects is that Browsing and usage data is collected and sent not only to Microsoftbut also, in certain contexts, to browsing and usage data to third-party services or providers. Based on your habits and preferences, this data is used to offer recommendations, products, apps, or content related to your interests. Although the information is processed in aggregate and with security measures, it is still a transfer of data that many people find unwelcome.

It should be noted that Disabling much of the telemetry may slightly limit Microsoft's ability to detect errors and threats.especially regarding statistics on rare crashes or compatibility issues. Even so, if you keep Windows 11 updated, use a good antivirus, and don't disable critical security components, it's usually a reasonable decision to improve privacy and, to a lesser extent, performance.

Disable telemetry services from Windows Services

How does telemetry work in Windows 11?

One of the most direct ways to reduce telemetry in Windows 11 is disabling the services most directly involved in the collection and transmission of dataThis does not eliminate all traces of telemetry, but it does significantly reduce background activity.

To open the Services console, you can use the search box in the Start menu, type “services.msc” and run itOnce inside, you'll find an extensive list of services. Two are of particular interest to us in this context:

  • User experiences and associated telemetry (DiagTrack): It is responsible for managing the collection and transmission of usage and diagnostic information, both from the system and the applications, depending on what you have enabled in Settings.
  • Wireless Application Protocol (WAP) Push Message Routing Service – dmwappushserviceIt redirects WAP push messages received by the PC and synchronizes them with device management sessions. It is also often associated with telemetry and notification components.

By opening the properties of the associated user experience and telemetry service, you can Stop it with the “Stop” button and change its startup type to “Disabled”This prevents it from automatically restarting with the system. It's recommended to apply the change to only one computer first and verify that it doesn't cause problems with your usual applications.

Something similar happens with the WAP service: when you enter its properties you can Adjust the startup type to "Disabled" and apply the changesIf in the future any business or device management application requires this service, you can always switch back to "Manual" or "Automatic". On home computers designed for gaming or personal use, you probably won't miss it.

Control telemetry from the Windows Registry

If you want finer control and, above all, to apply the same settings to multiple devices, The Windows Registry allows you to set the telemetry level through a specific key.However, before modifying the Registry, it is highly recommended to create a restore point or a backup, because an incorrect change can cause serious problems for the system.

To open the Registry Editor, go to the Start menu, search Type “regedit” and run it with administrator privilegesOnce open, navigate to the following route:

HKEY_LOCAL_MACHINE \ SOFTWARE \ Policies \ Microsoft \ Windows \ DataCollection

Within that key, if it doesn't exist, you can create a new DWORD (32-bit) value called “AllowTelemetry”Right-click in the right panel, choose "New," then "DWORD (32-bit) Value," and type that exact name. Next, double-click on it and set its value to "0." This value of 0 corresponds to the Security level, which is the minimum amount of telemetry data allowed.

Since it is a low key HKEY_LOCAL_MACHINE, changes do not take effect until you restart your computer.Once restarted, you can check the system's behavior. If everything is working correctly, you can export that registry key to a .reg file and reuse it on other computers to automatically create the AllowTelemetry value with 0, allowing you to automate the configuration across multiple machines.

Reduce telemetry using the Group Policy Editor (gpedit.msc)

In the Pro and Enterprise editions of Windows 11, you can go a step further by using the Local Group Policy Editor (gpedit.msc), which offers a more convenient interface for managing many advanced options, including data collection and preview versions.

To open it, type Type “gpedit.msc” in the Start menu search box and run itNext, navigate through the tree on the left following this path:

Computer Configuration → Administrative Templates → Windows Components → Data collection and preliminary compilations

Inside you'll find several policies related to telemetry. One of the most important is “Enable telemetry” (or “Configure User Experiences and associated telemetry” in some translations)By double-clicking it, you can set it to "Disabled". This limits the telemetry level to the lowest possible setting, internally equivalent to setting AllowTelemetry to 0 or 1 depending on the Windows edition and version.

The policy description itself explains that when configuring it Users are prevented from choosing higher collection levels. from the Settings app, and that the restriction applies to the operating system and the apps included with Windows, but not to third-party apps that you may install.

In addition to that main policy, there's a whole set of additional settings in the same section that are worth reviewing. To strengthen telemetry, it's common practice to leave the "Data Collection and Preliminary Compilations" directives in a state similar to this:

Steam Windows 10
Related article:
Windows 11 is running slow: real causes and solutions that actually work
  • Toggle user control over Insider builds: disabled.
  • Allow channeling of commercial data: disabled.
  • Enable desktop analytics processing: disabled.
  • Allow the device name to be sent along with Windows diagnostic data: disabled.
  • Enable cloud processing of WUfB (Windows Update for Business): disabled.
  • Configure the business ID: disabled.
  • Configure the diagnostic data upload connection point for Desktop Analysis: disabled.
  • Disable OneSettings downloads: enabled.
  • Enable OneSettings auditing: disabled.
  • Configure associated telemetry user experiences: disabled.
  • Stop showing comment notifications: enabled.
  • Configure exploitation data collection for Desktop Analytics: disabled.

Since these directives hang from the branch of Equipment setupYou need to restart Windows for these changes to take effect. This approach is especially useful in business environments, where you want to enforce a consistent configuration across all computers in the domain.

Disable telemetry tasks in the Task Scheduler

Another piece of the telemetry puzzle in Windows 11 is the scheduled tasks that are run periodically to collect and send dataSome tasks launch when you log in, others at specific time intervals. If you want to tighten the controls even further, you can disable these tasks from the Task Scheduler.

To open it, use the search bar in the Start menu, type “Task Scheduler” and open itIn the left panel, navigate to:

Task Scheduler Library → Microsoft → Windows → Application Experience

In that folder you'll see several tasks related to app experience and system improvement. You can right-click on each of them and Select “Disable” to prevent them from running automatically again.The task status will change and will be clearly marked as disabled.

Next, it's a good idea to also check the folder:

Microsoft → Windows → Customer Experience Improvement Program

This section groups together the tasks related to Customer Experience Improvement ProgramAnother nice name for grouping many telemetry activities. Similarly, right-click on the tasks and mark them as disabled. This will further reduce traffic and activity related to data transmission.

Adjust telemetry from the Settings app

Although the methods described above are more in-depth, there are many things you can control simply from the Windows 11 Settings app itselfwithout touching the Registry or policies. This is where several switches that influence activity history, diagnostics, and personalized ads are concentrated.

First open Home → Settings and go to the “Privacy and security” section. Inside you will see several relevant sections:

  • Comments and diagnosesHere you can turn off the "Send optional diagnostic data" switch to limit yourself to the required diagnostic data. This stops sending Microsoft additional information about how you use apps and system features, which is used for more complete experiences but also consumes resources.
  • Activity historyWithin this section, you'll find the "Store my activity history on this device" checkbox. You can uncheck it to prevent Windows from keeping a local record of your activities, which can then be used to resume tasks or for telemetry purposes. You can also clear the existing history.
  • General (additional privacy options)Here you'll see several toggles related to the advertising identifier, relevant app-based content, app launch tracking, and suggested content in the Settings app. The most sensible thing to do to strengthen telemetry is turn off all these switches.

Each of these adjustments It doesn't completely disable telemetry, but it does cut a good portion of advertising profiling. and personalization based on your usage. Combined with changes to services, the Registry, policies, and scheduled tasks, you get a Windows 11 that's significantly less data-intensive.

Using "debloat" scripts to debloat Windows 11?

It's very common to find people on forums and social networks looking for a Magic script that removes all telemetry and deflates Windows In just a couple of clicks, you can leave it "just for playing with maximum performance." Some tools, such as certain community scripts or "debloat" projects, promise to remove pre-installed apps, services, tasks, and anything that smacks of tracking.

The problem is that many of those scripts They are too aggressive, they damage critical components and leave the system unstable...with features that stop working, problems with updates, or strange errors that appear weeks later. Furthermore, blindly trusting a script you haven't reviewed yourself means giving it permission to make deep changes to your system without really knowing what it does.

Even if an AI or tool recommends using a certain popular script, the wisest course of action is Read their code, review the list of changes they've applied, and test it first on a test machine. or a virtual environment. In many cases, you'll achieve virtually the same result by following the manual steps we've outlined: disabling services, tasks, policies, and privacy options, without relying on opaque solutions.

If you still decide to use scripts like the well-known "debloat" scripts for Windows 10/11, make sure they are active projects, with a good reputation and clear documentationAnd of course, make a backup or system image beforehand, so that if something goes wrong you can restore the previous state without any problems.

Telemetry information in web consoles and management environments

In corporate environments, another type of telemetry also comes into play, linked to web administration consoles, monitoring systems, and management toolsIn these cases, data such as the console version, the configured authorization mode, whether SSL is enabled, the number of maintenance plans, or the number of active alerts, among others, are collected.

This type of telemetry typically includes metrics such as click count across different views (alerts, performance, status)Time spent on certain screens, total number of items displayed, use of overrides, configuration of notification channels and subscriptions, type of channels used, device discovery enabled or not, discovery of the entire domain or specific organizational units, and whether daily status reports are enabled.

In this context, rather than focusing on the performance of the home team, the focus is on optimize the administration experience and the effectiveness of the toolTelemetry helps to understand which views are being used, which settings are frequently changed, and where administrators are getting stuck. However, in organizations that are highly sensitive to privacy or regulatory compliance, it's also common practice to review these options, disable unnecessary telemetry notifications, or limit the amount of data sent to the management tool vendor.

Ultimately, the pattern repeats itself both on the desktop and in advanced web consoles: Usage is monitored to improve products and services, but that involves a constant flow of data.How much you allow and with what level of detail depends on your priorities between convenience, security, support, and privacy.

Create portable private profiles on Windows with O&O ShutUp10++
Related article:
Create portable private profiles on Windows with O&O ShutUp10++

With all these adjustments well combined—services disabled, registry keys tweaked, restrictive group policies, scheduled tasks disabled, and privacy options fine-tuned—a fairly reasonable balance can be achieved in Windows 11: a lighter system, with fewer active telemetry processes and less exposure of personal datawithout losing updates or essential features that keep it secure and functional day after day. Share this information so that other users know about the topic.