# My SMS was delivered multiple times

#### What is a duplicate delivery?

Sometimes an SMS arrives multiple times to the same number, when the messages was only sent once from your dashboard or API.&#x20;

#### Reasons for duplicate delivery

Duplicate deliveries are often caused by a connection issue. If an end-user's device does not have a good connection to their mobile operator, the device may be unable to signal back to the operator when it has received an SMS. The operator will think the SMS was undelivered and will retry to deliver the SMS until they do receive a successful signal. This results in duplicate deliveries.&#x20;

Duplicate delivery occurs more often when the signal is poor, such as if the person is roaming on another network, or has low signal. The fastest way to resolve this issue is to restart the device. Please switch it off for 10 seconds before switching back on. This allows the connection between SIM card and network to be refreshed, and delivery should stop.

&#x20;

#### Still having issues?

If restarting the device does not resolve the issue, we can investigate this further on our side. We need the following information from your side:

1. Your [workspace ID](/connectivity-platform/troubleshooting/where-can-i-find-my-messagebird-workspace-id.md)
2. The affected recipient number
3. Date and timestamps (including time zone) when the message was sent


---

# 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://docs.bird.com/connectivity-platform/sending-sms/my-sms-was-delivered-multiple-times.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.
