Create a shortcut for Bluetooth file transfer in Windows 11

Last update: 24/04/2026
Author Isaac
  • Windows 11 includes its own utility for sending and receiving files via Bluetooth using fsquirt.exe.
  • There are multiple ways to open Bluetooth transfer and create direct shortcuts on the desktop or through scripts.
  • Proper configuration of the adapter, pairing, and Bluetooth services is key to avoiding failures.
  • For large volumes of data, it is worth considering alternatives such as Wi-Fi Direct or third-party solutions.

Shortcut for Bluetooth file transfer in Windows 11

If you use your PC daily, creating a Bluetooth file transfer shortcut in Windows 11 It can save you a lot of time. No more navigating through endless menus every time you want to send a photo to your phone or quickly transfer a document to your work laptop.

In this article you will see, step by step, How to open, use, and automate the Bluetooth File Transfer utility This guide covers Windows 11, how to create shortcuts (desktop shortcuts, scripts, and commands), and what to do when Bluetooth decides to fail just when you need it most. It's all explained in Spanish (Spain), with practical examples and without skipping any important details.

What is the Bluetooth file transfer utility in Windows 11?

Windows 11 includes a small, classic tool called Bluetooth file transfer (fsquirt.exe)which is used to send and receive files between your PC and other nearby devices, such as mobiles, tablets or other computers, without cables or an internet connection.

This utility is based on the Bluetooth OBEX profile, designed for the sharing of lightweight files: photos, short videos, documents, PDFsetc. Although it is slower than Wi-Fi Direct or a wired connection, it is still very practical when you don't have a network available or when you want a quick and universal solution.

The interface has barely changed since previous versions of Windows: a small window with two main options still appears, Send files and receive filesFrom there, an assistant guides you to choose the device and files, and to see the progress of the transfer.

However, in Windows 11 some options have been moved to the Settings app, while the fsquirt.exe utility opens in a classic separate window, which can be a little confusing at first if you're coming from Windows 10.

Bluetooth transfer tool in Windows 11

Prerequisites and preparation: Don't let Bluetooth play tricks on you.

Before you start creating shortcuts and automating anything, it's a good idea to check that The Bluetooth on your computer and the remote device is working correctly.If the foundation fails, even the best shortcut in the world is useless.

On the Windows 11 PC, check that the Bluetooth adapter It is active and recognized by the system. The easiest way is to log in. Settings > Bluetooth & devices and check if the Bluetooth switch and the list of paired devices appear.

It is also advisable to verify that the other device (mobile, tablet or another computer) It is compatible with file transfer via Bluetooth and has the appropriate profile active (usually OBEX). Most Android smartphones and even many enterprise devices support it without issue.

If you work for a company with strict security policies, Bluetooth file transfers may be restricted. In that case, it's a good idea consult with the cybersecurity or systems department to avoid conflicts with network policies, corporate antivirus software, or endpoint management systems.

Finally, make sure both devices are visible and connected. paired correctly using the Windows wizardsince many issues simply stem from incomplete or expired pairings.

How to activate Bluetooth in Windows 11 in several ways

Windows 11 offers several paths to Turn Bluetooth on, off and manage BluetoothYou should master at least two or three, especially if one day Settings won't open or the Action Center gets stuck.

Activate Bluetooth in Windows 11

From the Settings app

The most direct and clear method is to use Settings > Bluetooth & devicesThere you'll see a main switch to turn Bluetooth on or off, as well as the list of paired devices and additional options.

To enter quickly, you can press Win + I To open Settings, go to the “Bluetooth & devices” section in the left sidebar and turn on the Bluetooth switch. This is the most recommended method if you are setting up the device for the first time and need pair wireless devices.

From the Activity Center (Rapid Actions)

Windows 11 groups several quick controls (Wi-Fi, Bluetooth, airplane mode, etc.) in the Quick Actions pane. You can open it by pressing Win + A or by clicking on the network/sound area of ​​the taskbar.

  How to use Alexa and Google Assistant SDKs on Windows 11 for home automation

The icon will appear on that panel. BluetoothIf you don't see it, it might be hidden behind an upward arrow, or you might need to customize the buttons. Clicking the icon instantly activates or deactivates the adapter without going into Settings.

From Device Manager

When there are driver problems or Bluetooth seems to "disappear," it's helpful to dig a little deeper and open the Device administratorYou can find it in the Start menu or by using Windows search.

Inside, expand the Bluetooth category, locate the main adapter, and right-click to select Enable device or Update driverThis view is key if you need to reinstall the driver or check for hardware conflicts; many of these cases are explained in guides on [the relevant section]. Bluetooth problems.

Methods to open the Bluetooth File Transfer utility

