Back to Journal/Troubleshooting

How to Clear WhatsApp Link Preview Cache

Learn practical ways to refresh stale WhatsApp link previews after changing Open Graph titles, descriptions, or images, plus how to verify the fixed metadata.

LT
LinkPeek TeamOG Experts
June 28, 2026·7 min read

Direct Answer

You cannot press one universal "clear cache" button for every WhatsApp link preview. WhatsApp caches Open Graph metadata after a URL is shared, so the practical fix is to confirm the page source is correct, then force WhatsApp to see a changed URL or changed image URL.

The fastest workflow is:

  • Verify the current Open Graph tags with the WhatsApp link preview checker
  • Update og:title, og:description, and og:image in the page source
  • Change the image URL or add a version query like ?v=2
  • Retest the canonical URL and a cache-busted URL
  • Share the final URL only after the preview is correct

Why WhatsApp Shows an Old Preview

WhatsApp caches link preview data to make chats fast. When someone pastes a URL, WhatsApp reads the Open Graph tags and stores the preview result. If you later change the image, title, or description, WhatsApp may still show the old card because it already has a cached response for that exact URL.

This is why a page can look fixed in your browser while WhatsApp still shows an old image. The browser loads the live page. WhatsApp may be showing cached metadata.


Step 1: Confirm the Metadata Is Actually Fixed

Before blaming cache, check the source. Many teams update the visible page title but forget the social tags.

Use LinkPeek and verify:

  • og:title is the title you want WhatsApp to show
  • og:description is concise and page-specific
  • og:image points to the right image
  • og:image is absolute, HTTPS, and accessible without login
  • og:url matches the canonical URL you plan to share

If those values are still wrong, clearing cache will not help. Fix the source first.


Step 2: Version the Image URL

The cleanest cache refresh is changing the preview image URL when the image changes.

html
<meta property="og:image" content="https://example.com/og/product-launch-v2.jpg" />

If you cannot rename the file, add a version query:

html
<meta property="og:image" content="https://example.com/og/product-launch.jpg?v=2" />

This gives WhatsApp a new asset URL to fetch instead of reusing the old cached image.


Step 3: Test a Cache-Busted Page URL

If WhatsApp still shows an old card for the page itself, test a versioned page URL:

code
https://example.com/product?v=2

Do not make random query strings your permanent marketing URL unless you need to. Use this as a test to prove whether the metadata is fixed and whether the problem is cache-related.


Step 4: Avoid Creating Duplicate SEO URLs

Cache-busted URLs are useful for testing, but your canonical URL should stay stable. Keep your canonical tag, sitemap URL, internal links, and og:url pointed at the clean page URL.

Use a versioned image URL more often than a versioned page URL. That usually refreshes the visual card without splitting link equity across multiple URLs.


Try LinkPeek

Use the WhatsApp link preview checker to verify the current card, then use the Open Graph preview tool to compare the same URL across LinkedIn, X, Slack, Discord, and Instagram before you share it.


FAQ

Q: Can I directly clear WhatsApp's preview cache?

A: Not reliably for every user and URL. The practical approach is to fix the tags and change the image URL or test a versioned page URL.

Q: Why does WhatsApp still show the old image after I changed it?

A: WhatsApp may have cached the original og:image response. Rename the image or add a version query to the image URL.

Q: Should I change my canonical URL to clear cache?

A: No. Keep the canonical URL clean. Use versioning for testing or for the image asset, not as a permanent SEO workaround.

Q: How do I know if the issue is cache or bad metadata?

A: Run the URL through LinkPeek. If the current tags are correct but WhatsApp still shows old data, cache is likely the problem.

Try LinkPeek

Preview the card before you share the URL

Test Open Graph tags, Twitter Cards, WhatsApp previews, LinkedIn cards, Slack unfurls, Discord cards, Instagram-style previews, and localhost URLs before the link reaches your audience.

Open the preview checker
#clear WhatsApp link preview cache#WhatsApp preview cache#WhatsApp link preview not updating#WhatsApp old image showing#WhatsApp OG image cache#whatsapp link preview checker
Continue Reading