The quick fix that usually works
You've edited a PDF in Acrobat Pro, hit save, and get that stupid 'The file is in use' dialog. Yeah, I hate that too. Here's what I do when a client calls me with this—it takes about thirty seconds.
- Close the PDF in Acrobat Pro completely. Not just the window—use Ctrl+W (Windows) or Cmd+W (Mac) until no PDF is open.
- Now open your file explorer (Windows) or Finder (Mac) and go to the folder where your PDF lives.
- Look for a file with the same name but ending in
.lockor starting with a period like.~filename.pdf. On Windows, it might show as~$filename.pdf. - Delete that lock file. If Windows says it's in use, skip to the next step—if Mac, you might need to empty the trash.
- Reopen your PDF in Acrobat Pro and try saving again. Usually, it just works now.
Why this works
Acrobat creates a hidden lock file when you open a PDF. That file tells other processes—and Acrobat itself—that this PDF is open and being worked on. Normally, it deletes that lock file when you close the PDF cleanly. But sometimes it doesn't. Maybe you had a crash, the power went out, or you force-quit Acrobat. Then that lock file just sits there. When you try to save, Acrobat checks for that lock file, sees it, and assumes the PDF is still open somewhere. So it refuses to write to it.
I had a client last month whose entire print queue died because of this—no, that was a different issue. But the lock file thing? Happens all the time in offices with shared drives.
Other variations and their fixes
Variation 1: The lock file isn't there, but you still get the error
If you don't see a lock file, or you deleted it and the error persists, the next suspect is a background Acrobat process. Acrobat has a habit of leaving sneaky background tasks running—like AcroTray.exe on Windows or AdobeCRDaemon on Mac. That little tray icon sits in your system tray and sometimes holds a reference to the file.
Windows: Press Ctrl+Shift+Esc to open Task Manager. Go to the Details tab, find AcroTray.exe, right-click it, and end the task. Then try saving.
Mac: Open Activity Monitor (search in Spotlight), look for AdobeCRDaemon or Acrobat Helper, select it, and click the X button to quit.
Variation 2: Network drive or cloud-synced folder
If your PDF is on a network share (like a company server) or a folder synced by OneDrive, Dropbox, or SharePoint, the error is often caused by your sync client locking the file. The sync app is checking the file for changes, and Acrobat sees that as 'in use'.
What to do: copy the PDF to your local desktop, edit it there, then copy it back. Or pause OneDrive sync temporarily (right-click the cloud icon in the system tray, choose Pause syncing) and then save.
Variation 3: The file is actually open elsewhere
Sometimes the error is legit. You might have the same PDF open in another program—like a browser tab showing the PDF, or an email attachment preview. Close those first. Also, check if another user has it open if it's on a shared drive. This sounds obvious, but you'd be surprised how often I find someone has the PDF open in a preview pane in Windows Explorer.
Prevention for the future
Here's how to keep this from happening on the regular:
- Always close Acrobat Pro cleanly—don't force-quit unless you have no choice. Use the File menu > Exit (Windows) or Cmd+Q (Mac).
- If you get a crash, before reopening that PDF, go check for the lock file and delete it. Make that a habit.
- If you work on shared drives, consider editing on a local copy and then uploading. It saves you a ton of grief.
- Keep Acrobat Pro updated. This is a known bug that Adobe has fixed multiple times, but older versions still have it.
- And if none of this works, just restart your machine. It clears out any stuck processes holding the file. Simple, but effective—it's saved me more than once.
So next time you see 'The file is in use', you'll know where to look. Delete the lock, kill the background task, or check your sync client. One of those will get you back to editing in minutes.