Cannot enable the sending of optional diagnostic data to Microsoft

Dan Lutley 5 Reputation points
2026-07-09T15:56:30.22+00:00

The enabling of sending Optional Diagnostic Data to Microsoft option dialogue is greyed out and the reason given is that "your organization prevents sending optional diagnostic data to Microsoft".

This not true since there is no "Organization" as I am a single user. I cannot figure out how to clear this prevention mechanism.

Do I need to leave the Windows Insider programme and re-enter? or what?

I am concerned that if I leave the Insider Programme my historical data will be lost.

I have tried using regedit.exe unsuccessfuly as well as gpedit.msc. It appears that the insider preview Eval copy build 26220.8764 ge_release_svc_betaflt_prod1260626-2122 is not configured to allow, or configure to allow via Win 11 25H2 user interface, the sending of optional diagnostic data to Microsoft.

Please advise.

Windows Insider program | Windows Insider preview | Other

2 answers

Sort by: Most helpful
  1. Johnny55 5,155 Reputation points Volunteer Moderator
    2026-07-09T22:43:49.6366667+00:00

    Hello Dan,

    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.

    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?

    1 person found this answer helpful.

  2. Alex Rodriguez 6 Reputation points
    2026-07-13T12:50:40.5333333+00:00

    I'm on a consumer laptop. However, my registry does have the first option enabled but set to 0. I updated to a 3 and it worked.

    Any reason, for an end user to have this option, since you mentioned that for consumers that shouldn't be available.

    Was this answer helpful?


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.