The fsquirt.exe utility can be opened from at least 10 different ways in Windows 11This is very useful because it's where the shortcuts come from, which you can then turn into shortcuts, scripts, or custom commands.

Methods to open Bluetooth transfer in Windows 11

1. From the Start menu

A very simple way is to open the Start menu with the Win keyType “Bluetooth & other devices” and tap on the corresponding Settings option. From there you can access the “Send or receive files via Bluetooth” option.

As soon as that option is opened, the window automatically launches Bluetooth file transferwhere you will choose whether you want to send or receive files.

2. From the Settings app

Another very similar way is to go directly, with Win + IIn the Settings app, go to "Bluetooth & devices" and then to "Devices or related options," where you will see the link "Send or receive files via Bluetooth."

Clicking on that link opens the fsquirt.exe utility and you can then select Send files or Receive files depending on what you want to do at that moment.

3. Using Windows Search

Windows 11 search also helps you quickly find the right settings. Just press Win + WILL, type “Bluetooth and other devices settings” and open the corresponding result.

Once inside the Bluetooth and devices page, scroll down until you find the text “Send or receive files via Bluetooth"and click. This will launch the transfer utility without having to navigate through any more menus."

4. From the Run with FSQUIRT dialog box

The most direct way, and one of the best ways to create a shortcut, is to call the fsquirt.exe utility from the Run dialog box. Just press Win + R, to write FSQUIRT (it does not distinguish between uppercase and lowercase letters) and press Enter.

This command instantly opens the Bluetooth File Transfer windowwithout going through Settings or intermediate menus. It's the basis of many shortcuts and scripts that we'll see later.

5. From the Action Center (Quick Actions) to Settings

If you start from the Bluetooth icon in the quick actions panel, you can click on the small arrow or on “More Bluetooth options” (depending on the version) to jump to the Bluetooth & devices page in Settings.

From there, just like before, you just need to locate the link to Send or receive files via Bluetooth to launch the utility. This method is useful if you were already tinkering with Bluetooth from the quick panel.

6. From the Command Prompt (CMD)

You can also use the Symbol of the system To open the utility, press Win + R, type cmd and press Enter to open the classic Windows command prompt, and then run the command:

fsquirt.exe

The transfer tool will open automatically. This method is great if you're working in console mode or if the graphical interface is having problems, and it also allows you to create more advanced scripts.

7. From the File Explorer, locate fsquirt.exe

The transfer utility is installed in the SYSWOW64 system folder on many 64-bit computers. You can open it. File Explorer with Win + EGo to unit C: and then to route:

C: \ Windows \ SysWOW64

Inside that folder, look for the file fsquirt.exe and double-click on it. This will launch the utility directly. This method also allows you to create desktop shortcuts from the file itself.

8. From PowerShell with Start-Process

If you prefer PowerShell, you can also launch the tool from there. Open PowerShell by searching for it in the Start menu and, if necessary, run it as administrator. Then, type:

  Complete guide to opening multiple instances of the same app in Windows 11

Start-Process fsquirt.exe

The Bluetooth File Transfer window will open shortly. When you're finished, you can close PowerShell by typing exit or by closing the window. This method is very flexible for automations and scripts.

9. Using a batch script (.bat)

A useful trick to avoid relying on menus is to create a small batch file (.bat) that launches fsquirt.exe automatically, even through PowerShell if you want.

For example, you can create a new text document on your desktop, open it with Notepad, and type something like:

@ Echo off
powershell.exe C:\Windows\SysWOW64\fsquirt.exe

Then you save it with the .bat extension (for example, bfs.bat) and selecting “All files” as the file type. From there, simply double-click the .bat file, or run it as administrator, to open the transfer tool.

10. Creating a desktop shortcut to fsquirt.exe

Perhaps the most convenient method of all for everyday life is to create a desktop shortcut to fsquirt.exeFirst, locate the file in C:\Windows\SysWOW64, as we saw earlier.

Right-click on fsquirt.exe, choose "Show more options" if it appears, and then "Send to > Desktop (create shortcut)." On your desktop, you'll see a new icon, which you can rename as you wish, for example, "Bluetooth Transfer".

From that moment on, a double-click will open the tool. Furthermore, you can Pin that shortcut to the Start menu or the taskbar to have it even more readily available.

How to send files via Bluetooth in Windows 11

Once you know how to open the utility, it's time to see how to use it to send files from PC to another deviceThe procedure is similar whether the other device is a mobile phone or another Windows computer.

First, make sure the destination device is paired with your PC and ready to receive files via Bluetooth. On mobile devices, this usually suffices. have the screen on and Bluetooth enabledand in some cases it is advisable check the battery of the device if the connection fails.

On your PC, open the Bluetooth File Transfer utility using any of the methods above, and on the first screen, select the option Send filesThis will start a small step-by-step wizard.

