Windows Privacy Guide Β· 2026

How to Disable Telemetry in Windows 10 and Windows 11
Diagnostics Β· Feedback Β· Privacy

A practical, step-by-step guide to reducing Windows diagnostic data, disabling optional telemetry, limiting feedback prompts, and checking policy-based privacy settings.

⏱ 12 min read πŸͺŸ Windows 10 πŸͺŸ Windows 11 βš™οΈ Settings 🧩 Group Policy πŸ“ Registry πŸ›‘ Privacy

What Is Windows Telemetry and Diagnostic Data?

In Windows, telemetry usually means diagnostic data that the operating system collects and sends to Microsoft. This data is used for Windows reliability, compatibility, security, update quality, crash analysis, and product improvement. Microsoft now describes these settings primarily as Diagnostic data rather than only β€œtelemetry.”

The important difference is between Required diagnostic data and Optional diagnostic data. Required data is the minimum Windows uses to keep the device secure, up to date, and operating normally. Optional data can include more detailed information such as app activity, device health, enhanced error reporting, and, in Microsoft browsers, browsing-related diagnostic events depending on region, version, and settings.

ℹ️
Important terminology On most personal Windows 10 and Windows 11 PCs, the realistic goal is not β€œzero telemetry.” The practical goal is to turn off Optional diagnostic data, stop feedback prompts, disable tailored experiences or personalized offers, reduce app permissions, and remove nonessential telemetry tasks where appropriate.
Data level What it means Can you disable it?
Required Basic device, update, reliability, compatibility, and diagnostic transmission data needed for Windows operation. Usually no on Home and Pro. Enterprise and Education have stricter policy options.
Optional Additional diagnostic data, app usage events, enhanced error reports, and other details used for troubleshooting and improvement. Yes. Use Settings, Group Policy, Registry, or device management policy.
Feedback Prompts asking you to rate Windows or provide comments through feedback tools. Yes. Set feedback frequency to Never or use policy.
Tailored experiences / Personalized offers Recommendations, tips, ads, and suggestions based on diagnostic data and system usage. Yes. Use Settings or policy.

Can You Completely Disable Telemetry in Windows 10 and Windows 11?

On Windows Home and Windows Pro, you can reduce telemetry but usually cannot disable every required diagnostic event. Windows still needs some required diagnostic data for update reliability, compatibility checks, security, and basic operating system health. You can, however, turn off optional diagnostic data and many related privacy features.

On Windows Enterprise, Education, IoT Enterprise, and some managed environments, administrators have access to stricter diagnostic data controls, including the Diagnostic data off / Security level. These settings are meant for organizations and may not appear in the normal Settings interface.

βœ“ What you can reduce safely

  • Optional diagnostic data
  • Tailored experiences or personalized offers
  • Feedback notification prompts
  • Inking and typing improvement data
  • App diagnostic permissions
  • Some scheduled telemetry tasks
  • Some diagnostic services on personal PCs

βœ— What you should not break

  • Windows Update connectivity
  • Microsoft Defender security intelligence updates
  • Activation and licensing components
  • Crash reporting needed for troubleshooting
  • Corporate MDM or domain policies on work devices
  • Store licensing if you use Microsoft Store apps
⚠️
Avoid extreme blocking lists Do not blindly block Microsoft domains in the hosts file or firewall. Aggressive blocking can break Windows Update, Microsoft Store, activation, Microsoft Defender, account sign-in, OneDrive, widgets, and troubleshooting tools.

Before You Disable Telemetry: Create a Restore Point and Check Your Edition

Before changing Group Policy, Registry values, services, or scheduled tasks, check which Windows edition you are using. Some privacy controls behave differently on Windows Home, Pro, Enterprise, and Education.

Check your Windows edition

  1. Press Win + R.
  2. Type winver and press Enter.
  3. Look for the edition, such as Windows 11 Home, Windows 11 Pro, Windows 10 Enterprise, or Windows 10 Education.

Create a restore point

  1. Open Start and search for Create a restore point.
  2. Select your system drive, usually C:.
  3. Click Configure and make sure system protection is enabled.
  4. Click Create, enter a name such as Before telemetry changes, and save it.
βœ…
Recommended approach Start with Settings first. Use Group Policy or Registry only if you want a stronger system-wide setting or if the Settings switches are unavailable, greyed out, or managed by policy.

How to Disable Optional Diagnostic Data in Windows Settings

