Skip to main content
CSS Functions

calc

CSS function · 6 supported, 2 partial, 6 unsupported across 15 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
Apple MaildesktopWebKitSupported
Apple Mail iOSmobileWebKitSupported
Yahoo MailwebmailYahooUnsupported
Samsung MailmobileSamsungSupported
ThunderbirddesktopGeckoSupported
HEY MailwebmailWebKitSupported
SuperhumandesktopBlinkUnknown

Client-by-client behaviour for calc

Fully supports calc (6): Gmail, Apple Mail, Apple Mail iOS, Samsung Mail, Thunderbird, HEY Mail.

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

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 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.