Skip to main content
CSS Functions

calc

CSS function · 9 supported, 2 partial, 9 unsupported across 21 clients

The calc() function performs runtime arithmetic on CSS values, allowing expressions like calc(100% - 40px). Email support is moderate , modern clients honor it, Outlook on Windows does not, and behavior in Gmail varies across mobile and web. For maximum reliability, pre-compute values and supply literal pixel widths.

Client Support

ClientCategoryEngineSupport
GmailwebmailGmail WebSupported
Gmail AndroidmobileGmail MobilePartial
Gmail iOSmobileGmail MobilePartial
Outlook 365webmailOutlook WebUnsupported
Outlook (New)desktopOutlook WebUnsupported
Outlook ClassicdesktopMicrosoft WordUnsupported
Outlook iOSmobileOutlook MobileUnsupported
Outlook AndroidmobileOutlook MobileUnsupported
Outlook for MacdesktopWebKitSupported
Apple MaildesktopWebKitSupported
Apple Mail iOSmobileWebKitSupported
Yahoo MailwebmailYahooUnsupported
Yahoo Mail AndroidmobileYahooUnsupported
Yahoo Mail iOSmobileYahooUnsupported
Samsung MailmobileSamsungSupported
ThunderbirddesktopGeckoSupported
HEY MailwebmailWebKitSupported
Proton MailwebmailProtonSupported
AOL MailwebmailAOLUnsupported
FastmailwebmailFastmailSupported
SuperhumandesktopBlinkUnknown

Client-by-client behaviour for calc

Fully supports calc (9): Gmail, Outlook for Mac, Apple Mail, Apple Mail iOS, Samsung Mail, Thunderbird, HEY Mail, Proton Mail, Fastmail.

Partial support (2): Gmail Android, Gmail iOS. 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): Outlook 365, Outlook (New), Outlook Classic, Outlook iOS, Outlook Android, Yahoo Mail, Yahoo Mail Android, Yahoo Mail iOS, AOL Mail. Plan fallbacks for these clients before relying on calc in production sends.

Behaviour unverified in: Superhuman.

When to use calc in email

  • Sizing a side-bar column relative to a fluid main column.
  • Reserving pixel-perfect padding inside a percentage-width container.
  • Calculating button widths that respect their padding without breaking on mobile.

Rendering behaviour and edge cases

  • Outlook on Windows ignores calc() and falls back to the original CSS keyword (auto, etc.).
  • Gmail Web supports calc() but mobile Gmail apps lag.
  • Mixing units (e.g., 100% - 40px) is the most fragile pattern , same-unit math is more reliable.

Recommended fallback strategy

Provide a literal width fallback before any calc() declaration so Outlook receives a sensible value. Avoid calc() for critical layout dimensions unless every targeted client supports it.

Fixes & Workarounds

Outlook 365

Unsupported

"calc" is not supported in this email client.

Outlook (New)

Unsupported

"calc" is not supported in this email client.

Outlook Classic

Unsupported

"calc" is not supported in this email client.

Outlook iOS

Unsupported

"calc" is not supported in this email client.

Outlook Android

Unsupported

"calc" is not supported in this email client.

Yahoo Mail

Unsupported

"calc" is not supported in this email client.

Yahoo Mail Android

Unsupported

"calc" is not supported in this email client.

Yahoo Mail iOS

Unsupported

"calc" is not supported in this email client.

AOL Mail

Unsupported

"calc" is not supported in this email client.

Gmail Android

Partial

"calc" is not supported in this email client.

Gmail iOS

Partial

"calc" 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 Free

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