This is the safest method for most users because it uses the built-in Windows privacy interface and does not modify system services or registry policy keys.

Windows 11

Settings path

Start β†’ Settings β†’ Privacy & security β†’ Diagnostics & feedback

Recommended
Windows 10

Settings path

Start β†’ Settings β†’ Privacy β†’ Diagnostics & feedback

Recommended
Applies to

Home, Pro, Enterprise

Available on most personal devices unless privacy settings are controlled by your organization.

Safe first step

Turn off optional diagnostic data

  1. Open the Diagnostics & feedback page using the path for your Windows version.
  2. Find Diagnostic data.
  3. Turn off Send optional diagnostic data or select the Required diagnostic data option.
  4. If the setting is greyed out, check whether your PC says Some settings are managed by your organization.

Turn off related privacy switches

ℹ️
Note about deleting data Deleting diagnostic data from Settings does not stop future required diagnostic data from being sent. It also may not delete diagnostic data associated with your Microsoft account or data copied by an organization managing the device.

How to Disable Windows Telemetry Using Group Policy

Group Policy is the cleanest administrative method on Windows Pro, Enterprise, and Education. Windows Home does not include the Local Group Policy Editor by default, so Home users should use Settings or the Registry method instead.

🏠 Home Use Settings or Registry
πŸ’Ό Pro Group Policy available
🏒 Enterprise Strongest controls
πŸŽ“ Education Strongest controls

Configure the Allow diagnostic data policy

  1. Press Win + R, type gpedit.msc, and press Enter.
  2. Go to Computer Configuration β†’ Administrative Templates β†’ Windows Components β†’ Data Collection and Preview Builds.
  3. Open Allow diagnostic data. On older Windows 10 builds, the policy may be named Allow Telemetry.
  4. Set the policy to Enabled.
  5. In the options box, choose the lowest level available for your edition: Diagnostic data off / Security on supported Enterprise or Education editions, or Required diagnostic data on editions where Security is not available.
  6. Click Apply and OK.
  7. Restart the PC or run the command below in an elevated Terminal:
Command Prompt / PowerShellgpupdate /force

Limit dumps and diagnostic logs

On Windows 11 and Windows Server 2022, Microsoft also documents policies for limiting optional diagnostic dump and log collection. Check the same Group Policy folder for these policies:

⚠️
Work or school devices If the PC is joined to a domain, Microsoft Entra ID, Intune, or another MDM system, local changes may be overwritten. Do not bypass organizational policy on a managed computer.

How to Disable Telemetry with Registry Editor

The Registry method applies a local policy key. It is useful on Windows Home or when you want to script the setting. Make a restore point before editing the Registry.

Set AllowTelemetry manually

  1. Press Win + R, type regedit, and press Enter.
  2. Go to this key:
Registry pathHKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DataCollection
  1. If the DataCollection key does not exist, create it.
  2. Create or edit a DWORD (32-bit) Value named AllowTelemetry.
  3. Set it to the lowest level supported by your edition.
  4. Restart Windows.
Registry value Diagnostic data level Typical edition behavior
0 Diagnostic data off / Security Supported mainly on Enterprise, Education, IoT, and Server editions. May be treated as Required on Home or Pro.
1 Required / Basic Recommended lowest practical level for most personal Home and Pro PCs.
2 Enhanced Legacy Windows 10 level. Not used the same way on current Windows 11 releases.
3 Optional / Full Highest level. Not recommended if the goal is privacy reduction.

Apply the setting with Command Prompt

To set Windows to the lowest practical diagnostic data level for most personal PCs, run this from an elevated Command Prompt or Windows Terminal:

Command Promptreg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection" /v AllowTelemetry /t REG_DWORD /d 1 /f

On supported Enterprise or Education devices where you intentionally want the Security level, use this command instead:

Enterprise / Education onlyreg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection" /v AllowTelemetry /t REG_DWORD /d 0 /f

Disable feedback notifications with Registry

This policy stops Windows from showing feedback prompts:

Command Promptreg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection" /v DoNotShowFeedbackNotifications /t REG_DWORD /d 1 /f

Disable tailored experiences with Registry

This policy prevents Windows from using diagnostic data for tailored experiences:

Command Promptreg add "HKCU\SOFTWARE\Policies\Microsoft\Windows\CloudContent" /v DisableTailoredExperiencesWithDiagnosticData /t REG_DWORD /d 1 /f
πŸ”„
How to undo Delete the policy values you created or set the Group Policy entries back to Not Configured. Then restart Windows or run gpupdate /force.

