How to Turn On or Off Shared Experiences in Windows 11
You can control Shared Experiences in Windows 11 through the System settings.
Shared Experiences is a Windows feature. It lets your PC find and connect with other nearby Windows devices, so you can share content and activities. Think of it as a way for your Windows 11 PC to easily interact with other Windows 11 PCs close by.
This feature uses Bluetooth and Wi-Fi to find other devices. You can enable or disable this feature within the “System” > “Shared experiences” menu on your Windows 11 PC.
Access Shared Experiences in Windows 11 via System settings. Navigate to System, then Shared experiences. Toggle the switch to turn the feature on or off. This setting controls your PC’s ability to discover and connect with other nearby Windows devices for content sharing.
What Are Shared Experiences?
Windows 11 Shared Experiences let you easily share files and continue tasks between your nearby Windows devices, making it simpler to switch between computers. This feature helps your PC connect and share information with other Windows devices, but you can turn it off if you prefer not to share or receive data.
If you don’t want your PC to share or receive information from other devices, you can turn Shared Experiences off.
Option 1Turn Shared Experiences On or Off Using Local Group Policy Editor
If you have Windows 11 Pro, Enterprise, or Education, you can turn Shared Experiences on or off using the Local Group Policy Editor. This method requires administrator rights to change the setting, allowing you to control how your device shares or receives information with other nearby computers.
Who can use this? This tool is available on Windows 11 Pro, Enterprise, and Education editions.
- Press Windows key + R to open the Run box.
- Type
gpedit.mscand press Enter. - In the window that opens, go to: Computer Configuration > Administrative Templates > System > Group Policy
- Find the policy called “Continue experiences on this device” on the right side.
- To enable Shared Experiences: Double-click it, select Not Configured (which is the default), then click OK.
- To disable Shared Experiences: Double-click it, select Disabled, then click OK.
- Close the Local Group Policy Editor window.


Option 2Turn Shared Experiences On or Off Using Registry Editor
For other Windows 11 versions, you can turn Shared Experiences on or off using the Registry Editor. This method requires administrator access, and it’s important to be careful because incorrect changes to the registry can cause system issues.
- Press Windows key + R, type
regedit, and press Enter. - In Registry Editor, navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System - To enable Shared Experiences: Find the value named EnableCdp and delete it if it exists. (Or create it as a DWORD and leave it empty)
- To disable Shared Experiences: Create or modify the DWORD value EnableCdp and set its value to 0.
- Close Registry Editor and restart your computer to apply changes.
Here is how the registry code looks if you want to create a file to apply the changes:
Enable Shared Experiences (default)
reg delete "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /v EnableCdp /fDisable Shared Experiences
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /v EnableCdp /t REG_DWORD /d 0 /fSummary
- Shared Experiences help your PC share things and continue activities with other Windows devices.
- You must be an administrator to change these settings.
- Use Local Group Policy Editor if you have Windows 11 Pro, Enterprise, or Education.
- If you don’t have those editions, use Registry Editor instead.
- Turning off Shared Experiences stops your device from being found by others for sharing.
- Always double-check your changes before closing the tools.
Shared Experiences in Windows 11 help your PC easily share files and continue activities with other nearby Windows devices. You need to be an administrator to change these settings, and you can use either the Local Group Policy Editor (for Pro, Enterprise, or Education versions) or the Registry Editor (for other versions) to turn the feature on or off.
What is shared experience in 🪟 Windows 11?
Shared Experiences lets you continue activities across different devices, like using Nearby Sharing or Sharing Across Devices. This feature is powered by Microsoft’s Project Rome. It allows app developers to create experiences that work seamlessly between Windows and even Android apps.
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.
No comments yet — be the first to share your thoughts!