Windows 11 includes an advanced telemetry and machine learning framework designed to improve the accuracy of touch, pen, and inking inputs. As part of this system, Windows can collect your explicit handwriting and typing data (including specific strokes, pressure sensitivity, and custom vocabulary) and share it with Microsoft’s cloud infrastructure to refine global language recognition models. While this crowdsourced telemetry improves the stylus experience for the general consumer base, it is a catastrophic privacy violation in enterprise, legal, or healthcare environments. Sharing raw handwriting telemetry-which could easily contain proprietary formulas, patient names, or confidential legal arguments-violates strict data residency and zero-trust policies.
This guide explains how to completely disable ‘Handwriting Data Sharing’ via Group Policy in Windows 11, neutralizing this telemetry vector and enforcing strict local privacy for all inking input.
Disable Handwriting Data Sharing via Group Policy
To enforce a strict block that disables the feature globally across the OS, preventing the device from ever transmitting inking telemetry to Microsoft, we must deploy an administrative template. Note that this requires Windows 11 Pro, Enterprise, or Education editions.
- Log into Windows 11 with an Administrator account.
- Press the Windows Key + R to open the Run dialogue box.
- Type
gpedit.mscand press Enter to launch the Local Group Policy Editor. - In the left-hand navigation pane, strictly follow this exact path:
Computer Configuration > Administrative Templates > Windows Components > Text Input - In the right-hand pane, locate the policy named Improve inking and typing recognition.
- Double-click the policy to open its configuration window.
- Select the radio button next to Disabled. (By explicitly disabling this policy, we instruct the Windows input subsystem to permanently halt the collection and transmission of all raw handwriting and typing telemetry).
- Click Apply, then click OK.
Verify the Configuration Lockdown
Group Policy changes affecting telemetry and diagnostic data require the system to refresh its configuration.
To force the policy update immediately across the OS, open Command Prompt as Administrator and run gpupdate /force. Once the policy is applied, navigate to Settings > Privacy & security > Inking & typing personalization. The system will display a banner indicating that “Some of these settings are hidden or managed by your organization,” and the option to contribute to diagnostic models will be greyed out. The Windows 11 endpoint is now cryptographically bound to process all stylus and handwriting input entirely locally, completely mitigating the risk of sensitive data exfiltration via inking telemetry.