Skip to content
4.4Intermediate8 min

TikTok Algorithm: For You Page, Monolith and Social Search

Blck Alpaca
Summarize with AIChatGPTClaudePerplexity

Opens the chat with a prepared prompt.

Definition

The TikTok algorithm is a recommender system that tests every video against the entire candidate pool regardless of follower count and sorts it by predicted response. TikTok states that it weights a strong interest signal, such as a longer video watched all the way through, more heavily than a weak one.

Key Takeaways

  • The For You Page does not filter by followers: every video competes against the entire candidate pool, and followers only give you a small advantage when a new video starts.
  • ByteDance disclosed the architecture of its recommender system in the 2022 Monolith paper: a collision-free embedding table via cuckoo hashing, a worker and parameter server setup, and online training against concept drift.
  • It is documented that TikTok weights a strong interest signal such as watching a longer video all the way through more heavily than a weak one; TikTok names likes, shares, comments and follows as interest signals without publishing any weights.
  • No TikTok primary source names fixed test pool thresholds such as 500 views; the only documented point is that new videos are first tested on small audiences.
  • TikTok is a search channel: according to TikTok, 1 in 4 users starts a search within the first 30 seconds of opening the app, and Creator Search Insights shows demand with no matching supply.
  • Since 13 September 2025, unoriginal or reused content without an own contribution has been excluded from the For You feed under TikTok's Community Guidelines.
  • In Germany, GWI data from the second quarter of 2025 puts monthly TikTok use at 34.0% of internet users aged 16 and over; daily usage time sits at around 75 minutes according to Agorapulse and ARD/ZDF data from 2025.

The TikTok algorithm decides in milliseconds which video plays next. It does so without regard for who anyone follows: the For You Page pulls candidates from the entire video inventory and sorts them by predicted response. Followers give you a small advantage when a new video starts, because the system can make a more reliable prediction for viewers it already knows. After that, what counts is how strangers react.

That makes TikTok the most consistent implementation of interest-based distribution. How the generic pipeline of candidate generation, light ranking, heavy ranking and re-ranking is built is covered in the article on the recommendation algorithm. This piece is about what sets TikTok apart from other feeds: the evidence on ranking signals, the app's double role as feed and search engine, and the architecture ByteDance has documented itself.

Monolith: what ByteDance has disclosed about its recommendation architecture

ByteDance disclosed the architecture of its recommender system with Monolith in 2022. Three of its building blocks matter in practice.

Collision-free embedding table: Classic systems hash user and item IDs onto a fixed table size. Two different videos then land in the same memory slot and share learning information, which dilutes the prediction for both. Monolith puts a cuckoo hash map underneath that resolves collisions instead of tolerating them. Every video and every user keeps its own representation, even across billions of IDs.

Worker and parameter server architecture: Training and serving run separately, but in sync. The training instance updates parameters, the serving instance receives them at short intervals. That decouples compute load from live operation without letting the serving model go stale.

Online training against concept drift: Interest distributions shift within hours, not weeks. A model trained overnight in a batch is systematically outdated by morning. Monolith keeps training during live operation and treats drift as the normal case, not as an error.

One qualification belongs here: the paper names neither TikTok nor the For You Page, but a different ByteDance product. It describes the company's architectural principles, not verifiably the live system behind the app. It still matches what practitioners see. A video is not scored once and then filed away, it is reclassified again and again. That is why a video can suddenly pick up after days without reach. And that is why reach collapses mid run as soon as a new group of viewers responds differently than predicted.

Which TikTok algorithm ranking signals are documented

In its own explanation of the For You Page, TikTok describes that a longer video watched all the way through is weighted more heavily than a weak interest signal; the interest signals it names there are likes, shares, comments and follows. That text dates from 2020, and the Community Guidelines confirm the signal groups again in 2025, adding search queries. Which of the named signals TikTok classifies as the weak one is stated nowhere. The company has never published concrete weights.

That gives you a clean split between what you can treat as fact and what is industry folklore.

Signal

Evidence

What it means operationally

Watch time and completion

Named by TikTok itself as a strong signal

Set length by substance, not by target values; a short video watched to the end beats a longer one that drops off early

Shares, comments, follows

Named by TikTok as interest signals

In our assessment shares are the most valuable active signal, because they trigger distribution outside the feed

Likes

Named by TikTok as an interest signal, no weighting published

Of little use as a KPI, usable as a diagnostic for sympathy

Rewatches and loops

Plausible and widely cited across the industry, not named in TikTok's primary sources

Treat as a hypothesis, not as a rule

Early engagement velocity

Documented at X from the disclosed code, not at TikTok

No reason for posting time rituals down to the minute

Fixed test pool with view thresholds