How to Disable Windows Telemetry Services

Windows includes services related to diagnostics and connected user experiences. Disabling them can reduce telemetry activity, but it can also affect troubleshooting, reliability data, and some Windows features. Use this method only after applying Settings or policy controls.

Disable Connected User Experiences and Telemetry

  1. Press Win + R, type services.msc, and press Enter.
  2. Find Connected User Experiences and Telemetry.
  3. Double-click the service.
  4. Click Stop if the service is running.
  5. Set Startup type to Disabled.
  6. Click Apply and OK.

You can also disable the same service from an elevated Command Prompt:

Command Promptsc stop DiagTrack
sc config DiagTrack start= disabled

Optional: disable dmwappushservice on Windows 10

Some Windows 10 systems include Device Management Wireless Application Protocol Push message Routing Service, also known as dmwappushservice. If it exists on your PC and you do not use enterprise device-management features, you can disable it.

Command Promptsc stop dmwappushservice
sc config dmwappushservice start= disabled
⚠️
Service warning If you troubleshoot crashes, use Feedback Hub, rely on enterprise management, or need Microsoft support diagnostics, disabling diagnostic services can reduce the data available for troubleshooting. Keep notes so you can reverse the change later.

How to Disable Telemetry Tasks in Task Scheduler

Task Scheduler contains tasks that collect compatibility, application experience, and customer experience data. Disabling selected tasks can reduce background diagnostic activity. Do not disable random tasks outside the listed folders unless you understand what they do.

Disable tasks manually

  1. Press Win + R, type taskschd.msc, and press Enter.
  2. Open Task Scheduler Library β†’ Microsoft β†’ Windows.
  3. Check the folders listed below.
  4. Right-click a task and select Disable.
Folder Tasks to review Recommendation
Application Experience Microsoft Compatibility Appraiser, ProgramDataUpdater, StartupAppTask Disable if you do not want compatibility and app experience telemetry tasks.
Customer Experience Improvement Program Consolidator, UsbCeip Disable if present. Some builds may not include every task.
Autochk Proxy Optional. Disable only if you intentionally want to reduce related diagnostic submissions.
DiskDiagnostic Microsoft-Windows-DiskDiagnosticDataCollector Optional. Keep enabled if you want disk diagnostic reporting.

Disable common tasks with PowerShell

Run Windows Terminal as Administrator and use these commands. If a task does not exist on your build, PowerShell may show an error for that task; that is normal.

PowerShellDisable-ScheduledTask -TaskPath "\Microsoft\Windows\Application Experience\" -TaskName "Microsoft Compatibility Appraiser"
Disable-ScheduledTask -TaskPath "\Microsoft\Windows\Application Experience\" -TaskName "ProgramDataUpdater"
Disable-ScheduledTask -TaskPath "\Microsoft\Windows\Application Experience\" -TaskName "StartupAppTask"
Disable-ScheduledTask -TaskPath "\Microsoft\Windows\Customer Experience Improvement Program\" -TaskName "Consolidator"
Disable-ScheduledTask -TaskPath "\Microsoft\Windows\Customer Experience Improvement Program\" -TaskName "UsbCeip"

Re-enable tasks if needed

PowerShellEnable-ScheduledTask -TaskPath "\Microsoft\Windows\Application Experience\" -TaskName "Microsoft Compatibility Appraiser"
Enable-ScheduledTask -TaskPath "\Microsoft\Windows\Application Experience\" -TaskName "ProgramDataUpdater"
Enable-ScheduledTask -TaskPath "\Microsoft\Windows\Application Experience\" -TaskName "StartupAppTask"
Enable-ScheduledTask -TaskPath "\Microsoft\Windows\Customer Experience Improvement Program\" -TaskName "Consolidator"
Enable-ScheduledTask -TaskPath "\Microsoft\Windows\Customer Experience Improvement Program\" -TaskName "UsbCeip"

How to Check Whether Windows Telemetry Is Reduced

After changing settings, verify them instead of assuming they worked. Use Settings, Registry, Services, Task Scheduler, and the Diagnostic Data Viewer.

Check diagnostic data setting

  1. Open Diagnostics & feedback in Settings.
  2. Confirm that Optional diagnostic data is off or that Required diagnostic data is selected.
  3. If the setting is greyed out, confirm that the policy is intentional.

