What is rate limiting? Rate limiting is a soft platform restriction where a social media platform slows down or throttles specific action types when the account’s action frequency exceeds normal user thresholds. Actions still succeed but at reduced rate, unlike a hard action block that rejects actions entirely.
What It Means
Rate limiting operates as an intermediate restriction between fully permissive operation and a full action block. The account can continue performing the throttled action, but each attempt takes longer or produces artificial delays that reduce effective throughput. From the operator’s perspective, the account appears to be operating normally but at slower speed.
How Rate Limiting Differs from Action Blocks
Action blocks are binary — an action either succeeds or produces an error popup. Rate limiting is gradual — actions succeed but at diminishing effective rate. Rate limiting is often a warning shot preceding a full action block. Operators who ignore the rate limiting signal and continue at the same volume typically hit an action block within days.
The correct response to detected rate limiting is to reduce action volume immediately, not to attempt to work around the throttling. The throttling itself is the platform’s signal that behavior is approaching a hard threshold.
Common Rate Limiting Signals
Rate limiting manifests as increased action latency (follows taking 2–3× as long to register), reduced feed refresh rates, slower response to interactive elements, and search or discovery queries returning fewer results than usual. None of these produce explicit error popups, which makes rate limiting easier to overlook than action blocks.
Related Terms
- Action Block — The hard restriction that often follows ignored rate limiting
- Shadowban — Distinct from rate limiting; shadowbans affect distribution rather than action speed
- Cool-Down — The appropriate response to detected rate limiting