No primary source names stages or thresholds

Do not use as a basis for planning

The test pool story is persistent: first 500 views, then the next stage, then viral. The only documented part of it is that new videos are first tested on small audiences. No TikTok source names fixed thresholds. Where such stories come from and which of them hold up empirically is covered in the article on shadowbans, cold start and myths.

Read traffic sources instead of counting views

TikTok Analytics reports per video where the views came from: For You, search, following and the personal profile. That breakdown is the most reliable diagnostic the platform gives you, and it is almost always ignored because the total view count is louder. Four patterns are worth evaluating.

  • A high For You share with low watch time: the video was tested broadly and switched off again. The problem sits in the first few seconds or in the length, not in distribution.
  • A high search share: the video answers a recurring question and ages slowly. Videos like this deserve successors on the same topic.
  • A high share from Following with a minimal For You share: the cold start never got past your own follower base, the model found no audience outside it.
  • A conspicuous profile share: viewers enter through your profile, which then becomes a ranking surface in its own right.

These four cases lead to completely different measures. A bare view count leads to none. On top of that, the traffic split of a video does not stay stable. A video can run almost exclusively through the For You Page at first and be found mainly through search weeks later. Judging performance as final on day one confuses the cold start with the result. As a rule of thumb from experience, a second look after a few days and a third after a few weeks pays off, to separate evergreen from short-lived.

Treat TikTok as a search engine

TikTok reported in 2025 that 1 in 4 users starts a search within the first 30 seconds of opening the app and that the platform records billions of search queries per day, up 40% year on year. According to the eMarketer Social Search Report 2025, almost 40% of TikTok users search several times a day and 73% at least once a day; those are US figures, and comparable numbers are not publicly available for the DACH region.

For research, TikTok introduced Creator Search Insights in 2024. The tool shows frequently searched topics, filterable by category, and flags content gap topics: search queries with high demand and few videos to match. You reach it through the search bar and through the creator tools in TikTok Studio.

The rest is search engine logic. The keyword has to be spoken, appear in the on-screen text and show up in the caption, because TikTok transcribes audio and recognises text. Generic hashtag sets are no substitute. Whether a query suits a video at all or rather a website is decided by search intent: comparison questions and how-to questions work in video, transactional queries rarely do. How search differs across TikTok, Instagram and LinkedIn is covered in the article on social SEO.

The originality rule from September 2025

TikTok published the rule on 14 August 2025; since 13 September 2025, unoriginal or reused content without an own contribution has been excluded from the For You feed. What counts as an own contribution is not set out in detail in the guidelines. In our assessment it covers everything that gets uploaded a second time without a new edit, without your own commentary and without new context.

There is no explicit watermark rule in the guidelines. A foreign platform logo in the frame is still the clearest marker of reused material, and as a rule of thumb: anyone repurposing Reels or Shorts on TikTok exports without the logo and re-edits natively. That costs a few minutes per video and removes the riskiest category.

TikTok in the DACH region: reach and limits

According to GWI data from the second quarter of 2025, published via DataReportal, 34.0% of German internet users aged 16 and over use TikTok monthly. That puts the platform behind WhatsApp, Facebook, Instagram and YouTube. Daily usage time reverses the picture: according to Agorapulse and ARD/ZDF data from 2025, TikTok sits at around 75 minutes per day, well ahead of Instagram and Facebook. Among Gen Z in Germany, TikTok reaches around 69% according to the Statista Global Consumer Survey 2025. As of August 2026, no more recent usage rate based on the same methodology is publicly available.

For DACH B2B that means: TikTok is rarely the channel where a purchase decision inside the buying centre is prepared. For recruiting, employer branding and products that need explaining to a broad audience, the combination of long dwell time and working search is hard to replace. The decision should hang on whether your audience searches there, not on whether it scrolls there.

Common mistakes

  • Cross-posting without a new edit: unchanged material without an own contribution has been the most direct route out of the For You feed since September 2025; a foreign platform logo also makes it easy to spot.
  • Optimising for views instead of retention: views are a result, retention is the lever; without a look at the retention curve, every adjustment stays guesswork.
  • Deleting and re-uploading: that destroys the learning data the system has already gathered on the video, and starts the cold start again without a better video.
  • An intro that runs too long: if the retention curve already crashes at the start, that is not an algorithm problem.
  • Hashtag rituals: a full hashtag set is no substitute for a spoken keyword.

One mistake sits a level higher and costs the most time: trying to reconstruct weights TikTok has never published. Trade articles circulate percentage values for individual signals, factors for shares against likes and supposed thresholds for completion rates. None of it comes from a primary source. What is documented are the signal groups and the statement that a strong interest signal counts for more than a weak one. There are no numbers attached to it. Anyone building content rules on values like these optimises against a guess and never notices, because swings in reach on TikTok can always be explained somehow.

