If your file manager won't open, crashes immediately after launching, or freezes on a blank screen, the fix is usually straightforward: force-stop the app, clear its cache (not data), and re-grant storage permissions. These three steps resolve 90% of file manager crashes on Android. If the problem persists after that, battery optimization, low storage, or an app update conflict is likely the cause.
Quick Fix Checklist
Try these in order — most users are fixed by step 1 or 2:
- Force Stop + Relaunch: Settings → Apps → AnExplorer → Force Stop → reopen the app
- Clear Cache: Settings → Apps → AnExplorer → Storage → Clear Cache → reopen
- Re-grant Permissions: Settings → Apps → AnExplorer → Permissions → Files and media → Allow management of all files
- Disable Battery Optimization: Settings → Apps → AnExplorer → Battery → Unrestricted
- Check Storage Space: If your device has less than 500 MB free, the app may not have room to create temp files
- Update the App: Check Play Store for AnExplorer updates that fix compatibility issues
- Clear Data (last resort): Settings → Apps → AnExplorer → Storage → Clear Data (resets all settings and saved connections)
Detailed Diagnosis
Crash on Launch (Immediate Close)
If AnExplorer opens and immediately closes (within 1-2 seconds), the cause is typically:
Corrupted cache files: The app's cached data has become inconsistent, causing a crash loop on startup.
- Fix: Clear cache (Settings → Apps → AnExplorer → Storage → Clear Cache)
- This does NOT delete your saved network connections, preferences, or bookmarks — only temporary data
Permission conflict: After an OS update or permission reset, the app tries to access storage but fails with a fatal error.
- Fix: Re-grant All Files Access permission before opening the app
- Go to Settings → Apps → AnExplorer → Permissions → Files and media → Allow management of all files
Insufficient memory: If your phone is extremely low on RAM (many apps open), the system may kill AnExplorer immediately.
- Fix: Close other running apps, then relaunch AnExplorer
- Restart your phone to clear all memory
Blank Screen After Opening
The app opens but shows a white/black screen with no files or folders:
Storage permission lost: The app launched but cannot read any files.
- Fix: Check Permissions → Files and media — if it shows "Not allowed" or "Ask every time," change to "Allow management of all files"
- On some devices after updates, the permission appears granted in the UI but does not function — revoke it and re-grant it
Root of storage not accessible: On rare occasions, the storage mount point is not available (usually after a boot issue).
- Fix: Restart your phone — this remounts all storage
- If persistent after restart, check if your SD card is failing (remove it and try again)
App update changed default view: An app update may have changed the home screen layout.
- Fix: Try navigating manually — tap the sidebar/drawer and select "Internal Storage" or "Device Storage"
- Check if a network connection is set as the default view (trying to connect and failing silently)
Freezes When Opening Specific Folder
The app works but hangs when you navigate to certain directories:
Folder with too many files: Directories like WhatsApp Images (10,000+ files) or DCIM (years of photos) take time to enumerate.
- This is not a crash — wait 5-15 seconds for the listing to complete
- If it consistently hangs, the folder may have a corrupted file that crashes the thumbnail generator
- Navigate to the folder with thumbnails disabled (switch to list view) to avoid rendering previews of problematic files
Circular symlinks: Rare but possible — a symbolic link pointing to its parent directory causes infinite traversal.
- Fix: Usually requires ADB access to delete the problematic symlink
- Try navigating to the parent folder and deleting the problematic link via a different path
SD card read errors: If the freeze happens only with SD card folders, the card may have bad sectors.
- Fix: Remove and reinsert the SD card
- Test the card on a computer to check for errors
- If the card is failing, back up data immediately and replace it
App Crashes During File Operations
AnExplorer opens fine but crashes when copying, moving, or deleting files:
Insufficient storage: Copy/move operations need temporary space. If internal storage is nearly full, the operation fails.
- Fix: Free up at least 500 MB-1 GB of storage before attempting large operations
- For move operations: cut and paste uses temporary space even though the net result frees space
Permission denied for target location: Trying to write to a protected directory causes a crash in some edge cases.
- Fix: Verify you have write permission for the destination folder
- Avoid writing to
/Android/data/on Android 13+ (OS-level block)
File in use by another app: Attempting to move or delete a file that another app has locked.
- Fix: Close the app using the file, then retry the operation
- Restart your phone to release all file locks
Battery Optimization — The Silent Killer
Android's battery management system is the most common cause of mysterious file manager problems. Different manufacturers implement this differently:
What Battery Optimization Does
- Doze mode: When the screen is off, Android restricts background network activity
- App standby: Apps not used recently lose the ability to run in the background
- Manufacturer additions: Samsung (Device Care), Xiaomi (Battery Saver), OnePlus (Intelligent Power), Huawei (PowerGenie) add extra aggressive restrictions
Symptoms of Battery Kill
- Connect server stops working when screen turns off
- File transfers to NAS/cloud cancel after phone screen locks
- The app needs to "reload" every time you switch back to it
- Network connections (SMB, FTP, cloud) disconnect during transfers
Fixing Battery Optimization
Stock Android / Pixel: Settings → Apps → AnExplorer → Battery → select "Unrestricted"
Samsung: Settings → Device Care → Battery → Background usage limits → Never sleeping apps → add AnExplorer
Xiaomi / POCO: Settings → Apps → AnExplorer → Battery saver → No restrictions Also: Security app → Battery → App Battery Saver → AnExplorer → No restrictions
OnePlus / Oppo: Settings → Battery → Battery optimization → AnExplorer → Don't optimize
Huawei / Honor: Settings → Battery → App launch → AnExplorer → toggle off "Manage automatically" → enable all three manual toggles
Verifying the Fix
After exempting AnExplorer from battery optimization:
- Start a long file transfer or Connect server
- Lock your phone screen
- Wait 2-3 minutes
- Unlock and check if the transfer is still running
- If it was killed, check for additional manufacturer-specific battery restrictions
After OS Updates
Major Android version updates (e.g., Android 13 → 14) commonly cause file manager issues:
- Permissions reset: Check and re-grant All Files Access
- Cache invalidated: Clear cache to remove stale data from the previous OS version
- New permission requirements: The app may need permissions that did not exist before (e.g., notification permission on Android 13+)
- Battery optimization reset: Battery exemptions may be cleared during updates — re-apply them
- App compatibility: Update AnExplorer to the latest version for Android 14/15 compatibility fixes
When to Clear Data vs Clear Cache
| Action | What It Removes | Settings Preserved | When to Use |
|---|---|---|---|
| Clear Cache | Temporary files, thumbnails, cached listings | ✅ Yes | First troubleshooting step — always safe |
| Clear Data | Everything — settings, saved connections, bookmarks, all app data | ❌ No | Last resort when nothing else works |
Always try Clear Cache first. Only use Clear Data if:
- Clear Cache did not fix the crash
- Force-stop did not fix the crash
- Reinstalling seems like the only option
- You do not mind reconfiguring your settings and network connections
Reinstallation
If nothing else works:
- Note down your saved connections (SMB servers, FTP servers, cloud accounts)
- Uninstall AnExplorer: Settings → Apps → AnExplorer → Uninstall
- Restart your phone
- Reinstall from Play Store
- Launch and grant all permissions fresh
- Reconfigure your saved connections
This gives you a completely clean slate and resolves any corrupted app data that survived Clear Data.
Related Guides
- Storage Permissions Explained — understand Android permission changes
- Android 14 Storage Changes — what changed in latest Android
- Storage Full — free space when low storage causes crashes
- Fix File Download Issues — resolve download-related crashes