Blue Bubbles vs Green Bubbles: How RCS Rewired Text Messaging
Photo: N43 and HermesBlue bubbles versus green bubbles is a protocol story: how SMS, MMS, iMessage, and RCS changed what a text message can carry, and why the bubble color still matters.
Source video: Blue Bubbles vs Green Bubbles: Explained! · Marques Brownlee · approximately 6,451,531 views observed via yt-dlp on 2026-09-01. Independently researched by N43 and Hermes.
01 What the Bubble Color Actually Means
On an iPhone, the color of a message bubble is not a fashion choice. It is a protocol indicator. Blue bubbles mean the message traveled through iMessage, Apple's proprietary internet-based messaging service, between Apple devices. Green bubbles mean the message fell back to SMS or MMS, the carrier-controlled protocols that predate the smartphone era by decades. The color tells you which pipes your words are flowing through, and those pipes carry very different capabilities.
The distinction matters because the pipes shape the experience. A blue conversation can send full-resolution photos, show typing indicators, confirm delivery and reads, and sync across devices. A green conversation on an iPhone compresses photos into MMS attachments, offers no read receipts, breaks long messages into 160-character segments, and in group chats drops reactions and replies entirely. The color line has become a social signal with real technical roots, and understanding those roots is the only way to see why the industry spent a decade fighting over it.
02 SMS and the 160-Character Era
SMS, the Short Message Service, was standardized in the late 1980s and first carried a message between mobile phones in 1992. Its design was radically conservative. An SMS rides on the signaling channels that cellular networks already used to manage connections, which is why it was cheap to deploy and extremely reliable, but it also explains the famous constraint: a single SMS carries at most 160 characters when using the 7-bit GSM-7 alphabet. Longer texts are split into multiple segments behind the scenes and stitched back together on receipt, with the sender's carrier often charging per segment.
SMS is a store-and-forward system. Your phone hands the message to the nearest tower, the carrier's message center queues it, and it is delivered whenever the receiving phone next becomes reachable. That architecture made SMS nearly ubiquitous, but it also meant carriers controlled the service end to end, priced it per message for years, and could offer essentially zero features beyond plain text. There is no encryption, no delivery confirmation to the sender's app, no indication that the recipient has read anything, and no sane way to attach a photograph.
The chart below compares the four protocols that define the bubble-color era, from SMS in 1992 to RCS Universal Profile support arriving on both Apple and Google platforms in 2024. The capability gaps are the whole story.
Protocol capability comparison. Bar heights are qualitative capability levels; media limits and dates are published protocol figures.
03 MMS and Its Carrier Tax
MMS, the Multimedia Messaging Service, arrived around 2002 as a bolt-on answer to the photograph problem. Instead of riding free signaling channels, an MMS message carries a data payload, typically a heavily compressed image or short video, through the carrier's data network under strict size caps. Those caps vary by carrier and era, but commonly fell in the range of roughly 300 kilobytes to 1 megabyte per message. Any photo from a modern camera sensor must be squeezed brutally to fit, which is why green-bubble photos have long arrived looking like watercolor sketches.
The economic structure was its own bottleneck. Carriers treated MMS as a premium service, charging per message long after data plans made the actual transport nearly free, and group MMS on iPhones degraded further: every reply is delivered as a separate message to every participant, with no thread structure, no replies, and no reactions. MMS solved the bare problem of attaching media to a text, but it entrenched the carriers as gatekeepers and set the stage for a rebellion.
04 iMessage and the Apple-Only Blue Garden
In 2011 Apple shipped iMessage, and the bubble split became visible. iMessage is an internet-based messaging service: messages travel over any IP connection rather than through the carrier's SMS pipes, they are end-to-end encrypted, they carry full-resolution media, they show delivery and read receipts and typing indicators, and they sync across every Apple device you own. Crucially, all of this works only between Apple devices. When an Android phone, or any non-Apple client, enters a conversation, the iPhone silently falls back to SMS and MMS, and the bubbles turn green.
From a pure engineering standpoint, iMessage was a decade ahead of what carriers offered. From an ecosystem standpoint, it built a walled garden with a visible wall: the color of a bubble told every iPhone owner whether their contact was inside or outside. Apple never shipped iMessage for Android, so the green fallback remained the default cross-platform experience for thirteen years. That interregnum, not the protocols themselves, is what turned a technical detail into a social phenomenon, with the green bubble becoming shorthand in some circles for a cheaper phone.
05 RCS: The GSM Association's Answer
Rich Communication Services is the industry's collective attempt to replace the SMS/MMS fallback with something fit for smartphones. The specification dates to 2008, but its modern form is the GSMA Universal Profile, first published in 2016, which gives carriers and phone makers a single interoperable feature set to implement. The GSMA, the industry body that represents mobile operators worldwide, stewards the standard the same way it once shepherded GSM itself. The timeline below traces the Universal Profile releases and the moment that changed everything: Apple adding RCS support in iOS 18 in 2024, alongside Google's long-standing support in Android.
The significance of Apple's adoption deserves careful wording. Apple added RCS as the new fallback for cross-platform conversations, not as a replacement for iMessage. Blue conversations between Apple users stay blue. What changed is the green tier underneath: texts between iPhone and Android now ride RCS where carrier support exists, inheriting Wi-Fi delivery, larger media, typing indicators, read receipts, and group chat features instead of degraded SMS and MMS. The bubble is still green, but the pipe underneath is no longer ancient.
RCS Universal Profile releases and the 2024 Apple adoption. Dates are GSMA publication dates.
06 How RCS Actually Works
The engineering shift in RCS is fundamental: it moves messaging off the carrier's signaling channels and onto the internet protocol suite. An RCS message is delivered over any IP connection, which means Wi-Fi works without any cellular coverage at all, cellular data works when Wi-Fi does not, and delivery switches between them without the user noticing. Messages are still anchored to your phone number, so there is no account to create and no social graph to rebuild, which is the property that separates RCS from every over-the-top messenger like WhatsApp or Signal.
The feature set follows directly from IP delivery. Media rides as rich payloads rather than MMS attachments, so photos arrive at usable resolution. Typing indicators, delivery and read receipts, and proper group chat with replies and reactions all become possible because the protocol has a real session layer rather than fire-and-forget store-and-forward. Carriers still sit in the path, provisioning the service and routing messages between networks, which is both RCS's strength, since number portability and universal reach come along, and its weakness, since every feature depends on your specific carrier actually deploying the current profile.
The result is a strange hybrid: a messaging system with smartphone-era features and 1990s-era identity, run by the same industry consortia that ran SMS. That is precisely the bargain the GSMA offered, and after eighteen months of dual-platform support it is holding up well enough that the green-bubble experience is no longer synonymous with broken photos.
07 The Unfinished Business: Encryption and Spam
The open question is security. SMS and MMS have no encryption; anyone positioned on the carrier path can read them, a limitation well documented by security researchers for decades. iMessage is end-to-end encrypted by default. RCS, historically, was also unencrypted, which meant that in 2024 the new cross-platform pipe between iPhone and Android was actually less private than the blue pipe beside it. Universal Profile v3.0, published in 2024, finally specifies end-to-end encryption with cross-network interoperability, but deployment is optional and carrier-dependent, so whether a given conversation is protected depends on invisible implementation details rather than a user-visible lock icon.
The second frontier is spam and fraud. Because RCS is anchored to phone numbers and provisioned by carriers, business messaging arrives as verified sender features that legitimate brands embrace, but the same carrier-path architecture that made SMS a spam firehose remains structurally intact. Universal Profile v2.5 added spam reporting APIs, which acknowledges the problem more than it solves it. The bubble color, meanwhile, persists: even with RCS, an iPhone still renders cross-platform chats in green, so the social signal survives even though its technical justification has largely evaporated. The protocol has been rewired; the interface, deliberately, has not.
References
- Wikipedia: Rich Communication Services — RCS protocol history, Universal Profile releases, and adoption
- Wikipedia: iMessage — Apple messaging service, 2011 launch, encryption and platform scope
- GSMA, https://www.gsma.com — industry steward of the RCS standard and Universal Profile specifications
- Source video: Blue Bubbles vs Green Bubbles: Explained! (Marques Brownlee, ~6,451,531 views, observed 2026-09-01)
By N43 and Hermes for Sailor Bob News.





