WhatsApp Link Preview Not Updating? Here's Why
WhatsApp link preview not updating?
Check your Open Graph tags free with Proovd — paste a URL and see exactly how it looks on X, LinkedIn, Slack, Discord, WhatsApp, and Reddit.
Quick Answer
- WhatsApp caches OG tags aggressively with no public cache-clearing tool
- Workaround: add a query parameter to the URL to force a new fetch
- Ensure og:image is at least 300×157 pixels
Why WhatsApp Won't Update Your Link Preview
WhatsApp is notoriously aggressive about caching link previews. Unlike LinkedIn (which has Post Inspector) or X (which has a Card Validator), WhatsApp provides no public tool to clear its cache. Once WhatsApp fetches a URL's OG tags, it stores them for days — sometimes weeks.
Here's what's happening:
- You update your page's OG tags
- You share the same URL in a WhatsApp group
- WhatsApp shows the old preview because it's cached
- You wait. The old preview persists
This is frustrating, but there are workarounds.
Workaround 1: Add a Query Parameter
The fastest way to force WhatsApp to re-fetch your OG tags is to change the URL slightly. Add a query parameter:
https://yoursite.com/page?v=2
WhatsApp treats this as a different URL and will fetch the OG tags fresh. Your actual page content doesn't need to change — the query parameter is ignored by your server. WhatsApp just sees a different URL and fetches it new.
Once WhatsApp caches the new preview, you can go back to the original URL (without the query parameter) and it may still show the old cached version. At that point, you'll need to wait for the cache to expire naturally.
Workaround 2: Wait for Cache Expiration
WhatsApp's cache typically expires after 3-7 days, but this isn't guaranteed. If you're not in a rush, simply wait and share the URL again later.
Workaround 3: Share from a Different Device or Number
WhatsApp caches previews per account. If you share the same URL from a different WhatsApp account or device, it may fetch fresh OG tags. This is useful for testing but not practical for production sharing.
Ensure Your OG Tags Are Correct First
Before you try any workaround, make sure your OG tags are actually correct. WhatsApp needs these tags:
<meta property="og:title" content="Your Title" />
<meta property="og:description" content="Your description" />
<meta property="og:image" content="https://yoursite.com/image.jpg" />
WhatsApp's minimum image requirement is 300×157 pixels. Smaller images may not display properly.
Use Proovd to verify your tags are correct before trying workarounds.
Quick Fix Checklist
- Confirm
og:title,og:description, andog:imagetags are present - Verify image is at least 300×157 pixels
- Add a query parameter (
?v=2) to the URL to force a new fetch - Share the modified URL in WhatsApp
- Verify the preview updated correctly
Frequently Asked Questions
Does WhatsApp have a cache-clearing tool?
No. Unlike Facebook (Sharing Debugger), LinkedIn (Post Inspector), or X (Card Validator), WhatsApp does not provide any public tool to clear link preview cache.
How long does WhatsApp cache link previews?
Typically 3-7 days, but this is not guaranteed. The query parameter workaround is the fastest way to force a refresh.
Does WhatsApp use Twitter Card tags?
WhatsApp primarily uses Open Graph tags. It may fall back to Twitter Card tags, but you should always set OG tags first.
Related Articles
Check your WhatsApp link preview before you share
Check your Open Graph tags free with Proovd — paste a URL and see the preview on X, LinkedIn, Slack, Discord, WhatsApp, and Reddit.