/
/

How to Enable or Disable Phone Link Suggestions in Windows 11

by Raine Grey, Technical Writer
How to Enable or Disable Phone Link Suggestions in Windows 11 blog banner image

This guide walks you through different methods for enabling or disabling the Phone Link feature in Windows devices. As its name suggests, this feature allows users to access calls, messages, notifications, and apps directly from their desktops.

While this integration enhances user experience, Windows may display prompts encouraging users to set up Phone Link. This can be incredibly distracting in managed IT environments and may not align with organizational policies. In these cases, it may be more prudent to disable Phone Link suggestions.

📌 Recommended deployment strategies:

Click to Choose a Method💻

Best for Individual Users

💻💻💻

Best for Enterprises

Method 1: Using the Settings app
Method 2: Using Registry Editor
Method 3: .reg file deployment

Method 1: Using the Settings app

📌 Use Cases: Ideal for individual users, local support techs, or IT teams configuring a small number of machines manually

📌 Prerequisites:

  • Applies to all editions of Windows 11
  • Doesn’t require admin privileges
  • Limited to per-user configuration

Steps:

  1. Press Win + I.
  2. In the left-hand sidebar, click Bluetooth & devices, then choose Mobile devices on the right.
  3. Locate the setting labeled Show me suggestions for using my mobile devices with Windows.
  4. Use the toggle to turn it On or Off, depending on your desired configuration.
  5. Once the changes have been made, close the Settings app.

Phone link settings

💡 Note: The changes are applied immediately and do not need a restart. That said, it’s good practice to verify if the setting has taken effect.

Method 2: Using Registry Editor

📌 Use Cases: Best for IT administrators who need scripted or remote control over user settings.

📌 Prerequisites:

  • You must have administrator privileges.
  • This method only applies to the currently logged-in user (HKCU).
  • It is highly recommended that you back up your Registry before proceeding. Incorrect configuration can lead to system instability.

Steps: 

  1. Press Win + R, type regedit, and click Enter. Select Approve any UAC prompt.
  2. Go to: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Mobility
  3. In the right-hand pane, create or edit the OptedIn value:
    • If a DWORD named OptedIn already exists, double-click it.
    • If not, right-click, choose New > DWORD (32-bit) Value, and name it OptedIn.
    • Set its value to:
      • 1: Enable suggestions
      • 0: Disable suggestions
  4. Close the Registry Editor after confirming the changes.
  5. Restart the system or sign out and back in to apply the updated changes.

Method 3: .reg file deployment

📌 Use Cases: Recommended for enterprise deployments where changes need to be applied across many devices or profiles

📌 Prerequisites:

  • You need administrative rights to run and merge .reg files.
  • This method only applies to the user profile where the .reg file is executed.
  • Registry editing must not be blocked by group policy or MDM.

Steps:

  1. Open Notepad.
  2. Copy the following code, as needed:

Enable Phone Link Suggestions:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Mobility]

"OptedIn"=dword:00000001

Disable Phone Link Suggestions: 

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Mobility]

"OptedIn"=dword:00000000

  1. Save it as a .reg file.
  2. Double-click the .reg file.
  3. After a successful merge, verify the setting via Registry Editor or observe whether Phone Link suggestions are absent or present.
  4. Restart your device to apply the changes.

⚠️ Things to look out for

RisksPotential ConsequencesReversals
Incorrect registry editsDisabling suggestions does not remove the Phone Link app—users can still access it manually.Re-enable via Settings or change the OptedIn value back to 1 in the registry.
Deploying .reg files without proper testingIf shared or roaming profiles are used, registry changes may not persist without proper scripting.Provide rollback .reg files to restore the original configuration.
Editing the registry without administrator privilegesIt can introduce security or compliance issues; enterprise policies may require more comprehensive controls if the phone link is completely disabled.Use endpoint management tools or group scripting to ensure consistent rollback across devices.

Additional considerations when modifying settings when linking a mobile device to Windows

  • Disabling suggestions only affects the prompts and notifications. This means users can still manually access and use the Phone Link app.
  • In settings where mobile integrations are not required, disabling suggestions can help maintain focus and adhere to organizational policies.
  • At the time of writing, there is no native Group Policy setting specifically for this prompt. However, registry-based deployment can be used to manage this setting across multiple user profiles.

Manage Phone Link as Microsoft suggests

Turning Phone Link suggestions on or off in Windows 11 is essential for IT professionals aiming to streamline user environments and reduce unnecessary notifications. There are three methods to enable or disable Phone Link Windows suggestions.

Related topics:

FAQs

Phone Link is a built-in Windows 11 feature that connects your Android or iPhone to your PC. Once linked, users can send and receive text messages, make calls, sync notifications, and even access mobile apps directly from their desktop.

There are three methods to consider, as outlined above.

You might also like

Ready to simplify the hardest parts of IT?