Skip to content
Follow
Windows

How to Turn On or Off Shared Experiences in Windows 11

Richard
Written by
Richard
Mar 13, 2026 Updated Jul 12, 2026 4 min read
How to Turn On or Off Shared Experiences in Windows 11
How to Turn On or Off Shared Experiences in Windows 11

Windows 11’s Shared Experiences feature lets your PC find and connect with other nearby Windows devices to easily share files and continue activities. This tool allows your computer to communicate with other Windows 11 PCs close by, using Bluetooth and Wi-Fi to find them.

You can turn this sharing feature on or off in your PC’s System settings. If you prefer not to share or receive information from other computers, disabling Shared Experiences is simple.

To change these settings, you must be signed in with administrator privileges on your computer.

⚡ Quick Answer

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.

Option 1Turn Shared Experiences On or Off Using Local Group Policy Editor

If you use Windows 11 Pro, Enterprise, or Education, you can turn Shared Experiences on or off with the Local Group Policy Editor. This tool lets you control how your computer shares or gets information with other nearby PCs. You need administrator rights to make changes using this method to turn off Shared Experiences.

Who can use this? This tool is available on Windows 11 Pro, Enterprise, and Education editions.

  1. Press Windows key + R to open the Run box.
  2. Type gpedit.msc and press Enter.
  3. In the window that opens, go to: Computer Configuration > Administrative Templates > System > Group Policy
  4. Find the policy called “Continue experiences on this device” on the right side.
  5. To enable Shared Experiences: Double-click it, select Not Configured (which is the default), then click OK.
  6. To disable Shared Experiences: Double-click it, select Disabled, then click OK.
  7. Close the Local Group Policy Editor window.
  • Press the Windows key + R to open the Run dialog box.
  • Type `gpedit.msc` and press Enter.
  • In the Local Group Policy Editor, navigate to: Computer Configuration > Administrative Templates > System > Group Policy.
  • Locate the policy named “Continue experiences on this device” in the right-hand pane.
  • **To enable Shared Experiences:** Double-click the policy, select ‘Not Configured’ (which is the default), then click OK. **To disable Shared Experiences:** Double-click the policy, select ‘Disabled’, then click OK. Close the Local Group Policy Editor window.
    windows 11 disable continue experience on this device
    windows 11 disable continue experience on this device

    windows 11 disable continue experiences on this device
    windows 11 disable continue experiences on this device

    Option 2Turn Shared Experiences On or Off Using Registry Editor

    If you don’t have Windows 11 Pro, Enterprise, or Education, you can use the Registry Editor to turn Shared Experiences on or off. This method needs administrator access. Be careful when editing the registry, as mistakes can cause problems with your system. Turning off Shared Experiences this way requires careful steps.

    ⚠️Warning
    Editing the registry incorrectly can cause system issues, so please follow these steps carefully and consider backing up your registry first.
    1. Press Windows key + R, type regedit, and press Enter.
    2. In Registry Editor, navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System
    3. 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)
    4. To disable Shared Experiences: Create or modify the DWORD value EnableCdp and set its value to 0.
    5. Close Registry Editor and restart your computer to apply changes.
  • Press the Windows key + R, type `regedit`, and press Enter.
  • In Registry Editor, navigate to the following path: `🗝️HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\CDP`
  • **To enable Shared Experiences:** Look for the DWORD value named `EnableCdp` and delete it if it’s present. If it doesn’t exist, you don’t need to do anything. **To disable Shared Experiences:** Create or modify the DWORD value named `EnableCdp` and set its value to `0`. Close Registry Editor and restart your computer to apply these changes.

    Here is how the registry code looks if you want to create a file to apply the changes:

    Enable Shared Experiences (default)

    🗝️Registry
    reg delete "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /v EnableCdp /f
    Windows Registry Editor Version 5.00 [🗝️HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\CDP]

    Disable Shared Experiences

    🗝️Registry
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\System" /v EnableCdp /t REG_DWORD /d 0 /f
    Windows Registry Editor Version 5.00 [🗝️HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\CDP] “EnableCdp”=dword:00000000

    Summary

    • 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.
  • If you have Windows 11 Pro, Enterprise, or Education, use the Local Group Policy Editor.
  • Otherwise, you’ll use the Registry Editor.
  • Windows 11 Shared Experiences lets your computer share and continue tasks with other nearby Windows devices. You must be an administrator to change these settings. Use the Local Group Policy Editor for Windows 11 Pro, Enterprise, or Education. Otherwise, use the Registry Editor to turn off Shared Experiences. Turning off this feature stops your device from being found by others.

    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?

    Tags: #Windows 11
    Was this helpful?
    Richard

    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.

    📚 Related Tutorials

    How to Turn On or Off Share Across Devices for Apps in Windows 11
    Windows How to Turn On or Off Share Across Devices for Apps in Windows 11
    How to Reset Local Security Policy Settings to Default in Windows 11
    Windows How to Reset Local Security Policy Settings to Default in Windows 11
    How to View Local Group Policies that are Configured in Windows 11
    Windows How to View Local Group Policies that are Configured in Windows 11
    How to Share a Link to a Website using Nearby Sharing in Windows 11
    Windows How to Share a Link to a Website using Nearby Sharing in Windows 11

    No comments yet — be the first to share your thoughts!

    Leave a Comment

    Your email address will not be published. Required fields are marked *