How you measure progress

Three metrics are enough to steer by. The retention curve shows where viewers drop out and is the only metric that points directly at a change in the edit. The share of For You traffic shows whether a video got past your own follower base at all. The search share over time shows whether your content turns evergreen or dies with the trend.

Follower count is not among them. In a system that tests every video afresh against the entire pool, it is a lagging indicator. If you want to understand the TikTok algorithm, measure retention and traffic sources; everything else is interpretation.

Data & Statistics

ByteDance veröffentlichte 2022 das Monolith-Paper: Empfehlungssystem mit kollisionsfreier Embedding-Tabelle (Cuckoo-Hashing), Worker-Parameter-Server-Architektur und Online-Training gegen Concept Drift

ByteDance, Monolith (arXiv 2209.07663) (2022)

TikTok gewichtet ein vollständig angesehenes längeres Video stärker als ein schwaches Interessenssignal; genannte Signale sind Likes, Shares, Kommentare und Follows

TikTok Newsroom, How TikTok recommends videos for you (2020)

1 von 4 TikTok-Nutzern (25 %) startet innerhalb der ersten 30 Sekunden nach dem Öffnen der App eine Suchanfrage

TikTok Newsroom, TikTok World 2025 (2025)

Milliarden Suchanfragen pro Tag auf TikTok, plus 40 % gegenüber dem Vorjahr

TikTok Newsroom, TikTok World 2025 (2025)

Fast 40 % der TikTok-Nutzer suchen mehrmals täglich, 73 % mindestens einmal täglich (US-Daten)

eMarketer Social Search Report 2025 (2025)

Seit 13. September 2025 ist unoriginaler oder wiederverwendeter Content ohne eigenen Beitrag vom For-You-Feed ausgeschlossen (veröffentlicht am 14. August 2025)

TikTok Community Guidelines, Integrity and Authenticity (2025)

Creator Search Insights zeigt häufig gesuchte Themen und Content-Gap-Themen, eingeführt 2024

TikTok Newsroom, Creator Search Insights (2024)

34,0 % der deutschen Internetnutzer ab 16 Jahren nutzen TikTok monatlich

GWI Q2 2025 via DataReportal (2025)

Tägliche TikTok-Nutzungsdauer in Deutschland rund 75 Minuten

Agorapulse / ARD-ZDF 2025 (2025)

Gen Z in Deutschland: rund 69 % nutzen TikTok

Statista Global Consumer Survey (2025)

FAQ

How does the TikTok algorithm work?
For every session, TikTok pulls candidates from the entire video inventory, scores them with a neural model and sorts them by predicted response. Following is not a filter here, at most a head start on the first test of a new video. What matters is how strangers react in the first few seconds.
Which TikTok algorithm signals are actually documented?
TikTok itself names watch time and watching a video all the way through as a strong signal, plus likes, shares, comments and follows as interest signals. Which of these signals counts for how much has never been published by TikTok. Exact weightings and thresholds circulating in trade articles are third party interpretation.
Is it true that TikTok shows videos to 500 people first?
No, at least not verifiably. No TikTok primary source names fixed stages or view thresholds. The only documented point is the existence of a cold start phase in which a new video is tested on a small audience, without the circulated numbers having any basis.
What is Monolith and what does it have to do with the For You Page?
Monolith is the recommender system ByteDance published in 2022, with a collision-free embedding table and online training. The paper names neither TikTok nor the For You Page, but it does describe the architectural principles of the ByteDance recommendation stack. What matters in practice is mainly the approach of retraining the model continuously instead of once a night.
Is TikTok really a search engine?
For a relevant share of usage, yes. TikTok stated in 2025 that 1 in 4 users searches within the first 30 seconds of opening the app, and reported billions of search queries per day, up 40% year on year. No comparable primary figures are available for the DACH region.
Does TikTok penalise videos from other platforms?
Since 13 September 2025, unoriginal or reused content without an own contribution has been excluded from the For You feed under the Community Guidelines. There is no explicit watermark rule there, but a foreign logo in the frame makes reused material particularly easy to spot. If you repurpose material, re-edit it natively and add your own context.
Is TikTok worth it for B2B in the DACH region?
Rarely as a primary channel for decision makers, often as a recruiting and employer branding channel. In Germany, GWI data from the second quarter of 2025 puts monthly TikTok use at 34.0% of internet users aged 16 and over, and among Gen Z at around 69% according to the Statista Global Consumer Survey 2025. The decision hangs on whether your audience searches there at all.

Want to go deeper?

Get new analyses straight to your inbox, or see how we put this knowledge to work for companies.