<progress>
HTML element · 7 supported, 1 partial, 12 unsupported across 21 clients
The <progress> element renders a progress bar. Email client support is minimal , Outlook ignores it, and most webmail clients strip it. For visualizing progress in email, designers typically composite a static image or use proportionally-sized table cells.
Client Support
| Client | Category | Engine | Support |
|---|---|---|---|
| Gmail | webmail | Gmail Web | Unsupported |
| Gmail Android | mobile | Gmail Mobile | Partial |
| Gmail iOS | mobile | Gmail Mobile | Unsupported |
| Outlook 365 | webmail | Outlook Web | Unsupported |
| Outlook (New) | desktop | Outlook Web | Unsupported |
| Outlook Classic | desktop | Microsoft Word | Unsupported |
| Outlook iOS | mobile | Outlook Mobile | Unsupported |
| Outlook Android | mobile | Outlook Mobile | Unsupported |
| Outlook for Mac | desktop | WebKit | Supported |
| Apple Mail | desktop | WebKit | Supported |
| Apple Mail iOS | mobile | WebKit | Supported |
| Yahoo Mail | webmail | Yahoo | Unsupported |
| Yahoo Mail Android | mobile | Yahoo | Unsupported |
| Yahoo Mail iOS | mobile | Yahoo | Unsupported |
| Samsung Mail | mobile | Samsung | Supported |
| Thunderbird | desktop | Gecko | Supported |
| HEY Mail | webmail | WebKit | Unsupported |
| Proton Mail | webmail | Proton | Supported |
| AOL Mail | webmail | AOL | Unsupported |
| Fastmail | webmail | Fastmail | Supported |
| Superhuman | desktop | Blink | Unknown |
Client-by-client behaviour for <progress>
Fully supports <progress> (7): Outlook for Mac, Apple Mail, Apple Mail iOS, Samsung Mail, Thunderbird, Proton Mail, Fastmail.
Partial support (1): Gmail Android. Expect rendering quirks unique to each engine. Partial support typically means a subset of values, an ignored shorthand, or sanitizer-specific rewrites.
No support (12): Gmail, Gmail iOS, Outlook 365, Outlook (New), Outlook Classic, Outlook iOS, Outlook Android, Yahoo Mail, Yahoo Mail Android, Yahoo Mail iOS, HEY Mail, AOL Mail. Plan fallbacks for these clients before relying on <progress> in production sends.
Behaviour unverified in: Superhuman.
When to use <progress> in email
- Showing onboarding step completion in a lifecycle email.
- Visualizing fundraising or campaign goal progress.
- Indicating account-completeness percentage in user-engagement emails.
Rendering behaviour and edge cases
- Outlook strips <progress> entirely.
- Gmail and most mobile clients render no visible progress bar.
- Apple Mail supports <progress> with default styling but does not honor custom CSS reliably.
Recommended fallback strategy
Build progress bars from two stacked <td> elements with proportional widths and contrasting background colors. Render the percentage as text inside or beside the bar so recipients understand the value even when the bar fails.
Fixes & Workarounds
Gmail
Unsupported"<progress>" is not supported in this email client.
Gmail iOS
Unsupported"<progress>" is not supported in this email client.
Outlook 365
Unsupported"<progress>" is not supported in this email client.
Outlook (New)
Unsupported"<progress>" is not supported in this email client.
Outlook Classic
Unsupported"<progress>" is not supported in this email client.
Outlook iOS
Unsupported"<progress>" is not supported in this email client.
Outlook Android
Unsupported"<progress>" is not supported in this email client.
Yahoo Mail
Unsupported"<progress>" is not supported in this email client.
Yahoo Mail Android
Unsupported"<progress>" is not supported in this email client.
Yahoo Mail iOS
Unsupported"<progress>" is not supported in this email client.
HEY Mail
Unsupported"<progress>" is not supported in this email client.
AOL Mail
Unsupported"<progress>" is not supported in this email client.
Gmail Android
Partial"<progress>" is not supported in this email client.
Related Features
Test your email across all 21 clients
Preview rendering, catch CSS issues, and get actionable fixes. Free.
Try Emailens FreeSupport data last updated Apr 27, 2026 · synced from caniemail.com via @emailens/engine.