Bluetooth pairing on Windows 11 can be much easier when Swift Pair is enabled. Instead of digging through menus every time you want to connect a device, Windows can simply show a pop-up notification the moment a nearby Bluetooth device enters pairing mode.
From there, all it takes is a couple of clicks.
That convenience is exactly why Swift Pair is useful—but it is also why some users prefer to turn it off. Whether you want fewer pairing prompts or a faster way to connect accessories, Windows 11 lets you enable or disable Bluetooth Quick Pair whenever you like.
What Is Bluetooth Quick Pair on Windows 11?
Swift Pair is a Windows feature that makes Bluetooth pairing faster and more seamless.
When a supported Bluetooth device is nearby and set to pairing mode, your PC can display a notification on screen. Instead of manually searching for the device through Bluetooth settings, you can connect directly from that prompt.
It is a small feature, but it can make pairing headphones, keyboards, mice, and other accessories much quicker.
How to Turn Bluetooth Quick Pair On or Off in Settings
The easiest way to manage Swift Pair is through the Settings app.
Step 1
Open Settings on your Windows 11 PC.
In the left-hand menu, click Bluetooth & devices.
Then, on the right side, select Devices.

Step 2
Scroll to Device settings.
There, you will find the option:
Show notifications to connect using Swift Pair
Turn this option on to enable Bluetooth Quick Pair notifications.
Turn it off to disable them.

How to Enable or Disable Bluetooth Quick Pair Using Registry Editor
If you prefer using commands, you can also control Swift Pair through the Windows Registry.
Enable Bluetooth Quick Pair:
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Bluetooth" /v QuickPair /t REG_DWORD /d 1 /f
Disable Bluetooth Quick Pair:
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Bluetooth" /v QuickPair /t REG_DWORD /d 0 /f
These commands apply the setting only to the current user account.
How to Use Registry for All User Accounts
You need to be signed in as an administrator to use this option.
Enable Swift Pair for all users:
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:
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\default\Bluetooth\AllowPromptedProximalConnections" /v value /t REG_DWORD /d 0 /f
Why You Might Want to Turn Swift Pair Off
Swift Pair is handy, but it is not for everyone.
Some users would rather avoid on-screen pairing prompts, especially in busy environments where multiple Bluetooth devices may appear nearby. Others simply prefer managing connections manually through Settings.
On the other hand, if you frequently connect wireless accessories, leaving Swift Pair enabled can save time and make the whole process feel far more effortless.
Final Thoughts
Swift Pair is one of those small Windows 11 features that can quietly make everyday tasks easier. If you like fast Bluetooth pairing with less menu-hopping, it is worth keeping on. If you want a cleaner, less intrusive experience, turning it off takes only a moment.
Either way, Windows 11 gives you full control.

0 comments