The headline number is not really the point. What changes with RCS is that length stops being the constraint you design around. On SMS, anything past 160 characters splits into multiple segments, each billed separately and each capable of arriving out of order. RCS has no segmentation, so a 400-character message is one message, billed once, delivered whole.
The limits worth writing down
- Text message body: 3,072 characters.
- Total message payload: 250 KB.
- Media file: 100 MB.
- Rich card title: 200 characters.
- Rich card description: 2,000 characters.
- Suggestion label: 25 characters.
- Suggestions per rich card: 4.
- Suggestions per text message: 11, counting any persistent suggestions.
- Cards in a carousel: 2 to 10.
The suggestion label limit at 25 characters is the one that bites in practice. It is short, it is counted including spaces, and truncation on a narrow handset is ugly. Write button labels first and the message body second, not the other way round.
Why the SMS comparison is misleading
A 160-character SMS is not a limit on what you can send, it is a limit on what you can send in one billed unit. Longer texts are concatenated, and the encoding matters: switching from GSM-7 to UCS-2, which a single emoji or curly apostrophe will do, drops each segment from 160 characters to 70. That is why an innocuous copy edit can quietly triple the cost of a campaign.
None of that applies to RCS. There is no segmentation, no encoding cliff, and no per-segment billing. RCS vs SMS covers the rest of the differences, and how much RCS costs has the published rates.
Just because you can does not mean you should
3,072 characters is roughly 500 words. Almost nothing in a business message should be anywhere near that. The messages that perform are short, and the reason is structural rather than stylistic: an RCS message is read in a notification and a thread, on a phone, usually in a few seconds, and the action lives in a button rather than in the prose.
A workable shape for most sends is two or three sentences of context, one image if it genuinely adds information, and one primary suggestion. If the content will not compress to that, the message is usually the wrong artefact and the right one is a message that links into an authenticated page or a longer document.
Where the extra room does earn its keep is in the rich card description, which can carry the detail that would otherwise force a second message: terms, a delivery window, a full address, a list of what is included. Putting that on the card rather than in a follow-up keeps the thread clean and keeps the billing to one message.
- RCS text messages allow up to 3,072 characters with no segmentation and no per-segment billing.
- The full message payload is capped at 250 KB, and media files at 100 MB.
- Rich cards allow a 200-character title, a 2,000-character description, and four suggestions.
- Suggestion labels are limited to 25 characters, which is the constraint most likely to force a rewrite.
- SMS encoding cliffs, where one emoji cuts segments from 160 to 70 characters, do not exist on RCS.