You tap the comment icon on a TikTok video and… nothing. A spinning wheel. A blank panel. Or the unhelpful "Couldn't load comments" toast. It happens to millions of users every week — TikTok serves over 1.99 billion monthly active users, and the comment endpoint is one of the most-hit APIs on the platform.
Below is the full troubleshooting list, ordered from "takes 5 seconds" to "last resort". Work through them top-down — most issues resolve before fix #5.
Why TikTok comments fail to load
There are four root causes, and every fix in this article maps to one of them:
- Network issues — your connection dropped, throttled, or got blocked by a firewall
- App-side cache or version bugs — TikTok stored stale data or you're on an outdated build
- Server or regional outage — TikTok's comment service is down or geo-blocked for your IP
- Content restrictions — the creator disabled comments, restricted them, or your account was rate-limited
Knowing which bucket you're in saves time. If comments load on some videos but not others, it's #4. If every video shows blank comments, it's #1, #2, or #3.
Fix 1: Pull-to-refresh the comment section
Tap the comment icon, then drag down inside the comment panel. This forces TikTok to re-request the feed instead of showing the cached empty state. Works ~30% of the time on its own and takes 2 seconds.
Fix 2: Force-close and reopen TikTok
iOS: swipe up from the bottom of the screen and flick TikTok off the app switcher. Android: tap the recent apps button and swipe TikTok away. Reopen the app and try the same video. This clears in-memory caches that often hold corrupted comment payloads.
Fix 3: Check your internet connection
Comments load over a separate API endpoint than videos. You can be watching videos fine but failing on comments because comments require a more reliable connection. Try:
- Switching from Wi-Fi to mobile data (or vice versa)
- Running a speed test — TikTok needs ~1 Mbps stable for comments
- Disabling VPN if active (especially exit nodes in jurisdictions where TikTok throttles)
If you're on a corporate Wi-Fi, school network, or hotel Wi-Fi, the comment endpoint may be specifically blocked even though video playback works.
Fix 4: Update the TikTok app
TikTok ships updates roughly weekly. Old builds frequently lose compatibility with backend API changes — and the comment endpoint changes more often than playback. Check the App Store (iOS) or Play Store (Android) for an update. If you're already on the latest, skip to fix 5.
Fix 5: Clear the TikTok cache
iOS: Profile → menu → Settings and privacy → Free up space → Clear cache.
Android: Settings → Apps → TikTok → Storage → Clear cache.
This wipes hundreds of MB of stored thumbnails, video chunks, and — critically — the comment cache database. Your account stays logged in. You'll lose drafts, so save those first.
Fix 6: Log out and log back in
Profile → menu → Settings and privacy → scroll to the bottom → Log out. Sign back in with your phone number, email, or social login. This refreshes your auth token, which is sometimes the silent reason the comment API rejects your requests with empty payloads.
Fix 7: Reinstall TikTok
The nuclear option for app-side bugs. Delete TikTok entirely (hold the icon → uninstall), then reinstall from the App Store or Play Store. You'll need to log in again, but every cache, setting, and orphaned database file is wiped. Reserves this for when fixes 1–6 fail across multiple sessions.
Fix 8: Check TikTok's server status
If everyone else also has broken comments, it's not you. Quick ways to verify:
- Search "TikTok comments" on Twitter/X and sort by Latest — outages produce a wall of complaints within minutes
- Check DownDetector's TikTok page for the past 24h spike chart
- Look at TikTok's official @tiktok_comms handle for incident posts
If it's an outage, there's nothing to do but wait — usually 15 minutes to a few hours.
Fix 9: Verify the video allows comments
Creators can disable comments on individual videos, or restrict them to "Friends" or "Followers". If you tap the comment icon and the section is genuinely empty (not loading, just empty), the creator may have:
- Set the video to "Comments off"
- Restricted comments to friends/followers and you don't qualify
- Filtered keyword/spam aggressively, hiding all visible comments from public view
- Made their account private since posting
You can spot this if the "Add comment" input box is missing or grayed out at the bottom of the panel.
Fix 10: Check if your account is restricted
TikTok rate-limits or shadow-bans accounts that violate community guidelines. If your account is in a soft restriction state, you may see comments fail to load while others' accounts work fine. Signs:
- Your own comments don't post or "vanish" after a few seconds
- Your video views suddenly dropped
- You received a Community Guidelines notification recently
If you suspect this, appeal via Profile → Settings → Report a problem. Restrictions usually last 48 hours to 7 days.
Fix 11: Try the TikTok web version
Open tiktok.com in a browser and navigate to the same video. The web client uses a different rendering path than the mobile app, and comments often load on web when the mobile app is stuck. This is also the easiest way to confirm whether the issue is your device or your account.
The workaround: export comments anyway
If you're trying to read comments for research — analyzing audience reactions to a campaign, vetting an influencer, monitoring competitor sentiment — the troubleshooting above is irrelevant. You don't actually need TikTok's UI to show you comments. You need the data.
ZocialComment's TikTok exporter pulls every public comment on a video into a CSV or JSON file, regardless of what your mobile app is doing. Paste a URL, click export, download the file. You can read all of them in Excel, Numbers, or Google Sheets without ever opening TikTok.
This is the workflow most agencies and brand researchers use anyway, because:
- You can sort and filter (top by likes, most replies, contains keyword)
- You can run sentiment analysis on the full dataset, not just the top 50 visible in-app
- You can keep the data — TikTok's UI loses your scroll position constantly
- It works on viral videos where the in-app comments page would crash from sheer volume
The free tier exports up to 200 comments per video, three videos per day, no signup required. That's enough to test the workflow on the same video that's failing in your app right now.
FAQ
Why do TikTok comments load on some videos but not others?
That's almost always a content-restriction issue (fix 9), not a network or app issue. The creator has disabled, restricted, or aggressively filtered comments on the affected videos.
Does a VPN cause TikTok comments to fail?
Often, yes. TikTok routes the comment endpoint through different infrastructure than video playback, and VPN exit nodes in certain regions are flagged. Disable the VPN to test.
Why do comments load slowly even when they eventually appear?
The most common cause is your account auto-translation setting. TikTok translates non-native-language comments on the fly, which adds latency. Profile → Settings → Language → toggle off "Translate comments" to speed it up.
I can see comments but not post replies — same problem?
Different issue. Reply posting is gated by account standing (fix 10), age verification, or per-video creator settings. Comments not loading is usually a client-side or network issue; comments not posting is account-side.
How long should I wait for comments to load before assuming there's a problem?
TikTok's comment endpoint usually responds within 800ms on a healthy connection. If you've waited more than 5 seconds, refresh — the request has almost certainly timed out silently.
The 30-second action plan
If you only have time for the most effective fixes:
- Pull-to-refresh the comment panel
- Force-close and reopen TikTok
- Toggle airplane mode on for 5 seconds, then off
- If still broken, open tiktok.com on web
- If you're a researcher or brand, just export the comments directly and skip the UI
These five steps resolve over 95% of "TikTok comments not loading" cases. The rest are either an outage (wait) or an account restriction (appeal).