Step-by-Step Fix
Perplexity file analysis can fail for several reasons, from file-level issues (password protection, corruption, unsupported format) to network and service problems. Work through these steps in order to isolate and resolve the issue.
Step 1: Check for Password Protection or DRM
Password-protected PDFs are the single most common cause of file analysis failures. Perplexity cannot read files that require a password to open.
- Open your PDF in Adobe Acrobat Reader, Preview (Mac), or any PDF viewer
- Go to File > Properties > Security (Acrobat) or check the lock icon
- If a password is set, you must remove it before uploading
- To remove the password: open the PDF with the password, then go to File > Print > Save as PDF — the saved copy will not have the password
- Alternatively, use a free tool like ilovepdf.com (Unlock PDF feature) to remove password protection
- Upload the unlocked file to Perplexity
Scanned PDFs without an OCR text layer will also fail — Perplexity needs machine-readable text, not just images of text.
Step 2: Reduce File Size
Large files frequently cause processing errors, especially PDFs with embedded high-resolution images.
- Check your file size — right-click the file and select Properties (Windows) or Get Info (Mac)
- If the file is over 20 MB, compress it before uploading
- Free compression options:
- ilovepdf.com → Compress PDF → Medium compression
- smallpdf.com → Compress PDF
- Adobe Acrobat → File > Reduce File Size
- Re-save Word documents via File > Save As and ensure the format is .docx (not .doc)
- Upload the compressed file and try the analysis again
Step 3: Verify File Format is Supported
Perplexity supports text-based PDFs, .txt files, and Word documents (.docx). Unsupported formats will silently fail or return a processing error.
- Check the file extension — Perplexity does not support: .pages, .numbers, .xls, .xlsx, .pptx, image files (.jpg, .png)
- If your file is in an unsupported format, convert it first:
- Google Docs/Sheets: File > Download > PDF Document
- Apple Pages/Numbers: File > Export To > PDF
- PowerPoint: File > Export > PDF
- For spreadsheets, export only the relevant sheets and rows to keep file size manageable
- Re-upload the converted PDF
Step 4: Test in an Incognito Window
Browser extensions — especially ad blockers and download managers — can interfere with the file upload process.
- Open an incognito or private browsing window (Chrome:
Ctrl+Shift+N, Firefox:Ctrl+Shift+P) - Go to perplexity.ai and log in
- Attempt the file upload in the incognito window
- If the upload succeeds, a browser extension is the cause — disable extensions one by one in your regular browser to find the culprit
Step 5: Clear Cache and Try a Different Browser
Corrupted session data can prevent file uploads from completing correctly.
- Press
Ctrl+Shift+Delete(Windows) orCmd+Shift+Delete(Mac) - Select Cached images and files and Cookies and other site data
- Clear data for the Last 7 days
- Close your browser completely and reopen it
- If the issue continues, try a completely different browser (Chrome, Firefox, Edge, or Safari)
Step 6: Check Service Status
If a valid, supported file still fails to process, the Perplexity file analysis service may be down.
- Navigate to perplexity.ai/status in a new tab
- Look for any active incidents related to file upload or document analysis
- If an incident is listed, wait 30 to 60 minutes and try again
- Check @perplexity_ai on X (Twitter) for real-time service updates
Why This Happens
Perplexity's file analysis pipeline first extracts text from your document, then passes it through the AI model for analysis. This process can break at multiple points:
- Extraction failure — Password protection, DRM, or image-only PDFs prevent text extraction entirely. The pipeline stops before the AI step.
- Size-related timeout — Files above approximately 25 MB can exceed processing time limits. Large embedded images are the most common cause of oversized PDFs.
- Corrupt upload — Slow or unstable network connections can result in a partially transferred file that fails validation on Perplexity's server.
- Service outage — The document processing pipeline is a separate service from Perplexity's search. It can experience independent outages that do not affect standard search queries.
File-Type Specific Troubleshooting
Different file types fail in specific ways. Here is what to do for each:
Word documents (.docx) failing:
- Re-save the file using File → Save As → Word Document (.docx) — do not use Save As PDF, then try the .docx directly
- If the document contains embedded images or charts, consider simplifying: copy text-only content into a new blank Word file and upload that instead
- Very old .doc format files are less reliable than .docx — convert to .docx using File → Convert in Microsoft Word
Large PDFs failing:
- PDFs with many embedded high-resolution images are the most common cause of size-related failures — use ilovepdf.com → Compress PDF → Maximum compression for image-heavy reports
- Academic papers and legal documents often embed fonts that inflate file size — re-exporting through Google Docs (upload to Google Drive, open as Google Doc, then download as PDF) often strips embedded fonts and reduces size significantly
Text files (.txt) failing:
- Plain text files rarely fail on their own, but encoding issues can cause problems — ensure the file is saved as UTF-8 encoding, not UTF-16 or ANSI
- Very large text files (over 200,000 characters) may be silently truncated rather than rejected — split at logical section breaks and upload in parts
Common Mistakes to Avoid
- Uploading without checking for password protection first. A password-protected PDF will always fail — check File > Properties > Security before uploading.
- Uploading scanned documents as PDFs. A scanned document saved as PDF looks like a normal PDF but contains no machine-readable text. Perplexity cannot analyze image content within PDFs.
- Assuming the format is supported because the extension looks familiar. .xls (Excel) and .pptx (PowerPoint) are not directly supported — convert to PDF first.
- Skipping the incognito test. A download manager or security extension can silently block the upload request. The incognito test is a quick way to rule this out.
- Not checking the status page before retrying multiple times. If the analysis service is down, retrying on the same file will not help. Wait for the incident to clear.
- Uploading the same large file repeatedly on a slow connection. Each failed upload attempt on a slow connection wastes time. Compress the file first, then upload once on a stable connection.
- Not considering the text-paste alternative. For any document under 5,000 words, pasting text directly into the Perplexity search bar is more reliable than uploading a file and does not require a Pro subscription.
- Forgetting to verify the file after compression. Some compression tools corrupt PDF structure while reducing size. Always open the compressed file in a PDF viewer and try selecting text before uploading.