Skip to content
Follow
Windows

How to Enable or Disable Bluetooth Swift Pair in Windows 11

Richard
Written by
Richard
Mar 18, 2026 Updated Aug 13, 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 pops up 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 dig through the Settings app to find them.

You can turn this quick-connect feature on or off at any time depending on whether you want pop-ups to appear. Windows 11 keeps Swift Pair turned on by default, but you can change it with just a few clicks.

⚡ 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.

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

The Settings app controls whether this feature stays active for a specific user profile. Managing peripheral connectivity preferences relies entirely on this menu. Disabling this utility for an individual account starts right here.
  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. Executing the following command restores that state:

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

Turn Swift Pair Off

Administrator permissions are required to modify system-wide configurations for this utility. Bypassing peripheral discovery speeds up connections, though shutting it down completely remains an option. Windows 11 blocks global configuration updates unless elevated privileges are granted.

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.

Enable Swift Pair for All Users

Activating this utility globally requires running the following command:

🗝️Registry
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:

🗝️Registry
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.

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.

📚 Related Tutorials

How to Rename Bluetooth Devices in Windows 11
Windows How to Rename Bluetooth Devices in Windows 11
How to Access Settings in Windows 11
Windows How to Access Settings 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

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

Leave a Comment

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