Skip to main content
HTML Elements

<progress>

HTML element · 4 supported, 1 partial, 9 unsupported across 15 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

ClientCategoryEngineSupport
GmailwebmailGmail WebUnsupported
Gmail AndroidmobileGmail MobilePartial
Gmail iOSmobileGmail MobileUnsupported
Outlook 365webmailOutlook WebUnsupported
Outlook (New)desktopOutlook WebUnsupported
Outlook ClassicdesktopMicrosoft WordUnsupported
Outlook iOSmobileOutlook MobileUnsupported
Outlook AndroidmobileOutlook MobileUnsupported
Apple MaildesktopWebKitSupported
Apple Mail iOSmobileWebKitSupported
Yahoo MailwebmailYahooUnsupported
Samsung MailmobileSamsungSupported
ThunderbirddesktopGeckoSupported
HEY MailwebmailWebKitUnsupported
SuperhumandesktopBlinkUnknown

Client-by-client behaviour for <progress>

Fully supports <progress> (4): Apple Mail, Apple Mail iOS, Samsung Mail, Thunderbird.

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 (9): Gmail, Gmail iOS, Outlook 365, Outlook (New), Outlook Classic, Outlook iOS, Outlook Android, Yahoo Mail, HEY 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.

HEY 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 15 clients

Preview rendering, catch CSS issues, and get actionable fixes — free.

Try Emailens Free

Support data last updated Apr 27, 2026 · synced from caniemail.com via @emailens/engine.