Do countdown timers work in Gmail, Outlook and Apple Mail?

Short answer: yes, in every mainstream client — because a countdown timer in email is an image, not code. The longer answer is worth two minutes, because the differences between clients decide how you should design the timer.

No email client runs JavaScript — so nothing really “ticks”

This is the single fact that explains the whole category. Email clients do not execute scripts, so no product can make digits count down inside an open inbox. What every vendor calls a “live” or “real-time” timer is the same mechanism: the image is re-rendered by a server each time the email is opened, and it shows the time remaining at that moment. Anyone claiming otherwise is describing the effect, not the implementation.

Gmail: works, but every open comes through Google’s proxy

Gmail rewrites image URLs to route through googleusercontent, so the request that reaches the timer server comes from Google rather than from the reader. Animation works and reopening after a minute shows a fresh time. The practical consequence is for analytics rather than rendering: opens arrive from shared Google addresses, so geographic data on those views is unreliable.

Apple Mail: works, but Privacy Protection prefetches images

With Mail Privacy Protection enabled, Apple downloads images when the message is delivered rather than when a human opens it. The timer renders correctly, but the “first open” it records may be the prefetch. This matters mainly for per-recipient evergreen timers, where the countdown starts at first open — see the dedicated answer below.

Outlook on Windows: shows the first frame only

Older Outlook desktop versions on Windows do not animate GIFs — they display the first frame and stop. That sounds fatal and is not, provided the first frame is a valid rendering rather than a placeholder: the image is generated at the moment of opening, so a static first frame still shows the correct remaining time. Check this when evaluating any timer vendor; it is the most common way a cheap implementation falls over.

What to actually verify before a big send

Send yourself a real campaign and check four things in each client that matters to you: does the image animate; does it show a sensible time if it does not animate; does the time change when you reopen a minute later; and, if you use evergreen mode, do two different recipients see two different countdowns.

FAQ

Will the timer work in Outlook.com and the new Outlook?

Yes. The web and modern Outlook clients render animated images normally. The first-frame limitation belongs to the older desktop versions built on the Word rendering engine.

What if the recipient blocks images?

They see the alt text, the same as any other image in the email. Keep the alt text meaningful — “Offer ends soon” beats “countdown” — and never put information that only exists inside the timer.

Does a countdown timer hurt deliverability?

It is one more image request, no different from a hero image. It is served from the timer provider’s own hostname, so it does not affect your sending domain’s reputation.

Build a countdown that behaves

Free during early access — no watermark, no credit card.

Create your free countdown
More answers

Setting one up? See guides for your email platform or website embed guides.

Last updated: 2026-08-01.