Check Registry policy

Command Promptreg query "HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection" /v AllowTelemetry
reg query "HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection" /v DoNotShowFeedbackNotifications

Check service status

Command Promptsc query DiagTrack
sc qc DiagTrack

Check scheduled task status

PowerShellGet-ScheduledTask -TaskPath "\Microsoft\Windows\Application Experience\" | Select-Object TaskName, State
Get-ScheduledTask -TaskPath "\Microsoft\Windows\Customer Experience Improvement Program\" | Select-Object TaskName, State

Use Diagnostic Data Viewer

Windows includes a Diagnostic Data Viewer option on the Diagnostics & feedback page. It can show diagnostic data while the viewer is running. It is useful for transparency, but it does not show a complete historical archive of everything that was ever sent.

Best practical result: Optional diagnostic data is off, feedback prompts are disabled, tailored experiences are off, diagnostic services and telemetry tasks are reviewed, and Windows Update, Microsoft Defender, activation, and Store features still work normally.

Additional Windows Privacy Settings Worth Checking

Telemetry is only one part of Windows privacy. For a cleaner setup, review app permissions and cloud-connected features as well.

πŸ“

Location

Open Settings β†’ Privacy & security β†’ Location and disable location access globally or per app.

πŸŽ™οΈ

Microphone and camera

Review which desktop and Store apps can access your camera and microphone.

πŸ–ŠοΈ

Inking and typing

Disable typing and handwriting improvement data from Diagnostics & feedback.

🧾

Activity history

Turn off activity history if you do not use Timeline-style cross-device activity features.

πŸ›οΈ

Personalized offers

Disable personalized offers, tips, ads, and recommendations where your Windows build exposes those switches.

🌐

Microsoft Edge

Check Edge privacy settings separately, especially in regions where Edge diagnostic data is controlled separately from Windows diagnostic data.

Frequently Asked Questions About Disabling Windows Telemetry

Q Is it safe to disable Windows telemetry? β–Ό
It is generally safe to turn off Optional diagnostic data, feedback prompts, tailored experiences, and unnecessary app permissions. Be more careful with services, scheduled tasks, firewall rules, and domain blocking because aggressive changes can break troubleshooting, updates, Store apps, or enterprise management.
Q Why does Windows still send data after I disabled optional diagnostic data? β–Ό
Required diagnostic data may still be sent because Windows uses it for update reliability, security, compatibility, and basic system health. On Home and Pro editions, the lowest practical level is usually Required, not complete diagnostic data removal.
Q What is DiagTrack? β–Ό
DiagTrack is the service name for Connected User Experiences and Telemetry. It is related to diagnostic data and connected experiences. You can disable it on a personal PC, but you should document the change and re-enable it if Windows support or diagnostics require it.
Q Does AllowTelemetry=0 work on Windows Home or Pro? β–Ό
The 0 value represents the Diagnostic data off / Security level, which is mainly available on Enterprise, Education, IoT, and Server editions. On Windows Home or Pro, Windows may treat that value as the lowest supported level, usually Required.
Q Should I use third-party Windows privacy tools? β–Ό
Use them cautiously. Many tools apply registry tweaks, service changes, firewall rules, and scheduled task changes without clearly explaining each one. If you use a privacy tool, create a restore point first, export its changes if possible, and avoid options that block Windows Update, Microsoft Defender, activation, or the Store.
Q How do I turn telemetry back on? β–Ό
Remove the Registry values you created, set related Group Policy entries to Not Configured, re-enable disabled services or scheduled tasks, and restart Windows. In Settings, choose your preferred diagnostic data level and turn feedback or personalized options back on if needed.

Official Microsoft References

The terminology and policy names in this guide are aligned with Microsoft’s current Windows diagnostic data documentation. For administrator-level details, see Microsoft’s official privacy and diagnostic data pages.

Best Way to Disable Telemetry in Windows Without Breaking the System

🧩 Summary & Key Takeaways

The safest way to disable telemetry in Windows is to turn off Optional diagnostic data, disable feedback prompts, turn off tailored experiences or personalized offers, and review app permissions. This gives most users a meaningful privacy improvement without damaging Windows Update, Defender, activation, Store licensing, or troubleshooting tools.

If you need stronger control, use Group Policy on Windows Pro, Enterprise, or Education, or apply the matching Registry policy. Disable telemetry-related services and scheduled tasks only when you understand the trade-off and can reverse the changes later.