As first spotted by veteran journalist Paul Thurrott, a small but significant change is appearing in Windows 11’s Clipboard history: a pin button. Documented in a July 8 attachment to his Windows 11 Field Guide, the feature lets users permanently keep specific clipboard entries, preventing them from being cleared when history is wiped or after a restart. While pinning brings genuine convenience for everyone who relies on Copy and Paste, it also surfaces fresh questions about how pinned data roams across devices and what controls IT administrators need to protect corporate information.
What’s New: The Pin Button in Clipboard History
If you press Windows+V today on an updated Windows 11 machine, you may see a small thumbtack icon to the right of each entry in the flyout. That’s the new Pin button. Clicking it marks the item as pinned—a state visually confirmed by the icon changing to a filled pin and the entry moving to a dedicated “Pinned” section at the top of the list.
Pinned items break two long-standing rules of the clipboard. First, they persist even when you hit “Clear all” or manually delete individual entries. Second, they survive a system reboot, whereas ordinary clipboards are traditionally wiped when Windows shuts down. In essence, pinned items become semi-permanent snippets that stay with your account until you explicitly unpin them.
The feature was first publicly surfaced in Thurrott’s attachment page “cbh-pin,” part of the ongoing Windows 11 Field Guide. While Microsoft has not yet published official documentation, the feature appears to be rolling out gradually, likely tied to a recent Insider build or cumulative update. Users on Windows 11 version 24H2 or later stand the best chance of seeing it, though availability may be staggered via a server-side flight.
What Clipboard Pinning Means for You
Everyday Users: No More Lost Text Snippets
If you regularly paste the same boilerplate email responses, usernames, mailing addresses, or code templates, pinning is a welcome upgrade. Instead of hunting through a crowded history or relying on separate note-taking apps, you can pin your top five snippets and call them up with Win+V at any time. Unpinning is just as simple: click the filled pin icon again, and the item returns to the ephemeral list, vulnerable to the next “clear all.”
Note that pinned items do not remove themselves from the regular history list; they effectively exist in two places—the pinned section and the chronological flow. That redundancy can be useful if you want to keep a template visible while still capturing new copies of a similar string.
Power Users: A Real Workflow Booster, With Caveats
Power users who juggle multiple devices—say a desktop, a laptop, and a tablet—know the frustration of losing a carefully curated clipboard stack when switching machines. Windows has offered cloud clipboard sync since Windows 10, and it continues to work with pinned items: if you enable “Sync across devices,” your pinned snippets can roam to any PC signed into the same Microsoft account.
This is where the convenience pivot turns toward risk. A pinned password, finance sheet cell reference, or private key that you thought resided only on your work PC may suddenly appear on your home machine, logged into your personal Microsoft account. There’s no granular “sync pinned items only” toggle; it’s all or nothing. Until Microsoft provides finer controls, treat any pinned content as automatically shared with every Windows device tied to your account.
IT Administrators: A New Surface for Data Leakage
For organizations that manage fleets of Windows 11 endpoints, pinned clipboard items introduce a fresh vector for data loss. Consider these scenarios:
- Accidental exfiltration: An employee pins a customer’s Social Security number or a proprietary formula. The item syncs via Microsoft’s cloud to their unmanaged home computer, completely outside the company’s control.
- Pinning as a bypass: If a policy mandates clearing the clipboard after a set period (or after logging out), pinned items ignore that retention rule. A user could pin sensitive content before leaving a role, ensuring it remains accessible long after they should have lost access.
- Sync between corporate and personal profiles: Many users switch between a work account in Edge and a personal Microsoft account tied to the operating system. Clipboard sync bridges those worlds, potentially leaking data from a managed session to an unmanaged one.
Existing Group Policy objects (GPOs) and mobile device management (MDM) settings address clipboard sync and history broadly, but none explicitly mention pinning. The relevant policies are:
- “Allow clipboard synchronization across devices” (under System > OS Policies > Clipboard)
- “Allow clipboard history” (same path)
- In Microsoft Intune, the settings are found in the Windows CSP: ./Device/Vendor/MSFT/Policy/Config/Clipboard/AllowClipboardHistory and ./Device/Vendor/MSFT/Policy/Config/Clipboard/AllowCrossDeviceClipboard
Disabling sync cuts off the cross-device risk entirely, but it also removes a valuable productivity feature. IT teams will likely push for a dedicated “Allow pinning of clipboard items” policy in future Administrative Templates (.admx) updates.
How We Got Here: The Gradual Rise of the Persistent Clipboard
The Windows clipboard has lurched forward in fits and starts
- Pre-2018: A single-item buffer, cleared on reboot. Power users relied on third-party clipboard managers like Ditto or ClipboardFusion for history and persistence.
- Windows 10 October 2018 Update (1809): Clipboard history arrived. Win+V revealed up to 25 copied items, with the ability to sync across devices via Microsoft’s cloud. Items could be pinned to the history by dragging them to a “Pinned” section, but that function was glitchy and eventually removed in later builds.
- Windows 11 (2021): Clipboard received a visual refresh, integrating with the emoji and GIF panels, but the core behavior changed little.
- Windows 11 2022–2025: Incremental tweaks: an updated flyout, better touch support, and behind-the-scenes sync improvements. The return of pinning in a clean, icon-driven form marks the first meaningful clipboard feature addition in years.
The demand for pinned items has simmered in the Feedback Hub and on forums for at least three years. Users wanted a way to mark a few “keepers” without installing third-party software. By finally delivering a native pin function, Microsoft is acknowledging that not all clipboard data is transient.
What to Do Now: Actions for Users and Admins
For All Windows 11 Users
- Enable Clipboard History if you haven’t already: Settings > System > Clipboard, turn on “Clipboard history.”
- Invoke Win+V to open the flyout. Browse recent items, and click the pin icon on any entry you want to keep indefinitely.
- To unpin, click the pinned icon so it appears un-filled. The item drops back to the ephemeral list.
- To clear your clipboard safely, first manually unpin any sensitive items you want to remove. Then use “Clear all” or delete individual entries. Remember: pinned items survive both actions.
- Review your sync setting. If you don’t want your pinned items showing up on other devices, head to Settings > System > Clipboard and set “Sync across your devices” to Off.
For Power Users Who Rely on Multi-Device Workflows
- Consider keeping two Microsoft accounts separate: one for work, one for personal use. Clipboard sync follows the account signed into Windows, not just the browser profile.
- If you must sync, create a short list of what’s pinned and periodically audit it for sensitive content.
- Keep an eye on upcoming third-party tools like “Switcher” that may offer a side-loading workaround for selective pinning, bypassing Microsoft’s infrastructure.
For IT Administrators and Security Teams
- Audit current configuration. Run a GPO results report or check your Microsoft Intune policy to confirm whether clipboard history and sync are permitted.
- Disable sync if you haven’t already. Unless clipboard roaming serves a clear business purpose, block it. This is the most effective immediate mitigation:
- GPO: Computer Configuration > Administrative Templates > System > OS Policies > Clipboard > “Allow clipboard synchronization across devices” = Disabled.
- Intune: ./Device/Vendor/MSFT/Policy/Config/Clipboard/AllowCrossDeviceClipboard = 0.
- Educate users. Send a short communication explaining that pinning creates a permanent, potentially synced copy of whatever they pin. Remind them not to pin passwords, sensitive customer data, or proprietary code.
- Watch for new policy templates. Microsoft typically ships .admx updates with each feature release. Check the Group Policy Central Store or the Intune settings catalog for a new “AllowClipboardPinning” or similar CSP after the next major update.
- Consider app-level restrictions. If you use Microsoft Defender for Cloud Apps or a third-party CASB, you may be able to block clipboard actions within specific web apps, though these controls don’t extend to the OS-level clipboard.
Outlook: What to Watch Next
Microsoft rarely introduces a feature like pinning without anticipating—at least to some degree—the enterprise fallout. Within the next few months, expect to see:
- An official support document detailing how pinning interacts with sync, retention, and cloud storage.
- New administrative controls, likely in a Windows 11 2027 Update (or an earlier cumulative update) that explicitly allow or disallow pinning.
- A possible integration with Phone Link, allowing you to pin clipboard items from your Android device to your PC and vice versa.
- Refinements in the feedback cycle: early adopters are already filing requests for a “pin without sync” checkbox and a bulk unpin feature.
For now, the pin button is a small change that hints at a larger shift in how Microsoft views your clipboard: not just a temporary scratchpad, but a personal snippet library. Used wisely, it can shave minutes off repetitive tasks. Used carelessly, it can create a data breach waiting to happen. Your next step depends on which side of that ledger you fall.