Blog

Workflows

How to rename a PDF: filename, document title, and bulk explained

Renaming a PDF means three different things. Which one you need, the keystroke that does it, and the fix for a reader that still shows the wrong name.

Key insights

  • Renaming a PDF covers three separate operations: the filename on disk, the document title inside the PDF, and bulk renaming.
  • One keystroke starts a rename: press Return on Mac or F2 on Windows with the file selected.
  • Renaming the file changes what your operating system calls it, while editing the document title changes what the PDF calls itself.
  • When the name in your reader's title bar does not match Finder or File Explorer, you are looking at the document title.

Three things people mean by "rename a PDF"

Renaming a PDF is one of three different operations, and the right fix depends on which one you actually need. You can rename the file on disk, change the document title stored inside the PDF, or rename a whole folder of PDFs in one pass.

The first is a filesystem action. Your operating system swaps one name for another and the PDF itself is untouched. The second edits the metadata dictionary, the small set of fields a PDF carries about itself, including a title, an author and a subject.

The third is a volume problem rather than a naming problem. Renaming 200 downloaded statements is a different job from fixing one filename, and you will want bulk renaming workflows for PDFs for it.

Which one do you have? Say Finder shows invoice (3).pdf, but the open file's title bar reads "Q1 fee schedule draft". Two names, two storage locations, two fixes. The table splits them before you pick a method.

Operation What changes Where you see it Tool
Rename the file The name your operating system stores Finder, File Explorer, search results Finder or File Explorer
Edit the document title The title field in the PDF's metadata The reader's window title bar Acrobat or a metadata editor
Bulk rename Every filename in a selected set The whole folder at once Built-in batch rename or a content-based renamer

Renaming the file on disk

This is the everyday case, and it takes under 10 seconds. You need no PDF software at all, because the filename belongs to the operating system, not to the document. The steps below were tested on macOS 26 and Windows 11.

On Mac in Finder

  1. Select the PDF with a single click, not a double click.
  2. Press Return to make the name editable.
  3. Type the new name and press Return again to confirm.

Renaming works even while the document is open in Preview. macOS updates every open window with the new name, so you can fix scan_0112.pdf without closing anything. Apple documents the same flow for folders and disks in its Finder renaming guide.

Faster on Mac

You can rename a PDF inside most Mac apps. Click the filename in the title bar, type the new name, press Return.

On Windows in File Explorer

  1. Select the PDF in File Explorer.
  2. Press F2 to make the name editable.
  3. Type the new name and press Enter.

One difference matters here. Windows locks a file that is open in a PDF reader, so close the document before you retry or File Explorer refuses the rename. Have a folder of 40 of these to get through? Then jump to batch renaming with your operating system's built-in tools instead.

In a PDF reader

Acrobat cannot rename a file in place. Save As writes a copy under the new name and leaves the original where it was, which is how you end up with both contract_final.pdf and contract_final_v2.pdf in the same folder. Preview on Mac is the exception, the title bar rename above works there.

Changing the PDF document title

The document title is a metadata field that travels inside the PDF, and many readers print it in the window title bar instead of the filename. Word, Google Docs and most export tools fill it with whatever heading the source file had. That is why your neatly renamed file can still open as "invoice_final_v2".

The 5-second diagnostic

Open the PDF and compare the title bar with the name in Finder or File Explorer. A mismatch means you are looking at the document title, not the filename.

In Adobe Acrobat

  1. Open the document properties with Cmd+D on Mac or Ctrl+D on Windows, listed under File, then Properties, or behind the Menu button in Acrobat's newer layout.
  2. Edit the Title field on the Description tab.
  3. Save the file to write the change into the PDF.

You need a paid Acrobat plan for the edit. The free Acrobat Reader shows the Description tab but keeps its fields locked, a boundary Adobe describes in its document properties reference.

In Preview on Mac

Preview shows the title but cannot change it. Press Cmd+I for the inspector and you see the Title line in the general info panel. Treat Preview as the place to check your fix, not to make it.

Free alternatives

ExifTool makes the same edit from the command line at no cost. One line sets the title, exiftool -Title="2026 Q2 fee schedule" "invoice (3).pdf", and the tool keeps a backup of the original next to your edited file. The ExifTool documentation covers the other PDF fields it can write.

When renaming one file at a time stops being reasonable

The per-file method has a clear budget. About 10 seconds per file when you already know the right name, closer to 30 seconds when you have to open each one to find out what it is. 40 PDFs cost you around seven minutes. 400 PDFs cost you more than three hours, and every mislabeled document title is still wrong when you finish.

Renaming the file changes what your operating system calls it. Editing the document title changes what the PDF calls itself. Acrobat and most PDF readers display the second one in the window title bar, which is why a file you renamed six months ago still shows the wrong name when you open it.

Renaming many PDFs at once

Bulk renaming splits into two approaches, and the split decides how much manual work is left for you. Pattern tools rearrange what is already in the filename. Content-based tools read what the document says and name the file after it.

The built-in route is quick and blunt. Select every PDF in a folder, rename them in one pass, and you get one shared name plus a counter, useful for a scanned book, useless for 200 different invoices. The walkthrough linked earlier covers Mac and Windows both.

Content-based renaming works from the other end. Software reads each document, pulls out fields like the vendor, the date and the document number, and proposes a name you review before anything is applied. That is the approach behind renaming PDFs by what is inside them, and it is the only route that produces names the old filename never contained.

What about undo? Any tool working at this scale needs one, because a batch of 400 wrong names must be reversible in one action. The review step earns its place the same way, you confirm the names on one screen instead of trusting 400 guesses.

One distinction decides how far any content-reading method gets. A native PDF, exported straight from an app, carries a text layer your software can read directly. A scanned PDF is a photograph of a page, so it needs OCR, optical character recognition, before any tool can pull a vendor name out of it. Check which kind you hold before you trust an automated rename.

Where does the payoff land? Mostly in admin backlogs. If your Downloads folder holds 18 months of statements from a dozen portals, naming is what stands between you and an organized archive of invoices and receipts. Rename those 400 files by content and the filing step turns into a drag and drop.

FAQ

Why does my PDF still show the old name after renaming it?

Your reader is showing the document title stored inside the PDF, not the filename you changed. Edit the Title field under document properties in Acrobat, or with ExifTool, and the title bar matches the filename again.

Does renaming a PDF break its links or signatures?

No. A rename touches the filesystem entry only, so the content, internal links and digital signatures stay as they were. Only shortcuts or hyperlinks that point at your old file path stop working, since they reference a name that no longer exists.

Can you rename a PDF on iPhone?

Yes. In the Files app, touch and hold the PDF, tap Rename, and type the new name. The same option appears when you tap the filename while viewing the PDF.

How do you rename a PDF without Acrobat?

You never need Acrobat for the filename, Finder and File Explorer handle it with Return or F2. For the document title, ExifTool edits the same metadata field free from the command line.

Rename the layer that is actually wrong

Three levers, three complaints, and now you know which is which. Finder and File Explorer change the filename, Acrobat or ExifTool change the document title, and bulk tooling handles the folder-sized job. Match the fix to the wrong layer and 10 seconds is usually enough.

Still deciding whether this fits how you work? The related guides below go deeper, or you can see how Nymos handles it.