The 10 Most Common Perplexity Error Messages
This guide is a reference for every common Perplexity error message: what it means, what causes it, and the exact fix. Use Ctrl+F to find the specific error you are seeing.
1. "Something went wrong"
What it means: A generic catch-all error from Perplexity's server indicating an unhandled failure in the query pipeline.
Common causes:
- Temporary server-side blip (resolves in seconds)
- Expired or invalid login session
- VPN or browser extension interrupting the response stream
- Query triggered a content filter
Fix:
- Refresh the page and retry (resolves 80%+ of cases)
- If the error persists: clear browser cache and cookies for perplexity.ai
- Log out and log back in to create a fresh session
- Disable VPN and any ad-blocking extensions
- Check perplexity.ai/status for active incidents
This is the most common Perplexity error and the least informative. A page refresh is always the right first step.
2. "Too many requests"
What it means: You have sent queries faster than your account tier allows. Perplexity enforces per-minute and per-day query limits by tier.
Common causes:
- Sending multiple queries in rapid succession
- Free account limits are more restrictive than Pro limits
- API integrations making automated requests too quickly
Fix:
- Stop sending queries for at least 60 seconds
- After waiting, try a single query — the limit resets automatically
- If you hit this limit frequently, consider upgrading to Perplexity Pro for higher quotas
- For API users: implement exponential backoff with a minimum 2-second delay between requests
Free accounts can send roughly 5 queries per minute before hitting rate limits. Pro accounts have significantly higher per-minute allowances.
3. "Rate limit exceeded"
What it means: Similar to "Too many requests" but most often seen in the API context or when daily usage limits are exhausted.
Common causes:
- API daily quota reached (free tier)
- Hitting per-minute request limits in automated workflows
- Pro Search daily limit reached (Pro accounts have a higher but finite daily Pro Search quota)
Fix:
- For API users: add
Retry-Afterheader handling and exponential backoff to your code - For web users: wait 1 minute and retry
- If daily limits are exhausted: wait until midnight UTC when limits reset
- For API integrations: cache responses where possible to reduce repeat identical queries
4. "Error in processing your query"
What it means: Perplexity's AI model failed to parse, understand, or process the query you submitted.
Common causes:
- Query is too long (exceeds the practical input limit)
- Query contains unsupported special characters or complex formatting
- Query is ambiguous or self-contradictory in a way the model cannot resolve
- Pasted content contains encoding issues
Fix:
- Shorten the query to under 100 words
- Remove special characters, markdown formatting, or code blocks from the query if they are not essential
- Split multi-part questions into separate queries
- Rephrase in plain, direct English
- If you pasted content, manually retype the key question instead of pasting
5. "Network error"
What it means: A network-level failure occurred between your browser and Perplexity's servers, interrupting the connection before the response could be delivered.
Common causes:
- VPN or proxy interrupting the streaming HTTP connection
- Browser extension blocking a required network request
- Corporate or ISP firewall filtering Perplexity traffic
- Brief internet connectivity drop
Fix:
- Disable VPN and retry
- Open an incognito window (disables extensions) and retry
- Test on a mobile hotspot to rule out your local network
- If on a corporate network, ask IT whether perplexity.ai is whitelisted
Network errors on Perplexity while other sites work normally almost always point to VPN or extension interference — not a general connectivity problem.
6. "Service unavailable" / HTTP 503
What it means: Perplexity's servers are temporarily overloaded or undergoing maintenance and cannot process requests.
Common causes:
- Server-side load spike (traffic surge)
- Planned or unplanned maintenance
- Infrastructure incident
Fix:
- Go to perplexity.ai/status to check for active incidents
- Follow Perplexity's X (Twitter) account for real-time updates
- Wait 2 to 5 minutes and refresh the page — 503 errors from Perplexity typically resolve within minutes
- No action is needed on your account — this is entirely a server-side issue
7. "Unable to respond" / Content policy message
What it means: Your query matched Perplexity's content moderation filters and the system declined to generate a response.
Common causes:
- Query contains words or phrases associated with restricted content categories
- False positive from keyword matching on an otherwise benign query
- Query requesting information that is genuinely restricted
Fix:
- Rephrase the query in neutral, academic, or professional language
- Add context that clarifies your intent (e.g., "for a research paper on X" or "from a public health perspective")
- Remove any words that could be misread as requesting harmful information
- Break the query into smaller parts — sometimes the combined phrasing triggers the filter but individual components do not
Perplexity's content filters use pattern matching and produce false positives. Rephrasing resolves most false positive blocks without changing the substance of your question.
8. "Your session has expired" / Logged out unexpectedly
What it means: Your login session token expired while you were using Perplexity. The service requires re-authentication.
Common causes:
- Inactivity for an extended period (several hours or overnight)
- Browser cookie cleared or blocked by a browser setting
- Session invalidated by a password change or security event on your account
Fix:
- Click Sign in on the page or go to perplexity.ai/login
- Log in with your usual method (Google, Apple, or email/password)
- Your conversation history is preserved — the session expiration only affects your current browsing session
- To avoid frequent session expirations: enable cookie storage for perplexity.ai and avoid clearing cookies automatically
9. "Failed to fetch" or blank white screen
What it means: A JavaScript or resource loading failure prevented the Perplexity interface from initializing. This is different from a query error — the page itself fails to load.
Common causes:
- Aggressive content blocker blocking Perplexity's JavaScript bundles
- Browser cache serving a corrupted version of the app
- Browser incompatibility or outdated browser version
Fix:
- Hard reload the page:
Ctrl+Shift+R(Windows/Linux) orCmd+Shift+R(Mac) - Clear browser cache completely (not just for perplexity.ai)
- Disable all browser extensions and reload
- Try a different browser
- Update your browser to the latest version
"Failed to fetch" errors in modern browsers are almost always caused by content blockers blocking JavaScript files. Disabling the content blocker or adding perplexity.ai to its whitelist resolves this.
10. "Pro Search not available" / Feature access error
What it means: You are attempting to use a Pro Search feature that is not available on your current account tier, or Pro Search is temporarily unavailable due to a service issue.
Common causes:
- You are on a free account attempting to use Pro Search beyond the free daily limit
- Pro Search is temporarily down while Standard search is operational
- Account billing issue preventing access to Pro features
Fix:
- Check your account tier at perplexity.ai/settings → Subscription
- If on a free account: you have used your daily Pro Search allocation — switch to Standard search
- If you are a Pro subscriber and seeing this: log out, log back in, and retry — this often reactivates Pro features after a session issue
- If your Pro subscription recently renewed: wait a few minutes for the system to reflect the updated billing status
Quick Error Reference
| Error Message | Most Likely Cause | First Fix | |---|---|---| | Something went wrong | Temporary server error or expired session | Refresh page | | Too many requests | Rate limit hit | Wait 60 seconds | | Rate limit exceeded | Daily/minute quota exhausted | Wait or implement backoff | | Error processing query | Query too long or complex | Shorten and simplify | | Network error | VPN or extension interference | Disable VPN, try incognito | | Service unavailable / 503 | Server overload or maintenance | Check status page, wait | | Unable to respond | Content filter triggered | Rephrase query neutrally | | Session expired | Inactive session timed out | Log out and back in | | Failed to fetch | Extension blocking JS | Disable extensions, hard reload | | Pro Search not available | Free tier limit or billing issue | Check subscription settings |
Why Perplexity Error Messages Are Vague
Many Perplexity error messages like "Something went wrong" or "Unable to respond" deliberately avoid specifics. This is a common design choice in AI products: providing detailed error information (which content filter triggered, which server failed, which rate limit was exceeded) can help malicious users probe and circumvent safety systems. The trade-off is that legitimate users see less actionable information. The steps in this guide work around the vagueness by identifying the most probable cause for each error pattern and testing it directly.
Common Mistakes to Avoid
- Assuming all Perplexity errors mean the service is down. Most errors are local to your session, browser, or network. Check your own setup before concluding Perplexity has an outage.
- Retrying the same query immediately without changing anything. If a query produces an error, sending it again without modification usually produces the same error. Change something first — shorten the query, switch search modes, disable VPN.
- Not checking the status page before extended troubleshooting. If perplexity.ai/status shows an active incident, all your local troubleshooting is wasted effort. Check the status page first for any error that appears suddenly and affects multiple queries.
- Contacting support for transient errors. The errors in this guide resolve on their own in the vast majority of cases. Contact support only if an error persists across multiple browsers, networks, and login sessions after following the relevant fix steps.
- Using a saved/bookmarked error URL. If your browser saved a Perplexity URL that points to an error state, opening that bookmark reproduces the error. Always navigate fresh to perplexity.ai.
FAQ
What does "Too many requests" mean on Perplexity? It means you have sent queries faster than your account tier allows. Free accounts have per-minute and per-day query limits. Wait at least 60 seconds before sending another query — the limit resets automatically. If you hit this limit frequently, upgrading to Perplexity Pro provides significantly higher query quotas. The error does not indicate any problem with your account.
What does "Rate limit exceeded" mean? Both "Too many requests" and "Rate limit exceeded" indicate quota limits, but "Rate limit exceeded" is more common in API contexts. For API users, implement exponential backoff (wait 2 seconds, then 4, then 8) between retries. For web users, wait 1 minute. Daily limits reset at midnight UTC.
What does "Error in processing your query" mean? Perplexity could not parse or process the query. The most common cause is a query that is too long (hundreds of words) or contains complex formatting. Shorten the query to under 100 words, remove special characters, and split multi-part questions into separate queries. Rephrasing in plain English almost always resolves this.
Why does Perplexity show a "Network error" when my internet works fine? A network error while other sites work means your VPN, a browser extension, or a local network filter is disrupting Perplexity's streaming connection. Disable your VPN, try incognito mode (extensions off), and test on a mobile hotspot. One of these steps will identify the cause.
What does the content policy message mean? Your query matched Perplexity's content moderation filter. This can be a genuine block (restricted content) or a false positive (neutral query that contains flagged keywords). Rephrase the query in neutral, academic language and add context about your intent — this resolves most false positive blocks.
What should I do for a "Service unavailable" error? Check perplexity.ai/status for active incidents. This error is always server-side — nothing you do locally will fix it. Wait 2 to 5 minutes and retry. Most 503 errors from Perplexity resolve within a few minutes.