# "Error While Trying to Broadcast Transaction"

First off, <mark style="color:yellow;">this is the most common error to be shown in Freewallet.</mark>

This error can happen for various reasons and can mean many things.

* <mark style="color:yellow;">The first thing to try would be to wait a moment then try sending your transaction again.</mark> This will not “double spend” your order as you will receive a confirmation popup when your order goes through. If you saw this message stating "Error while trying to broadcast Transaction", then the transaction did not go through.
* If this message pops up more than a few times after waiting some time and you have no luck, <mark style="color:yellow;">try a restart of Freewallet and try again</mark>.
* Try <mark style="color:yellow;">toggling any VPN you are using off or on</mark>.
* If this issue is still persisting, try a <mark style="color:yellow;">restart of your computer</mark>.
* The next thing to do would be to <mark style="color:yellow;">make sure your Server Settings are on the correct values</mark>. Please reference [How do I check my Freewallet Settings?](https://davestaxcp.gitbook.io/freewallet.io-user-manual/common-questions-using-freewallet-faq/how-do-i-check-my-freewallet-server-settings) and make if you changed these values to set them back at one of the default recommended values shown.
* In the event all of the above fixes did not help, <mark style="color:yellow;">it can be helpful to tweak the BTC amount sent or BTC fee you are using and to try again</mark>. This may not be what the user intends to do, but it can help solve this error if the user is willing to change some inputs slightly for their use in this attempted transaction.
* If you are still having issues, <mark style="color:yellow;">try updating your Freewallet to the most recent version</mark>. Many issues and problems get fixed just by using the most recent version.
* In some cases (not often) this error can show because the <mark style="color:yellow;">BTC in your wallet is ‘fragmented’ and the total balance you see is actually been split up into many smaller parts which are called UTXO’s</mark> (Unspent Transaction Output’s).

If none of these options have fixed the issue and you are still having this issue please reference [Failure to send not enough BTC in Wallet](https://davestaxcp.gitbook.io/freewallet.io-user-manual/troubleshooting-issues/failure-to-send-not-enough-btc-in-wallet) about consolidating your UTXO’s as this could be the issue.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://davestaxcp.gitbook.io/freewallet.io-user-manual/troubleshooting-issues/error-while-trying-to-broadcast-transaction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
