Step-by-Step Fix
Mobile login failures on Perplexity are usually caused by corrupted cached authentication state, issues with the device's Google or Apple account, or app permission restrictions. iOS and Android have distinct troubleshooting paths — follow the section for your platform.
Step 1: Force-Close and Reopen the Perplexity App
A stuck background process can prevent the authentication flow from completing. Force-close the app before trying anything else.
iOS:
- Swipe up from the bottom of the screen (or double-tap the Home button on older iPhones)
- Find the Perplexity app in the app switcher
- Swipe the Perplexity card upward to force-close it
- Wait 5 seconds, then reopen the app from your home screen
- Attempt to log in
Android:
- Tap the square (Recents) button at the bottom of the screen
- Find the Perplexity app card
- Swipe it left or right to close it
- Wait 5 seconds and reopen the app
- Attempt to log in
Step 2: Clear the App Cache (Android) or Offload the App (iOS)
Android — Clear App Cache:
- Go to Settings → Apps (or Application Manager depending on your device)
- Scroll down and tap Perplexity
- Tap Storage
- Tap Clear Cache — do not tap Clear Data unless absolutely necessary, as that deletes all app settings
- Reopen the Perplexity app and try logging in
iOS — Offload the App:
- Go to Settings → General → iPhone Storage
- Scroll down and tap Perplexity
- Tap Offload App — this removes the app but keeps its documents and data
- Tap Offload App again to confirm
- Reinstall Perplexity from the App Store
- Log in fresh
Step 3: Fix Apple ID Issues on iOS
If "Sign in with Apple" is failing or not appearing as an option:
- Go to Settings → [your name] at the top of the screen
- Confirm your Apple ID is shown and you are signed in — if you see "Sign in to your iPhone," tap it and sign in
- Check that your Apple ID account is in good standing: go to Settings → [your name] → Name, Phone Numbers, Email and make sure there are no alerts about verifying your email or updating your payment method
- If you previously signed in with Apple and then switched Apple IDs, you will need to sign in with your original Apple ID or contact support@perplexity.ai to transfer your account
- Optionally, review your Sign in with Apple permissions: go to Settings → [your name] → Sign in with Apple → Perplexity to see the relay email address and current access settings
Step 4: Fix Google Account Issues on Android
If "Sign in with Google" is failing on Android:
- Go to Settings → Accounts (or Accounts and Backup on Samsung)
- Tap Google and confirm your account is listed and not showing any sync errors (a red exclamation mark indicates a problem)
- If there is a sync error, tap your account → Account sync → re-enable sync or tap Sync now
- Clear Google Play Services cache: go to Settings → Apps → Google Play Services → Storage → Clear Cache
- Restart your Android device
- Reopen Perplexity and attempt Google sign-in
If you have multiple Google accounts on your device, make sure you are selecting the correct one — the same Google account you used when you first registered with Perplexity.
Step 5: Check Your Network Connection
OAuth-based login (Google and Apple sign-in) requires several network requests to complete. Slow or unstable connections can cause the process to time out without a clear error message.
- Check that you have a stable Wi-Fi or mobile data connection — run a speed test if in doubt
- If on Wi-Fi, try switching to mobile data (or vice versa)
- If on a corporate or school Wi-Fi network, test via your phone's mobile data connection instead — enterprise networks often block OAuth redirect endpoints
- Disable any VPN app on your phone and attempt login again — VPNs can interfere with Google and Apple authentication servers
Step 6: Update or Reinstall the Perplexity App
An outdated app version may have a known authentication bug that a newer version fixes.
iOS:
- Open the App Store
- Tap your profile icon in the top-right corner
- Scroll down to find Perplexity and tap Update if available
- If no update is available and login still fails, tap the Perplexity icon in the App Store → scroll down → tap Offload App, then reinstall
Android:
- Open the Google Play Store
- Tap your profile icon → Manage apps and device
- Find Perplexity and tap Update if available
- If already up to date, uninstall the app: go to Settings → Apps → Perplexity → Uninstall
- Reinstall from the Play Store and try logging in
Step 7: Try the Mobile Browser Instead of the App
If the app login continues to fail, use Perplexity's web version as a reliable alternative.
- Open Safari (iOS) or Chrome (Android)
- Navigate to perplexity.ai/login
- Tap Continue with Google, Continue with Apple, or use email/password
- If login works in the mobile browser, the issue is confined to the app — continue using the web version until the app issue is resolved or contact support@perplexity.ai
Why This Happens
Mobile login failures on Perplexity typically trace back to the relationship between the app and the device's identity provider — Google on Android, Apple on iOS. When the device's Google or Apple account has a pending authentication action (like a password change or two-factor verification), the OAuth handshake that Perplexity initiates fails silently, producing a redirect loop or a blank error state. On iOS specifically, switching Apple IDs or signing out of iCloud invalidates any existing Sign in with Apple sessions for all apps simultaneously. On Android, corrupted Google Play Services cache can cause the token exchange to fail even when Google sign-in appears to work in other apps, because those apps may be using cached tokens while Perplexity requests a fresh one.
Common Mistakes to Avoid
- Tapping the login button multiple times when nothing happens. Multiple taps can initiate multiple overlapping OAuth sessions, creating a conflict that makes login worse. Tap once, wait up to 30 seconds, then force-close and retry.
- Clearing app data instead of just the cache on Android. Clear Cache removes temporary files. Clear Data removes everything including your account preferences and may cause additional issues on reinstall. Use Clear Cache only unless you are doing a full reinstall.
- Using Sign in with Apple with a different Apple ID than the one used at registration. If you registered Perplexity with Apple ID A and then try to log in after switching to Apple ID B on your device, Perplexity will not find your account. Always sign in with the same Apple ID you used at registration.
- Not restarting the device after clearing cache. Some Android cache files are held in memory and are not truly cleared until the device restarts. Restart after clearing Google Play Services cache.
- Assuming the same issue as the desktop. Mobile login failures have different root causes than desktop failures. Extensions are not a factor on mobile, but device account state is — always check your Apple ID or Google account status first on mobile.
- Skipping the mobile browser test. If you only test the app and not the mobile browser, you cannot distinguish between an app-level bug and an account or network issue. The mobile browser test is a quick way to narrow the scope.