Optional Diagnostic data not turning on

Acidoi 0 Reputation points
2026-09-04T14:57:36.2833333+00:00

Gif of optional diag data instantly turning off after turned onas seen above, optional diagnostic data sending automatically turns off after I turn it on

Windows Insider program | Windows Insider preview | Security, privacy, and accounts
0 comments No comments

3 answers

Sort by: Oldest
  1. AI answer

    2026-09-04T14:57:48.2466667+00:00

    For Windows Insider Preview builds, Send optional diagnostic data must stay turned on. If it turns itself off immediately, check the Windows diagnostic data setting directly and then restart the device:

    1. Open Settings > Privacy & security > Diagnostics & feedback.
    2. Turn Send optional diagnostic data to On.
    3. Restart the device.
    4. Go to Settings > Windows Update and check for updates again.

    If the device shows that an organization prevents sending optional diagnostic data, that setting is being controlled by management or policy rather than the normal UI.


    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

  2. Hendrix-V 18,520 Reputation points Microsoft External Staff Moderator
    2026-09-05T00:12:57.3866667+00:00

    Hi Acidoi,

    If the "Send optional diagnostic data" setting turns itself off after you enable it, it may indicate that another configuration on the device is overriding the preference rather than the toggle itself failing to save.

    As a quick check, you can try:

    1. Press Windows + R, type gpedit.msc and press Enter (if available).
    2. Navigate to Computer Configuration > Administrative Templates > Windows Components > Data Collection and Preview Builds.
    3. Review any configured policies related to diagnostic data and set them to Not Configured if they are unintentionally restricting telemetry.
    4. Restart the device and test the setting again.

    If you're using a work, school, or managed device, an organization policy or management tool may automatically enforce diagnostic data settings, which can cause the option to revert after being enabled.

    Should the issue continue, please let us know:

    • Whether this is a personal or managed device.
    • Your Windows edition and build number.
    • Whether you're enrolled in the Windows Insider Program.

    That information can help narrow down the cause and identify the most appropriate next steps.

    I look forward to your update. Feel free to ask me by clicking "Add Comment" or "Add Answer" if you cannot add comment so your response will be visible. Thanks for your effort.


    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Was this answer helpful?


  3. Johnny55 5,155 Reputation points Volunteer Moderator
    2026-09-06T02:02:37.4833333+00:00

    Hello Acidoi,

    Try deleting the entire WindowsSelfHost Key. It will be rebuilt after a reboot:

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsSelfHost

    As for the registry entries, there are technically two different locations depending on how the settings are applied.

    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DataCollection is the location the AllowTelemetry value is set if it is configured by policy (i.e., InTune, ConfigMgr, Group Policy, etc.)

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection is the location the AllowTelemetry value is set when you make a change via the UI

    The first will have precedence over the second. If you have no entry in the first location (which consumer devices shouldn't), it means your device does not have a policy applied to that device for that setting from a management tool. Thanks Eddie for this info.

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection

    If you do not have such a Registry key, then just create it. You might have to clear out the values for the first key above.

    There you need to create a new a 32-bit DWORD value named AllowTelemetry and set it to one of the following values.

    0 - Security Diagnostic Data Off

    1 - Basic Required Diagnostic Data

    2 - Enhanced (Value Removed)

    3 - Full Optional Diagnostic Data

    Regards,

    Johnny

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.