Skip to content
Follow
Windows

How to Enable or Disable Bluetooth Swift Pair in Windows 11

Richard
Written by
Richard
Mar 18, 2026 Updated Sep 15, 2026 3 min read
How to Enable or Disable Bluetooth Swift Pair in Windows 11
How to Enable or Disable Bluetooth Swift Pair in Windows 11

Bluetooth Swift Pair in Windows 11 shows an instant notification on your screen whenever a supported accessory like a mouse or headphones sits nearby and enters pairing mode. This feature connects your devices in seconds without making you open the Settings app to pair them.

Advertisement

Windows 11 keeps Swift Pair turned on by default, but you can turn this quick-connect feature off at any time if you do not want pop-ups to appear.

⚡ Quick Answer

To enable or disable Bluetooth Swift Pair in Windows 11, open Settings , go to Bluetooth & devices, then Devices, and toggle “Show notifications to connect using Swift Pair.” This option allows quick pairing of nearby Bluetooth devices.

Advertisement

What is Swift Pair?

Swift Pair Swift Pair in Windows 11 makes pairing Bluetooth devices quick. Placing a supported accessory nearby and activating pairing mode triggers an immediate desktop notification. Connecting takes only a couple of clicks.

Windows 11 Swift Pair notification popup for connecting Bluetooth device
Windows 11 Swift Pair notification popup for connecting Bluetooth device

Option 1Use Settings

Turn Swift Pair On or Off for Your Account

You can turn off Swift Pair for your user account through the main Settings app in Windows 11. To disable swift pair windows 11 for your profile only, open Settings, select Bluetooth & devices, click Devices, and find the setting for showing notifications to connect nearby devices so you can turn it off.
  1. Open Settings by pressing Win+I on your keyboard.
  2. Click Bluetooth & devices on the left side.
  3. Click Devices on the right side.
  4. Under Device settings, find the option that says Show notifications to connect using Swift Pair.
  5. Turn it On (this is the default) or Off depending on what you want.
  6. Close Settings when you’re done.
Windows 11 Settings Bluetooth and devices menu with Swift Pair option
Windows 11 Bluetooth and devices settings with add device option.
Windows 11 Bluetooth devices management screen showing Swift Pair settings
disable swift pair in windows 11

Option 2Use Registry Editor for Your Account

Turn Swift Pair On

System defaults keep this capability running. Run the following command to turn Swift Pair back on:

reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Bluetooth" /v QuickPair /t REG_DWORD /d 1 /f

Turn Swift Pair Off

Administrator rights are required to disable swift pair windows 11 completely across the whole computer. Changing this system-wide setting stops Windows from showing connection pop-ups for any user account on the machine, which helps prevent unwanted pairing requests and speeds up your overall Bluetooth connections.

Administrator credentials are required to manage this feature across Windows 11. Logging in with an elevated profile governs peripheral discovery. Windows 11 blocks configuration updates unless these permissions are granted.

Advertisement

Enable Swift Pair for All Users

Activating this utility globally requires running the following command:

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\Bluetooth\AllowPromptedProximalConnections" /v value /t REG_DWORD /d 1 /f

Disable Swift Pair for All Users

Deactivating peripheral discovery globally requires running the following command:

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\Bluetooth\AllowPromptedProximalConnections" /v value /t REG_DWORD /d 0 /f

Configuration updates apply immediately after execution.

Summary

Swift Pair in Windows 11 accelerates peripheral connectivity while remaining fully toggleable.

Advertisement

Learn more: pair Pair a Bluetooth device in Windows - Microsoft Support Swift Pair  Open Bluetooth & devices settings Bluetooth Policy CSP

What is swift pair in 🪟 Windows 11?

Swift Pair in Windows allows a supported Bluetooth device to be quickly paired with a Windows device. If the Bluetooth device supports Swift Pair, a notification is displayed in Windows when: The Bluetooth device is nearby. It's in pairing mode and discoverable.

How to block Bluetooth pairing request on PC?

Press the Windows key + R. Type `gpedit.msc`, then click OK. Navigate to Computer Configuration Administrative Templates Windows Components Device Pairing. Double-click 'Turn off Swift Pair' and set it to Enabled.

How do I permanently disable Bluetooth on 🪟 Windows 11?

The Settings Bluetooth & devices (Win + I) menu provides a toggle alongside peripheral management options. Alternatively, Device Manager disables the Bluetooth adapter entirely, halting radio transmissions until manual re-enabling occurs.

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.

Advertisement

📚 Related Tutorials

How to Rename Bluetooth Devices in Windows 11
Windows How to Rename Bluetooth Devices in Windows 11
How to Pair and Unpair Bluetooth on Windows 11
Windows How to Pair and Unpair Bluetooth on Windows 11
How to Enable or Disable Bluetooth in Windows 11
Windows How to Enable or Disable Bluetooth in Windows 11
How to Enable or Disable Bluetooth in Windows 11
Windows How to Enable or Disable Bluetooth 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 *