My scanner app suddenly stopped working correctly and now it won’t scan documents or save PDFs like it used to. I’ve already tried reinstalling, checking permissions, and restarting my phone, but nothing has fixed it. Can someone explain what might be causing this and walk me through possible fixes or settings I should check to get the scanner app working again
First thing I’d check is whether the problem is the app or the phone system.
Try this quick checklist:
-
Storage and file saving
• Check free storage. If your phone is low on space, many scanner apps fail silently.
• Open the app settings and look at “Save location” or similar.
• Try changing output from PDF to image (JPG/PNG). If images save but PDFs dont, the PDF engine in the app is bugged. -
Camera and permissions
• You said you checked permissions, still, go to Settings > Apps > [Your scanner app] > Permissions.
• Make sure Camera, Files/Media, Photos and Microphone (if needed) are all allowed.
• Also turn off “Remove permissions if app not used” or similar in that screen. -
Battery and background limits
• Go to Settings > Battery > your app.
• Disable battery optimization for it.
• On some Android phones, also remove it from “Background limits” or “Sleep apps”.
• Scanner apps that create PDFs often need a few seconds in the background. If the OS kills it, file never gets saved. -
App data and cache
• Reinstall sometimes leaves junk if backups restore settings.
• Go to Settings > Apps > [app] > Storage.
• Tap Clear cache. If no luck, tap Clear data.
• Then log in again or reconfigure. -
Test with another scanner app
• Install a different scanner, like Microsoft Lens, Adobe Scan, or a simple “CamScanner” clone.
• Try to scan and save PDF.
• If the new app works, issue is your original app.
• If the new app fails too, issue is system related, storage, or permissions. -
File manager check
• After you “save,” open a file manager.
• Look for folders like /Documents, /Scanner, /Scan, or /Pictures/Scanner.
• Sometimes the file saves, but the app no longer shows it in the gallery due to a bug. -
Check for app bugs or updates
• Go to the Play Store or App Store page of the app.
• Read the latest reviews from the last few days.
• If you see many “PDF not saving” or “stopped working” comments, the latest update broke it.
• If the app allows, install an older version from the developer site or APKMirror on Android, if you are comfortable with that. -
OS updates and conflicts
• If your phone updated recently, some scanner apps fail after big OS changes.
• Go to Settings > System > Updates and see if there is a newer patch.
• Also disable any new “privacy” or “storage access” features that block apps from reading storage. -
Test with airplane mode
• Turn on airplane mode.
• Try a basic scan and save locally.
• Some apps hang when they try to sync to cloud and the cloud auth fails.
• If it works in airplane mode, cloud integration or account login is broken. -
Edge case on iOS
• Check iCloud Drive or Files app.
• For some scanner apps on iPhone, if iCloud storage is full or disabled, saving fails.
• Toggle “On My iPhone” instead of iCloud in the app settings.
If none of that helps, share details like:
• Phone model and OS version
• App name and version
• What exactly happens when you hit “scan” or “save”
• Any error messages or does it freeze / close
With that info, people here can narrow it down more.
If reinstall + perms + reboot didn’t touch it, I’d look a bit deeper under the hood than what @byteguru already covered.
A few things they didn’t really dig into:
-
Check if anything is using the camera / media layer correctly
- Open your stock camera app and hammer it a bit: photos, video, focus, zoom.
- Then try another camera-based app (QR scanner, Snapchat, Instagram, whatever).
If those glitch, the root issue might be the camera framework or hardware, not the scanner app at all.
-
Try a totally offline, local-only workflow
Some scanner apps basically refuse to behave if the account / subscription is messed up.- Sign out of the app if there’s an account.
- Create a new test account or use “continue without account” / “local only” if the app supports it.
- Turn off all auto-sync / cloud backup toggles inside the app and point saving to “On device only” or similar.
If it suddenly starts saving PDFs locally, the cloud / login layer is what’s broken.
-
Look for silent subscription or DRM problems
A few apps quietly cripple PDF export when:- Trial expired
- Subscription lapsed
- App can’t validate receipt because store connection is flaky
Check inside the app for: - Any tiny warning icon, “Upgrade to export PDF,” or greyed out PDF button.
- On iOS / Play Store, verify the subscription is actually active and tied to the same account you’re logged into the app with.
Sometimes it “sort of” lets you tap PDF but never finishes.
-
Storage type vs storage amount
People check “I have free space,” but:- If saving to SD card, try switching to internal storage only. SDs flake out and cause exactly this “pretend to save, nothing appears” behavior.
- On Android 13+, scoped storage can break older apps. In the app’s settings, see if it has a “Use legacy storage” or custom folder setting and change it to a simple
/Documentsor/Downloadsfolder. - On iOS, explicitly pick “On My iPhone” as target via the Files picker and see if that works.
-
Look for system-wide security / cleaner apps
This is the one nobody likes to admit:- If you have any “phone cleaner,” antivirus, VPN, or “privacy guard” app installed, temporarily disable or uninstall it.
- Some of these block temp file creation or kill the app during PDF generation.
Do a quick test scan right after disabling those.
-
Advanced Android-only stuff (if you’re on Android)
- Developer options:
If you turned on weird dev settings in the past like “Don’t keep activities” or “Limit background processes,” that can kill the app mid-export. Turn those off. - WebView / System Components:
A lot of scanner apps use WebView or PDF renderer components. Update:
• Android System WebView
• Google Play services
through the Play Store. Then reboot and test again.
- Developer options:
-
Check logs or crash patterns
If the app just closes:- See if you get a “App keeps stopping” system pop-up.
- On Android, you can check Settings > Privacy > App security or similar to see if anything is flagging it.
- If the app itself has a “Send logs” or “Report a problem” option, trigger it right after a failed scan and see if it mentions PDF or storage in the description.
-
Try an older or beta version of the same app
I’ll slightly disagree with @byteguru on only testing with other apps. That’s useful, but:- If other scanner apps work fine, the important test is:
• Same app, older version (via official older build if the dev provides it, or TestFlight/beta if on iOS).
If an older version works perfectly, then the latest update broke something specifically on your OS version / device model.
- If other scanner apps work fine, the important test is:
If you can post:
- Exact phone model
- OS version
- Scanner app name
- What exactly happens (ex: “preview ok, hit Save, spinner forever, then nothing” vs “crashes instantly”)
people here can probably narrow it down to either storage path, subscription lock, or OS-level camera / WebView weirdness pretty fast.