# Concatenated SMS

> A concatenated SMS is a long message split into several parts, each carrying a small header so the handset reassembles them in order into one message; each part is billed as a segment.

Concatenation is how a message longer than one segment travels. Each part carries a [user data header](https://smsmeteor.com/glossary/udh) with a reference number, the total count and its position; the header takes 6 bytes, which is why parts hold 153 GSM-7 or 67 UCS-2 characters instead of 160 or 70. The receiving phone waits for all parts and shows one message.

Parts can arrive out of order or, rarely, one can be lost, in which case the phone shows an incomplete message. Very long texts are also more likely to be filtered as marketing. Six parts is a sensible ceiling.

At SMSMeteor: messages are limited to 6 parts per message; the composer shows the part count as you type, and the API rejects longer texts with `text_too_long`.

Related terms: [SMS segment](https://smsmeteor.com/glossary/segment), [UDH (User Data Header)](https://smsmeteor.com/glossary/udh), [GSM-7](https://smsmeteor.com/glossary/gsm-7), [UCS-2 (Unicode SMS)](https://smsmeteor.com/glossary/ucs-2)

---
Source: https://smsmeteor.com/glossary/concatenated-sms (HTML). Generated by SMSMeteor from the same data as the page. Summary of the whole site: https://smsmeteor.com/llms.txt
