Skip to content
Follow
Windows

How to Turn On or Off Share Across Devices for Apps in Windows 11

Richard
Written by
Richard
Mar 14, 2026 Updated Aug 13, 2026 3 min read
How to Turn On or Off Share Across Devices for Apps in Windows 11
How to Turn On or Off Share Across Devices for Apps in Windows 11

Share Across Devices in Windows 11 lets apps connect and share data between your computer and phone so you can pick up where you left off. This setting lives under System Shared experiences inside the Windows 11 Settings app , and it works on version 22H2 and newer.

Signing in with the same Microsoft account on both devices makes the connection work. You just need to turn on the toggle in your settings to start passing your app activity between screens.

⚡ Quick Answer

Open Settings , go to Apps, then Advanced app settings, and click Share across devices. Select “Off,” “My devices only,” or “Everyone nearby” to manage app continuity between your Windows 11 devices.

How to Turn On or Off Share Across Devices

Option 1Turn On or Off Using Settings

  1. Press Win+I on your keyboard to open Settings.
  2. Click Apps from the left menu.
  3. On the right, click Advanced app settings.
  4. Click Share across devices to open its options.
  5. Choose one of these:
    • Off – disables sharing.
    • My devices only – share only with your devices (default).
    • Everyone nearby – share with nearby devices.
  6. Close Settings when done.

Press Win+I to open Settings , navigate to Apps, and select Advanced app settings to find the Share across devices toggle.

Windows 11 Share Across Devices settings menu options
Windows 11 Share Across Devices settings menu options

Option 2Turn On or Off Using Registry (For Advanced Users)

Editing the Registry (a system database storing low-level configurations) allows advanced users to disable share across devices in Windows 11. Running a specific command that adds a registry key and sets its value to 0 turns off the feature system-wide for the active user account.

To Turn Off Share Across Devices, run the command below.

🗝️Registry
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CDP" /v CdpSessionUserAuthzPolicy /t REG_DWORD /d 0 /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CDP" /v RomeSdkChannelUserAuthzPolicy /t REG_DWORD /d 0 /f

To Turn On for My Devices Only (the default setting), use this command:

🗝️Registry
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CDP" /v CdpSessionUserAuthzPolicy /t REG_DWORD /d 1 /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CDP" /v RomeSdkChannelUserAuthzPolicy /t REG_DWORD /d 1 /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CDP\SettingsPage" /v RomeSdkChannelUserAuthzPolicy /t REG_DWORD /d 1 /f

To Turn On for Everyone Nearby, use this command:

🗝️Registry
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CDP" /v CdpSessionUserAuthzPolicy /t REG_DWORD /d 2 /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CDP" /v RomeSdkChannelUserAuthzPolicy /t REG_DWORD /d 2 /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CDP\SettingsPage" /v RomeSdkChannelUserAuthzPolicy /t REG_DWORD /d 2 /f

Why Use Share Across Devices?

Using Share Across Devices in Windows 11 makes transitioning between computers and phones seamless, keeping applications and workflows synchronized. Active sessions persist across hardware boundaries, offering flexible sharing configurations whether connecting solely with personal machines or interacting with nearby surroundings.
  • Easy App Use: Move from one device to another without losing your place.
  • Flexible Sharing: Choose if you want to share just with your devices or with people nearby.
  • Works Across Devices: Great for those who use a PC, tablet, and phone all together.
  • Simple to Setup: Use Settings for an easy toggle or Registry for more control.
  • Stay Updated: Keep Windows updated to get the best experience and new features.

Learn More

Exploring this functionality further requires reviewing these related guides:

What does turning off share across devices do?

Disabling this feature will not affect Screen Time tracking on Apple devices; metrics remain separate per hardware.

Was this guide helpful?

0% of readers found this helpful (1 votes)

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 Shared Experiences in Windows 11
Windows How to Turn On or Off Shared Experiences in Windows 11
How to Use Android Nearby Share on Windows 11
Windows How to Use Android Nearby Share on Windows 11
How to Add or Remove Suggested Apps in Share dialog in Windows 11
Windows How to Add or Remove Suggested Apps in Share dialog in Windows 11
How to Change Device Visibility in Android Nearby Share
Windows How to Change Device Visibility in Android Nearby Share

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

Leave a Comment

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