On the "Select where to send the files" page, you'll see a list of available devices. Choose the device you want to share the file with and click on [the appropriate button/button]. Next To continue with the process.

Next, the "Select the files you want to send" screen will appear. Click the button. BrowseBrowse through your folders, select the file (or files) you want to send, and press Next again to start the transfer.

At that point, the "File is being sent" page will be displayed, where you can see the real-time Bluetooth transfer progressDepending on the file size and Bluetooth version, it will take more or less time. When it's finished, you'll see the message "File transferred successfully." Then just tap Finish.

How to receive files via Bluetooth in Windows 11

To receive a file on your Windows 11 PC From another device (another computer, a mobile phone, etc.), the process is very similar, but with one important nuance: the PC must be explicitly put into "listening" mode.

Open the Bluetooth File Transfer utility and, on the first screen, select Receive filesThis will cause the device to wait for an incoming connection, displaying the "Waiting for a connection" screen.

At that point you should go to the other device (PC, mobile, tablet) and Start sending the file there via BluetoothOn Windows you can use the send tool again; on mobile devices, the typical Bluetooth sharing option.

When the other device starts the transfer, you'll see the file being received on your PC, with a progress bar indicating how the transfer is progressing. Once it's finished, the "Save received file" window will appear.

At this stage you can accept the default destination folder (usually the Downloads folder or a specific Bluetooth path) or tap Browse to choose another location to save the file. When you're satisfied, tap Finish to close everything.

Troubleshooting: When you can't receive files via Bluetooth

In some cases, especially after Windows updates or driver changes, the option to receiving files stopped working correctly. A typical symptom is that the "Receive files" window opens, the mobile phone tries to send the file, but an error appears on the PC and it asks to retry without success; these problems may be related to Bluetooth disconnects intermittently.

  How to create and squeeze clipboard actions in KDE Klipper

If something like this happens to you, it's a good idea to follow a series of basic checks: first, make sure that Airplane mode is not on and that Bluetooth is turned on on both the PC and the phone.

Secondly, enter the Device administratorLocate the Bluetooth adapter, and try disabling and re-enabling it, or even uninstalling it and restarting your PC so that Windows reinstalls it with clean drivers.

Another action that often resolves many problems is Remove pairing between PC and mobile from both sides and re-pair the devices as if it were the first time, carefully verifying the PIN code or key shown.

Finally, it's recommended to check that the Windows "Bluetooth Support Service" is running. You can check this from the Services console (services.msc). If it's stopped, restart it and try the transfer again.

Alternatives to Bluetooth and safety considerations

Although Bluetooth remains a very convenient solution for occasional exchanges, when it comes to large files or continuous data streamsIt may fall quite short in speed.

In those cases, Windows 11 offers options such as Share in close proximity, which uses Wi-Fi Direct to send files between nearby PCs at much higher speeds, provided both devices support the function and are on the same network or range.

You can also use cloud-based solutions (OneDrive, Google Drive, etc.) or specific applications from file synchronization between devicesespecially in corporate environments where traceability and centralized control are needed.

In terms of security, it's advisable not to leave Bluetooth permanently discoverable, to only accept pairings from trusted devices, and to keep both the Bluetooth adapter firmware such as drivers updated to correct potential vulnerabilities.

In companies with high information security requirements, it is common to supplement Bluetooth transfer with device control policies, encryption in transit, and access auditingor directly limit this type of exchange to certain teams or profiles.

Use third-party software to transfer files between PCs

If your main goal is to move large volumes of data between two computers (for example, migrating from an old PC to a new one with Windows 11), Bluetooth might not be the best tool, and you might be interested in a different solution. specialized third-party solution.

Applications like EaseUS Todo PCTrans Free allow transfer files, applications, and complete settings between two PCs over a local network, without having to depend on Bluetooth and with a more automated process.

These types of programs usually offer PC-to-PC connection modes, data recovery capabilities when a computer fails to boot properly, and even options for clean the system unit or find product keys Windows, Office, or Adobe, which can be very useful in professional environments.

Even so, for simple file transfers with your mobile device or between nearby computers without any hassle, the Bluetooth File Transfer utility built into Windows 11 remains the fastest way, especially when combined with... well-designed and organized shortcuts that save you from going around in circles through the menus.

Combining all of the above—proper Bluetooth configuration, knowledge of all methods for launching fsquirt.exe, creation of desktop shortcuts and batch scripts, and a few good security practices—makes it easy to get the Bluetooth file transfer in Windows 11 Stop being a tedious process and become another tool in your daily life, ready to use with a single click when you need to quickly transfer something from your PC to your mobile or vice versa.

Share files via Bluetooth in Windows 11
Related articles:
Sharing files via Bluetooth in Windows 11: A complete guide